Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the dev-dependencies group with 5 updates:

Package From To
@types/node 22.14.1 22.15.3
eslint-plugin-import-x 4.10.6 4.11.0
eslint-plugin-perfectionist 4.12.0 4.12.3
pretty-bytes 6.1.1 7.0.0
typescript-eslint 8.31.0 8.31.1

Updates @types/node from 22.14.1 to 22.15.3

Commits

Updates eslint-plugin-import-x from 4.10.6 to 4.11.0

Release notes

Sourced from eslint-plugin-import-x's releases.

v4.11.0

Minor Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.6...v4.11.0

Changelog

Sourced from eslint-plugin-import-x's changelog.

4.11.0

Minor Changes

Commits

Updates eslint-plugin-perfectionist from 4.12.0 to 4.12.3

Release notes

Sourced from eslint-plugin-perfectionist's releases.

v4.12.3

   🏎 Performance

  • Use validate generated groups configuration for deprecated and new api  -  by @​hugop95 (bf57f)
    View changes on GitHub

v4.12.2

   🐞 Bug Fixes

    View changes on GitHub

v4.12.1

   🐞 Bug Fixes

  • sort-imports: Fix json schema definition not found for eslint-typegen  -  by @​hugop95 (b5316)
    View changes on GitHub
Changelog

Sourced from eslint-plugin-perfectionist's changelog.

v4.12.3

compare changes

🏎 Performance Improvements

  • Use validate generated groups configuration for deprecated and new api (bf57f25)

❤️ Contributors

v4.12.2

compare changes

🐞 Bug Fixes

  • sort-imports: Fix json-schema throwing uncaught warning (2544ae8)

❤️ Contributors

v4.12.1

compare changes

🐞 Bug Fixes

  • sort-imports: Fix json schema definition not found for eslint-typegen (b531618)

❤️ Contributors

Commits
  • 9177831 build: publish v4.12.3
  • bf57f25 perf: use validate generated groups configuration for deprecated and new api
  • c7ec420 build: publish v4.12.2
  • ef47bf8 chore: update dependencies
  • 2544ae8 fix(sort-imports): fix json-schema throwing uncaught warning
  • ebfdfe0 build: publish v4.12.1
  • c5f4064 chore: update dependencies
  • b531618 fix(sort-imports): fix json schema definition not found for eslint-typegen
  • See full diff in compare view

Updates pretty-bytes from 6.1.1 to 7.0.0

Release notes

Sourced from pretty-bytes's releases.

v7.0.0

Breaking

  • Require Node.js 20 13d3727

Improvements

  • Add support for BigInt (#85) 386b35a

sindresorhus/pretty-bytes@v6.1.1...v7.0.0

Commits

Updates typescript-eslint from 8.31.0 to 8.31.1

Release notes

Sourced from typescript-eslint's releases.

v8.31.1

8.31.1 (2025-04-28)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.31.1 (2025-04-28)

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

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

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.3` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.10.6` | `4.11.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.12.0` | `4.12.3` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `6.1.1` | `7.0.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.0` | `8.31.1` |


Updates `@types/node` from 22.14.1 to 22.15.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-import-x` from 4.10.6 to 4.11.0
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.10.6...v4.11.0)

Updates `eslint-plugin-perfectionist` from 4.12.0 to 4.12.3
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v4.12.0...v4.12.3)

Updates `pretty-bytes` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](sindresorhus/pretty-bytes@v6.1.1...v7.0.0)

Updates `typescript-eslint` from 8.31.0 to 8.31.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-import-x
  dependency-version: 4.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 4.12.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: pretty-bytes
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.31.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 May 1, 2025
@crimx crimx merged commit 8d1ec13 into main May 2, 2025
1 check passed
@crimx crimx deleted the dependabot/npm_and_yarn/dev-dependencies-da4201fb70 branch May 2, 2025 14:18
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.

2 participants