dev: bump the safe group with 6 updates - #7725
Merged
Merged
Conversation
Bumps the safe group with 6 updates: | Package | From | To | | --- | --- | --- | | [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.13.0` | `10.16.0` | | [@storybook/cli](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli-storybook) | `9.1.7` | `9.1.8` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.1.2` | `30.2.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.1.3` | `30.2.0` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.1.2` | `30.2.0` | | [webpack](https://github.com/webpack/webpack) | `5.101.3` | `5.102.0` | Updates `@sentry/react` from 10.13.0 to 10.16.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.16.0) Updates `@storybook/cli` from 9.1.7 to 9.1.8 - [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/v9.1.8/code/lib/cli-storybook) Updates `babel-jest` from 30.1.2 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/babel-jest) Updates `jest` from 30.1.3 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) Updates `jest-environment-jsdom` from 30.1.2 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-jsdom) 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/react" dependency-version: 10.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: "@storybook/cli" dependency-version: 9.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: safe - dependency-name: babel-jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe - dependency-name: jest-environment-jsdom dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: safe ... Signed-off-by: dependabot[bot] <support@github.com>
PavelJankoski
approved these changes
Oct 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the safe group with 6 updates:
10.13.010.16.09.1.79.1.830.1.230.2.030.1.330.2.030.1.230.2.05.101.35.102.0Updates
@sentry/reactfrom 10.13.0 to 10.16.0Release notes
Sourced from
@sentry/react's releases.... (truncated)
Changelog
Sourced from
@sentry/react's changelog.... (truncated)
Commits
74c5213release: 10.16.070811c9Merge pull request #17807 from getsentry/prepare-release/10.16.055d8514meta(changelog): Update changelog for 10.16.0c94d2a9fix(browser): Use current start timestamp for CLS span when CLS is 0 (#17800)5ce4435fix(nextjs): Don't use chalk in turbopack config file (#17806)22f8e5afix(react): Do not send additional navigation span on pageload (#17799)0b4a7b1chore: Addpublish_releasecommand (#17797)0e19673ref(core): Improve promise buffer (#17788)80d5ff2feat(logs): Add internalreplay_is_bufferingflag (#17752)8424fdctest(nextjs): Add route handler tests for turbopack (#17515)Updates
@storybook/clifrom 9.1.7 to 9.1.8Release notes
Sourced from
@storybook/cli's releases.Changelog
Sourced from
@storybook/cli's changelog.Commits
28833d4Bump version from "9.1.7" to "9.1.8" [skip ci]Updates
babel-jestfrom 30.1.2 to 30.2.0Release notes
Sourced from babel-jest's releases.
Changelog
Sourced from babel-jest's changelog.
Commits
855864ev30.2.0d2a2491Support Babel 8 in plugins and presets (#15750)ddf97f7Export TransformerConfig interface frombabel-jest(#15820)15e3e7cUpdate babel-plugin-istanbul to 7.0.1 (#15813)Updates
jestfrom 30.1.3 to 30.2.0Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
855864ev30.2.0Updates
jest-environment-jsdomfrom 30.1.2 to 30.2.0Release notes
Sourced from jest-environment-jsdom's releases.
Changelog
Sourced from jest-environment-jsdom's changelog.
Commits
855864ev30.2.0Updates
webpackfrom 5.101.3 to 5.102.0Release notes
Sourced from webpack's releases.
Commits
14c813achore(release): 5.102.0761b153feat: support function matcher in rule options (#19952)8c0fa9efeat: tree shaking nested exports for destructuring assignment (#19955)0a58530chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 (#19958)042bf86fix: integrity in http-url test (#19954)d9121b3docs: use markdown instead html (#19938)3f00777docs: remove unused files (#19937)3cf0d95chore: add lfx badge (#19934)84e5c12fix: should analyze correct variable for dynamic import (#19936)44cf16fdocs: Revise security policy and reporting guidelines (#19886)Most Recent Ignore Conditions Applied to This Pull Request
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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