chore: update @oclif/core to v4 and @adobe/eslint-config-aio-lib-config to v5#130
Open
chore: update @oclif/core to v4 and @adobe/eslint-config-aio-lib-config to v5#130
Conversation
…ig to v5 - Update @oclif/core from ^2.8.12 to ^4.9.0 (closes #129) - Replace removed ux.table with a new src/utils/table.js utility - Rename ux:cli import alias to ux across all command files - Update jest.setup.js: remove obsolete @oclif/core/lib/cli-ux mocks, add mockConfig stub for Command.parse() which now requires this.config - Add test/utils/table.test.js for full branch coverage - Update @adobe/eslint-config-aio-lib-config from ^4.0.0 to 5.0.0 - Upgrade eslint to v9, add neostandard, upgrade eslint-plugin-jest - Replace .eslintrc.json with eslint.config.js (ESLint 9 flat config) - Remove replaced packages: eslint-config-oclif, eslint-config-standard, eslint-plugin-import, eslint-plugin-n, eslint-plugin-node, eslint-plugin-promise, eslint-plugin-standard - Remove now-invalid eslint-disable comment from validator.js 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! |
Member
Author
|
node-18 failures, wait for adobe/aio-reusable-workflows#14 |
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
Closes #129
@oclif/corev2 → v4: Updates@oclif/corefrom^2.8.12to^4.9.0to support aio-cli#781src/utils/table.jsto replaceux.tablewhich was removed in v4ux: cliimport alias touxacross all command filestest/jest.setup.js: removes obsolete@oclif/core/lib/cli-uxpath mocks (paths removed in v4), addsmockConfigstub forCommand.parse()which now requiresthis.config.runHooktest/utils/table.test.jsto maintain 100% branch coverage@adobe/eslint-config-aio-lib-configv4 → v5.0.0: The new version uses ESLint 9 flat config formateslintto v9, addsneostandard, upgradeseslint-plugin-jestto latest.eslintrc.jsonwitheslint.config.js(ESLint 9 flat config)neostandard:eslint-config-oclif,eslint-config-standard,eslint-plugin-import,eslint-plugin-n,eslint-plugin-node,eslint-plugin-promise,eslint-plugin-standardTest plan
npm test)eslint src test e2e)🤖 Generated with Claude Code