classic-theme
classic-theme copied to clipboard
Bump braces, stylelint and stylelint-config-prestashop in /_dev
Bumps braces to 3.0.3 and updates ancestor dependencies braces, stylelint and stylelint-config-prestashop. These dependencies need to be updated together.
Updates braces
from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRe
method was removedNon-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates stylelint
from 12.0.1 to 16.6.1
Release notes
Sourced from stylelint's releases.
16.6.1
- Fixed:
no-descending-specificity
false positives for nested selectors (#7724) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positive formodel
(#7718) (@Mouvedia
).16.6.0
- Fixed:
function-calc-no-unspaced-operator
false negatives (#7655 & #7670 & #7676) (@ybiquitous
&@romainmenke
).- Fixed:
selector-not-notation
autofix of the"simple"
option (#7703) (@Mouvedia
).- Fixed:
selector-max-specificity
end positions (#7685) (@romainmenke
).- Fixed:
no-descending-specificity
end positions (#7701) (@romainmenke
).- Fixed: missing GitHub Sponsor for
npm fund
(#7707) (@ybiquitous
).16.5.0
- Added: regex support to
ignoreValues
forvalue-no-vendor-prefix
(#7650) (@Mouvedia
).- Fixed:
shorthand-property-no-redundant-values
false negatives for functions (#7657) (@ybiquitous
).- Fixed:
value-no-vendor-prefix
false negatives/positives (#7654 & #7658) (@Mouvedia
).- Fixed:
CosmiconfigResult
type error (#7661) (@ybiquitous
).16.4.0
- Added:
no-unknown-custom-media
(#7594) (@fpetrakov
).- Added:
ignoreLonghands: []
todeclaration-block-no-redundant-longhand-properties
(#7611) (@Mouvedia
).- Added:
ignore: ["keyframe-selectors"]
torule-selector-property-disallowed-list
(#7572) (@emmacharp
).- Added: experimental support for post processors (#7568) (
@YuanboXue-Amber
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix conflicts (#7626) (@Mouvedia
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix fortext-decoration
(#7611) (@Mouvedia
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forborder
(#7585) (@fpetrakov
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forfont
andborder
(#7606) (@Mouvedia
).- Fixed:
function-calc-no-unspaced-operator
false negatives for some math functions (#7619) (@Mouvedia
).- Fixed:
function-no-unknown
false positives foranchor
andanchor-size
(#7607) (@Mouvedia
).- Fixed:
selector-max-attribute
end positions (#7592) (@romainmenke
).- Fixed:
selector-max-class
end positions (#7590) (@romainmenke
).- Fixed:
selector-max-combinators
end positions (#7596) (@romainmenke
).- Fixed:
selector-max-compound-selectors
end positions (#7599) (@romainmenke
).- Fixed:
selector-max-pseudo-class
end positions (#7598) (@romainmenke
).- Fixed:
selector-max-universal
end positions (#7597) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia
).16.3.1
- Fixed:
selector-max-id
end positions (#7571) (@romainmenke
).- Fixed: import errors for configs and plugins omitting
/index.js
(#7578) (@ota-meshi
).16.3.0
- Added:
ignoreSelectors: []
toselector-max-compound-selectors
(#7544) (@FloEdelmann
).- Added: tally of fixable problems to
string
andverbose
formatters (#7539) (@m-allanson
).- Added: support for
*-deprecation
command-line flags of Node.js (#7550) (@fpetrakov
).- Fixed: false positive CJS deprecation warning for dual-package plugins (#7532) (
@JounQin
).- Fixed:
rule-selector-property-disallowed-list
false positives for nesting selectors (#7558) (@romainmenke
).- Fixed:
selector-pseudo-*-allowed-list
false positives for vendor prefixes (#7525) (@carlosjeurissen
).- Fixed:
report()
forindex
/endIndex
zero values (#7565) (@romainmenke
).- Fixed:
selector-max-type
end positions (#7518) (@romainmenke
).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.6.1
- Fixed:
no-descending-specificity
false positives for nested selectors (#7724) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positive formodel
(#7718) (@Mouvedia
).16.6.0
- Fixed:
function-calc-no-unspaced-operator
false negatives (#7655 & #7670 & #7676) (@ybiquitous
&@romainmenke
).- Fixed:
selector-not-notation
autofix of the"simple"
option (#7703) (@Mouvedia
).- Fixed:
selector-max-specificity
end positions (#7685) (@romainmenke
).- Fixed:
no-descending-specificity
end positions (#7701) (@romainmenke
).- Fixed: missing GitHub Sponsor for
npm fund
(#7707) (@ybiquitous
).16.5.0
- Added: regex support to
ignoreValues
forvalue-no-vendor-prefix
(#7650) (@Mouvedia
).- Fixed:
shorthand-property-no-redundant-values
false negatives for functions (#7657) (@ybiquitous
).- Fixed:
value-no-vendor-prefix
false negatives/positives (#7654 & #7658) (@Mouvedia
).- Fixed:
CosmiconfigResult
type error (#7661) (@ybiquitous
).16.4.0
- Added:
no-unknown-custom-media
(#7594) (@fpetrakov
).- Added:
ignoreLonghands: []
todeclaration-block-no-redundant-longhand-properties
(#7611) (@Mouvedia
).- Added:
ignore: ["keyframe-selectors"]
torule-selector-property-disallowed-list
(#7572) (@emmacharp
).- Added: experimental support for post processors (#7568) (
@YuanboXue-Amber
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix conflicts (#7626) (@Mouvedia
).- Fixed:
declaration-block-no-redundant-longhand-properties
autofix fortext-decoration
(#7611) (@Mouvedia
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forborder
(#7585) (@fpetrakov
).- Fixed:
declaration-block-no-shorthand-property-overrides
false negatives forfont
andborder
(#7606) (@Mouvedia
).- Fixed:
function-calc-no-unspaced-operator
false negatives for some math functions (#7619) (@Mouvedia
).- Fixed:
function-no-unknown
false positives foranchor
,anchor-size
andpalette-mix
(#7607 & #7640) (@Mouvedia
).- Fixed:
selector-max-attribute
end positions (#7592) (@romainmenke
).- Fixed:
selector-max-class
end positions (#7590) (@romainmenke
).- Fixed:
selector-max-combinators
end positions (#7596) (@romainmenke
).- Fixed:
selector-max-compound-selectors
end positions (#7599) (@romainmenke
).- Fixed:
selector-max-pseudo-class
end positions (#7598) (@romainmenke
).- Fixed:
selector-max-universal
end positions (#7597) (@romainmenke
).- Fixed:
selector-type-no-unknown
false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia
).16.3.1
- Fixed:
selector-max-id
end positions (#7571) (@romainmenke
).- Fixed: import errors for configs and plugins omitting
/index.js
(#7578) (@ota-meshi
).16.3.0
- Added:
ignoreSelectors: []
toselector-max-compound-selectors
(#7544) (@FloEdelmann
).- Added: tally of fixable problems to
string
andverbose
formatters (#7539) (@m-allanson
).- Added: support for
*-deprecation
command-line flags of Node.js (#7550) (@fpetrakov
).
... (truncated)
Commits
d902c0b
16.6.142d08bd
Prepare 16.6.1 (#7721)b4f74e5
Ignoretmp/
from Prettier (#7726)62b58bc
Fixno-descending-specificity
false positives for nested selectors (#7724)72ec18a
Refactor to use shared constant fordisabledRanges
object (#7722)b85be3c
Fix typo in rules.md (#7717)9478c71
Bump file-entry-cache from 8.0.0 to 9.0.0 (#7720)211908b
Fixselector-type-no-unknown
false positive formodel
(#7718)fa85a70
Bump lint-staged from 15.2.4 to 15.2.5 (#7719)44de825
Bump lint-staged from 15.2.2 to 15.2.4 (#7713)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ybiquitous, a new releaser for stylelint since your current version.
Updates stylelint-config-prestashop
from 1.0.5 to 1.0.7
Commits
- See full diff 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.