eslint-1.0.1 #818
yaythomas
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@aws/durable-execution-sdk-js-eslint-plugin
What's Changed
context.getSourceCode()call for ESLint v10 compatibility by @blimmer in fix(eslint-plugin): remove unused context.getSourceCode() call for ESLint v10 compatibility #472Upgrade notes
no-closure-in-durable-operationsno longer crashes under ESLint v10.1.0.0calledcontext.getSourceCode(), which was deprecated in ESLint v9and removed in v10, so enabling the rule failed immediately with
context.getSourceCode is not a function. The call's return value wasnever used; removing it is behavior-preserving, and no rule output changes.
If you were on ESLint v10 and had disabled the rule as a workaround, you can
re-enable it after upgrading.
Full Changelog: sdk-1.0.2/testingsdk-1.1.1/eslint-1.0.0...eslint-1.0.1
This discussion was created from the release eslint-1.0.1.
All reactions