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’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

Merged
merged 3 commits into from
Jul 20, 2023

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
Copy link
Collaborator Author

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.
Copy link
Collaborator Author

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",
Copy link
Collaborator Author

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

@dominicfraser dominicfraser merged commit e338072 into main Jul 20, 2023
1 check passed
@dominicfraser dominicfraser deleted the KOA-6217_eslint_8 branch July 20, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants