Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

⚠️ Dependabot is rebasing this PR ⚠️

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 all group with 13 updates:

Package From To
@changesets/cli 2.29.4 2.29.5
@primer/primitives 10.7.0 11.1.0
@primer/stylelint-config 13.3.0 13.3.2
eslint 9.27.0 9.33.0
eslint-plugin-jest 28.11.1 29.0.1
eslint-plugin-prettier 5.4.0 5.5.4
filesize 10.1.6 11.0.2
fs-extra 11.3.0 11.3.1
jest 29.7.0 30.0.5
postcss 8.5.3 8.5.6
postcss-import 16.1.0 16.1.1
prettier 3.5.3 3.6.2
stylelint 16.19.1 16.23.1

Updates @changesets/cli from 2.29.4 to 2.29.5

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.29.5

Patch Changes

  • #1693 6352819 Thanks @​Andarist! - Fixed an issue with workspace:^ and workspace:~ dependency ranges not being semantically treated as, respectively, ^CURRENT_VERSION and ~CURRENT_VERSION. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.

  • Updated dependencies [6352819]:

    • @​changesets/assemble-release-plan@​6.0.9
    • @​changesets/get-release-plan@​4.0.13
Commits

Updates @primer/primitives from 10.7.0 to 11.1.0

Release notes

Sourced from @​primer/primitives's releases.

v11.1.0

Minor Changes

Patch Changes

v11.0.0

Major Changes

  • #1190 0b1e88e Thanks @​langermank! - - Adds new high contrast themes for light/dark tritanopia, colorblind, and dark dimmed (soft dark) themes

Minor Changes

Patch Changes

  • #1234 efaa46c Thanks @​langermank! - - Fix disabled fg color in dark
    • Increase opacity of transparent color selected state in dark
Changelog

Sourced from @​primer/primitives's changelog.

11.1.0

Minor Changes

Patch Changes

11.0.0

Major Changes

  • #1190 0b1e88e Thanks @​langermank! - - Adds new high contrast themes for light/dark tritanopia, colorblind, and dark dimmed (soft dark) themes

Minor Changes

Patch Changes

  • #1234 efaa46c Thanks @​langermank! - - Fix disabled fg color in dark
    • Increase opacity of transparent color selected state in dark
Commits

Updates @primer/stylelint-config from 13.3.0 to 13.3.2

Release notes

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

v13.3.2

Patch Changes

v13.3.1

Patch Changes

Changelog

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

13.3.2

Patch Changes

13.3.1

Patch Changes

Commits
  • b0bacc8 Version Packages (#635)
  • f5c6775 Update primitives dep (#634)
  • d8ebf87 Bump stylelint-browser-compat in the production-dependencies group (#629)
  • 2f8216c Bump the production-dependencies group across 1 directory with 2 updates (#627)
  • 0a3f39e Bump the production-dependencies group across 1 directory with 2 updates (#625)
  • 8093e3c Version Packages (#622)
  • 125cf8c Upgrade stylelint to 16.20.0 and fix responsive-widths deprecation warning (#...
  • fa2d742 Bump the production-dependencies group across 1 directory with 3 updates (#618)
  • a7ae145 Bump the production-dependencies group across 1 directory with 4 updates (#615)
  • 9b6bae5 Bump primer/.github from 2.1.1 to 2.2.0 in the all-actions group (#605)
  • See full diff in compare view

Updates eslint from 9.27.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

... (truncated)

Commits

Updates eslint-plugin-jest from 28.11.1 to 29.0.1

Release notes

Sourced from eslint-plugin-jest's releases.

v29.0.1

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

v29.0.0

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16

v28.14.0

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16

28.14.0 (2025-06-15)

Features

  • unbound-method: mark docs.recommended and docs.requiresTypeChecking as deprecated (#1762) (30440ef)

... (truncated)

Commits
  • 0206a8a chore(release): 29.0.1 [skip ci]
  • 1a9d310 docs: remove duplicate changelog entry (again) (#1774)
  • f3deac1 chore(release): 29.0.0 [skip ci]
  • 6eade92 docs: remove duplicate changelog entry (#1773)
  • 5b4cb54 chore(release): 29.0.0 [skip ci]
  • 531c8ba fix: update semantic-release config so new v29 major is marked as latest on `...
  • fc41e8d chore(release): 29.0.0 [skip ci]
  • d4caa67 refactor: remove ESLint context fallbacks
  • 854cef4 feat: drop support for ESLint v8.x prior to v8.57.0
  • 83c130b feat: drop support for Node v20.x prior to v20.12.0
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.4.0 to 5.5.4

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.4

Patch Changes

v5.5.3

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: prettier/eslint-plugin-prettier@v5.5.1...v5.5.2

v5.5.1

Patch Changes

Full Changelog: prettier/eslint-plugin-prettier@v5.5.0...v5.5.1

v5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.4.1...v5.5.0

v5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

Full Changelog: prettier/eslint-plugin-prettier@v5.4.0...v5.4.1

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.4

Patch Changes

5.5.1

Patch Changes

5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error
Commits
  • e2c31d2 chore: release eslint-plugin-prettier (#756)
  • 98a8bfd chore(deps): update all dependencies (#750)
  • cf52b30 fix: disallow extra properties in rule options (#751)
  • 723f7a8 fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist (#755)
  • cdfcefd fix: release a new latest version
  • d8c303e fix: release a new latest version
  • 3e87f2e chore: release eslint-plugin-prettier (#749)
  • bfd1e95 fix: use prettierRcOptions directly for prettier 3.6+ (#748)
  • 9c4b792 chore: release eslint-plugin-prettier (#744)
  • 78e41ec chore(deps): update all dependencies (#745)
  • Additional commits viewable in compare view

Updates filesize from 10.1.6 to 11.0.2

Changelog

Sourced from filesize's changelog.

11.0.2

11.0.1

13 July 2025

11.0.0

11 July 2025

Commits

Updates fs-extra from 11.3.0 to 11.3.1

Changelog

Sourced from fs-extra's changelog.

11.3.1 / 2025-08-05

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#1050)
Commits

Updates jest from 29.7.0 to 30.0.5

Release notes

Sourced from jest's releases.

30.0.2

What's Changed

Fixes

  • [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689)
  • [jest-util] Make garbage collection protection property writable (#15689)

Full Changelog: https://github.com/jestjs/jest/blob/main/CHANGELOG.md

Jest 30.0.1

What's Changed

Features

  • [jest-resolver] Implement the defaultAsyncResolver (#15679)

Fixes

  • [jest-resolver] Resolve builtin modules correctly (#15683)
  • [jest-environment-node, jest-util] Avoid setting globals cleanup protection symbol when feature is off (#15684)

Chore & Maintenance

  • <...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 11, 2025
@dependabot dependabot bot requested review from a team as code owners August 11, 2025 07:58
@dependabot dependabot bot requested a review from mperrotti August 11, 2025 07:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 11, 2025
Copy link

changeset-bot bot commented Aug 11, 2025

⚠️ No Changeset found

Latest commit: d9acf34

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

Bumps the all group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.4` | `2.29.5` |
| [@primer/primitives](https://github.com/primer/primitives) | `10.7.0` | `11.1.0` |
| [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.3.0` | `13.3.2` |
| [eslint](https://github.com/eslint/eslint) | `9.27.0` | `9.33.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.11.1` | `29.0.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.4.0` | `5.5.4` |
| [filesize](https://github.com/avoidwork/filesize.js) | `10.1.6` | `11.0.2` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.0` | `11.3.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.0.5` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.6` |
| [postcss-import](https://github.com/postcss/postcss-import) | `16.1.0` | `16.1.1` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.19.1` | `16.23.1` |


Updates `@changesets/cli` from 2.29.4 to 2.29.5
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.29.4...@changesets/cli@2.29.5)

Updates `@primer/primitives` from 10.7.0 to 11.1.0
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](primer/primitives@v10.7.0...v11.1.0)

Updates `@primer/stylelint-config` from 13.3.0 to 13.3.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.3.0...v13.3.2)

Updates `eslint` from 9.27.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.27.0...v9.33.0)

Updates `eslint-plugin-jest` from 28.11.1 to 29.0.1
- [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@v28.11.1...v29.0.1)

Updates `eslint-plugin-prettier` from 5.4.0 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.4.0...v5.5.4)

Updates `filesize` from 10.1.6 to 11.0.2
- [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md)
- [Commits](avoidwork/filesize.js@10.1.6...11.0.2)

Updates `fs-extra` from 11.3.0 to 11.3.1
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.0...11.3.1)

Updates `jest` from 29.7.0 to 30.0.5
- [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.0.5/packages/jest)

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

Updates `postcss-import` from 16.1.0 to 16.1.1
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@16.1.0...16.1.1)

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

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

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.29.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@primer/primitives"
  dependency-version: 11.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@primer/stylelint-config"
  dependency-version: 13.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-jest
  dependency-version: 29.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: filesize
  dependency-version: 11.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: fs-extra
  dependency-version: 11.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jest
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-import
  dependency-version: 16.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: stylelint
  dependency-version: 16.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
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