Commit 4f35459
authored
chore(deps): update @oclif/core to v4 and @adobe/eslint-config-aio-lib-config to v5 (#793)
- closes #792
- chore(deps): update @oclif/core to v4 and @adobe/eslint-config-aio-lib-config to v5
- Update @oclif/core from 2.16.0 to ^4.9.0
- Update @oclif/plugin-not-found from ^2.3.26 to ^3 (required for core v4)
- Replace Config.plugins array access with Config.getPluginsList() (plugins is now a Map in v4)
- Replace removed ux.table() with a new src/table.js helper using the same column API
- Update @adobe/eslint-config-aio-lib-config from ^4.0.0 to ^5.0.0 (ESLint 9 + neostandard)
- Migrate ESLint config from legacy .eslintrc.json files to flat config (eslint.config.js)
- Update eslint from ^8 to ^9, swap old standard plugins for neostandard
- Update eslint-plugin-jest from ^27 to ^28 for ESLint 9 compatibility
- Update test mocks to add getPluginsList() and runHook() required by oclif core v4
- chore(ci): drop Node.js 18.x from CI matrix Node.js 18 reached EOL in April 2025.
- fix(table): use string-width for ANSI-aware column width and padding
- fix(table): remove unused strip-ansi direct dependency1 parent 5ec3547 commit 4f35459
File tree
15 files changed
+1653
-1741
lines changed- .github/workflows
- e2e
- src
- commands
- test
- commands
15 files changed
+1653
-1741
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments