Skip to content

Commit

Permalink
Merge pull request #563 from zimicjs/canary
Browse files Browse the repository at this point in the history
chore(release): [email protected]
  • Loading branch information
diego-aquino authored Feb 16, 2025
2 parents 61187ff + a131f4d commit 3ec90ed
Show file tree
Hide file tree
Showing 14 changed files with 488 additions and 505 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ updates:
- version-update:semver-major

- package-ecosystem: github-actions
directories:
- /.github/workflows
- /.github/actions/*
directory: /
schedule:
interval: weekly
day: sunday
Expand Down
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.20.0",
"eslint": "^9.20.1",
"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.20.0"
"eslint": "^9.20.1"
}
}
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.15",
"@swc/core": "^1.10.16",
"@swc/jest": "^0.2.37",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-jest-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"fastify": "^5.2.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.10.15",
"@swc/core": "^1.10.16",
"@swc/jest": "^0.2.37",
"@types/supertest": "^6.0.2",
"dotenv-cli": "^8.0.0",
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 @@ -18,20 +18,20 @@
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"clsx": "^2.1.1",
"next": "^15.1.6",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.5",
"@types/node": "^22.13.1",
"@tailwindcss/postcss": "^4.0.6",
"@types/node": "^22.13.4",
"@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.5",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"zimic": "latest"
Expand Down
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 @@ -14,20 +14,20 @@
"dependencies": {
"@tanstack/react-query": "^5.66.0",
"clsx": "^2.1.1",
"next": "^15.1.6",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.5",
"@types/node": "^22.13.1",
"@tailwindcss/postcss": "^4.0.6",
"@types/node": "^22.13.4",
"@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.5",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"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 @@ -11,7 +11,7 @@
},
"dependencies": {
"fastify": "^5.2.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@types/supertest": "^6.0.2",
Expand Down
10 changes: 5 additions & 5 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": "^15.1.6",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@tailwindcss/postcss": "^4.0.5",
"@types/node": "^22.13.1",
"@tailwindcss/postcss": "^4.0.6",
"@types/node": "^22.13.4",
"@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.5",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"zimic": "latest"
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 @@ -9,7 +9,7 @@
},
"dependencies": {
"fastify": "^5.2.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@types/supertest": "^6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zimic-root",
"description": "TypeScript-first, statically inferred HTTP mocks",
"version": "0.13.1",
"version": "0.13.2-canary.0",
"repository": {
"type": "git",
"url": "https://github.com/zimicjs/zimic.git"
Expand Down Expand Up @@ -32,9 +32,9 @@
"concurrently": "^9.1.2",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"prettier-plugin-jsdoc": "^1.3.2",
"prettier-plugin-sh": "^0.14.0",
"turbo": "^2.4.0"
"turbo": "^2.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
".": "./index.js"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint-import-resolver-typescript": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint-import-resolver-typescript": "^3.8.0",
"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 @@ -10,7 +10,7 @@
"mock",
"static"
],
"version": "0.13.1",
"version": "0.13.2-canary.0",
"repository": {
"type": "git",
"url": "https://github.com/zimicjs/zimic.git",
Expand Down 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.66",
"@whatwg-node/server": "0.9.67",
"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.1",
"@types/node": "^22.13.4",
"@types/ws": "^8.5.14",
"@types/yargs": "^17.0.33",
"@vitest/browser": "^3.0.5",
Expand All @@ -128,10 +128,10 @@
"@zimic/lint-staged-config": "workspace:*",
"@zimic/tsconfig": "workspace:*",
"dotenv-cli": "^8.0.0",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"js-yaml": "^4.1.0",
"playwright": "^1.50.1",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
Expand Down
Loading

0 comments on commit 3ec90ed

Please sign in to comment.