Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
|
[@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)
| `19.6.1` | `19.7.1` |
|
[@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)
| `19.6.0` | `19.7.1` |
| [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.20.0` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.22.0` | `8.23.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.22.0` | `8.23.0` |
|
[@whatwg-node/server](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/server)
| `0.9.65` | `0.9.66` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.13.0` | `22.13.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.12` |
`1.10.15` |
|
[@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)
| `4.0.3` | `4.0.5` |
|
[tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)
| `4.0.3` | `4.0.5` |
|
[@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy)
| `3.0.4` | `3.0.5` |

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 4f392be commit e705302
Show file tree
Hide file tree
Showing 14 changed files with 401 additions and 418 deletions.
2 changes: 1 addition & 1 deletion apps/zimic-test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios": "^1.7.9",
"concurrently": "^9.1.2",
"dotenv-cli": "^8.0.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"execa": "^9.5.2",
"node-fetch": "^3.3.2",
"playwright": "^1.50.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@zimic/eslint-config-react": "workspace:*",
"@zimic/lint-staged-config": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"eslint": "^9.19.0"
"eslint": "^9.20.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-jest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.10.12",
"@swc/core": "^1.10.15",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
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.10.12",
"@swc/core": "^1.10.15",
"@swc/jest": "^0.2.37",
"@types/supertest": "^6.0.2",
"dotenv-cli": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-next-js-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "^22.13.0",
"@tailwindcss/postcss": "^4.0.5",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"dotenv-cli": "^8.0.0",
"execa": "^9.5.2",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"tailwindcss": "^4.0.5",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"zimic": "latest"
Expand Down
6 changes: 3 additions & 3 deletions examples/with-next-js-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "^22.13.0",
"@tailwindcss/postcss": "^4.0.5",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"concurrently": "^9.1.2",
"dotenv-cli": "^8.0.0",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"tailwindcss": "^4.0.5",
"typescript": "^5.7.3",
"zimic": "latest"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-openapi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/supertest": "^6.0.2",
"@vitest/spy": "^3.0.4",
"@vitest/spy": "^3.0.5",
"dotenv-cli": "^8.0.0",
"supertest": "^7.0.0",
"typescript": "^5.7.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "^22.13.0",
"@tailwindcss/postcss": "^4.0.5",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"dotenv-cli": "^8.0.0",
"execa": "^9.5.2",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"tailwindcss": "^4.0.5",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"zimic": "latest"
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 @@ -11,7 +11,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@vitest/spy": "^3.0.4",
"@vitest/spy": "^3.0.5",
"dotenv-cli": "^8.0.0",
"typescript": "^5.7.3",
"vitest": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/supertest": "^6.0.2",
"@vitest/spy": "^3.0.4",
"@vitest/spy": "^3.0.5",
"dotenv-cli": "^8.0.0",
"supertest": "^7.0.0",
"typescript": "^5.7.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@zimic/lint-staged-config": "workspace:*",
"concurrently": "^9.1.2",
"husky": "^9.1.7",
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 @@ -10,8 +10,8 @@
".": "./index.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-helpers": "^2.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/zimic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"prepublishOnly": "cp ../../README.md ../../LICENSE.md . && pnpm prepublish:patch-relative-paths README.md"
},
"dependencies": {
"@whatwg-node/server": "0.9.65",
"@whatwg-node/server": "0.9.66",
"chalk": "4.1.2",
"execa": "9.5.2",
"isomorphic-ws": "5.0.0",
Expand All @@ -119,7 +119,7 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@types/ws": "^8.5.14",
"@types/yargs": "^17.0.33",
"@vitest/browser": "^3.0.5",
Expand All @@ -128,7 +128,7 @@
"@zimic/lint-staged-config": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"dotenv-cli": "^8.0.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"js-yaml": "^4.1.0",
"playwright": "^1.50.1",
"prettier": "^3.4.2",
Expand Down
Loading

0 comments on commit e705302

Please sign in to comment.