Skip to content

⬆️(dependencies) update js dependencies #1273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2025

This PR contains the following updates:

Package Change Age Confidence
@​gouvfr-lasuite/ui-kit 0.11.0 -> 0.12.0 age confidence
@​openfun/cunningham-react 3.2.1 -> 3.2.2 age confidence
@sentry/nextjs (source) 10.2.0 -> 10.5.0 age confidence
@sentry/node (source) 10.2.0 -> 10.5.0 age confidence
@sentry/profiling-node (source) 10.2.0 -> 10.5.0 age confidence
@tanstack/react-query (source) 5.84.1 -> 5.85.0 age confidence
@tanstack/react-query-devtools (source) 5.84.1 -> 5.85.0 age confidence
@types/node (source) 22.17.0 -> 22.17.1 age confidence
@types/react (source) 19.1.9 -> 19.1.10 age confidence
@typescript-eslint/eslint-plugin (source) 8.39.0 -> 8.39.1 age confidence
@typescript-eslint/parser (source) 8.39.0 -> 8.39.1 age confidence
eslint-plugin-testing-library 7.6.3 -> 7.6.6 age confidence
i18next (source) 25.3.2 -> 25.3.4 age confidence
posthog-js (source) 1.258.6 -> 1.259.0 age confidence
react (source) 19.1.0 -> 19.1.1 age confidence
react-dom (source) 19.1.0 -> 19.1.1 age confidence
stylelint (source) 16.23.0 -> 16.23.1 age confidence
webpack 5.101.0 -> 5.101.1 age confidence

Release Notes

getsentry/sentry-javascript (@​sentry/nextjs)

v10.5.0

Compare Source

Internal Changes
  • chore(repo): Adjust "Publishing a Release" document to include internal changes section in changelog (#​17374)
  • test(aws): Run E2E tests with AWS SAM (#​17367)
  • test(node): Add tests for full http.server span attribute coverage (#​17373)

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

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.16 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.75 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.57 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.88 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.04 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.36 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.44 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.75 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.86 KB
@​sentry/node 143.58 KB
@​sentry/node - without tracing 90.08 KB
@​sentry/aws-serverless 101.24 KB

v10.4.0

Compare Source

Important Changes
  • fix(browser): Ensure IP address is only inferred by Relay if sendDefaultPii is true

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 to true.

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 your Sentry.init options.

We apologize for any inconvenience caused!

  • feat(node): Add ignoreStaticAssets (#​17370)

This release adds a new option to httpIntegration to ignore requests for static assets (e.g. favicon.xml or robots.txt). The option defaults to true, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option to false:

Sentry.init({
  integrations: [
    Sentry.httpIntegration({
      // defaults to true, set to false to enable traces for static assets
      ignoreStaticAssets: false,
    }),
  ],
});
Other Changes
  • fix(nuxt): Do not drop parametrized routes (#​17357)
Internal Changes
  • ref(node): Split up incoming & outgoing http handling (#​17358)
  • test(node): Enable additionalDependencies in integration runner (#​17361)

Bundle size 📦

Path Size
@​sentry/browser 23.59 KB
@​sentry/browser - with treeshaking flags 22.2 KB
@​sentry/browser (incl. Tracing) 38.94 KB
@​sentry/browser (incl. Tracing, Replay) 76.16 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.24 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 80.75 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 92.57 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.13 KB
@​sentry/browser (incl. FeedbackAsync) 32.92 KB
@​sentry/react 25.27 KB
@​sentry/react (incl. Tracing) 40.88 KB
@​sentry/vue 27.97 KB
@​sentry/vue (incl. Tracing) 40.72 KB
@​sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.04 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.36 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.44 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.75 KB
@​sentry/nextjs (client) 42.86 KB
@​sentry/sveltekit (client) 39.38 KB
@​sentry/node-core 46.69 KB
@​sentry/node 143.39 KB
@​sentry/node - without tracing 89.89 KB
@​sentry/aws-serverless 101.05 KB

v10.3.0

Compare Source

  • feat(core): MCP Server - Capture prompt results from prompt function calls (#​17284)
  • feat(bun): Export skipOpenTelemetrySetup option (#​17349)
  • feat(sveltekit): Streamline build logs (#​17306)
  • fix(browser): Handle data urls in errors caught by globalHandlersIntegration (#​17216)
  • fix(browser): Improve navigation vs. redirect detection (#​17275)
  • fix(react-router): Ensure source map upload fails silently if Sentry CLI fails (#​17081)
  • fix(react): Add support for React Router sub-routes from handle (#​17277)
TanStack/query (@​tanstack/react-query)

v5.85.0

Compare Source

Version 5.85.0 - 8/12/25, 12:41 PM

Changes

Feat
  • add solid devtools panel export to solid devtools (#​9551) (c63713f) by Alem Tuzlak
Chore
Test
  • react-query/useIsFetching: remove unnecessary "advanceTimersByTimeAsync", unify to "rendered", and add detailed "expect" for custom queryClient and state updates during rendering (#​9530) (77e53b0) by @​sukvvon
Docs
  • Add Firefox and Edge browser extension support to devtools docs (#​9548) (d25c0da) by Dmytro Borysov
Other

Packages

v5.84.2

Compare Source

Version 5.84.2 - 8/8/25, 2:00 PM

Changes

Fix
  • angular-query: align mutation options to most recent react-query types (#​9543) (cd6ea9a) by Arnoud
Test
  • react-query/mutationOptions: add tests for without "mutationKey" in "mutationOptions" and add "sleep" to "mutationFn" (#​9510) (34657e5) by @​sukvvon

Packages

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

  • remove unnecessary debug logs

v25.3.3

Compare Source

  • fix: Brackets breaking nesting interpolation 2336
PostHog/posthog-js (posthog-js)

v1.259.0

Compare Source

1.259.0

Minor Changes
facebook/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.

  • Fixed: no-invalid-position-declaration false positives for embedded styles (#​8701) (@​sw1tch3roo).
  • Fixed: property-no-deprecated erroneously autofixing clip (#​8699) (@​immitsu).
  • Fixed: property-no-deprecated false positives for -webkit-box-orient: vertical; (#​8699) (@​immitsu).
  • Fixed: selector-pseudo-*-no-unknown false positives for some meter pseudo classes/elements (#​8708) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :unchecked (#​8705) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::search-text (#​8707) (@​Mouvedia).
  • Fixed: selector-type-no-unknown false positives for selectedcontent (#​8716) (@​Mouvedia).
webpack/webpack (webpack)

v5.101.1

Compare Source

Fixes
  • Filter deleted assets in processAdditionalAssets hook
  • HMR failure in defer module
  • Emit assets even if invalidation occurs again
  • Export types for serialization and deserialization in plugins and export the ModuleFactory class
  • Fixed the failure export of internal function for ES module chunk format
  • Fixed GetChunkFilename failure caused by dependOn entry
  • Fixed the import of missing dependency chunks
  • Fixed when entry chunk depends on the runtime chunk hash
  • Fixed module.exports bundle to ESM library
  • Adjusted the time of adding a group depending on the fragment of execution time
  • Fixed circle dependencies when require RawModule and condition of isDeferred
  • Tree-shakable module library should align preconditions of 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added automated Pull request created automatically dependencies Pull requests that update a dependency file noChangeLog labels Aug 7, 2025
@renovate renovate bot force-pushed the renovate/js-dependencies branch 16 times, most recently from b0c63b2 to 4f8be84 Compare August 12, 2025 15:40
@renovate renovate bot force-pushed the renovate/js-dependencies branch from 4f8be84 to 33b852e Compare August 12, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Pull request created automatically dependencies Pull requests that update a dependency file noChangeLog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants