-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bump @skyscanner/stylelint-config-skyscanner from 6.0.2 to 11.1.0 #263
base: main
Are you sure you want to change the base?
Bump @skyscanner/stylelint-config-skyscanner from 6.0.2 to 11.1.0 #263
Conversation
ac3e735
to
9d3bcef
Compare
@dependabot rebase |
Bumps [@skyscanner/stylelint-config-skyscanner](https://github.com/Skyscanner/stylelint-config-skyscanner) from 6.0.2 to 11.1.0. - [Release notes](https://github.com/Skyscanner/stylelint-config-skyscanner/releases) - [Changelog](https://github.com/Skyscanner/stylelint-config-skyscanner/blob/main/CHANGELOG.md) - [Commits](Skyscanner/stylelint-config-skyscanner@v6.0.2...11.1.0) --- updated-dependencies: - dependency-name: "@skyscanner/stylelint-config-skyscanner" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
9d3bcef
to
fbba02c
Compare
@@ -1,11 +1,12 @@ | |||
{ | |||
"parser": "babel-eslint", |
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.
.eslintrc.json
Outdated
"plugin:flowtype/recommended" | ||
"plugin:ft-flow/recommended" |
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.
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.
We can remove this one as we don't use flow in this repo anymore
.eslintrc.json
Outdated
], | ||
"plugins": [ | ||
"flowtype" | ||
"ft-flow", | ||
"eslint-plugin-prettier" |
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.
Dependency missing?
ESLint couldn't find the plugin "eslint-plugin-prettier".
(The package "eslint-plugin-prettier" was not found when loaded as a Node module from the directory "/Users/matthewr/Code/backpack-foundations".)
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.
It should come from @skyscanner/eslint-config-skyscanner that is installed as a dep
05d0e85
to
ace1e25
Compare
.eslintrc.json
Outdated
], | ||
"plugins": [ | ||
"flowtype" | ||
"ft-flow", |
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.
Same here
package.json
Outdated
@@ -71,7 +72,8 @@ | |||
"babel-loader": "^8.3.0", | |||
"css-loader": "^1.0.0", | |||
"del": "^5.0.0", | |||
"eslint-plugin-flowtype": "^4.7.0", | |||
"eslint-plugin-ft-flow": "^3.0.2", | |||
"eslint-plugin-prettier": "^5.1.3", |
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 shouldn't be needed as it will be coming from @skyscanner/eslint-config-skyscanner, that comes as part of the stylelint config skyscanner
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.
Appart from the comments around libs
Bumps @skyscanner/stylelint-config-skyscanner from 6.0.2 to 11.1.0.
Release notes
Sourced from
@skyscanner/stylelint-config-skyscanner
's releases.... (truncated)
Changelog
Sourced from
@skyscanner/stylelint-config-skyscanner
's changelog.... (truncated)
Commits
8e41635
Replaced at-import-no-partial-leading-underscore with load-no-partial-leading...2716aef
[NOJIRA] update version of checkout action in test workflow (#325)dbd66b0
Bump lint-staged from 15.0.2 to 15.2.0 (#321)7823d93
Bump stylelint-scss from 5.3.1 to 5.3.2 (#322)988ee7d
Bump@skyscanner/eslint-config-skyscanner
from 17.0.0 to 17.1.0 (#323)ff555aa
Bump stylelint-order from 6.0.3 to 6.0.4 (#324)67af56f
Bump stylelint-scss from 5.3.0 to 5.3.1 (#319)b58ee8c
Bump stylelint-config-standard-scss from 10.0.0 to 11.1.0 (#316)e067cd4
Bump@skyscanner/eslint-config-skyscanner
from 16.3.0 to 17.0.0 (#315)b65bdff
Bump stylelint-scss from 4.4.0 to 5.3.0 (#314)Maintainer changes
This version was pushed to npm by skyscanner-koalasquad, a new releaser for
@skyscanner/stylelint-config-skyscanner
since your current version.You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)