-
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
Bump stylelint from 14.16.1 to 15.10.1 in /backend #1436
Bump stylelint from 14.16.1 to 15.10.1 in /backend #1436
Conversation
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.1 to 15.10.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@14.16.1...15.10.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Terraform plan for management No changes. Your infrastructure matches the configuration.
📝 Plan generated in Tests for PRs #647 |
Terraform plan for dev No changes. Your infrastructure matches the configuration.
❌ Plan not applied in Deploy to Development and Management Environment #237 (Plan has changed) |
Stylelint version >15 no longer includes any of the stylistic rules that Refs:
|
Terraform plan for meta No changes. Your infrastructure matches the configuration.
✅ Plan applied in Deploy to Development and Management Environment #237 |
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^11.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.
These two dependencies were both updated to remove stylelint dependencies <15.
Minimum allowed coverage is Generated by 🐒 cobertura-action against 327eb7e |
backend/package.json
Outdated
"check:stylelint": "npx stylelint '**/*.{css,scss,sass}'", | ||
"fix:stylelint": "npx stylelint --fix '**/*.{css,scss,sass}'", |
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.
I think stylelint removed the --ignore-pattern
option?
backend/package.json
Outdated
"fix:stylelint": "npx stylelint --fix --ignore-pattern uswds static/scss", | ||
"check:stylelint": "npx stylelint '**/*.{css,scss,sass}'", | ||
"fix:stylelint": "npx stylelint --fix '**/*.{css,scss,sass}'", | ||
"check:prettier": "npx prettier --check .", |
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.
Prettier is currently checking a lot of stuff that we haven't checked in the past (as far as I can tell, anyway). Rendered JSON files, yaml, markdown, etc.
I'm not sure if we want to start checking those things or handle them in other ways.
I tried running prettier with To get a diff without all of those noisy changes, see https://github.com/GSA-TTS/FAC/pull/1436/files/ed86906c702399b98c2a596cb0a6fd2cb9c72f53. |
Stylelint's default rule for media query syntax uses the newer context notation. However, that syntax requires [fairly recent browsers](https://caniuse.com/mdn-css_at-rules_media_or_syntax).
@heymatthenry I went ahead and reverted my |
@danswick Awesome! LGTM. |
Bumps stylelint from 14.16.1 to 15.10.1.
Release notes
Sourced from stylelint's releases.
... (truncated)
Changelog
Sourced from stylelint's changelog.
... (truncated)
Commits
fb8cf35
15.10.1eeed72b
Prepare release (#7048)8090553
Document check of configs in release process (#7047)56a545e
Security fix forsemver
vulnerability (#7043)a42f955
Fix rules documentation formedia-query-no-invalid
(#7044)e56aa30
15.10.0c9e89eb
Prepare release (#6974)b8e5317
Fixselector-type-case
performance (#7041)f82a24a
Fixselector-anb-no-unmatchable
performance (#7042)16110fd
Revert removed changelog entry (#7039)Maintainer changes
This version was pushed to npm by mattxwang, a new releaser for stylelint 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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.