Merged
Conversation
BREAKING CHANGE: ESLint 9 is no longer supported. Requires ESLint ^10.0.0. - Replace deprecated context.getSourceCode() with context.sourceCode (fixes #96) - Update peer dependency to eslint ^10.0.0 - Update all dev dependencies to latest versions - Migrate from yarn to pnpm - Update CI workflows to use pnpm
- Rewrite release.yml to use OIDC trusted publishing (no NPM_TOKEN needed) - Trigger releases on v* tag push instead of workflow_dispatch - Provenance attestations are generated automatically - Remove dependabot-auto-merge.yml workflow - Add RELEASE.md with setup and publishing instructions
- Update requirements to ESLint 10+ with link to v3.x for ESLint 9 - Simplify installation and configuration sections - Add release process section with trusted publishing setup - Delete standalone RELEASE.md
Removed detailed release process instructions from README.
Updated ESLint support and dependencies, migrated workflows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major release adding ESLint 10 support. This is a breaking change — ESLint 9 is no longer supported.
Closes #96
Changes
Bug Fix
context.getSourceCode()withcontext.sourceCodeatlib/rules/sort-keys-shorthand.js:289— fixes crash on ESLint 10 (TypeError: context.getSourceCode is not a function)Breaking Changes
eslint ^9.0.0toeslint ^10.0.03.0.0to4.0.0Dependency Updates
eslint(peer)^9.0.0^10.0.0eslint(dev)^9.29.0^10.0.3@changesets/cli^2.27.1^2.30.0eslint-plugin-import^2.31.0^2.32.0mocha11.7.011.7.5Infrastructure
yarn.lockwithpnpm-lock.yamltest.yml,release.yml) to usepnpm/action-setup@v4Testing
All 195 tests passing with ESLint 10.0.3 and pnpm.