Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
|
[@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)
| `19.5.0` | `19.6.0` |
|
[@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)
| `19.5.0` | `19.6.0` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [turbo](https://github.com/vercel/turborepo) | `2.3.0` | `2.3.1` |
| [dotenv-cli](https://github.com/entropitor/dotenv-cli) | `7.4.2` |
`7.4.4` |
| [playwright](https://github.com/microsoft/playwright) | `1.48.2` |
`1.49.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` |
`5.7.2` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.14.0` | `8.15.0` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.14.0` | `8.15.0` |
|
[@whatwg-node/server](https://github.com/ardatan/whatwg-node/tree/HEAD/packages/server)
| `0.9.55` | `0.9.56` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.9.0` | `22.9.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.9.2` | `1.9.3` |
|
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query)
| `5.60.5` | `5.61.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.2`
| `1.49.0` |

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 Nov 24, 2024
1 parent 39fb08e commit d0bfcc6
Show file tree
Hide file tree
Showing 14 changed files with 472 additions and 458 deletions.
6 changes: 3 additions & 3 deletions apps/zimic-test-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@zimic/tsconfig": "workspace:*",
"axios": "^1.7.7",
"concurrently": "^9.1.0",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"eslint": "^9.15.0",
"execa": "^9.5.1",
"node-fetch": "^3.3.2",
"playwright": "^1.48.2",
"playwright": "^1.49.0",
"superagent": "^10.1.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "2.1.5",
"zimic": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/with-jest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zimic": "latest"
}
}
6 changes: 3 additions & 3 deletions examples/with-jest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.9.2",
"@swc/core": "^1.9.3",
"@swc/jest": "^0.2.37",
"@types/supertest": "^6.0.2",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"jest": "^29.7.0",
"supertest": "^7.0.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zimic": "latest"
}
}
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,23 +16,23 @@
"postinstall": "pnpm deps:install-playwright"
},
"dependencies": {
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query": "^5.61.3",
"clsx": "^2.1.1",
"next": "15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"execa": "^9.5.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zimic": "latest"
}
}
10 changes: 5 additions & 5 deletions examples/with-next-js-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"postinstall": "concurrently --names playwright,zimic 'pnpm deps:install-playwright' 'pnpm deps:init-zimic'"
},
"dependencies": {
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query": "^5.61.3",
"clsx": "^2.1.1",
"next": "15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"concurrently": "^9.1.0",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zimic": "latest"
}
}
4 changes: 2 additions & 2 deletions examples/with-openapi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@types/supertest": "^6.0.2",
"@vitest/spy": "^2.1.5",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"supertest": "^7.0.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "2.1.5",
"zimic": "latest"
}
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 @@ -22,16 +22,16 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"execa": "^9.5.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zimic": "latest"
}
}
6 changes: 3 additions & 3 deletions examples/with-vitest-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "2.1.5",
"concurrently": "^9.1.0",
"dotenv-cli": "^7.4.2",
"playwright": "^1.48.2",
"typescript": "^5.6.3",
"dotenv-cli": "^7.4.4",
"playwright": "^1.49.0",
"typescript": "^5.7.2",
"vitest": "2.1.5",
"zimic": "latest"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vitest-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@vitest/spy": "^2.1.5",
"dotenv-cli": "^7.4.2",
"typescript": "^5.6.3",
"dotenv-cli": "^7.4.4",
"typescript": "^5.7.2",
"vitest": "2.1.5",
"zimic": "latest"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vitest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"devDependencies": {
"@types/supertest": "^6.0.2",
"@vitest/spy": "^2.1.5",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"supertest": "^7.0.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "2.1.5",
"zimic": "latest"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@zimic/lint-staged-config": "workspace:*",
"concurrently": "^9.1.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-sh": "^0.14.0",
"turbo": "^2.3.0"
"turbo": "^2.3.1"
}
}
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.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-helpers": "^2.0.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/zimic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"prepublishOnly": "cp ../../README.md ../../LICENSE.md . && pnpm prepublish:patch-relative-paths README.md"
},
"dependencies": {
"@whatwg-node/server": "0.9.55",
"@whatwg-node/server": "0.9.56",
"chalk": "4.1.2",
"execa": "9.5.1",
"isomorphic-ws": "5.0.0",
Expand All @@ -114,22 +114,22 @@
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@types/ws": "^8.5.13",
"@types/yargs": "^17.0.33",
"@vitest/browser": "^2.1.5",
"@vitest/coverage-istanbul": "^2.1.5",
"@zimic/eslint-config-node": "workspace:*",
"@zimic/lint-staged-config": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"eslint": "^9.15.0",
"js-yaml": "^4.1.0",
"playwright": "^1.48.2",
"playwright": "^1.49.0",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d0bfcc6

Please sign in to comment.