Skip to content

Commit

Permalink
chore: bump the npm group with 13 updates (#363)
Browse files Browse the repository at this point in the history
Bumps the npm group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.5` |
| [superagent](https://github.com/ladjs/superagent) | `10.0.2` |
`10.1.0` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.1.0` | `8.2.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.1.0` | `8.2.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.4.0` | `22.5.0` |
|
[@whatwg-node/server](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/server)
| `0.9.47` | `0.9.49` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.18.0` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.11` | `1.7.18`
|
|
[@testing-library/jest-dom](https://github.com/testing-library/jest-dom)
| `6.4.8` | `6.5.0` |
|
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
| `5.51.23` | `5.52.1` |
| [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.6` |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
| `18.3.3` | `18.3.4` |

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Diego Aquino <[email protected]>
  • Loading branch information
dependabot[bot] and diego-aquino authored Aug 25, 2024
1 parent 0533700 commit b4f685d
Show file tree
Hide file tree
Showing 15 changed files with 351 additions and 360 deletions.
4 changes: 2 additions & 2 deletions apps/zimic-test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@zimic/eslint-config-node": "workspace:*",
"@zimic/lint-staged-config": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"axios": "^1.7.4",
"axios": "^1.7.5",
"dotenv-cli": "^7.4.2",
"execa": "^9.3.1",
"node-fetch": "^3.3.2",
"playwright": "^1.46.1",
"superagent": "^10.0.2",
"superagent": "^10.1.0",
"typescript": "^5.5.4",
"vitest": "2.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-jest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.7.11",
"@swc/core": "^1.7.18",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"dotenv-cli": "^7.4.2",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-jest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.7.11",
"@swc/core": "^1.7.18",
"@swc/jest": "^0.2.36",
"@types/supertest": "^6.0.2",
"dotenv-cli": "^7.4.2",
Expand Down
10 changes: 5 additions & 5 deletions examples/with-next-js-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"postinstall": "pnpm deps:install-playwright || echo 'Could not postinstall.'"
},
"dependencies": {
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query": "^5.52.1",
"clsx": "^2.1.1",
"next": "14.2.5",
"next": "14.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"dotenv-cli": "^7.4.2",
"execa": "^9.3.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"zimic": "latest"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/with-next-js-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"postinstall": "pnpm deps:install-playwright && pnpm deps:init-zimic || echo 'Could not postinstall.'"
},
"dependencies": {
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query": "^5.52.1",
"clsx": "^2.1.1",
"next": "14.2.5",
"next": "14.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"dotenv-cli": "^7.4.2",
"postcss": "^8.4.41",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
},
"dependencies": {
"clsx": "^2.1.1",
"next": "14.2.5",
"next": "14.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"dotenv-cli": "^7.4.2",
"execa": "^9.3.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"zimic": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "2.0.5",
"dotenv-cli": "^7.4.2",
Expand Down
3 changes: 2 additions & 1 deletion examples/with-vitest-browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"skipLibCheck": true,
"pretty": true,
"strict": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["@testing-library/jest-dom"]
},
"include": ["**/*.ts", "**/*.mts"],
"exclude": ["node_modules"]
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"dotenv-cli": "^7.4.2",
"typescript": "^5.5.4",
Expand Down
3 changes: 2 additions & 1 deletion examples/with-vitest-jsdom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"skipLibCheck": true,
"pretty": true,
"strict": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["@testing-library/jest-dom"]
},
"include": ["**/*.ts", "**/*.mts"],
"exclude": ["node_modules"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@zimic/lint-staged-config": "workspace:*",
"@zimic/release": "workspace:*",
"concurrently": "^8.2.2",
"husky": "^9.1.4",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
".": "./index.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"@types/yargs": "^17.0.33",
"@vitest/coverage-istanbul": "2.0.5",
"@zimic/eslint-config-node": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/zimic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prepublishOnly": "cp ../../README.md ../../LICENSE.md . && pnpm prepublish:patch-relative-paths README.md"
},
"dependencies": {
"@whatwg-node/server": "^0.9.47",
"@whatwg-node/server": "^0.9.49",
"chalk": "^4.1.2",
"execa": "^9.3.1",
"isomorphic-ws": "^5.0.0",
Expand All @@ -105,7 +105,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.4.0",
"@types/node": "^22.5.0",
"@types/ws": "^8.5.12",
"@types/yargs": "^17.0.33",
"@vitest/browser": "2.0.5",
Expand All @@ -118,7 +118,7 @@
"playwright": "^1.46.1",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"vitest": "2.0.5"
},
Expand Down
Loading

0 comments on commit b4f685d

Please sign in to comment.