Skip to content

Commit cc9f1c5

Browse files
chore(deps-dev): bump the minor-and-patch group with 6 updates
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251117.0` | `4.20251121.0` | | [@sentry/core](https://github.com/getsentry/sentry-javascript) | `10.25.0` | `10.27.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.47.0` | `8.48.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.47.0` | `8.48.0` | | [msw](https://github.com/mswjs/msw) | `2.12.2` | `2.12.3` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.47.0` | `4.50.0` | Updates `@cloudflare/workers-types` from 4.20251117.0 to 4.20251121.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `@sentry/core` from 10.25.0 to 10.27.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.25.0...10.27.0) Updates `@typescript-eslint/eslint-plugin` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/parser) Updates `msw` from 2.12.2 to 2.12.3 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.12.2...v2.12.3) Updates `wrangler` from 4.47.0 to 4.50.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20251121.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@sentry/core" dependency-version: 10.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: msw dependency-version: 2.12.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: wrangler dependency-version: 4.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 143b66d commit cc9f1c5

File tree

2 files changed

+188
-144
lines changed

2 files changed

+188
-144
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@
3636
"toucan-js": "^4.1.1"
3737
},
3838
"devDependencies": {
39-
"@cloudflare/workers-types": "^4.20251117.0",
39+
"@cloudflare/workers-types": "^4.20251121.0",
4040
"@eslint/compat": "^2.0.0",
4141
"@eslint/eslintrc": "^3.3.1",
4242
"@eslint/js": "^9.39.1",
4343
"@iarna/toml": "^2.2.5",
4444
"@jest/globals": "^30.2.0",
45-
"@sentry/core": "^10.25.0",
45+
"@sentry/core": "^10.27.0",
4646
"@testing-library/jest-dom": "^6.9.1",
4747
"@types/iarna__toml": "^2.0.5",
4848
"@types/jest": "^30.0.0",
4949
"@types/node": "24.10.1",
50-
"@typescript-eslint/eslint-plugin": "^8.47.0",
51-
"@typescript-eslint/parser": "^8.47.0",
50+
"@typescript-eslint/eslint-plugin": "^8.48.0",
51+
"@typescript-eslint/parser": "^8.48.0",
5252
"cross-env": "^10.1.0",
5353
"depcheck": "^1.4.7",
5454
"eslint": "^9.39.1",
@@ -58,15 +58,15 @@
5858
"eslint-plugin-react": "^7.37.5",
5959
"globals": "^16.5.0",
6060
"jest": "^30.2.0",
61-
"msw": "^2.12.2",
61+
"msw": "^2.12.3",
6262
"npm-run-all": "^4.1.5",
6363
"prettier": "^3.6.2",
6464
"prettier-plugin-packagejson": "^2.5.19",
6565
"prettier-plugin-sh": "^0.18.0",
6666
"ts-jest": "^29.4.5",
6767
"ts-unused-exports": "^11.0.1",
6868
"typescript": "^5.9.3",
69-
"wrangler": "^4.47.0"
69+
"wrangler": "^4.50.0"
7070
},
7171
"packageManager": "[email protected]",
7272
"engines": {

0 commit comments

Comments
 (0)