Skip to content

Bump eslint-plugin-json-schema-validator from 5.5.0 to 6.0.3#82

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-json-schema-validator-6.0.3
Closed

Bump eslint-plugin-json-schema-validator from 5.5.0 to 6.0.3#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-json-schema-validator-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Bumps eslint-plugin-json-schema-validator from 5.5.0 to 6.0.3.

Release notes

Sourced from eslint-plugin-json-schema-validator's releases.

v6.0.3

Patch Changes

v6.0.2

Patch Changes

v6.0.1

Patch Changes

v6.0.0

Major Changes

  • #449 3de7aa3 Thanks @​copilot-swe-agent! - Drop support for older ESLint versions. The new supported version is >=9.38.0.

  • #451 2547aa8 Thanks @​copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configuration as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #444 f817419 Thanks @​copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is ^20.19.0 || ^22.13.0 || >=24.

  • #454 8ccc888 Thanks @​copilot-swe-agent! - Change to ESM-only package. This package no longer provides CommonJS exports and only supports ESM (ECMAScript modules).

  • #457 9c4d7b0 Thanks @​copilot-swe-agent! - Organize package dependencies:

    • Remove eslint-compat-utils dependency and use native ESLint 9 APIs instead
    • Limit minimatch dependency to version 10 only (remove version 9 support)
    • Update toml-eslint-parser from ^0.12.0 to ^1.0.0
    • Update yaml-eslint-parser from ^1.0.0 to ^2.0.0

v5.5.1

Patch Changes

Changelog

Sourced from eslint-plugin-json-schema-validator's changelog.

6.0.3

Patch Changes

6.0.2

Patch Changes

6.0.1

Patch Changes

6.0.0

Major Changes

  • #449 3de7aa3 Thanks @​copilot-swe-agent! - Drop support for older ESLint versions. The new supported version is >=9.38.0.

  • #451 2547aa8 Thanks @​copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configuration as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #444 f817419 Thanks @​copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is ^20.19.0 || ^22.13.0 || >=24.

  • #454 8ccc888 Thanks @​copilot-swe-agent! - Change to ESM-only package. This package no longer provides CommonJS exports and only supports ESM (ECMAScript modules).

  • #457 9c4d7b0 Thanks @​copilot-swe-agent! - Organize package dependencies:

    • Remove eslint-compat-utils dependency and use native ESLint 9 APIs instead
    • Limit minimatch dependency to version 10 only (remove version 9 support)
    • Update toml-eslint-parser from ^0.12.0 to ^1.0.0
    • Update yaml-eslint-parser from ^1.0.0 to ^2.0.0

5.5.1

Patch Changes

Commits
  • 2a8b8bc chore: release eslint-plugin-json-schema-validator (#471)
  • aa17118 chore(deps): update dependency @​ota-meshi/eslint-plugin to ^0.20.0 (#470)
  • 28a34fe chore(deps): update dependency tsdown to ^0.20.0 (#469)
  • 0efb6c7 chore: release eslint-plugin-json-schema-validator (#468)
  • 1c15fe2 fix: update ext calculation to use fileURLToPath for import.meta.url (#467)
  • 25082fc chore: release eslint-plugin-json-schema-validator (#466)
  • 60dc8f1 chore(deps): update dependency eslint-plugin-regexp to v3 (#465)
  • 43f97b2 fix: update createRequire to use import.meta.url for module loading (#464)
  • f9f23dd chore(deps): update dependency @​ota-meshi/eslint-plugin to ^0.19.0 (#463)
  • 0ec9cee chore: release eslint-plugin-json-schema-validator (#450)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-json-schema-validator](https://github.com/ota-meshi/eslint-plugin-json-schema-validator) from 5.5.0 to 6.0.3.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-json-schema-validator@v5.5.0...v6.0.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-json-schema-validator
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 1, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 1, 2026

Superseded by #96.

@dependabot dependabot Bot closed this Mar 1, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/eslint-plugin-json-schema-validator-6.0.3 branch March 1, 2026 15:10
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