chore(deps-dev): bump stylelint, stylelint-config-sass-guidelines and stylelint-config-standard by dependabot[bot] · Pull Request #683 · codegram/next-starter
Bumps stylelint, stylelint-config-sass-guidelines and stylelint-config-standard. These dependencies needed to be updated together.
Updates stylelint from 13.13.1 to 14.8.0
Release notes
Sourced from stylelint's releases.
14.8.0
- Added:
keyframe-block-no-duplicate-selectorsrule (#6024).- Added:
property-*-listsupport for vendor prefixes (#6025).- Fixed:
at-rule-*-listend positions (#6032).- Fixed:
at-rule-no-unknownend positions (#6026).- Fixed:
function-no-unknownend positions (#6038).- Fixed:
property-no-unknownend positions (#6039).- Fixed:
function-linear-gradient-no-nonstandard-directionfalse negative about-ms-linear-gradient(#6031).14.7.1
- Fixed: a regression for
/* stylelint-disable */comments (#6018).- Fixed:
font-family-name-quotesfalse positives forui-*generic system font keywords (#6017).14.7.0
- Added: ranges for warnings that can be used by formatters and integrations (#5725).
- Added:
selector-not-notationrule (#5975).- Fixed:
font-weight-notationfalse positives for Sass functions and column position (#6005).14.6.1
- Fixed:
custom-property-patternTypeError for "Cannot destructure property..." (#5982).- Fixed:
selector-type-casefalse positives for SVG elements (#5973).- Fixed:
unit-no-unknownfalse positives for large/small/dynamic viewport units (#5970).14.6.0
- Added:
declaration-property-max-valuesrule (#5920).- Fixed:
*-no-importantcolumn position (#5957).- Fixed:
custom-property-patternfalse positives for interpolation in property name (#5949).- Fixed:
font-family-name-quotescolumn position (#5955).- Fixed:
selector-pseudo-*-no-unknownfalse positives and negatives (#5959).- Fixed:
selector-pseudo-class-no-unknownfalse positives and negatives (#5956).14.5.3
- Fixed:
*-listinvalid option warnings for strings (#5934).14.5.2
- Fixed: clarity of invalid option warning message for objects (#5923).
- Fixed:
*-listfalse negatives for invalid options (#5924).- Fixed:
custom-property-patternfalse positives for interpolation insidevar()(#5925).- Fixed:
declaration-property-value-*-listcolumn position (#5926).14.5.1
- Fixed:
function-no-unknownENOENT and TypeErrors (#5916).- Fixed:
function-no-unknownfalse positives for interpolation (#5914).14.5.0
- Added:
ignoreFunctions: []tofunction-no-unknown(#5901).14.4.0
... (truncated)
Changelog
Sourced from stylelint's changelog.
14.8.0
- Added:
keyframe-block-no-duplicate-selectorsrule (#6024).- Added:
property-*-listsupport for vendor prefixes (#6025).- Fixed:
at-rule-*-listend positions (#6032).- Fixed:
at-rule-no-unknownend positions (#6026).- Fixed:
function-no-unknownend positions (#6038).- Fixed:
property-no-unknownend positions (#6039).- Fixed:
function-linear-gradient-no-nonstandard-directionfalse negative about-ms-linear-gradient(#6031).14.7.1
- Fixed: a regression for
/* stylelint-disable */comments (#6018).- Fixed:
font-family-name-quotesfalse positives forui-*generic system font keywords (#6017).14.7.0
- Added: ranges for warnings that can be used by formatters and integrations (#5725).
- Added:
selector-not-notationrule (#5975).- Fixed:
font-weight-notationfalse positives for Sass functions and column position (#6005).14.6.1
- Fixed:
custom-property-patternTypeError for "Cannot destructure property..." (#5982).- Fixed:
selector-type-casefalse positives for SVG elements (#5973).- Fixed:
unit-no-unknownfalse positives for large/small/dynamic viewport units (#5970).14.6.0
- Added:
declaration-property-max-valuesrule (#5920).- Fixed:
*-no-importantcolumn position (#5957).- Fixed:
custom-property-patternfalse positives for interpolation in property name (#5949).- Fixed:
font-family-name-quotescolumn position (#5955).- Fixed:
selector-pseudo-*-no-unknownfalse positives and negatives (#5959).- Fixed:
selector-pseudo-class-no-unknownfalse positives and negatives (#5956).14.5.3
- Fixed:
*-listinvalid option warnings for strings (#5934).14.5.2
- Fixed: clarity of invalid option warning message for objects (#5923).
- Fixed:
*-listfalse negatives for invalid options (#5924).- Fixed:
custom-property-patternfalse positives for interpolation insidevar()(#5925).- Fixed:
declaration-property-value-*-listcolumn position (#5926).14.5.1
- Fixed:
function-no-unknownENOENT and TypeErrors (#5916).
... (truncated)
Commits
631720214.8.0757f36bPrepare 14.8.01d3c0b7Update CHANGELOG.md9716062Fix end positions forfunction-no-unknown(#6038)dcba172Fix end positions forproperty-no-unknown(#6039)7cc56dbBump lint-staged from 12.3.8 to 12.4.0 (#6034)86781f0Bump eslint-plugin-jest from 26.1.4 to 26.1.5 (#6033)8c23e66Bump eslint from 8.13.0 to 8.14.0 (#6035)3fface6Bump postcss-scss from 4.0.3 to 4.0.4 (#6036)4d8a47fUpdate CHANGELOG.md- Additional commits viewable in compare view
Updates stylelint-config-sass-guidelines from 8.0.0 to 9.0.0
Release notes
Sourced from stylelint-config-sass-guidelines's releases.
v9.0.0
Changed
- Updated repo to be compatible with stylelint v14. Updated stylelint peerDependency range from
^13.0.0to^14.0.0PR- Renamed tests files extension from
.jsto.spec.js- Moved manually tested passing and failing SCSS examples into
__tests__/manual-test-casesAdded
- Added node 16 to automated test matrix
Removed
- Dropped official support for Node 10 PR
- Removed node 10 from automated test matrix PR
- Removed babel as a dev dependency, resolves issue with security vuln in glob-parent CVE-2020-28469
- Removed
src/.stylelint.json
Changelog
Sourced from stylelint-config-sass-guidelines's changelog.
[9.0.0]
Changed
- Updated repo to be compatible with stylelint v14. Updated stylelint peerDependency range from
^13.0.0to^14.0.0PR- Renamed tests files extension from
.jsto.spec.js- Moved manually tested passing and failing SCSS examples into
__tests__/manual-test-casesAdded
- Added node 16 to automated test matrix
Removed
- Dropped official support for Node 10 PR
- Removed node 10 from automated test matrix PR
- Removed babel as a dev dependency, resolves issue with security vuln in glob-parent CVE-2020-28469
- Removed
src/.stylelint.json
Commits
96fc51aReleased version 9.0.0a1f3423Remove build script from release scriptsca20be1Update README.md and CHANGELOG.md (#202)0678273Release prep changes (#201)b31de86Bump postcss-scss from 4.0.1 to 4.0.2 (#199)cc65e31Bump stylelint from 14.0.0 to 14.0.1 (#200)4d9bf13Remove node 10 from the CI (#198)0fe0f3eStylelint v14 Compatibility (#197)cbfae2aBump tape from 5.2.2 to 5.3.0 (#193)a3fc9efBump stylelint-scss from 3.19.0 to 3.20.1 (#192)- Additional commits viewable in compare view
Updates stylelint-config-standard from 22.0.0 to 25.0.0
Release notes
Sourced from stylelint-config-standard's releases.
25.0.0
- Removed:
stylelintless than14.4.0from peer dependencies.- Changed: updated to
stylelint-config-recommended@7.0.024.0.0
- Changed:
alpha-value-notationto be"number"foropacityproperty.23.0.0
This release adds over a dozen new rules.
If needed, you can extend the config to turn off or lower the severity of any of the new rules.
We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.
- Removed:
stylelintless than14.0.0from peer dependencies.- Changed: updated to
stylelint-config-recommended@6.0.0.- Added:
alpha-value-notationrule.- Added:
at-rule-no-vendor-prefixrule.- Added:
color-function-notationrule.- Added:
custom-media-patternrule.- Added:
custom-property-patternrule.- Added:
declaration-block-no-redundant-longhand-propertiesrule.- Added:
font-family-name-quotesrule.- Added:
function-url-quotesrule.- Added:
hue-degree-notationrule.- Added:
keyframes-name-patternrule.- Added:
max-line-lengthrule.- Added:
media-feature-name-no-vendor-prefixrule.- Added:
no-empty-first-linerule.- Added:
no-irregular-whitespacerule.- Added:
number-max-precisionrule.- Added:
property-no-vendor-prefixrule.- Added:
selector-attribute-quotesrule.- Added:
selector-class-patternrule.- Added:
selector-id-patternrule.- Added:
selector-no-vendor-prefixrule.- Added:
shorthand-property-no-redundant-valuesrule.- Added:
string-quotesrule.- Added:
value-no-vendor-prefixrule.
Changelog
Sourced from stylelint-config-standard's changelog.
25.0.0
- Removed:
stylelintless than14.4.0from peer dependencies.- Changed: updated to
stylelint-config-recommended@7.0.024.0.0
- Changed:
alpha-value-notationto be"number"foropacityproperty.23.0.0
This release adds over a dozen new rules.
If needed, you can extend the config to turn off or lower the severity of any of the new rules.
We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.
- Removed:
stylelintless than14.0.0from peer dependencies.- Changed: updated to
stylelint-config-recommended@6.0.0.- Added:
alpha-value-notationrule.- Added:
at-rule-no-vendor-prefixrule.- Added:
color-function-notationrule.- Added:
custom-media-patternrule.- Added:
custom-property-patternrule.- Added:
declaration-block-no-redundant-longhand-propertiesrule.- Added:
font-family-name-quotesrule.- Added:
function-url-quotesrule.- Added:
hue-degree-notationrule.- Added:
keyframes-name-patternrule.- Added:
max-line-lengthrule.- Added:
media-feature-name-no-vendor-prefixrule.- Added:
no-empty-first-linerule.- Added:
no-irregular-whitespacerule.- Added:
number-max-precisionrule.- Added:
property-no-vendor-prefixrule.- Added:
selector-attribute-quotesrule.- Added:
selector-class-patternrule.- Added:
selector-id-patternrule.- Added:
selector-no-vendor-prefixrule.- Added:
shorthand-property-no-redundant-valuesrule.- Added:
string-quotesrule.- Added:
value-no-vendor-prefixrule.
Commits
f35e14025.0.07248f4aUpdate to recommended 7 (#238)21213eaUpdate deps (#237)c4ec5a5Remove dependabot (#236)36c951fPin NPM (#235)42badecBump lint-staged from 12.3.2 to 12.3.3 (#234)beec4a8Bump nanoid from 3.1.30 to 3.2.0 (#233)16935ecUpdate deps (#232)0e83907Update deps (#227)eedb167Update deps (#220)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)