Skip to content

feat: bumped eslint to v10 (W-23473845) - #903

Merged
WillieRuemmele merged 2 commits into
mainfrom
d/W-23473845
Aug 19, 2026
Merged

feat: bumped eslint to v10 (W-23473845)#903
WillieRuemmele merged 2 commits into
mainfrom
d/W-23473845

Conversation

@jfeingold35

Copy link
Copy Markdown
Contributor

Part of @W-23473845@, the conversion of OCLIF to ESLint v10.

Process:

yarn add eslint@^10
yarn add eslint-config-oclif@latest
yarn lint
# manually fix errors
git add package.json yarn.lock ....
git commit -m "msg"
git push

Comment thread tsconfig.json
"rootDirs": ["./src"],
"strict": true,
"target": "ES2022",
"target": "ES2024",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the only repo to change tsconfig.target - why only here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the changes was from Array.sort to Array.toSorted, which was introduced in ES2024.

@WillieRuemmele
WillieRuemmele merged commit 068359f into main Aug 19, 2026
9 checks passed
@WillieRuemmele
WillieRuemmele deleted the d/W-23473845 branch August 19, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants