fix(deps): update all non-major dependencies #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.17.2->^6.19.1^2.0.0->^2.1.2^1.4.4->^1.4.5^1.4.0->^1.4.1^4.0.1->^4.1.1^4.2.0->^4.4.0^6.9.2->^6.10.1^9.8.0->^9.47.11.11.13->1.15.3^9.23.0->^9.39.1^3.5.3->^3.7.2^10.9.5->^10.9.6^5.8.2->^5.9.34.7.0->4.12.0Release Notes
adonisjs/core (@adonisjs/core)
v6.19.1: Add support for VineJS v4Compare Source
Full Changelog: adonisjs/core@v6.19.0...v6.19.1
v6.19.0: Export VineMultipartClass for extending and fix multipart file serialization issueCompare Source
Features
What's Changed
New Contributors
Full Changelog: adonisjs/core@v6.18.0...v6.19.0
v6.18.0: Use merged request body when mergeMultipartFieldsAndFiles is enabledCompare Source
Please read the release notes of
@adonisjs/bodyparserpackage to understand how merged request body works and why this feature was added. https://github.com/adonisjs/bodyparser/releases/tag/v10.1.0. Solves issue #4777Features
What's Changed
New Contributors
Full Changelog: adonisjs/core@v6.17.2...v6.18.0
adonisjs/eslint-config (@adonisjs/eslint-config)
v2.1.2: Remove @stylistic/eslint-plugin-ts in favor of @stylistic/eslint-pluginCompare Source
Bug Fixes
Full Changelog: adonisjs/eslint-config@v2.1.1...v2.1.2
v2.1.1: Update dependenciesCompare Source
What's Changed
New Contributors
Full Changelog: adonisjs/eslint-config@v2.1.0...v2.1.1
v2.1.0: Update dependencies and ignore yalc directoryCompare Source
Features
What's Changed
New Contributors
Full Changelog: adonisjs/eslint-config@v2.0.0...v2.1.0
adonisjs/prettier-config (@adonisjs/prettier-config)
v1.4.5: Bump Edge pluginCompare Source
Bug Fixes
adonisjs/tsconfig (@adonisjs/tsconfig)
v1.4.1: Re-publish to overwrite release made from the tooling-config monorepoCompare Source
Full Changelog: adonisjs/tsconfig@v1.4.0...v1.4.1
japa/assert (@japa/assert)
v4.1.1: Do not evaluate assertions count for regression testsCompare Source
Bug Fixes
Full Changelog: japa/assert@v4.1.0...v4.1.1
v4.1.0: Use chai inbuilt containSubset methodCompare Source
Deprecate
containsSubsetin favor ofcontainSubsetandnotContainsSubsetin favor ofdoesNotContainSubset.4.1.0 (2025-07-21)
Features
Full Changelog: japa/assert@v4.0.1...v4.1.0
japa/runner (@japa/runner)
v4.4.0: Add support for listing pinned tests and fail test suite when there are pinned testsCompare Source
disallowPinnedTestsPluginThe
disallowPinnedTestsplugin can be used to fail the test suite when there are one or more pinned tests. You may use it to disallow pinning tests when running in CI.List pinned tests
The
--list-pinnedflag can be used to view a list of all the pinned tests along with their source code location.Features
Full Changelog: japa/runner@v4.3.1...v4.4.0
v4.3.1: Replace deprecated find-cache-dir package with find-cache-directoryCompare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: japa/runner@v4.3.0...v4.3.1
v4.3.0: Add getActiveTestOrFail method and return group from test.group methodCompare Source
Features
What's Changed
New Contributors
Full Changelog: japa/runner@v4.2.0...v4.3.0
poppinss/utils (@poppinss/utils)
v6.10.1: Fix compose generics when using five or more mixinsCompare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: poppinss/utils@v6.10.0...v6.10.1
v6.10.0: Add cloneWith and cloneDeepWith methodsCompare Source
Features
Full Changelog: poppinss/utils@v6.9.3...v6.10.0
v6.9.4Compare Source
v6.9.3: Update StringBuilder to allow for relatedWords when removing suffix or prefixCompare Source
Full Changelog: poppinss/utils@v6.9.2...v6.9.3
getsentry/sentry-javascript (@sentry/node)
v9.47.1Compare Source
Bundle size 📦
v9.47.0Compare Source
MAX_LOG_BUFFER_SIZEare not swallowed (#18213)Internal Changes
Bundle size 📦
v9.46.0Compare Source
SystemErrorcontext and remove paths from message (#17394)Bundle size 📦
v9.45.0Compare Source
openaito the instrumented fn (#17353)Bundle size 📦
v9.44.2Compare Source
This release is publishing the AWS Lambda Layer under
SentryNodeServerlessSDKv9. The previous release9.44.1accidentally published the layer underSentryNodeServerlessSDKv10.v9.44.1Compare Source
v9.44.0Compare Source
_experiments.autoFlushOnFeedback(#17219)flushIfServerlessfunction (#17239)@sentry-internal/node-native-stacktraceto0.2.2(#17256)createSentryHandleError(#17244)v9.43.0Compare Source
fastifyIntegrationerror handler (#17211)v9.42.1Compare Source
globalThis(#17185)handleErrorWithSentry(#17174)v9.42.0Compare Source
v9.41.0Compare Source
Important Changes
enableLogsandbeforeSendLogoption (#17092)Sentry now has support for structured logging. Previously to enable structured logging, you had to use the
_experiments.enableLogsand_experiments.beforeSendLogoptions. These options have been deprecated in favor of the top-levelenableLogsandbeforeSendLogoptions.Server-side and client-side parameterized routes are now supported in the Astro SDK. No configuration changes are required.
Other Changes
vercelAiIntegrationhave correct trace (#17142)Work in this release was contributed by @richardjelinek-fastest. Thank you for your contribution!
v9.40.0Compare Source
Important Changes
This release adds two Browser SDK APIs to let the main thread know about debugIds of worker files:
webWorkerIntegration({worker})to be used in the main threadregisterWebWorker({self})to be used in the web workerThe internal SDK
loggerexport from@sentry/corehas been deprecated in favor of thedebugexport.debugonly exposeslog,warn, anderrormethods but is otherwise identical tologger. Note that this deprecation does not affect theloggerexport from other packages (like@sentry/browseror@sentry/node) which is used for Sentry Logging.This release adds official support for instrumenting OpenAI SDK calls in with Sentry tracing, following OpenTelemetry semantic conventions for Generative AI. It instruments:
client.chat.completions.create()- For chat-based completionsclient.responses.create()- For the responses APIOther Changes
@opentelemetry/instrumentationrange to cover0.203.0(#17043)Work in this release was contributed by @0xbad0c0d3 and @tommy-gilligan. Thank you for your contributions!
v9.39.0Compare Source
Important Changes
afterStartPageloadSpanhook to improve spanId assignment on web vital spans (#16893)This PR adds a new afterStartPageloadSpan lifecycle hook to more robustly assign the correct pageload span ID to web vital spans, replacing the previous unreliable "wait for a tick" approach with a direct callback that fires when the pageload span becomes available.
This PR implements client-side parameterized routes for Next.js by leveraging an injected manifest within the existing app-router instrumentation to automatically parameterize all client-side transactions (e.g.
users/123andusers/456now become becomeusers/:id).This PR changes the default behavior in the Node SDK to drop HTTP spans with 401-404 and 3xx status codes by default to reduce noise in tracing data.
Other Changes
vercel.ai.X(#16908)disableSentryWebpackConfigflag (#17013)tracing/errors.ts(#16888)beforeSendLoginconsoleSandbox(#16968)source=route(#16984)Work in this release was contributed by @janpapenbrock. Thank you for your contribution!
v9.38.0Compare Source
Important Changes
This release publishes the
@sentry/node-nativeSDK.Other Changes
debugto replacelogger(#16906)nextHopProtocolwhen adding resource spans (#16900)v9.37.0Compare Source
Important Changes
feat(nuxt): Parametrize SSR routes (#16843)
When requesting dynamic or catch-all routes in Nuxt, those will now be shown as parameterized routes in Sentry.
For example,
/users/123will be shown as/users/:userId()in Sentry. This will make it easier to identify patterns and make grouping easier.Other Changes
beforeStartNavigationSpanlifecycle hook (#16863)wrapRequestHandler(#16852)instrumentation-client.ts|js(#16855)redirect()calls as errors in Cloudflare (#16853)deleteSourcemapsAfterUploadjsdoc default value (#16867)Work in this release was contributed by @zachkirsch. Thank you for your contribution!
v9.36.0Compare Source
Important Changes
This release adds a new SDK
@sentry/node-corewhich ships without any OpenTelemetry instrumententation out of the box. All OpenTelemetry dependencies are peer dependencies and OpenTelemetry has to be set up manually.Use
@sentry/node-corewhen:Use
@sentry/nodewhen:The ANR integration has been deprecated and will be removed in future versions. Use
eventLoopBlockIntegrationfrom@sentry/node-nativeinstead._experiments.ignoreMutationsoption (#16816)This replay option allows to configure a selector list of elements to not capture mutations for.
Other changes
@sentry/replay-internal(#16794)diagnoseSdkConnectivityrequest (#16840)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.