-
Notifications
You must be signed in to change notification settings - Fork 707
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 stylelint, stylelint-config-recommended-scss and stylelint-scss in /dashboard #3641
Conversation
@dependabot recreate |
Bumps [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies needed to be updated together. Updates `stylelint` from 13.13.1 to 14.0.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@13.13.1...14.0.0) Updates `stylelint-config-recommended-scss` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-recommended-scss@4.3.0...v5.0.0) Updates `stylelint-scss` from 3.21.0 to 4.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-scss@3.21.0...v4.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-recommended-scss dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
08283ac
to
7a3202f
Compare
https://github.com/stylelint/stylelint/blob/HEAD/docs/migration-guide/to-14.md Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
The scss linter was bumped to a new version with breaking changes, this PR also perform some little changes to make it compatible again. Besides, it brings new rules that are preventing the linter to pass. I'm squeezing in some required changes (mainly CSS class renames). See the manual changes here: efcb8ba cc @absoludity |
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Which PR was that in? I'm assuming I approved and landed it but would have done so only if it'd passed CI, so keen to know how it passed with breaking changes? Was it #3577 ? Ah, and breaking changes that perhaps are just style so not checked by CI at all. I did see an issue looking at installed packages with the flux plugin, but assumed it was something related to using the new plugin and was going to look today.
Thanks.
+1 |
Bumps stylelint, stylelint-config-recommended-scss and stylelint-scss. These dependencies needed to be updated together.
Updates
stylelint
from 13.13.1 to 14.0.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
060310c
14.0.0ff4a1ef
Prepare CHANGELOG8d2f6e1
Bump postcss (#5619)f552608
Merge pull request #5618 from stylelint/dependabot/npm_and_yarn/husky-7.0.47ed17ad
Bump husky from 7.0.2 to 7.0.44d9f75e
Merge pull request #5617 from stylelint/dependabot/npm_and_yarn/jest-27.3.1bc9dd0b
Bump jest from 27.2.5 to 27.3.182e2507
Merge pull request #5604 from stylelint/v1416d259f
Update CHANGELOG.md70b1149
Fix false positives for dynamic-range keywords in media-feature-name-no-unkno...Updates
stylelint-config-recommended-scss
from 4.3.0 to 5.0.0Release notes
Sourced from stylelint-config-recommended-scss's releases.
Changelog
Sourced from stylelint-config-recommended-scss's changelog.
Commits
d373c87
5.0.01e40cc1
Prepare 5.0.0 (#84)4b6210c
Add changes for Stylelint 14 (#83)Maintainer changes
This version was pushed to npm by jeddy3, a new releaser for stylelint-config-recommended-scss since your current version.
Updates
stylelint-scss
from 3.21.0 to 4.0.0Release notes
Sourced from stylelint-scss's releases.
Changelog
Sourced from stylelint-scss's changelog.
Commits
c6a16d6
4.0.0d6ec0e7
Fix release run-scriptaac64bb
Prepare 4.0.0 (#547)c167e8c
Use Stylelint v14 (#543)9b1b978
Merge pull request #544 from Eugeno/master1d82621
simplifyc19e3a2
regex: match any character80a8653
regex: remove unnecessary flag 'i'fb39bed
regex: remove unnecessary non-capturing groupf957613
regex: remove unnecessary escapeMaintainer changes
This version was pushed to npm by jeddy3, a new releaser for stylelint-scss since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)