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

dev: bump the safe group with 5 updates

Closed
Number: #7652
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 17, 2025 at 12:24 AM UTC
(about 1 year ago)
Updated: June 19, 2025 at 12:12 PM UTC
(about 1 year ago)
Closed: June 19, 2025 at 12:12 PM UTC
(about 1 year ago)
Time to Close: 2 days
Labels:
dependencies javascript
Description:

Bumps the safe group with 5 updates:

Package From To
@sentry/react 9.27.0 9.29.0
query-string 9.2.0 9.2.1
@storybook/addon-actions 9.0.6 9.0.8
@storybook/cli 9.0.6 9.0.10
eslint-plugin-jest 28.13.0 28.14.0

Updates @sentry/react from 9.27.0 to 9.29.0

Release notes

Sourced from @​sentry/react's releases.

9.29.0

Important Changes

  • feat(browser): Update web-vitals to 5.0.2 (#16492)

This release upgrades the web-vitals library to version 5.0.2. This upgrade could slightly change the collected web vital values and potentially also influence alerts and performance scores in the Sentry UI.

Other Changes

  • feat(deps): Bump @​sentry/rollup-plugin from 3.4.0 to 3.5.0 (#16524)
  • feat(ember): Stop warning for onError usage (#16547)
  • feat(node): Allow to force activate vercelAiIntegration (#16551)
  • feat(node): Introduce ignoreLayersType option to koa integration (#16553)
  • fix(browser): Ensure suppressTracing does not leak when async (#16545)
  • fix(vue): Ensure root component render span always ends (#16488)

Bundle size 📦

Path Size
@​sentry/browser 23.43 KB
@​sentry/browser - with treeshaking flags 23.2 KB
@​sentry/browser (incl. Tracing) 37.78 KB
@​sentry/browser (incl. Tracing, Replay) 74.98 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.23 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.63 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.41 KB
@​sentry/browser (incl. Feedback) 39.78 KB
@​sentry/browser (incl. sendFeedback) 28.03 KB
@​sentry/browser (incl. FeedbackAsync) 32.8 KB
@​sentry/react 25.15 KB
@​sentry/react (incl. Tracing) 39.72 KB
@​sentry/vue 27.7 KB
@​sentry/vue (incl. Tracing) 39.6 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.88 KB
CDN Bundle (incl. Tracing) 37.86 KB
CDN Bundle (incl. Tracing, Replay) 72.89 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.22 KB
CDN Bundle - uncompressed 72.74 KB
CDN Bundle (incl. Tracing) - uncompressed 112.2 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 223.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 236.02 KB
@​sentry/nextjs (client) 41.34 KB
@​sentry/sveltekit (client) 38.25 KB
@​sentry/node 146.95 KB
@​sentry/node - without tracing 96.04 KB
@​sentry/aws-serverless 121.2 KB

9.28.1

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.29.0

Important Changes

  • feat(browser): Update web-vitals to 5.0.2 (#16492)

This release upgrades the web-vitals library to version 5.0.2. This upgrade could slightly change the collected web vital values and potentially also influence alerts and performance scores in the Sentry UI.

Other Changes

  • feat(deps): Bump @​sentry/rollup-plugin from 3.4.0 to 3.5.0 (#16524)
  • feat(ember): Stop warning for onError usage (#16547)
  • feat(node): Allow to force activate vercelAiIntegration (#16551)
  • feat(node): Introduce ignoreLayersType option to koa integration (#16553)
  • fix(browser): Ensure suppressTracing does not leak when async (#16545)
  • fix(vue): Ensure root component render span always ends (#16488)

9.28.1

  • feat(deps): Bump @​sentry/cli from 2.45.0 to 2.46.0 (#16516)
  • fix(nextjs): Avoid tracing calls to symbolication server on dev (#16533)
  • fix(sveltekit): Add import attribute for node exports (#16528)

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

9.28.0

Important Changes

  • feat(nestjs): Stop creating spans for TracingInterceptor (#16501)

With this change we stop creating spans for TracingInterceptor as this interceptor only serves as an internal helper and adds noise for the user.

  • feat(node): Update vercel ai spans as per new conventions (#16497)

This feature ships updates to the span names and ops to better match OpenTelemetry. This should make them more easily accessible to the new agents module view we are building.

Other Changes

  • fix(sveltekit): Export vercelAIIntegration from @sentry/node (#16496)

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

Commits
  • 6d70326 release: 9.29.0
  • 3bb5ac8 Merge pull request #16563 from getsentry/prepare-release/9.29.0
  • 6882abf meta(changelog): Update changelog for 9.29.0
  • 038cb5d test: Fix E2E tests by pinning dependencies (#16569)
  • e26e334 test(trpc): Fix E2E test by pinning to 11.3.0
  • cbfada0 test(node): Fix nestjs-11 E2E test by pinning version
  • 6b656b4 fix(vue): Ensure root component render span always ends (#16488)
  • 6fc18fe feat(browser): Update web-vitals to 5.0.2 (#16492)
  • 65310d5 chore: Document process.env.DEBUG in node integration tests README (#16558)
  • ba3728d feat(node): Introduce ignoreLayersType option to koa integration (#16553)
  • Additional commits viewable in compare view

Updates query-string from 9.2.0 to 9.2.1

Release notes

Sourced from query-string's releases.

v9.2.1

  • Fix stringifyUrl not respecting passed in options 38dae7b

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

Commits

Updates @storybook/addon-actions from 9.0.6 to 9.0.8

Release notes

Sourced from @​storybook/addon-actions's releases.

v9.0.8

9.0.8

[!NOTE]
Version 9.0.7 was skipped because of a bad release of eslint-plugin-storybook.

Changelog

Sourced from @​storybook/addon-actions's changelog.

9.0.8

[!NOTE]
Version 9.0.7 was skipped because of a bad release of eslint-plugin-storybook.

Commits
  • 95bdbee Bump version from "9.0.7" to "9.0.8" [skip ci]
  • a882f2f Artificially bump all versions on the main branch from 9.0.6 to 9.0.7, to s...
  • See full diff in compare view

Updates @storybook/cli from 9.0.6 to 9.0.10

Release notes

Sourced from @​storybook/cli's releases.

v9.0.10

9.0.10

v9.0.9

9.0.9

v9.0.8

9.0.8

[!NOTE]
Version 9.0.7 was skipped because of a bad release of eslint-plugin-storybook.

Commits

Updates eslint-plugin-jest from 28.13.0 to 28.14.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.14.0

28.14.0 (2025-06-15)

Features

  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#1762) (30440ef)

v28.13.5

28.13.5 (2025-06-13)

Bug Fixes

  • handle string-based import names when resolving Jest functions (#1761) (d8b5e0e)

v28.13.4

28.13.4 (2025-06-13)

Bug Fixes

  • prefer-importing-jest-globals: handle string-based import names (#1756) (547e67b)

v28.13.3

28.13.3 (2025-06-10)

Bug Fixes

  • prefer-importing-jest-globals: preserve require property renames (#1754) (41b9523)

v28.13.2

28.13.2 (2025-06-10)

Bug Fixes

  • prefer-importing-jest-globals: preserve as imports (#1753) (3a5af78)

v28.13.1

28.13.1 (2025-06-10)

Bug Fixes

  • prefer-ending-with-an-expect: don't report on await expect (#1752) (5e3d687)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.14.0 (2025-06-15)

Features

  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#1762) (30440ef)

28.13.5 (2025-06-13)

Bug Fixes

  • handle string-based import names when resolving Jest functions (#1761) (d8b5e0e)

28.13.4 (2025-06-13)

Bug Fixes

  • prefer-importing-jest-globals: handle string-based import names (#1756) (547e67b)

28.13.3 (2025-06-10)

Bug Fixes

  • prefer-importing-jest-globals: preserve require property renames (#1754) (41b9523)

28.13.2 (2025-06-10)

Bug Fixes

  • prefer-importing-jest-globals: preserve as imports (#1753) (3a5af78)

28.13.1 (2025-06-10)

Bug Fixes

  • prefer-ending-with-an-expect: don't report on await expect (#1752) (5e3d687)
Commits
  • f0b4071 chore(release): 28.14.0 [skip ci]
  • 30440ef feat(unbound-method): mark docs.recommended and docs.requiresTypeChecking...
  • 51d39cc chore: use @typescript-eslint v8 in development (#1757)
  • d3c480f chore(release): 28.13.5 [skip ci]
  • d8b5e0e fix: handle string-based import names when resolving Jest functions (#1761)
  • d69f493 chore(release): 28.13.4 [skip ci]
  • 547e67b fix(prefer-importing-jest-globals): handle string-based import names (#1756)
  • 9f21577 chore: add 30 to JestVersion type (#1760)
  • 078df22 test: automatically skip ecma 2022 tests when using ESLint v7 (#1759)
  • ab990dd test: simplify detection of ESLint major version (#1758)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@storybook/addon-actions [< 6.5, > 6.4.9]

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:
1
Files Changed:
2
Additions:
+78
Deletions:
-78
Package Dependencies
Ecosystem:
npm
Version Change:
9.27.0 → 9.29.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.0.6 → 9.0.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
28.13.0 → 28.14.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.0.6 → 9.0.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.2.0 → 9.2.1
Update Type:
Patch
Technical Details
ID: 1929535
UUID: 2597215127
Node ID: PR_kwDOCdvj-c6azluX
Host: GitHub
Repository: TheThingsNetwork/lorawan-stack
Merge State: Dirty