Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the frontend group with 3 updates: @sentry/browser, caniuse-lite and webpack.

Updates @sentry/browser from 10.13.0 to 10.17.0

Release notes

Sourced from @​sentry/browser's releases.

10.17.0

Important Changes

Other Changes

Bundle size 📦

Path Size
@​sentry/browser 23.67 KB
@​sentry/browser - with treeshaking flags 22.21 KB
@​sentry/browser (incl. Tracing) 39.48 KB
@​sentry/browser (incl. Tracing, Replay) 76.96 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.85 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 81.52 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 93.43 KB
@​sentry/browser (incl. Feedback) 39.99 KB
@​sentry/browser (incl. sendFeedback) 28.21 KB
@​sentry/browser (incl. FeedbackAsync) 33.03 KB
@​sentry/react 25.35 KB
@​sentry/react (incl. Tracing) 41.4 KB
@​sentry/vue 28.07 KB
@​sentry/vue (incl. Tracing) 41.24 KB
@​sentry/svelte 23.69 KB
CDN Bundle 25.15 KB
CDN Bundle (incl. Tracing) 39.37 KB
CDN Bundle (incl. Tracing, Replay) 74.76 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

10.17.0

Important Changes

Other Changes

10.16.0

... (truncated)

Commits

Updates caniuse-lite from 1.0.30001743 to 1.0.30001746

Commits
  • ede44c1 Update caniuse-db 1.0.30001746
  • ae4ed42 Update caniuse-db 1.0.30001745
  • e908a86 Update caniuse-db 1.0.30001743
  • 4e39b98 Fix auto-publish
  • 9963f45 Improve log error detection
  • See full diff in [compare view](https://github.com/browserslist/caniuse-lite/compare/1.0.30001743...1.0.30001746)

Updates webpack from 5.101.3 to 5.102.0

Release notes

Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).

v5.102.0

Features

  • Added static analyze for dynamic imports
  • Added support for import file from "./file.ext" with { type: "bytes" } to get the content as Uint8Array (look at [example](https://github.com/webpack/webpack/tree/main/examples/asset))
  • Added support for import file from "./file.ext" with { type: "text" } to get the content as text (look at [example](https://github.com/webpack/webpack/tree/main/examples/asset))
  • Added the snapshot.contextModule to configure snapshots options for context modules
  • Added the extractSourceMap option to implement the capabilities of loading source maps by comment, you don't need source-map-loader (look at [example](https://github.com/webpack/webpack/tree/main/examples/source-mapping-url))
  • The topLevelAwait experiment is now stable (you can remove experiments.topLevelAwait from your webpack.config.js)
  • The layers experiment is now stable (you can remove experiments.layers from your webpack.config.js)
  • Added function matcher support in rule options

Fixes

  • Fixed conflicts caused by multiple concatenate modules
  • Ignore import failure during HMR update with ES modules output
  • Keep render module order consistent
  • Prevent inlining modules that have this exports
  • Removed unused timeout attribute of script tag
  • Supported UMD chunk format to work in web workers
  • Improved CommonJs bundle to ES module library
  • Use es-lexer for mjs files for build dependencies
  • Fixed support *non_webpack_require* for ES modules
  • Properly handle external modules for CSS
  • AssetsByChunkName included assets from chunk.auxiliaryFiles
  • Use createRequire only when output is ES module and target is node
  • Typescript types

Performance Improvements

  • Avoid extra calls for snapshot
  • A avoid extra jobs for build dependencies
  • Move import attributes to own dependencies
Commits

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

┆Issue is synchronized with this Jira Task
┆Priority: P2
┆Sprint: Backlog

Bumps the frontend group with 3 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript), [caniuse-lite](https://github.com/browserslist/caniuse-lite) and [webpack](https://github.com/webpack/webpack).


Updates `@sentry/browser` from 10.13.0 to 10.17.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.13.0...10.17.0)

Updates `caniuse-lite` from 1.0.30001743 to 1.0.30001746
- [Commits](browserslist/caniuse-lite@1.0.30001743...1.0.30001746)

Updates `webpack` from 5.101.3 to 5.102.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.101.3...v5.102.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-version: 10.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001746
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: webpack
  dependency-version: 5.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Label is automatically selected by dependabot Frontend HTML, CSS, JS... client side stuff labels Oct 1, 2025
@maureenlholland maureenlholland self-assigned this Oct 15, 2025
Copy link
Collaborator

@maureenlholland maureenlholland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ 🟢 local integration test run

@maureenlholland maureenlholland merged commit 7715f5a into main Oct 20, 2025
8 checks passed
@maureenlholland maureenlholland deleted the dependabot/npm_and_yarn/frontend-550f2cc0e3 branch October 20, 2025 15:54
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. Label is automatically selected by dependabot Frontend HTML, CSS, JS... client side stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants