Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps the all group with 5 updates in the / directory:

Package From To
@primer/primitives 11.3.2 11.4.0
@primer/stylelint-config 13.4.1 13.4.2
autoprefixer 10.4.23 10.4.24
eslint-plugin-jest 29.12.1 29.12.2
stylelint 17.0.0 17.1.1

Updates @primer/primitives from 11.3.2 to 11.4.0

Release notes

Sourced from @​primer/primitives's releases.

v11.4.0

Minor Changes

Patch Changes

Changelog

Sourced from @​primer/primitives's changelog.

11.4.0

Minor Changes

Patch Changes

Commits

Updates @primer/stylelint-config from 13.4.1 to 13.4.2

Release notes

Sourced from @​primer/stylelint-config's releases.

v13.4.2

Patch Changes

Changelog

Sourced from @​primer/stylelint-config's changelog.

13.4.2

Patch Changes

Commits
  • 3b5dd6a Version Packages (#659)
  • f25d58d Bump the development-dependencies group across 1 directory with 16 updates (#...
  • 23dd7c3 Bump the production-dependencies group across 1 directory with 5 updates (#654)
  • 6ea7735 Update @​primer/primitives to 11.4.0 (#656)
  • 68e8351 Bump js-yaml (#652)
  • afb3d6c Bump the all-actions group across 1 directory with 4 updates (#651)
  • See full diff in compare view

Updates autoprefixer from 10.4.23 to 10.4.24

Release notes

Sourced from autoprefixer's releases.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Changelog

Sourced from autoprefixer's changelog.

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).
Commits

Updates eslint-plugin-jest from 29.12.1 to 29.12.2

Release notes

Sourced from eslint-plugin-jest's releases.

v29.12.2

29.12.2 (2026-02-03)

Bug Fixes

  • add optional peer dependency on TypeScript (#1926) (82e3b04)
Changelog

Sourced from eslint-plugin-jest's changelog.

29.12.2 (2026-02-03)

Bug Fixes

  • add optional peer dependency on TypeScript (#1926) (82e3b04)
Commits

Updates stylelint from 17.0.0 to 17.1.1

Release notes

Sourced from stylelint's releases.

17.1.1

It fixes 2 bugs.

17.1.0

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

Changelog

Sourced from stylelint's changelog.

17.1.1 - 2026-02-03

It fixes 2 bugs.

17.1.0 - 2026-01-30

It fixes 5 bugs and adds the display-notation rule. Before we turn it on in our standard config, we'd like to hear the community's thoughts on which options to use.

Commits
  • 264e565 Release 17.1.1 (#9013)
  • 5834ff9 Fix lightness-notation autofix for decimals (#9009)
  • e48ece8 Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...
  • 48f6372 Release 17.1.0 (#9007)
  • 5bed108 Fix selector-type-no-unknown false positives for geolocation and `usermed...
  • 7b0b6f7 Revert "Fix resolution of configs, plugins, processors, and custom syntaxes i...
  • 9b30fbd Remove display-notation secondary options while the specification is in flu...
  • 17ebd25 Fix resolution of configs, plugins, processors, and custom syntaxes in Yarn P...
  • 590df52 Bump prettier from 3.8.0 to 3.8.1 (#9002)
  • d101b15 Remove ignoring ESLint major updates in Dependabot config (#9000)
  • Additional commits viewable in compare view

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

Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@primer/primitives](https://github.com/primer/primitives) | `11.3.2` | `11.4.0` |
| [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.4.1` | `13.4.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.12.1` | `29.12.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `17.0.0` | `17.1.1` |



Updates `@primer/primitives` from 11.3.2 to 11.4.0
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](primer/primitives@v11.3.2...v11.4.0)

Updates `@primer/stylelint-config` from 13.4.1 to 13.4.2
- [Release notes](https://github.com/primer/stylelint-config/releases)
- [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md)
- [Commits](primer/stylelint-config@v13.4.1...v13.4.2)

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

Updates `eslint-plugin-jest` from 29.12.1 to 29.12.2
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.12.1...v29.12.2)

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

---
updated-dependencies:
- dependency-name: "@primer/primitives"
  dependency-version: 11.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@primer/stylelint-config"
  dependency-version: 13.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-jest
  dependency-version: 29.12.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: stylelint
  dependency-version: 17.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2026
@dependabot dependabot bot requested review from a team as code owners February 4, 2026 05:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2026
@dependabot dependabot bot requested a review from liuliu-dev February 4, 2026 05:33
@changeset-bot
Copy link

changeset-bot bot commented Feb 4, 2026

⚠️ No Changeset found

Latest commit: 9f5c08b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2026

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

@dependabot dependabot bot closed this Feb 6, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-c587367b7c branch February 6, 2026 05:34
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.

0 participants