Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps the minor-and-patch group with 8 updates:

Package From To
@cloudflare/workers-types 4.20251004.0 4.20251011.0
@sentry/core 10.17.0 10.19.0
@types/node 24.7.0 24.7.2
@typescript-eslint/eslint-plugin 8.46.0 8.46.1
@typescript-eslint/parser 8.46.0 8.46.1
msw 2.11.3 2.11.5
ts-jest 29.4.4 29.4.5
wrangler 4.42.0 4.42.2

Updates @cloudflare/workers-types from 4.20251004.0 to 4.20251011.0

Commits

Updates @sentry/core from 10.17.0 to 10.19.0

Release notes

Sourced from @​sentry/core's releases.

10.19.0

  • feat(tracemetrics): Add trace metrics behind an experiments flag (#17883)
  • chore: add info latest release for the cursor release command (#17876)

Bundle size 📦

Path Size
@​sentry/browser 23.83 KB
@​sentry/browser - with treeshaking flags 22.36 KB
@​sentry/browser (incl. Tracing) 39.66 KB
@​sentry/browser (incl. Tracing, Replay) 77.13 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.01 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.71 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.57 KB
@​sentry/browser (incl. Feedback) 40.14 KB
@​sentry/browser (incl. sendFeedback) 28.38 KB
@​sentry/browser (incl. FeedbackAsync) 33.18 KB
@​sentry/react 25.5 KB
@​sentry/react (incl. Tracing) 41.56 KB
@​sentry/vue 28.24 KB
@​sentry/vue (incl. Tracing) 41.39 KB
@​sentry/svelte 23.87 KB
CDN Bundle 26.01 KB
CDN Bundle (incl. Tracing) 40.18 KB
CDN Bundle (incl. Tracing, Replay) 75.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 80.96 KB
CDN Bundle - uncompressed 76.34 KB
CDN Bundle (incl. Tracing) - uncompressed 119.32 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 231.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 244.24 KB
@​sentry/nextjs (client) 43.54 KB
@​sentry/sveltekit (client) 40.02 KB
@​sentry/node-core 49.55 KB
@​sentry/node 150.75 KB
@​sentry/node - without tracing 90.42 KB
@​sentry/aws-serverless 103.83 KB

10.18.0

Important Changes

  • feat(node): pino integration (#17584)

    This release adds a new pino integration for Node.js, enabling Sentry to capture logs from the Pino logging library.

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

10.19.0

  • feat(tracemetrics): Add trace metrics behind an experiments flag (#17883)
  • chore: add info latest release for the cursor release command (#17876)

10.18.0

Important Changes

  • feat(node): pino integration (#17584)

    This release adds a new pino integration for Node.js, enabling Sentry to capture logs from the Pino logging library.

  • feat: Remove @​sentry/pino-transport package (#17851)

    The @sentry/pino-transport package has been removed. Please use the new pino integration in @sentry/node instead.

  • feat(node-core): Extend onnhandledrejection with ignore errors option (#17736)

    Added support for selectively suppressing specific errors with configurable logging control in onnhandledrejection integration.

Other Changes

  • feat(core): Rename vercelai.schema to gen_ai.request.schema (#17850)
  • feat(core): Support stream responses and tool calls for Google GenAI (#17664)
  • feat(nextjs): Attach headers using client hook (#17831)
  • fix(core): Keep all property values in baggage header (#17847)
  • fix(nestjs): Add support for Symbol as event name (#17785)
  • fix(nuxt): include sentry.client.config.ts in nuxt app types (#17830)
  • fix(react-router): Fix type for OriginalHandleRequest with middleware (#17870)
  • chore: Add external contributor to CHANGELOG.md (#17866)
  • chore(deps): Bump @​sentry/cli from 2.53.0 to 2.56.0 (#17819)
  • chore(deps): Bump axios in browser integration tests (#17839)
  • chore(deps): Bump nestjs in integration tests (#17840)

Work in this release was contributed by @​stefanvanderwolf. Thank you for your contribution!

Commits
  • d8c087c release: 10.19.0
  • 344abd8 Merge pull request #17893 from getsentry/prepare-release/10.19.0
  • fc5b576 meta(changelog): Update changelog for 10.19.0
  • f4c6c54 feat(tracemetrics): Add trace metrics behind an experiments flag (#17883)
  • 0837acc Merge pull request #17876 from getsentry/jp/add-release-infos
  • 296a971 chore: add info latest release for the cursor release command
  • 420d3c6 Merge pull request #17875 from getsentry/master
  • e2e5a77 Merge branch 'release/10.18.0'
  • 716ec31 release: 10.18.0
  • 91961d9 Merge pull request #17874 from getsentry/prepare-release/10.18.0
  • Additional commits viewable in compare view

Updates @types/node from 24.7.0 to 24.7.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.46.0 to 8.46.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.46.1 (2025-10-13)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)

❤️ Thank You

  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Commits
  • 3f5fbf6 chore(release): publish 8.46.1
  • a64b3cc fix(eslint-plugin): [no-misused-promises] special-case .finally not to repo...
  • 73003bf fix(eslint-plugin): [prefer-optional-chain] include mixed "nullish comparison...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.46.0 to 8.46.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.46.1 (2025-10-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates msw from 2.11.3 to 2.11.5

Release notes

Sourced from msw's releases.

v2.11.5 (2025-10-09)

Bug Fixes

v2.11.4 (2025-10-08)

Bug Fixes

  • add missing parameter documentation for getResponse function (#2580) (f33fb47c098be4f46d57fad16ea1c6b1d06ef471) @​djpremier @​kettanaito
  • HttpResponse: preserve request body type after cloning the request (#2600) (f40515bf18486b4b3570b309159a10d609779f08) @​Slessi @​kettanaito
  • use statuses as a shim (#2607) (fee715c503d1cd00ca70f0688dd28b6c297aa158) @​kettanaito
  • use cookie directly via a shim (#2606) (29d0b53b8088e773ed9e7acb3abd7457b8a29965) @​kettanaito
  • setupWorker: prevent WorkerChannel access in fallback mode (#2594) (1e653c9b06e9bc3e59f71d3500f31ced73f538cb) @​kettanaito
  • setupWorker: remove unused deferNetworkRequestsUntil (#2595) (44d13d23ef1c9a75820c89961585cd01049a323c) @​kettanaito
Commits
  • 7a49fda chore(release): v2.11.5
  • 54ce919 fix: export onUnhandledRequest for use in @​msw/playwright (#2562)
  • 326e2b5 chore(release): v2.11.4
  • f33fb47 fix: add missing parameter documentation for getResponse function (#2580)
  • f40515b fix(HttpResponse): preserve request body type after cloning the request (#2600)
  • fee715c fix: use statuses as a shim (#2607)
  • 29d0b53 fix: use cookie directly via a shim (#2606)
  • 94651f5 refactor: remove unused getSearchParams util (#2583)
  • aea23ef chore: use json schema for release config
  • 2ec4385 chore: update @ossjs/release (#2598)
  • Additional commits viewable in compare view

Updates ts-jest from 29.4.4 to 29.4.5

Release notes

Sourced from ts-jest's releases.

v29.4.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013
Commits
  • 9d5248a chore(release): 29.4.5
  • ca8b623 refactor: improve message about using Node16/18/Next
  • c290d4d fix: allow filtering modern module warning message with diagnostic code
  • 1ff2dda build: replace conventional-changelog-cli dep
  • 1c08db3 ci: run npm ci --ignore-scripts for workflows
  • 9f60d2c ci: enhance security for Renovate PRs
  • 1c1077f build(deps): Update dependency @​formatjs/ts-transformer to ^3.14.2
  • 9037f2f build(deps): Update dependency @​types/node to v20.19.20
  • 6ed0e1c build(deps): Update dependency semver to ^7.7.3
  • 4a06f8c build(deps): Update github/codeql-action digest to a8d1ac4
  • Additional commits viewable in compare view

Updates wrangler from 4.42.0 to 4.42.2

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

  • #10881 ce832d5 Thanks @​garvit-gupta! - Add table-level compaction commands for R2 Data Catalog:

    • wrangler r2 bucket catalog compaction enable <bucket> [namespace] [table]
    • wrangler r2 bucket catalog compaction disable <bucket> [namespace] [table]

    This allows you to enable and disable automatic file compaction for a specific R2 data catalog table.

  • #10888 d0ab919 Thanks @​lrapoport-cf! - Clarify that wrangler check startup generates a local CPU profile

  • Updated dependencies [42e256f, 4462bc1]:

[email protected]

Patch Changes

Changelog

Sourced from wrangler's changelog.

4.42.2

Patch Changes

  • #10881 ce832d5 Thanks @​garvit-gupta! - Add table-level compaction commands for R2 Data Catalog:

    • wrangler r2 bucket catalog compaction enable <bucket> [namespace] [table]
    • wrangler r2 bucket catalog compaction disable <bucket> [namespace] [table]

    This allows you to enable and disable automatic file compaction for a specific R2 data catalog table.

  • #10888 d0ab919 Thanks @​lrapoport-cf! - Clarify that wrangler check startup generates a local CPU profile

  • Updated dependencies [42e256f, 4462bc1]:

4.42.1

Patch Changes

Commits
  • 88f081f Version Packages (#10905)
  • 42e256f chore(deps): bump the workerd-and-workers-types group with 2 updates (#10917)
  • d0ab919 Update message for wrangler check startup to clarify that local CPU profile...
  • ce832d5 feat: Add table-level compaction commands for R2 Data Catalog (#10881)
  • b22bda2 Version Packages (#10869)
  • 80c91a7 investigate configcontroller test flakes (#10862)
  • 1334102 remove unnecessary node:os usage (#10856)
  • 196ccbf PIPE-391: Better error messages and client-side validation (#10833)
  • 51f9dc1 chore(deps): bump the workerd-and-workers-types group with 2 updates (#10858)
  • f29b0b0 use the native node:punycode when available (#10882)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251004.0` | `4.20251011.0` |
| [@sentry/core](https://github.com/getsentry/sentry-javascript) | `10.17.0` | `10.19.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.0` | `24.7.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.0` | `8.46.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.0` | `8.46.1` |
| [msw](https://github.com/mswjs/msw) | `2.11.3` | `2.11.5` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.4` | `29.4.5` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.42.0` | `4.42.2` |


Updates `@cloudflare/workers-types` from 4.20251004.0 to 4.20251011.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.17.0 to 10.19.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.17.0...10.19.0)

Updates `@types/node` from 24.7.0 to 24.7.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.46.0 to 8.46.1
- [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.46.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.0 to 8.46.1
- [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.46.1/packages/parser)

Updates `msw` from 2.11.3 to 2.11.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.11.3...v2.11.5)

Updates `ts-jest` from 29.4.4 to 29.4.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.4...v29.4.5)

Updates `wrangler` from 4.42.0 to 4.42.2
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20251011.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/core"
  dependency-version: 10.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: msw
  dependency-version: 2.11.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ts-jest
  dependency-version: 29.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: wrangler
  dependency-version: 4.42.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2025
@kulla kulla merged commit 2e283f2 into staging Oct 20, 2025
5 checks passed
@kulla kulla deleted the dependabot/npm_and_yarn/minor-and-patch-f613774dcb branch October 20, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants