Skip to content

deps: bump the dependency-updates group with 8 updates#1889

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-2f2e1284b0
Closed

deps: bump the dependency-updates group with 8 updates#1889
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-2f2e1284b0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependency-updates group with 8 updates:

Package From To
@octokit/plugin-retry 8.0.3 8.1.0
@primer/react 38.11.0 38.13.0
downshift 9.3.1 9.3.2
framer-motion 12.34.0 12.34.3
postcss-preset-env 11.1.3 11.2.0
minimatch 10.2.0 10.2.2
minipass 7.1.2 7.1.3
tap 21.5.1 21.6.2

Updates @octokit/plugin-retry from 8.0.3 to 8.1.0

Release notes

Sourced from @​octokit/plugin-retry's releases.

v8.1.0

8.1.0 (2026-02-18)

Features

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​octokit/plugin-retry since your current version.


Updates @primer/react from 38.11.0 to 38.13.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.13.0

Minor Changes

Patch Changes

@​primer/react@​38.12.0

Minor Changes

  • #7348 3c160b2 Thanks @​mattcosta7! - Add currentWidth and onResizeEnd props to PageLayout.Pane for controlled resizable width

    The PageLayout.Pane component now supports controlled width:

    • onResizeEnd — callback fired when a resize operation ends (pointer release or keyboard key up). Replaces localStorage persistence. Requires currentWidth.
    • currentWidth — sets the current displayed width in pixels (number | undefined). Pass undefined when the persisted value hasn't loaded yet. Requires onResizeEnd.

    Both props must be provided together (enforced by TypeScript). resizable remains a plain boolean prop.

    These props are only meaningful when resizable={true} — without it, no drag handle renders so onResizeEnd never fires.

    New export:

    • defaultPaneWidth — Record of preset width values: {small: 256, medium: 296, large: 320}

    Example usage:

    import {PageLayout, defaultPaneWidth} from '@primer/react'
    // Default behavior (unchanged) — localStorage persistence
    <PageLayout.Pane resizable />

... (truncated)

Commits
  • 75bf4ab Release tracking (#7570)
  • aa46098 feat(Blankslate): Add text-wrap: balance to Heading and Description (#7568)
  • 6dc1858 perf(ActionList): replace :has([aria-disabled]) with data-is-disabled attribu...
  • 12dda86 PageLayout: Add new layout option PageLayout.Sidebar (#7521)
  • 551ec63 perf(Button): fix CounterLabel remount, remove DEV hook, enable React Compile...
  • f25bb1c chore(deps-dev): bump ajv from 8.16.0 to 8.18.0 (#7561)
  • 0c2358a perf(ActionList): add content-visibility: auto to reduce style recalc and lay...
  • 86d6897 perf(Announce): skip getComputedStyle when there is no text content to announ...
  • 4fd987c perf(ActionList): enable React Compiler (#7537)
  • d4b32c3 perf(useIsMacOS): replace useState+useEffect with useSyncExternalStore (#7548)
  • Additional commits viewable in compare view

Updates downshift from 9.3.1 to 9.3.2

Release notes

Sourced from downshift's releases.

v9.3.2

9.3.2 (2026-02-19)

Bug Fixes

  • useElementIds: improve fix for webpack analyzer (#1677) (f1862ed)
Commits

Updates framer-motion from 12.34.0 to 12.34.3

Changelog

Sourced from framer-motion's changelog.

[12.34.3] 2026-02-20

Fixed

  • Ensure velocity is never transferred to a time-derived spring.

[12.34.2] 2026-02-18

Fixed

  • Layout animations: Reset motion value velocity when starting a new layout animation.

[12.34.1] 2026-02-17

Fixed

  • useScroll: Ensure animations aren't hardware accelerated when target is set.
  • Improve animatable "none" generation for mask values.
Commits
  • 071f659 v12.34.3
  • ab73833 Updating changelog
  • bd6eac3 Merge pull request #3564 from motiondivision/fix/time-defined-spring-velocity
  • bebd7f5 Ignore velocity for time-defined springs to prevent wild oscillation
  • 6828340 v12.34.2
  • 679a0ad Reset layout animation motion value velocity on restart
  • 1d566fc Merge pull request #3546 from veeceey/fix/typescript-ban-types-issue
  • 57263d8 v12.34.1
  • 9447ee2 Updating changelog
  • 79a4097 Merge pull request #3555 from motiondivision/scroll-acc
  • Additional commits viewable in compare view

Updates postcss-preset-env from 11.1.3 to 11.2.0

Changelog

Sourced from postcss-preset-env's changelog.

11.2.0

February 21, 2026

Commits

Updates minimatch from 10.2.0 to 10.2.2

Commits

Updates minipass from 7.1.2 to 7.1.3

Commits

Updates tap from 21.5.1 to 21.6.2

Commits
  • 6f774b1 update versions
  • 6958583 only use registerHooks on node versions that fully suport it
  • fd72c5b update versions
  • eb5baad workaround node 22's bug
  • 1071a05 update versions
  • 7b667e0 changelog 21.6
  • 5b98eaf use resolveImportSync everywhere
  • 71ca655 mock: use sync module hooks on nodes that support it
  • c2ad2cf mock: update test, remove skipped
  • 47a0deb run: open html for html-spa coverage report
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
tap [>= 18.a, < 19]
tap [>= 19.a, < 20]

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 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

@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Feb 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 23, 2026 05:52
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Feb 23, 2026
@owlstronaut

Copy link
Copy Markdown

@dependabot recreate

Bumps the dependency-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `8.0.3` | `8.1.0` |
| [@primer/react](https://github.com/primer/react) | `38.11.0` | `38.13.0` |
| [downshift](https://github.com/downshift-js/downshift) | `9.3.1` | `9.3.2` |
| [framer-motion](https://github.com/motiondivision/motion) | `12.34.0` | `12.34.3` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `11.1.3` | `11.2.0` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.0` | `10.2.2` |
| [minipass](https://github.com/isaacs/minipass) | `7.1.2` | `7.1.3` |
| [tap](https://github.com/tapjs/tapjs) | `21.5.1` | `21.6.2` |


Updates `@octokit/plugin-retry` from 8.0.3 to 8.1.0
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v8.0.3...v8.1.0)

Updates `@primer/react` from 38.11.0 to 38.13.0
- [Release notes](https://github.com/primer/react/releases)
- [Commits](https://github.com/primer/react/compare/@primer/react@38.11.0...@primer/react@38.13.0)

Updates `downshift` from 9.3.1 to 9.3.2
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](downshift-js/downshift@v9.3.1...v9.3.2)

Updates `framer-motion` from 12.34.0 to 12.34.3
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.0...v12.34.3)

Updates `postcss-preset-env` from 11.1.3 to 11.2.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `minimatch` from 10.2.0 to 10.2.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.0...v10.2.2)

Updates `minipass` from 7.1.2 to 7.1.3
- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)
- [Commits](isaacs/minipass@v7.1.2...v7.1.3)

Updates `tap` from 21.5.1 to 21.6.2
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](https://github.com/tapjs/tapjs/compare/tap@21.5.1...tap@21.6.2)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@primer/react"
  dependency-version: 38.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: downshift
  dependency-version: 9.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: framer-motion
  dependency-version: 12.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: postcss-preset-env
  dependency-version: 11.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: minimatch
  dependency-version: 10.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: minipass
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: tap
  dependency-version: 21.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/dependency-updates-2f2e1284b0 branch from b0dd527 to f139d58 Compare February 24, 2026 21:07
@dependabot @github

dependabot Bot commented on behalf of github Feb 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Feb 24, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/dependency-updates-2f2e1284b0 branch February 24, 2026 21:56
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant