⬆️(dependencies) update js dependencies #1273
Open
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:
0.11.0
->0.12.0
3.2.1
->3.2.2
10.2.0
->10.5.0
10.2.0
->10.5.0
10.2.0
->10.5.0
5.84.1
->5.85.0
5.84.1
->5.85.0
22.17.0
->22.17.1
19.1.9
->19.1.10
8.39.0
->8.39.1
8.39.0
->8.39.1
7.6.3
->7.6.6
25.3.2
->25.3.4
1.258.6
->1.259.0
19.1.0
->19.1.1
19.1.0
->19.1.1
16.23.0
->16.23.1
5.101.0
->5.101.1
Release Notes
getsentry/sentry-javascript (@sentry/nextjs)
v10.5.0
Compare Source
SystemError
context and remove paths from message (#17331)Internal Changes
Work in this release was contributed by @ha1fstack. Thank you for your contribution!
Bundle size 📦
v10.4.0
Compare Source
Important Changes
sendDefaultPii
istrue
This release includes a fix for a behaviour change
that was originally introduced with v9 of the SDK: User IP Addresses should only be added to Sentry events automatically,
if
sendDefaultPii
was set totrue
.However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK.
Unfortunately, the change did not make it into the initial v10 version but is now applied with
10.4.0
.There is no API breakage involved and hence it is safe to update.
However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include
user IP addresses, if you set
sendDefaultPii: true
in yourSentry.init
options.We apologize for any inconvenience caused!
ignoreStaticAssets
(#17370)This release adds a new option to
httpIntegration
to ignore requests for static assets (e.g.favicon.xml
orrobots.txt
). The option defaults totrue
, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option tofalse
:Other Changes
Internal Changes
Bundle size 📦
v10.3.0
Compare Source
skipOpenTelemetrySetup
option (#17349)globalHandlersIntegration
(#17216)handle
(#17277)TanStack/query (@tanstack/react-query)
v5.85.0
Compare Source
Version 5.85.0 - 8/12/25, 12:41 PM
Changes
Feat
c63713f
) by Alem TuzlakChore
6402d75
) by Dmytro Borysov6bf2eb7
) by @sukvvon95db48b
) by ArnoudTest
77e53b0
) by @sukvvonDocs
d25c0da
) by Dmytro BorysovOther
763cee3
) by Lubosfba477b
) by Lubos3a999cc
) by Lubos0455d58
) by LubosPackages
v5.84.2
Compare Source
Version 5.84.2 - 8/8/25, 2:00 PM
Changes
Fix
cd6ea9a
) by ArnoudTest
34657e5
) by @sukvvonPackages
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.39.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.39.1
Compare Source
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.
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v7.6.6
Compare Source
Bug Fixes
v7.6.5
Compare Source
v7.6.4
Compare Source
i18next/i18next (i18next)
v25.3.4
Compare Source
v25.3.3
Compare Source
PostHog/posthog-js (posthog-js)
v1.259.0
Compare Source
1.259.0
Minor Changes
dec3f44
Thanks @marandaneto! - survey support for feature flag variantsfacebook/react (react)
v19.1.1
Compare Source
facebook/react (react-dom)
v19.1.1
Compare Source
stylelint/stylelint (stylelint)
v16.23.1
Compare Source
It fixes 7 bugs.
no-invalid-position-declaration
false positives for embedded styles (#8701) (@sw1tch3roo).property-no-deprecated
erroneously autofixingclip
(#8699) (@immitsu).property-no-deprecated
false positives for-webkit-box-orient: vertical;
(#8699) (@immitsu).selector-pseudo-*-no-unknown
false positives for some meter pseudo classes/elements (#8708) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for:unchecked
(#8705) (@Mouvedia).selector-pseudo-element-no-unknown
false positives for::search-text
(#8707) (@Mouvedia).selector-type-no-unknown
false positives forselectedcontent
(#8716) (@Mouvedia).webpack/webpack (webpack)
v5.101.1
Compare Source
Fixes
processAdditionalAssets
hookModuleFactory
classGetChunkFilename
failure caused bydependOn
entrymodule.exports
bundle to ESM libraryRawModule
and condition ofisDeferred
allowInlineStartup
Configuration
📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.