chore: upgrade @oclif/core from v2 to v4 and migrate to ESLint 9#120
Open
chore: upgrade @oclif/core from v2 to v4 and migrate to ESLint 9#120
Conversation
- Update @oclif/core dependency to ^4.10.2 - Move this.parse() inside try/catch in info.js (v4 parse() calls config.runHook internally) - Spread config.plugins.values() since config.plugins is now a Map in v4 - Add runHook mock to test configs to satisfy v4's parse() lifecycle - Allow @oclif/core in node/no-missing-require rule (eslint-plugin-node@11 doesn't resolve package.json exports field) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…-lib-config@5 - Replace .eslintrc.json, test/.eslintrc.json, e2e/.eslintrc.json with eslint.config.js - Update devDependencies: eslint@^9, @adobe/eslint-config-aio-lib-config@^5, eslint-plugin-jest@^29, eslint-plugin-jsdoc@^48, neostandard@^0 - Drop node/no-missing-require allowlist for @oclif/core (eslint-plugin-n v17 supports package.json exports field natively) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
purplecabbage
approved these changes
Mar 27, 2026
| @@ -0,0 +1,28 @@ | |||
| /* | |||
| Copyright 2020 Adobe. All rights reserved. | |||
Member
There was a problem hiding this comment.
this should be 2026 since it is new
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.
Fixes #119
How Has This Been Tested?
Types of changes
Checklist: