deps: bump the dependency-updates group with 6 updates#1914
Merged
Conversation
Bumps the dependency-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [@primer/react](https://github.com/primer/react) | `38.14.0` | `38.15.0` | | [framer-motion](https://github.com/motiondivision/motion) | `12.35.1` | `12.36.0` | | [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.2.0` | `30.3.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.2.0` | `30.3.0` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.2.0` | `30.3.0` | | [pacote](https://github.com/npm/pacote) | `21.4.0` | `21.5.0` | Updates `@primer/react` from 38.14.0 to 38.15.0 - [Release notes](https://github.com/primer/react/releases) - [Commits](https://github.com/primer/react/compare/@primer/react@38.14.0...@primer/react@38.15.0) Updates `framer-motion` from 12.35.1 to 12.36.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.35.1...v12.36.0) Updates `babel-jest` from 30.2.0 to 30.3.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.3.0/packages/babel-jest) Updates `jest` from 30.2.0 to 30.3.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.3.0/packages/jest) Updates `jest-environment-jsdom` from 30.2.0 to 30.3.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.3.0/packages/jest-environment-jsdom) Updates `pacote` from 21.4.0 to 21.5.0 - [Release notes](https://github.com/npm/pacote/releases) - [Changelog](https://github.com/npm/pacote/blob/main/CHANGELOG.md) - [Commits](npm/pacote@v21.4.0...v21.5.0) --- updated-dependencies: - dependency-name: "@primer/react" dependency-version: 38.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: framer-motion dependency-version: 12.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: babel-jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: jest-environment-jsdom dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: pacote dependency-version: 21.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] <support@github.com>
wraithgar
reviewed
Mar 16, 2026
| "front-matter": "^4.0.2", | ||
| "minimatch": "^10.0.1", | ||
| "minipass": "^7.0.4", | ||
| "pacote": "^21.0.0", |
Member
There was a problem hiding this comment.
Well dependabot sure shouldn't have done this.
wraithgar
reviewed
Mar 16, 2026
1 task
5 tasks
|
@dependabot recreate |
Contributor
Author
|
Sorry, only users with push access can use that command. |
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.
Bumps the dependency-updates group with 6 updates:
38.14.038.15.012.35.112.36.030.2.030.3.030.2.030.3.030.2.030.3.021.4.021.5.0Updates
@primer/reactfrom 38.14.0 to 38.15.0Release notes
Sourced from
@primer/react's releases.Commits
f644831Release tracking (#7614)6c1e054chore(deps-dev): bump immutable from 4.3.5 to 4.3.8 (#7626)74762e2Revert "perf(useRefObjectAsForwardedRef): add dependency array to useImperati...a4fe714Remove private flag from MCP package.json (#7636)49d32f2[MCP] Improvement for motion tokens (#7632)7e108feAdd keyboard-accessible tooltip for truncated ActionList.Description (#7529)e362094chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#7608)e90c1b7chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#7582)f6d4311Fix FormControl + SelectPanel accessible name to address SR issues (#7624)17a103cTextInputWithTokens: announce selected token values for screen readers (#7618)Updates
framer-motionfrom 12.35.1 to 12.36.0Changelog
Sourced from framer-motion's changelog.
Commits
ea66e17v12.36.0db5726dAdding tests for exit animations5ccc21aUpdating changelog06159b3Latested64e5fMerge pull request #3625 from motiondivision/worktree-fix-issue-31415fad98cMerge pull request #3627 from motiondivision/worktree-fix-issue-3103f084bb2Simplify axis-snap logic: use copyAxisInto, remove redundant isShared block3204711Merge pull request #3626 from motiondivision/audit/motion-dom-frameloop25bf593Merge pull request #3629 from motiondivision/worktree-fix-issue-30820dad36bMerge pull request #3634 from motiondivision/worktree-fix-issue-3102Updates
babel-jestfrom 30.2.0 to 30.3.0Release notes
Sourced from babel-jest's releases.
Changelog
Sourced from babel-jest's changelog.
Commits
efb59c2v30.3.0486ae3dchore: update docusaurus (#15860)Updates
jestfrom 30.2.0 to 30.3.0Release notes
Sourced from jest's releases.
Changelog
Sourced from jest's changelog.
Commits
efb59c2v30.3.096c53d3feat(jest-config): adddefineConfigandmergeConfigfunctions (#15844)Updates
jest-environment-jsdomfrom 30.2.0 to 30.3.0Release notes
Sourced from jest-environment-jsdom's releases.
Changelog
Sourced from jest-environment-jsdom's changelog.
Commits
efb59c2v30.3.0b5b0220Remove unused dependencies from jest-environment-jsdom (#15928)Updates
pacotefrom 21.4.0 to 21.5.0Release notes
Sourced from pacote's releases.
Changelog
Sourced from pacote's changelog.
Commits
6c2555achore: release 21.5.0 (#470)586a55dchore: template-oss-apply for new macos images (#471)d912f17feat: expose fetched attestation bundles on manifest (#457)b741e8bchore: bump@npmcli/template-ossfrom 4.28.0 to 4.29.0 (#468)d1cc5c8chore: template-oss-apply for release branches (#460)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 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