-
Notifications
You must be signed in to change notification settings - Fork 17
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-config-gds from 0.3.0 to 1.0.0 #2879
Bump stylelint-config-gds from 0.3.0 to 1.0.0 #2879
Conversation
Follow these steps if you are doing a Rails upgrade. |
We cannot fix the Stylint error by using the new CSS media query range syntax, as we will get a new error when trying to compile the CSS. The reason for this is that we use the sassc-rails gem to compile our CSS, this includes the deprecated LibSass library which does not understand the new CSS media query range syntax. This can be fixed either by:
|
Bumps [stylelint-config-gds](https://github.com/alphagov/stylelint-config-gds) from 0.3.0 to 1.0.0. - [Changelog](https://github.com/alphagov/stylelint-config-gds/blob/main/CHANGELOG.md) - [Commits](alphagov/stylelint-config-gds@0.3.0...1.0.0) --- updated-dependencies: - dependency-name: stylelint-config-gds dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
9189c8d
to
fd4bc10
Compare
f9b61dd
to
017b875
Compare
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.
LGTM!
017b875
to
d60c5cb
Compare
We cannot fix the Stylint error by using the new CSS media query range syntax, as we will get a new error when trying to compile the CSS. The reason for this is that we use the sassc-rails gem to compile our CSS, this includes the deprecated LibSass library which does not understand the new CSS media query range syntax. This can be fixed either by: - Disabling the failing stylelint rules // stylelint-disable-line foo - Moving to DartSass (Not immediate) Trello card - https://trello.com/c/4OgdZ7Yi/2145-spike-into-upgrading-to-dart-sass
d60c5cb
to
01a043e
Compare
Bumps stylelint-config-gds from 0.3.0 to 1.0.0.
Changelog
Sourced from stylelint-config-gds's changelog.
Commits
5cdee07
Merge pull request #32 from alphagov/stylelint-1502e3c62
Merge pull request #44 from alphagov/remove-deprecated-stylistic-rulesa11aff1
Bump version to 1.0.0bebac04
Add CHANGELOG entry for Stylelint 15b8c402e
Update stylelint dependencies for stylelint 15.xff52d25
Fix moved Stylelint rule documentation URLsb6f49d0
Add CHANGELOG entry for deprecated stylistic rules removald988cb8
Remove deprecated stylistic rulesc5d793e
Add CHANGELOG entry forselector-pseudo-element-colon-notation
removal6c17cea
Merge pull request #43 from alphagov/dependabot/npm_and_yarn/word-wrap-1.2.4Dependabot 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)