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):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin 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
.makeRemethod 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-specificityfalse positives for nested selectors (#7724) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positive formodel(#7718) (@Mouvedia).16.6.0
- Fixed:
function-calc-no-unspaced-operatorfalse negatives (#7655 & #7670 & #7676) (@ybiquitous&@romainmenke).- Fixed:
selector-not-notationautofix of the"simple"option (#7703) (@Mouvedia).- Fixed:
selector-max-specificityend positions (#7685) (@romainmenke).- Fixed:
no-descending-specificityend positions (#7701) (@romainmenke).- Fixed: missing GitHub Sponsor for
npm fund(#7707) (@ybiquitous).16.5.0
- Added: regex support to
ignoreValuesforvalue-no-vendor-prefix(#7650) (@Mouvedia).- Fixed:
shorthand-property-no-redundant-valuesfalse negatives for functions (#7657) (@ybiquitous).- Fixed:
value-no-vendor-prefixfalse negatives/positives (#7654 & #7658) (@Mouvedia).- Fixed:
CosmiconfigResulttype 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-propertiesautofix conflicts (#7626) (@Mouvedia).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix fortext-decoration(#7611) (@Mouvedia).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forborder(#7585) (@fpetrakov).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forfontandborder(#7606) (@Mouvedia).- Fixed:
function-calc-no-unspaced-operatorfalse negatives for some math functions (#7619) (@Mouvedia).- Fixed:
function-no-unknownfalse positives foranchorandanchor-size(#7607) (@Mouvedia).- Fixed:
selector-max-attributeend positions (#7592) (@romainmenke).- Fixed:
selector-max-classend positions (#7590) (@romainmenke).- Fixed:
selector-max-combinatorsend positions (#7596) (@romainmenke).- Fixed:
selector-max-compound-selectorsend positions (#7599) (@romainmenke).- Fixed:
selector-max-pseudo-classend positions (#7598) (@romainmenke).- Fixed:
selector-max-universalend positions (#7597) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).16.3.1
- Fixed:
selector-max-idend 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
stringandverboseformatters (#7539) (@m-allanson).- Added: support for
*-deprecationcommand-line flags of Node.js (#7550) (@fpetrakov).- Fixed: false positive CJS deprecation warning for dual-package plugins (#7532) (
@JounQin).- Fixed:
rule-selector-property-disallowed-listfalse positives for nesting selectors (#7558) (@romainmenke).- Fixed:
selector-pseudo-*-allowed-listfalse positives for vendor prefixes (#7525) (@carlosjeurissen).- Fixed:
report()forindex/endIndexzero values (#7565) (@romainmenke).- Fixed:
selector-max-typeend positions (#7518) (@romainmenke).
... (truncated)
Changelog
Sourced from stylelint's changelog.
16.6.1
- Fixed:
no-descending-specificityfalse positives for nested selectors (#7724) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positive formodel(#7718) (@Mouvedia).16.6.0
- Fixed:
function-calc-no-unspaced-operatorfalse negatives (#7655 & #7670 & #7676) (@ybiquitous&@romainmenke).- Fixed:
selector-not-notationautofix of the"simple"option (#7703) (@Mouvedia).- Fixed:
selector-max-specificityend positions (#7685) (@romainmenke).- Fixed:
no-descending-specificityend positions (#7701) (@romainmenke).- Fixed: missing GitHub Sponsor for
npm fund(#7707) (@ybiquitous).16.5.0
- Added: regex support to
ignoreValuesforvalue-no-vendor-prefix(#7650) (@Mouvedia).- Fixed:
shorthand-property-no-redundant-valuesfalse negatives for functions (#7657) (@ybiquitous).- Fixed:
value-no-vendor-prefixfalse negatives/positives (#7654 & #7658) (@Mouvedia).- Fixed:
CosmiconfigResulttype 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-propertiesautofix conflicts (#7626) (@Mouvedia).- Fixed:
declaration-block-no-redundant-longhand-propertiesautofix fortext-decoration(#7611) (@Mouvedia).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forborder(#7585) (@fpetrakov).- Fixed:
declaration-block-no-shorthand-property-overridesfalse negatives forfontandborder(#7606) (@Mouvedia).- Fixed:
function-calc-no-unspaced-operatorfalse negatives for some math functions (#7619) (@Mouvedia).- Fixed:
function-no-unknownfalse positives foranchor,anchor-sizeandpalette-mix(#7607 & #7640) (@Mouvedia).- Fixed:
selector-max-attributeend positions (#7592) (@romainmenke).- Fixed:
selector-max-classend positions (#7590) (@romainmenke).- Fixed:
selector-max-combinatorsend positions (#7596) (@romainmenke).- Fixed:
selector-max-compound-selectorsend positions (#7599) (@romainmenke).- Fixed:
selector-max-pseudo-classend positions (#7598) (@romainmenke).- Fixed:
selector-max-universalend positions (#7597) (@romainmenke).- Fixed:
selector-type-no-unknownfalse positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).16.3.1
- Fixed:
selector-max-idend 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
stringandverboseformatters (#7539) (@m-allanson).- Added: support for
*-deprecationcommand-line flags of Node.js (#7550) (@fpetrakov).
... (truncated)
Commits
d902c0b16.6.142d08bdPrepare 16.6.1 (#7721)b4f74e5Ignoretmp/from Prettier (#7726)62b58bcFixno-descending-specificityfalse positives for nested selectors (#7724)72ec18aRefactor to use shared constant fordisabledRangesobject (#7722)b85be3cFix typo in rules.md (#7717)9478c71Bump file-entry-cache from 8.0.0 to 9.0.0 (#7720)211908bFixselector-type-no-unknownfalse positive formodel(#7718)fa85a70Bump lint-staged from 15.2.4 to 15.2.5 (#7719)44de825Bump 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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) You can disable automated security fix PRs for this repo from the Security Alerts page.