Skip to content

Commit f0aa9e5

Browse files
committed
build(deps-dev): update @typescript-eslint/eslint-plugin and @typescript-eslint/parser
This makes them compatible with the new TypeScript version. This also updates the migration guide with updated guidance around these dev dependencies. Signed-off-by: Dustin Popp <[email protected]>
1 parent 80f8bcd commit f0aa9e5

File tree

3 files changed

+723
-47
lines changed

3 files changed

+723
-47
lines changed

MIGRATION-V4.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ Run `npm install -D typescript@4` to upgrade to version 4.
1212

1313
Code produced by the IBM OpenAPI SDK Generator should already be compliant with TypeScript v4.
1414

15-
Additionally, you may need to upgrade `@typescript-eslint/eslint-plugin` to be compatible with the new
16-
version of TypeScript. This upgrade should be safe and compatible, especially if you remain on major version 4
17-
of this development dependency.
15+
Additionally, you may need to upgrade `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to
16+
v5 to be compatible with the new version of TypeScript. This upgrade should be safe and compatible.
1817

19-
Run `npm i -D '@typescript-eslint/eslint-plugin'` to upgrade.
18+
Run `npm i -D '@typescript-eslint/eslint-plugin@latest' '@typescript-eslint/parser@latest'` to upgrade.
2019

2120
### Jest Version
2221
The `jest` development dependency is now required to be at least version 29.

0 commit comments

Comments
 (0)