An open index of dependabot pull requests across open source projects.

dev: bump the safe group with 5 updates

Open
Number: #7632
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 26, 2025 at 10:08 PM UTC
(about 1 year ago)
Updated: May 30, 2025 at 12:27 PM UTC
(about 1 year ago)
Labels:
dependencies javascript
Description:

Bumps the safe group with 5 updates:

Package From To
@sentry/react 9.20.0 9.22.0
query-string 9.1.2 9.2.0
@inquirer/prompts 7.5.1 7.5.3
cypress 14.3.3 14.4.0
webpack 5.99.8 5.99.9

Updates @sentry/react from 9.20.0 to 9.22.0

Release notes

Sourced from @​sentry/react's releases.

9.22.0

Important changes

  • Revert "feat(browser): Track measure detail as span attributes" (#16348)

This is a revert of a feature introduced in 9.20.0 with #16240. This feature was causing crashes in firefox, so we are reverting it. We will re-enable this functionality in the future after fixing the crash.

Other changes

  • feat(deps): bump @​sentry/rollup-plugin from 3.1.2 to 3.2.1 (#15511)
  • fix(remix): Use generic types for ServerBuild argument and return (#16336)

Bundle size 📦

Path Size
@​sentry/browser 23.39 KB
@​sentry/browser - with treeshaking flags 23.16 KB
@​sentry/browser (incl. Tracing) 37.37 KB
@​sentry/browser (incl. Tracing, Replay) 74.59 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.86 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.26 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.07 KB
@​sentry/browser (incl. Feedback) 39.76 KB
@​sentry/browser (incl. sendFeedback) 28 KB
@​sentry/browser (incl. FeedbackAsync) 32.77 KB
@​sentry/react 25.12 KB
@​sentry/react (incl. Tracing) 39.3 KB
@​sentry/vue 27.68 KB
@​sentry/vue (incl. Tracing) 39.15 KB
@​sentry/svelte 23.41 KB
CDN Bundle 24.64 KB
CDN Bundle (incl. Tracing) 37.47 KB
CDN Bundle (incl. Tracing, Replay) 72.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.8 KB
CDN Bundle - uncompressed 71.9 KB
CDN Bundle (incl. Tracing) - uncompressed 111 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.82 KB
@​sentry/nextjs (client) 40.92 KB
@​sentry/sveltekit (client) 37.83 KB
@​sentry/node 145.96 KB
@​sentry/node - without tracing 95.8 KB
@​sentry/aws-serverless 120.54 KB

9.21.0

  • docs: Fix v7 migration link (#14629)
  • feat(node): Vendor in @fastify/otel (#16328)
  • fix(nestjs): Handle multiple OnEvent decorators (#16306)
  • fix(node): Avoid creating breadcrumbs for suppressed requests (#16285)

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.22.0

Important changes

  • Revert "feat(browser): Track measure detail as span attributes" (#16348)

This is a revert of a feature introduced in 9.20.0 with #16240. This feature was causing crashes in firefox, so we are reverting it. We will re-enable this functionality in the future after fixing the crash.

Other changes

  • feat(deps): bump @​sentry/rollup-plugin from 3.1.2 to 3.2.1 (#15511)
  • fix(remix): Use generic types for ServerBuild argument and return (#16336)

9.21.0

  • docs: Fix v7 migration link (#14629)
  • feat(node): Vendor in @fastify/otel (#16328)
  • fix(nestjs): Handle multiple OnEvent decorators (#16306)
  • fix(node): Avoid creating breadcrumbs for suppressed requests (#16285)
  • fix(remix): Add missing client exports to server and cloudflare entries (#16341)

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

Commits
  • ccabfc2 release: 9.22.0
  • 2f39874 Merge pull request #16349 from getsentry/prepare-release/9.22.0
  • 8fd6fd9 meta(changelog): Update changelog for 9.22.0
  • acc6fe1 Revert "feat(browser): Track measure detail as span attributes" (#16348)
  • 9c36322 Merge pull request #16344 from getsentry/ab/manual-develop-sync
  • 7ebd0da Merge branch 'develop' into ab/manual-develop-sync
  • 4a88835 fix(remix): Use generic types for ServerBuild argument and return (#16336)
  • 4de9878 ref(browser): Streamline browser init() checks (#16340)
  • 7b966c8 Merge branch 'release/9.21.0'
  • 90cb4d1 test(node): Add pg-native tests (#15465)
  • Additional commits viewable in compare view

Updates query-string from 9.1.2 to 9.2.0

Release notes

Sourced from query-string's releases.

v9.2.0

  • Add support for boolean type in the types option (#407) 10d263a

https://github.com/sindresorhus/query-string/compare/v9.1.2...v9.2.0

Commits

Updates @inquirer/prompts from 7.5.1 to 7.5.3

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​7.5.3

  • Fix #1743: pagination logic of the select, checkbox and search prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

@​inquirer/prompts@​7.5.2

  • Chore: dependencies bump
Commits
  • dc0770c Publish
  • 75123b5 Fix(@​inquirer/core): Fix paginated pointer jump if user moved up then down
  • 5985e79 Fix(@​inquirer/core): Major refactor of the pagination logic to work better wi...
  • e456e40 Refactor: Cleanups following #1759
  • 553d9fa Chore(repo): gitignore mcp servers
  • 85d4642 Publish
  • 9be3243 Fix(@​inquirer/core): Make sure useState set functions are always bound to the...
  • 22bf77f Chore(deps-dev): Bump @​types/node from 22.15.17 to 22.15.19 (#1756)
  • 79e0032 Chore(deps-dev): Bump the linting group with 3 updates (#1755)
  • 8812e6a Add community prompt inquirer-select-with-state (#1753)
  • Additional commits viewable in compare view

Updates cypress from 14.3.3 to 14.4.0

Release notes

Sourced from cypress's releases.

v14.4.0

Changelog: https://docs.cypress.io/app/references/changelog#14-4-0

Commits

Updates webpack from 5.99.8 to 5.99.9

Release notes

Sourced from webpack's releases.

v5.99.9

Fixes

  • HMR might fail if there are new initial chunks
  • Destructuring namespace import with default
  • Destructuring namespace import with computed-property
  • Generate valid code for es export generation for multiple module entries
  • Fixed public path issue for ES modules
  • Asset modules work when lazy compilation used
  • Eliminate unused statements in certain scenarios
  • Fixed regression with location and order of dependencies
  • Fixed typescript types
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
cypress [>= 9.a, < 10]
cypress [>= 10.a, < 11]

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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
9.20.0 → 9.22.0
Update Type:
Minor
Package:
webpack
Ecosystem:
npm
Version Change:
5.99.8 → 5.99.9
Update Type:
Patch
Package:
cypress
Ecosystem:
npm
Version Change:
14.3.3 → 14.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.5.1 → 7.5.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.1.2 → 9.2.0
Update Type:
Minor
Technical Details
ID: 748352
UUID: 2544890590
Node ID: PR_kwDOCdvj-c6Xr_Le
Host: GitHub
Repository: TheThingsNetwork/lorawan-stack