-
Notifications
You must be signed in to change notification settings - Fork 5
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ESLint 8.x #62
Comments
1 task
72636c
added a commit
to seek-oss/rynovate
that referenced
this issue
Oct 25, 2021
It's very unlikely that a SEEK project will be able to land this change given that `eslint-config-seek` is not ready yet. See seek-oss/eslint-config-seek#62.
72636c
added a commit
to seek-oss/rynovate
that referenced
this issue
Oct 25, 2021
It's very unlikely that a SEEK project will be able to land this change given that `eslint-config-seek` is not ready yet. See seek-oss/eslint-config-seek#62.
72636c
added a commit
that referenced
this issue
Oct 25, 2021
It's looking like our config will require numerous breaking changes to get to ESLint v8 compatibility (#62). If we stuck with semantic-release we'd either need to get creative with branching, have one mega PR or release a bunch of intermediary major versions that add little value. Instead, switch to Changesets. This is used in a number of our OSS repos and makes it easier to bundle multiple changes into a release. We support previewing the release notes with and without a `GITHUB_TOKEN` via `yarn version`.
Merged
72636c
added a commit
that referenced
this issue
Oct 26, 2021
It's looking like our config will require numerous breaking changes to get to ESLint v8 compatibility (#62). If we stuck with semantic-release we'd either need to get creative with branching, have one mega PR or release a bunch of intermediary major versions that add little value. Instead, switch to Changesets. This is used in a number of our OSS repos and makes it easier to bundle multiple changes into a release. We support previewing the release notes with and without a `GITHUB_TOKEN` via `yarn version`.
1 task
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://eslint.org/blog/2021/10/eslint-v8.0.0-released
@typescript-eslint/eslint-plugin
: Upgrade to https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0@typescript-eslint/parser
: Upgrade to https://github.com/typescript-eslint/typescript-eslint/releases/tag/v5.0.0babel-eslint
: Migrate to https://www.npmjs.com/package/@babel/eslint-parserbabel-eslint
: Upgrade to https://github.com/babel/babel/releases/tag/v7.16.0eslint-config-prettier
: Upgrade to https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#version-800-2021-02-21?eslint-import-resolver-node
: Validate that this works with latesteslint-plugin-import
eslint-plugin-css-modules
: Drop CSS Modules and Flow plugins #64eslint-plugin-cypress
: Support ESLint 8.x cypress-io/eslint-plugin-cypress#89eslint-plugin-flowtype
: Drop CSS Modules and Flow plugins #64eslint-plugin-import
: Upgrade to https://github.com/import-js/eslint-plugin-import/releases/tag/v2.25.0eslint-plugin-jest
: fix: eslint-plugin-jest ^25.2.2 #60 https://github.com/seek-oss/eslint-config-seek/releases/tag/v7.0.9eslint-plugin-react
: Upgrade to https://github.com/yannickcr/eslint-plugin-react/releases/tag/v7.27.0eslint-plugin-react-hooks
: Upgrade to feat(eslint-plugin-react-hooks): support ESLint 8.x facebook/react#22248 (comment)The text was updated successfully, but these errors were encountered: