Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃Ч ESLint v9 deprecations #141

Closed
scagood opened this issue Nov 21, 2023 · 1 comment
Closed

馃Ч ESLint v9 deprecations #141

scagood opened this issue Nov 21, 2023 · 1 comment
Assignees
Milestone

Comments

@scagood
Copy link

scagood commented Nov 21, 2023

When we run the tests against eslint v8 we get the following warnings for ESLint v9:

(node:38222) DeprecationWarning: "exports-style" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "global-require" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "global-require" rule is using `context.getAncestors()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getAncestors()` instead.
(node:38222) DeprecationWarning: "handle-callback-err" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-deprecated-api" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-exports-assign" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-extraneous-require" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-hide-core-modules" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-missing-require" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-path-concat" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-restricted-require" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-unpublished-require" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-unsupported-features" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-unsupported-features/es-builtins" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-unsupported-features/es-syntax" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "no-unsupported-features/node-builtins" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "prefer-global/buffer" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "prefer-global/console" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "prefer-global/process" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
(node:38222) DeprecationWarning: "prefer-global/text-decoder" rule is using `context.getScope()`, which is deprecated and will be removed in ESLint v9. Please use `sourceCode.getScope()` instead.
@scagood scagood self-assigned this Nov 21, 2023
@scagood scagood added this to the v17 milestone Nov 21, 2023
@scagood scagood changed the title ESLint v9 deprecations 馃Ч ESLint v9 deprecations Nov 22, 2023
@scagood
Copy link
Author

scagood commented Nov 22, 2023

Closed as #143 is more descriptive!

@scagood scagood closed this as completed Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant