Skip to content

deps: bump the dependency-updates group across 1 directory with 8 updates#1953

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependency-updates-ae87a82746
Open

deps: bump the dependency-updates group across 1 directory with 8 updates#1953
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/dependency-updates-ae87a82746

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the dependency-updates group with 8 updates in the / directory:

Package From To
@primer/octicons-react 19.24.0 19.25.0
@primer/react 38.19.0 38.21.1
postcss 8.5.9 8.5.14
eslint-plugin-promise 7.2.1 7.3.0
eslint-plugin-react-hooks 7.0.1 7.1.1
prettier 3.8.2 3.8.3
yaml 2.8.3 2.8.4
tap 21.6.3 21.7.2

Updates @primer/octicons-react from 19.24.0 to 19.25.0

Release notes

Sourced from @​primer/octicons-react's releases.

v19.25.0

Minor Changes

v19.24.1

Patch Changes

Changelog

Sourced from @​primer/octicons-react's changelog.

19.25.0

Minor Changes

19.24.1

Patch Changes

Commits

Updates @primer/react from 38.19.0 to 38.21.1

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.21.1

Patch Changes

  • #7770 619175c Thanks @​LisaKr! - Defer useAnchoredPosition initial mount setState from useLayoutEffect to useEffect when overlay is closed, eliminating unnecessary cascading re-renders that block paint.

@​primer/react@​38.21.0

Minor Changes

  • #7760 b2e0efd Thanks @​siddharthkp! - Deprecate the useResponsiveValue hook.

  • #7724 d813099 Thanks @​francinelucca! - Add stable data-component selectors to multiple components following ADR-023:

    • ActionBar
    • ActionList and friends
    • Button
    • FilteredActionList and friends
    • Link
    • LinkButton
    • Pagination
    • SelectPanel and friends
    • Table and friends
    • TextInput
    • TextInputWithTokens
    • TooltipV2

    This enables consumers to query and test components using stable selectors like [data-component="Table.Row"].

  • #7766 b3f06f1 Thanks @​TylerJDev! - AnchoredOverlay: (Behind feature flag) Make popover API usage opt-in

  • #7763 b288d6e Thanks @​liuliu-dev! - Add borderRadius prop to Card component.

Patch Changes

@​primer/react@​38.20.0

Minor Changes

  • #7723 ec6c88f Thanks @​liuliu-dev! - Add Card component with subcomponents: Card.Icon, Card.Image, Card.Heading, Card.Description, Card.Menu, and Card.Metadata

  • #7725 d7b9313 Thanks @​TylerJDev! - AnchoredOverlay: Remove polyfill for CSS Anchor Positioning, use primer/behaviors as fallback. Ensure overlays take available space.

  • #7752 d7380a7 Thanks @​liuliu-dev! - Breadcrumbs: Graduate primer_react_breadcrumbs_overflow_menu feature flag, making the overflow menu behavior always-on.

... (truncated)

Commits

Updates postcss from 8.5.9 to 8.5.14

Release notes

Sourced from postcss's releases.

8.5.14

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Changelog

Sourced from postcss's changelog.

8.5.14

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).
Commits
  • 3ec1394 Release 8.5.14 version
  • f2bb827 Update dependencies
  • d75953d Merge pull request #2084 from 43081j/raw-raws-rawing
  • 68bd213 fix: always call raw to retrieve raw values
  • af58cf1 Release 8.5.13 version
  • f227dbd Temporary ignore pnpm 11 config
  • d3abd40 Update dependencies
  • dd06c3e Revert stringifier changes because of the conflict with postcss-scss
  • ae889c8 Try to fix CI
  • e0093e4 Move to pnpm 11
  • Additional commits viewable in compare view

Updates eslint-plugin-promise from 7.2.1 to 7.3.0

Release notes

Sourced from eslint-plugin-promise's releases.

v7.3.0

7.3.0 (2026-04-27)

🌟 Features

  • no-promise-in-callback: add exemptDeclarations option (#513) (550524f)
  • add support for ESLint v10 (#617) (6096821)

🩹 Fixes

  • no-native: fix to report Promise usage in eslint v9 or later (#619) (1230ced)

🧹 Chores

  • add missing 'use strict' directive (#593) (4cd7ea1)
  • deps-dev: update eslint-plugin-eslint-plugin to v6.4.0 (#583) (45385a3)
  • deps-dev: update eslint-plugin-jest to v28.11.0 (#585) (a33ffb6)
  • deps-dev: update eslint-plugin-n to v17.14.0 (#575) (fad9049)
  • deps-dev: update eslint-plugin-prettier to v5.2.3 (#586) (b2095cb)
  • deps-dev: update eslint-plugin-prettier to v5.2.4 (#600) (fad5029)
  • deps-dev: update lint-staged to v15.4.3 (#582) (d1e23e5)
  • deps-dev: update prettier to v3.4.1 (#578) (3fae241)
  • deps-dev: update prettier to v3.4.2 (#580) (7219528)
  • deps-dev: update prettier to v3.5.0 (#588) (5da83c4)
  • deps: update globals to v15.13.0 (#579) (75defcf)
  • deps: update globals to v15.14.0 (#584) (846ad48)
  • deps: update typescript to v5.7.3 (#589) (79b0eff)
  • package: explicitly declare js module type (#592) (b19e133)
  • update typescript to ~5.7.0 (#577) (04d0b2b)
Changelog

Sourced from eslint-plugin-promise's changelog.

7.3.0 (2026-04-27)

🌟 Features

  • no-promise-in-callback: add exemptDeclarations option (#513) (550524f)
  • add support for ESLint v10 (#617) (6096821)

🩹 Fixes

  • no-native: fix to report Promise usage in eslint v9 or later (#619) (1230ced)

🧹 Chores

  • add missing 'use strict' directive (#593) (4cd7ea1)
  • deps-dev: update eslint-plugin-eslint-plugin to v6.4.0 (#583) (45385a3)
  • deps-dev: update eslint-plugin-jest to v28.11.0 (#585) (a33ffb6)
  • deps-dev: update eslint-plugin-n to v17.14.0 (#575) (fad9049)
  • deps-dev: update eslint-plugin-prettier to v5.2.3 (#586) (b2095cb)
  • deps-dev: update eslint-plugin-prettier to v5.2.4 (#600) (fad5029)
  • deps-dev: update lint-staged to v15.4.3 (#582) (d1e23e5)
  • deps-dev: update prettier to v3.4.1 (#578) (3fae241)
  • deps-dev: update prettier to v3.4.2 (#580) (7219528)
  • deps-dev: update prettier to v3.5.0 (#588) (5da83c4)
  • deps: update globals to v15.13.0 (#579) (75defcf)
  • deps: update globals to v15.14.0 (#584) (846ad48)
  • deps: update typescript to v5.7.3 (#589) (79b0eff)
  • package: explicitly declare js module type (#592) (b19e133)
  • update typescript to ~5.7.0 (#577) (04d0b2b)
Commits
  • f1dd605 chore(main): release 7.3.0 (#576)
  • 6096821 feat: add support for ESLint v10 (#617)
  • 1230ced fix(no-native): fix to report Promise usage in eslint v9 or later (#619)
  • 6cf7adb ci: trusted publishing (#610)
  • fad5029 chore(deps-dev): update eslint-plugin-prettier to v5.2.4 (#600)
  • 4cd7ea1 chore: add missing 'use strict' directive (#593)
  • b19e133 chore(package): explicitly declare js module type (#592)
  • 5da83c4 chore(deps-dev): update prettier to v3.5.0 (#588)
  • d1e23e5 chore(deps-dev): update lint-staged to v15.4.3 (#582)
  • b2095cb chore(deps-dev): update eslint-plugin-prettier to v5.2.3 (#586)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-promise since your current version.


Updates eslint-plugin-react-hooks from 7.0.1 to 7.1.1

Release notes

Sourced from eslint-plugin-react-hooks's releases.

eslint-plugin-react-hooks@7.1.1 (April 17, 2026)

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.1.1

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

7.1.0

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Commits

Updates prettier from 3.8.2 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

Commits

Updates yaml from 2.8.3 to 2.8.4

Release notes

Sourced from yaml's releases.

v2.8.4

  • Disable alias resolution with maxAliasCount:0 (#677)
  • Handle invalid unicode escapes (e1a1a77)
  • Apply minFractionDigits only to decimal strings (#676)
Commits

Updates tap from 21.6.3 to 21.7.2

Commits
  • e793776 update versions
  • 8c5675c update processinfo to fix uuid advisory
  • c96e8e1 fix homepage links in package.json
  • 0bbfca3 update versions
  • f272a15 Avoid shell execution for child processes in npm and reporter logic
  • 7ed5c83 run: make shuffle test slightly less nondeterministic
  • 60ad480 stack: ignore the 'async' marker on stack trace lines
  • 7e8f59b Fix formatting for JSON output paths in documentation.
  • 5a7a801 update versions
  • 0109318 changelog 21.7
  • 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 dependabot Bot added the Dependencies Pull requests that update a dependency file label May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 06:04
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label May 4, 2026
@dependabot dependabot Bot temporarily deployed to github-pages May 4, 2026 06:09 Inactive
…ates

Bumps the dependency-updates group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/octicons-react](https://github.com/primer/octicons) | `19.24.0` | `19.25.0` |
| [@primer/react](https://github.com/primer/react) | `38.19.0` | `38.21.1` |
| [postcss](https://github.com/postcss/postcss) | `8.5.9` | `8.5.14` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `7.2.1` | `7.3.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.1` | `7.1.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.8.4` |
| [tap](https://github.com/tapjs/tapjs) | `21.6.3` | `21.7.2` |



Updates `@primer/octicons-react` from 19.24.0 to 19.25.0
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.24.0...v19.25.0)

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

Updates `postcss` from 8.5.9 to 8.5.14
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.9...8.5.14)

Updates `eslint-plugin-promise` from 7.2.1 to 7.3.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v7.2.1...v7.3.0)

Updates `eslint-plugin-react-hooks` from 7.0.1 to 7.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks)

Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.2...3.8.3)

Updates `yaml` from 2.8.3 to 2.8.4
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.3...v2.8.4)

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

---
updated-dependencies:
- dependency-name: "@primer/octicons-react"
  dependency-version: 19.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@primer/react"
  dependency-version: 38.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: eslint-plugin-promise
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: postcss
  dependency-version: 8.5.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: tap
  dependency-version: 21.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: yaml
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-ae87a82746 branch from a8e3794 to 82f2139 Compare May 4, 2026 17:50
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.

0 participants