-
Notifications
You must be signed in to change notification settings - Fork 7
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
[KOA-6217] Bump to eslint-config-skyscanner v15, which comes with eslint 8 #290
Conversation
@@ -2,9 +2,9 @@ | |||
|
|||
_If `@skyscanner/eslint-config-skyscanner` has a major version change then `@skyscanner/stylelint-config-skyscanner` should also have a major version change, as explained in [the docs](./docs/eslint-as-dependency.md)_ | |||
|
|||
# 8.0.0 | |||
# 9.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New UNRELEASED, almost the same as before
docs/release.md
Outdated
@@ -17,5 +17,5 @@ Want to test your changes before making it stable and available to the general t | |||
|
|||
To do this on your BRANCH or if already merged to main: | |||
- Run `npm version <provide a custom version with the alpha or beta name e.g. 10.0.0-beta.1>`. This will create a new version in the `package.json` file and create a tagged commit (you don't need to commit this). | |||
- Run `npm publish --tag alpha|beta` - use the correct tag depending on if you want to publish and alpha or a beta. | |||
- Run `npm publish --registry=https://registry.npmjs.org/ --tag alpha|beta` - use the correct tag depending on if you want to publish and alpha or a beta. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helps with copying and pasting these commands
@@ -40,7 +40,7 @@ | |||
"*.js": "npm run lint:fix" | |||
}, | |||
"dependencies": { | |||
"@skyscanner/eslint-config-skyscanner": "^14.0.0", | |||
"@skyscanner/eslint-config-skyscanner": "^15.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the actual change
Brings in https://github.com/Skyscanner/eslint-config-skyscanner/releases/tag/v15.0.0.
This will be a major release due to: https://github.com/Skyscanner/stylelint-config-skyscanner/blob/main/docs/eslint-as-dependency.md