Skip to content

dev: bump the safe group with 12 updates#7626

Merged
PavelJankoski merged 1 commit into
v3.34from
dependabot/npm_and_yarn/safe-c86c7daf3f
May 20, 2025
Merged

dev: bump the safe group with 12 updates#7626
PavelJankoski merged 1 commit into
v3.34from
dependabot/npm_and_yarn/safe-c86c7daf3f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2025

Bumps the safe group with 12 updates:

Package From To
@tabler/icons-react 3.31.0 3.33.0
@reduxjs/toolkit 2.8.1 2.8.2
@sentry/react 9.17.0 9.20.0
react-remove-scroll 2.6.3 2.7.0
@storybook/addon-essentials 8.6.12 8.6.14
@storybook/addon-mdx-gfm 8.6.12 8.6.14
@storybook/addon-actions 8.6.12 8.6.14
@storybook/cli 8.6.12 8.6.14
@storybook/react 8.6.12 8.6.14
@storybook/react-webpack5 8.6.12 8.6.14
eslint-plugin-jsdoc 50.6.14 50.6.17
storybook 8.6.12 8.6.14

Updates @tabler/icons-react from 3.31.0 to 3.33.0

Release notes

Sourced from @​tabler/icons-react's releases.

Release 3.33.0

18 new icons:

  • filled/clipboard-plus
  • filled/clipboard-smile
  • filled/ease-in-control-point
  • filled/ease-in-out-control-points
  • filled/ease-out-control-point
  • filled/file-analytics
  • filled/file-code
  • filled/file-diff
  • filled/file-dots
  • filled/file-function
  • filled/file-info
  • filled/file-typography
  • filled/heart-broken
  • filled/laurel-wreath-1
  • filled/laurel-wreath-2
  • filled/laurel-wreath-3
  • filled/microscope
  • filled/ufo

Fixed icon: filled/book

Release 3.32.0

27 new icons:

  • outline/arrow-bar-to-down-dashed
  • outline/arrow-bar-to-left-dashed
  • outline/arrow-bar-to-right-dashed
  • outline/arrow-bar-to-up-dashed
  • outline/chalkboard-teacher
  • outline/filter-2-bolt
  • outline/filter-2-cancel
  • outline/filter-2-check
  • outline/filter-2-code
  • outline/filter-2-cog
  • outline/filter-2-discount
  • outline/filter-2-dollar
  • outline/filter-2-down
  • outline/filter-2-edit
  • outline/filter-2-exclamation
  • outline/filter-2-minus
  • outline/filter-2-pause
  • outline/filter-2-pin
  • outline/filter-2-plus

... (truncated)

Commits

Updates @reduxjs/toolkit from 2.8.1 to 2.8.2

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.8.2

This bugfix release fixes a bundle size regression in RTK Query from the build and packaging changes in v2.8.0.

If you're using v2.8.0 or v2.8.1, please upgrade to v2.8.2 right away to resolve that bundle size issue!

Changelog

RTK Query Bundle Size

In v2.8.0, we reworked our packaging setup to better support React Native. While there weren't many meaningful code changes, we did alter our bundling build config file. In the process, we lost the config options to externalize the @reduxjs/toolkit core when building the RTK Query nested entry points. This resulted in a regression where the RTK core code also got bundled directly into the RTK Query artifacts, resulting in a significant size increase.

This release fixes the build config and restores the previous RTKQ build artifact sizes.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.8.1...v2.8.2

Commits

Updates @sentry/react from 9.17.0 to 9.20.0

Release notes

Sourced from @​sentry/react's releases.

9.20.0

Important changes

  • feat(browser): Track measure detail as span attributes (#16240)

The SDK now automatically collects details passed to performance.measure options.

Other changes

  • feat(node): Add maxIncomingRequestBodySize (#16225)
  • feat(react-router): Add server action instrumentation (#16292)
  • feat(react-router): Filter manifest requests (#16294)
  • feat(replay): Extend default list for masking with aria-label (#16192)
  • fix(browser): Ensure pageload & navigation spans have correct data (#16279)
  • fix(cloudflare): Account for static fields in wrapper type (#16303)
  • fix(nextjs): Preserve next.route attribute on root spans (#16297)
  • feat(node): Fork isolation scope in tRPC middleware (#16296)
  • feat(core): Add orgId option to init and DSC (sentry-org_id in baggage) (#16305)

Bundle size 📦

Path Size
@​sentry/browser 23.48 KB
@​sentry/browser - with treeshaking flags 23.15 KB
@​sentry/browser (incl. Tracing) 37.56 KB
@​sentry/browser (incl. Tracing, Replay) 74.79 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.98 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.27 KB
@​sentry/browser (incl. Feedback) 39.87 KB
@​sentry/browser (incl. sendFeedback) 28.11 KB
@​sentry/browser (incl. FeedbackAsync) 32.87 KB
@​sentry/react 25.25 KB
@​sentry/react (incl. Tracing) 39.53 KB
@​sentry/vue 27.77 KB
@​sentry/vue (incl. Tracing) 39.34 KB
@​sentry/svelte 23.5 KB
CDN Bundle 24.66 KB
CDN Bundle (incl. Tracing) 37.63 KB
CDN Bundle (incl. Tracing, Replay) 72.58 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.9 KB
CDN Bundle - uncompressed 71.95 KB
CDN Bundle (incl. Tracing) - uncompressed 111.4 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.7 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.23 KB
@​sentry/nextjs (client) 41.1 KB
@​sentry/sveltekit (client) 38.04 KB
@​sentry/node 154.45 KB
@​sentry/node - without tracing 95.77 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.20.0

Important changes

  • feat(browser): Track measure detail as span attributes (#16240)

The SDK now automatically collects details passed to performance.measure options.

Other changes

  • feat(node): Add maxIncomingRequestBodySize (#16225)
  • feat(react-router): Add server action instrumentation (#16292)
  • feat(react-router): Filter manifest requests (#16294)
  • feat(replay): Extend default list for masking with aria-label (#16192)
  • fix(browser): Ensure pageload & navigation spans have correct data (#16279)
  • fix(cloudflare): Account for static fields in wrapper type (#16303)
  • fix(nextjs): Preserve next.route attribute on root spans (#16297)
  • feat(node): Fork isolation scope in tRPC middleware (#16296)
  • feat(core): Add orgId option to init and DSC (sentry-org_id in baggage) (#16305)

9.19.0

  • feat(react-router): Add otel instrumentation for server requests (#16147)
  • feat(remix): Vendor in opentelemetry-instrumentation-remix (#16145)
  • fix(browser): Ensure spans auto-ended for navigations have cancelled reason (#16277)
  • fix(node): Pin @fastify/otel fork to direct url to allow installing without git (#16287)
  • fix(react): Handle nested parameterized routes in reactrouterv3 transaction normalization (#16274)

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

9.18.0

Important changes

  • feat: Support Node 24 (#16236)

We now also publish profiling binaries for Node 24.

Other changes

  • deps(node): Bump import-in-the-middle to 1.13.1 (#16260)
  • feat: Export consoleLoggingIntegration from vercel edge sdk (#16228)
  • feat(cloudflare): Add support for email, queue, and tail handler (#16233)
  • feat(cloudflare): Improve http span data (#16232)
  • feat(nextjs): Add more attributes for generation functions (#16214)
  • feat(opentelemetry): Widen peer dependencies to support Otel v2 (#16246)
  • fix(core): Gracefully handle invalid baggage entries (#16257)
  • fix(node): Ensure traces are propagated without spans in Node 22+ (#16221)
  • fix(node): Use sentry forked @fastify/otel dependency with pinned Otel v1 deps (#16256)
  • fix(remix): Remove vendored types (#16218)
Commits
  • c36dd47 release: 9.20.0
  • dac1e80 Merge pull request #16312 from getsentry/prepare-release/9.20.0
  • 6da8816 meta(changelog): Update changelog for 9.20.0
  • bad34c8 chore(node): Remove unused stealthWrap and utils around it (#16325)
  • c3a9682 feat(core): Add orgId option to init and DSC (sentry-org_id in baggage)...
  • 6d63705 Merge pull request #16296 from getsentry/ab/trpc-middleware-isolation-scope-f...
  • 12c90d1 feat(node): Add maxIncomingRequestBodySize (#16225)
  • f128046 chore: Add node 24 to profiling node README (#16301)
  • 5b74eea fix(cloudflare): Account for static fields in wrapper type (#16303)
  • 33e965d fix(nextjs): Preserve next.route attribute on root spans (#16297)
  • Additional commits viewable in compare view

Updates react-remove-scroll from 2.6.3 to 2.7.0

Commits

Updates @storybook/addon-essentials from 8.6.12 to 8.6.14

Release notes

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

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

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

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-mdx-gfm from 8.6.12 to 8.6.14

Release notes

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

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

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

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Updates @storybook/addon-actions from 8.6.12 to 8.6.14

Release notes

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

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

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

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Updates @storybook/cli from 8.6.12 to 8.6.14

Release notes

Sourced from @​storybook/cli's releases.

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

Sourced from @​storybook/cli's changelog.

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Updates @storybook/react from 8.6.12 to 8.6.14

Release notes

Sourced from @​storybook/react's releases.

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

Sourced from @​storybook/react's changelog.

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Updates @storybook/react-webpack5 from 8.6.12 to 8.6.14

Release notes

Sourced from @​storybook/react-webpack5's releases.

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

Sourced from @​storybook/react-webpack5's changelog.

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Updates eslint-plugin-jsdoc from 50.6.14 to 50.6.17

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.6.17

50.6.17 (2025-05-14)

Bug Fixes

  • require-param: update jsdoccomment to support exported TSFunctionType type; fixes #1386 (#1389) (e26a11a)

v50.6.16

50.6.16 (2025-05-14)

Bug Fixes

  • valid-types: fix parsing of expressions like [@returns](https://github.com/returns) {[@link](https://github.com/link) SomeType}; fixes #1381 (#1382) (2bd7242)

v50.6.15

50.6.15 (2025-05-14)

Bug Fixes

Commits
  • e26a11a fix(require-param): update jsdoccomment to support exported TSFunctionType ...
  • 2bd7242 fix(valid-types): fix parsing of expressions like `@returns {@​link SomeType...
  • 1bef636 fix(no-undefined-types): avoid eslint 8 error; fixes #1387 (#1388)
  • See full diff in compare view

Updates storybook from 8.6.12 to 8.6.14

Release notes

Sourced from storybook's releases.

v8.6.14

8.6.14

v8.6.13

8.6.13

Changelog

Sourced from storybook's changelog.

8.6.14

8.6.13

Commits
  • ab87178 Bump version from "8.6.13" to "8.6.14" [skip ci]
  • 8fa9049 Bump version from "8.6.12" to "8.6.13" [skip ci]
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@storybook/addon-actions [< 6.5, > 6.4.9]
eslint-plugin-jsdoc [>= 39.6.a, < 39.7]

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

Bumps the safe group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.31.0` | `3.33.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.8.1` | `2.8.2` |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `9.17.0` | `9.20.0` |
| [react-remove-scroll](https://github.com/theKashey/react-remove-scroll) | `2.6.3` | `2.7.0` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.6.12` | `8.6.14` |
| [@storybook/addon-mdx-gfm](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm) | `8.6.12` | `8.6.14` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.6.12` | `8.6.14` |
| [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.6.12` | `8.6.14` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.6.12` | `8.6.14` |
| [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `8.6.12` | `8.6.14` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.14` | `50.6.17` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.6.12` | `8.6.14` |


Updates `@tabler/icons-react` from 3.31.0 to 3.33.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.33.0/packages/icons-react)

Updates `@reduxjs/toolkit` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.8.1...v2.8.2)

Updates `@sentry/react` from 9.17.0 to 9.20.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@9.17.0...9.20.0)

Updates `react-remove-scroll` from 2.6.3 to 2.7.0
- [Release notes](https://github.com/theKashey/react-remove-scroll/releases)
- [Changelog](https://github.com/theKashey/react-remove-scroll/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theKashey/react-remove-scroll/commits/v2.7.0)

Updates `@storybook/addon-essentials` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/essentials)

Updates `@storybook/addon-mdx-gfm` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/gfm)

Updates `@storybook/addon-actions` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/addons/actions)

Updates `@storybook/cli` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/cli)

Updates `@storybook/react` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/renderers/react)

Updates `@storybook/react-webpack5` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/frameworks/react-webpack5)

Updates `eslint-plugin-jsdoc` from 50.6.14 to 50.6.17
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.6.14...v50.6.17)

Updates `storybook` from 8.6.12 to 8.6.14
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.14/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@tabler/icons-react"
  dependency-version: 3.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@sentry/react"
  dependency-version: 9.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: react-remove-scroll
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe
- dependency-name: "@storybook/addon-essentials"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/addon-mdx-gfm"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/addon-actions"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/cli"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/react"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: "@storybook/react-webpack5"
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 50.6.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
- dependency-name: storybook
  dependency-version: 8.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 19, 2025
@dependabot dependabot Bot requested a review from a team as a code owner May 19, 2025 22:26
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label May 19, 2025
@dependabot dependabot Bot requested a review from PavelJankoski May 19, 2025 22:26
@PavelJankoski PavelJankoski merged commit 15a7bd9 into v3.34 May 20, 2025
13 checks passed
@PavelJankoski PavelJankoski deleted the dependabot/npm_and_yarn/safe-c86c7daf3f branch May 20, 2025 10:29
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant