Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the development-dependencies group across 1 directory with 11 updates #594

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the development-dependencies group with 11 updates in the / directory:

Package From To
@changesets/cli 2.27.10 2.27.12
@primer/primitives 10.0.0 10.3.4
@rollup/plugin-commonjs 28.0.1 28.0.2
@rollup/plugin-node-resolve 15.3.0 16.0.0
@typescript-eslint/parser 8.17.0 8.23.0
eslint-plugin-github 5.1.4 5.1.8
eslint-plugin-jest 28.9.0 28.11.0
eslint-plugin-prettier 5.2.1 5.2.3
jest-preset-stylelint 7.1.0 7.2.0
prettier 3.4.2 3.5.0
rollup 4.28.1 4.34.6

Updates @changesets/cli from 2.27.10 to 2.27.12

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.12

Patch Changes

@​changesets/cli@​2.27.11

Patch Changes

  • Updated dependencies [f0270f6]:
    • @​changesets/config@​3.0.5
    • @​changesets/apply-release-plan@​7.0.7
    • @​changesets/get-release-plan@​4.0.6
Commits

Updates @primer/primitives from 10.0.0 to 10.3.4

Release notes

Sourced from @​primer/primitives's releases.

v10.3.4

Patch Changes

  • #1154 f86174b Thanks @​lukasoppermann! - Fix borderColor-closed-muted in dark-protanopia-deuteranopia and revert protanopia-deuteranopia open color to be orange again

    • borderColor-closed-muted in dark-protanopia-deuteranopia is now gray instead of orange
    • borderColor-open-[muted|emphasis] in protanopia-deuteranopia is now orange again (instead of blue)
    • fgColor-open in protanopia-deuteranopia is now orange again (instead of blue)
    • bgColor-open-[muted|emphasis] in protanopia-deuteranopia is now orange again (instead of blue)

v10.3.3

Patch Changes

v10.3.2

Patch Changes

v10.3.1

Patch Changes

v10.3.0

Minor Changes

  • #1100 b995538 Thanks @​lukasoppermann! - Changing the way we use references in css output, to keep all references to tokens that are present in the final output

Patch Changes

v10.2.0

Minor Changes

v10.1.0

Minor Changes

Patch Changes

... (truncated)

Changelog

Sourced from @​primer/primitives's changelog.

10.3.4

Patch Changes

  • #1154 f86174b Thanks @​lukasoppermann! - Fix borderColor-closed-muted in dark-protanopia-deuteranopia and revert protanopia-deuteranopia open color to be orange again

    • borderColor-closed-muted in dark-protanopia-deuteranopia is now gray instead of orange
    • borderColor-open-[muted|emphasis] in protanopia-deuteranopia is now orange again (instead of blue)
    • fgColor-open in protanopia-deuteranopia is now orange again (instead of blue)
    • bgColor-open-[muted|emphasis] in protanopia-deuteranopia is now orange again (instead of blue)

10.3.3

Patch Changes

10.3.2

Patch Changes

10.3.1

Patch Changes

10.3.0

Minor Changes

  • #1100 b995538 Thanks @​lukasoppermann! - Changing the way we use references in css output, to keep all references to tokens that are present in the final output

Patch Changes

10.2.0

Minor Changes

10.1.0

Minor Changes

... (truncated)

Commits

Updates @rollup/plugin-commonjs from 28.0.1 to 28.0.2

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.2

2024-12-15

Updates

  • docs: output.exports recommendation also applies to IIFE (#1810)
Commits
  • 97e17ce chore(release): commonjs v28.0.2
  • 3efaf75 docs(commonjs): output.exports recommendation also applies to IIFE (#1810)
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 15.3.0 to 16.0.0

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.0

2024-12-15

Breaking Changes

  • feat!: set development or production condition (#1823)

v15.3.1

2024-12-15

Updates

  • refactor: replace test with includes (#1787)
Commits
  • 1459cf0 fix(node-resolve): do not ignore exceptions (#564)
  • 366380e fix(node-resolve)!: resolve hash in path (#588)
  • f87c442 chore(release): node-resolve v9.0.0
  • e4d21ba refactor(node-resolve): remove deep-freeze from dependencies (#529)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • e632469 chore(node-resolve): update dependencies
  • 84dfddb chore(node-resolve): clean up changelog
  • 3fa649d chore(release): node-resolve v8.4.0
  • a582b59 chore(release): node-resolve v8.3.0
  • a60cb76 chore(release): node-resolve v8.2.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.17.0 to 8.23.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.23.0

8.23.0 (2025-02-03)

🚀 Features

  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#10712)
  • types: add strict parent types for function-declaration, default-export and named-export nodes (#10685)

🩹 Fixes

  • bump ts-api-utils to ^2.0.1 (#10761)
  • deps: update eslint monorepo to v9.19.0 (#10752)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#10618)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#10697)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#10739)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#10732)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#10644)
  • eslint-plugin: [no-restricted-imports] support regex option (#10699)
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#10710)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.23.0 (2025-02-03)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.21.0 (2025-01-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.20.0 (2025-01-13)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.19.1 (2025-01-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.19.0 (2024-12-30)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.18.2 (2024-12-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.18.1 (2024-12-16)

... (truncated)

Commits
  • 2a96020 chore(release): publish 8.23.0
  • 94e8098 chore(release): publish 8.22.0
  • a885343 feat(parser): add standalone isolatedDeclarations option (#10499)
  • 79af426 chore(release): publish 8.21.0
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 328b7df chore(release): publish 8.19.1
  • e19f30f chore(release): publish 8.19.0
  • 157b781 chore(release): publish 8.18.2
  • b2ce158 chore(release): publish 8.18.1
  • Additional commits viewable in compare view

Updates eslint-plugin-github from 5.1.4 to 5.1.8

Release notes

Sourced from eslint-plugin-github's releases.

v5.1.8

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.7...v5.1.8

v5.1.7

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.6...v5.1.7

v5.1.6

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.5...v.5.1.6

v5.1.5

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.4...v5.1.5

Commits
  • 8ecebe2 Merge pull request #609 from github/update-prettier
  • d3bbb31 update prettier plugin name
  • 8a39ace Merge pull request #608 from github/kh-update-config
  • e5b0378 Update lib/configs/react.js
  • 9e465e8 update comma
  • 570ca64 Don't flag ul with role='list'
  • ec2cbb6 chore(deps): bump @​eslint/compat in the all-dependencies group (#607)
  • a40a2b9 Merge pull request #605 from github/update-eslint-comments-no-only-tests-name
  • 5e285aa update names back to original for eslint-comments and no-only-tests
  • 1c04510 chore(deps): bump the all-dependencies group with 3 updates (#604)
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 28.9.0 to 28.11.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.11.0

28.11.0 (2025-01-15)

Features

  • valid-expect: allow calling expect with no arguments (#1688) (ff0349e)

v28.10.1

28.10.1 (2025-01-15)

Bug Fixes

  • padding-around-test-blocks: update description (#1691) (9cb4ecc)

v28.10.0

28.10.0 (2024-12-19)

Features

  • unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.11.0 (2025-01-15)

Features

  • valid-expect: allow calling expect with no arguments (#1688) (ff0349e)

28.10.1 (2025-01-15)

Bug Fixes

  • padding-around-test-blocks: update description (#1691) (9cb4ecc)

28.10.0 (2024-12-19)

Features

  • unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)
Commits
  • 53427f0 chore(release): 28.11.0 [skip ci]
  • ff0349e feat(valid-expect): allow calling expect with no arguments (#1688)
  • deb6609 chore(release): 28.10.1 [skip ci]
  • 9cb4ecc fix(padding-around-test-blocks): update description (#1691)
  • eecc6e6 chore: downgrade markdown-link-check to known working version and make it l...
  • f05e76d chore: add Node 23 to CI (#1695)
  • 8c89634 chore(deps): update dependency eslint-config-prettier to v10 (#1694)
  • 320e949 chore(deps): update dependency is-ci to v4 (#1682)
  • 9c91509 chore: update package urls for homepage, repository, and bugs (#1693)
  • 3377cae chore(deps): lock file maintenance (#1692)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.2.1 to 5.2.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.3

Patch Changes

v5.2.2

Patch Changes

What's Changed

New Contributors

Full Changelog: prettier/eslint-plugin-prettier@v5.2.1...v5.2.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.3

Patch Changes

5.2.2

Patch Changes

Commits
  • 6fd7ba1 chore: release eslint-plugin-prettier (#704)
  • 190d6f9 build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)
  • 9cf6a01 build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)
  • 9c6141f chore: add plugin name to flat recommended config (#703)
  • 35a5cd0 chore: bupm eslint-plugin-comments (#702)
  • df123a5 chore: release eslint-plugin-prettier (#701)
  • e272d7c chore: use double quote for changesets/changelog files
  • aa5b59f fix: report node when loc not found (#700)
  • 37d87ea chore: update FUNDING.yml
  • b307125 docs(README): fixes legacy ESlint configs link (#686)
  • Additional commits viewable in compare view

Updates jest-preset-stylelint from 7.1.0 to 7.2.0

Release notes

Sourced from jest-preset-stylelint's releases.

7.2.0

  • Added: support for testing computeEditInfo.

7.1.1

  • Fixed: circular structure in exceptions.
Changelog

Sourced from jest-preset-stylelint's changelog.

7.2.0

  • Added: support for testing computeEditInfo.

7.1.1

  • Fixed: circular structure in exceptions.
Commits

Updates prettier from 3.4.2 to 3.5.0

Release notes

Sourced from prettier's releases.

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.0

diff

🔗 Release Notes

Commits

Updates rollup from 4.28.1 to 4.34.6

Release notes

Sourced from rollup's releases.

v4.34.6

4.34.6

2025-02-07

Bug Fixes

  • Retain "void 0" in the output for smaller output and fewer surprises (#5838)

Pull Requests

v4.34.5

4.34.5

2025-02-07

Bug Fixes

  • Ensure namespace reexports always include all properties of all exports (#5837)

Pull Requests

v4.34.4

4.34.4

2025-02-05

Bug Fixes

  • Do not tree-shake properties if a rest element is used in destructuring (#5833)

Pull Requests

v4.34.3

4.34.3

2025-02-05

Bug Fixes

  • Ensure properties of "this" are included in getters (#5831)

... (truncated)

Changelog

Sourced from rollup's changelog.

4.34.6

2025-02-07

Bug Fixes

  • Retain "void 0" in the output for smaller output and fewer surprises (#5838)

Pull Requests

4.34.5

2025-02-07

Bug Fixes

  • Ensure namespace reexports always include all properties of all exports (#5837)

Pull Requests

4.34.4

2025-02-05

Bug Fixes

  • Do not tree-shake properties if a rest element is used in destructuring (#5833)

Pull Requests

4.34.3

2025-02-05

Bug Fixes

  • Ensure properties of "this" are included in getters (#5831)

Pull Requests

... (truncated)

Commits

…dates

Bumps the development-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.10` | `2.27.12` |
| [@primer/primitives](https://github.com/primer/primitives) | `10.0.0` | `10.3.4` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.1` | `28.0.2` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.3.0` | `16.0.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.17.0` | `8.23.0` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.4` | `5.1.8` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.11.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [jest-preset-stylelint](https://github.com/stylelint/jest-preset-stylelint) | `7.1.0` | `7.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.0` |
| [rollup](https://github.com/rollup/rollup) | `4.28.1` | `4.34.6` |



Updates `@changesets/cli` from 2.27.10 to 2.27.12
- [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.27.10...@changesets/cli@2.27.12)

Updates `@primer/primitives` from 10.0.0 to 10.3.4
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](primer/primitives@v10.0.0...v10.3.4)

Updates `@rollup/plugin-commonjs` from 28.0.1 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.3.0 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

Updates `@typescript-eslint/parser` from 8.17.0 to 8.23.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/parser)

Updates `eslint-plugin-github` from 5.1.4 to 5.1.8
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.1.4...v5.1.8)

Updates `eslint-plugin-jest` from 28.9.0 to 28.11.0
- [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.9.0...v28.11.0)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

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

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

Updates `rollup` from 4.28.1 to 4.34.6
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.28.1...v4.34.6)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@primer/primitives"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jest-preset-stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 10, 2025 13:04
@dependabot dependabot bot requested review from langermank and removed request for a team February 10, 2025 13:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Copy link

changeset-bot bot commented Feb 10, 2025

⚠️ No Changeset found

Latest commit: 16853ef

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2025

Superseded by #595.

@dependabot dependabot bot closed this Feb 11, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-c1d4fba7ee branch February 11, 2025 13:38
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