simple-css-reset
simple-css-reset copied to clipboard
Bump braces and stylelint
Bumps braces to 3.0.2 and updates ancestor dependency stylelint. These dependencies need to be updated together.
Updates braces from 1.8.5 to 3.0.2
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
[2.3.2] - 2018-04-08
- start refactoring
- cover sets
... (truncated)
Commits
Updates stylelint from 8.2.0 to 15.2.0
Release notes
Sourced from stylelint's releases.
15.2.0
- Added:
messageArgsto 76 rules (#6589) (@​kizu).- Fixed: TypeScript error to export
PluginandRuleContext(#6664) (@​henryruhs).- Fixed:
overrides.extendsorder when including same rules (#6660) (@​kuoruan).- Fixed:
annotation-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
declaration-property-value-no-unknownfalse positives for at-rule descriptors (#6669) (@​FloEdelmann).- Fixed:
declaration-property-value-no-unknownparse error foralpha(opacity=n)to report as violation (#6650) (@​romainmenke).- Fixed:
function-name-casefalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
function-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
unit-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
value-keyword-casefalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).15.1.0
- Added:
declaration-block-no-redundant-longhand-propertiesautofix (#6580) (@​mattxwang).- Fixed:
declaration-property-value-no-unknownfalse positives forenv()(#6646) (@​romainmenke).- Fixed:
function-calc-no-unspaced-operatorTypeError on emptycalc()(#6634) (@​romainmenke).- Fixed: inaccurate
customSyntaxinference (#6645) (@​ybiquitous).15.0.0
- Removed: Node.js 12 support (#6477) (
@​ybiquitous). (BREAKING)- Removed: support for processors (#6479) (
@​ybiquitous). (BREAKING)- Removed:
syntaxoption (#6420) (@​fpetrakov). (BREAKING)- Changed:
extendsinoverridesto merge to be consistent withpluginsbehaviour (#6380) (@​jasikpark). (BREAKING)- Changed: type definitions to reorganize (#6510) (
@​ybiquitous). (BREAKING)- Changed: type names to be more consistent (#6503) (
@​ybiquitous). (BREAKING)- Deprecated: stylistic rules handled by Prettier (#6504) (
@​ybiquitous).- Added:
declaration-property-value-no-unknownrule (#6511) (@​jeddy3).- Added:
media-feature-name-unit-allowed-listrule (#6550) (@​mattxwang).- Added:
function-url-quotesautofix (#6558) (@​mattxwang).- Added:
ignore: ["custom-elements"]toselector-max-type(#6588) (@​muddv).- Added:
ignoreFunctions: []tounit-disallowed-list(#6592) (@​mattxwang).- Added: deprecated rule warnings (#6561) (
@​ybiquitous).- Added: message arguments to
declaration-property-unit-allowed-list(#6570) (@​mattxwang).- Fixed:
overrides.filesin config to allow basename glob patterns (#6547) (@​ybiquitous).- Fixed:
at-rule-no-unknownfalse positives for@scroll-timeline(#6554) (@​mattxwang).- Fixed:
function-no-unknownfalse positives for interpolation and backticks in CSS-in-JS (#6565) (@​hudochenkov).- Fixed:
keyframe-selector-notationfalse positives for named timeline ranges (#6605) (@​kimulaco).- Fixed:
property-no-unknownfalse negatives for newer custom syntaxes (#6553) (@​43081j).- Fixed:
selector-attribute-quotesfalse positives for "never" (#6571) (@​mattxwang).- Fixed:
selector-not-notationautofix for "simple" option (#6608) (@​Mouvedia).14.16.1
- Fixed:
customSyntaxresolution withconfigBasedir(#6536) (@​ybiquitous).- Fixed:
declaration-block-no-duplicate-propertiesautofix for!important(#6528) (@​sidx1024).- Fixed:
function-no-unknownfalse positives forscroll,-webkit-gradient,color-stop,from, andto(#6539) (@​Mouvedia).- Fixed:
value-keyword-casefalse positives for mixed caseignoreFunctionsoption (#6517) (@​kimulaco).- Fixed: unexpected
outputin Node.js API lint result when any rule containsdisableFix: true(#6543) (@​adrianjost).
... (truncated)
Changelog
Sourced from stylelint's changelog.
15.2.0
- Added:
messageArgsto 76 rules (#6589) (@​kizu).- Fixed: TypeScript error to export
PluginandRuleContext(#6664) (@​henryruhs).- Fixed:
overrides.extendsorder when including same rules (#6660) (@​kuoruan).- Fixed:
annotation-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
declaration-property-value-no-unknownfalse positives for at-rule descriptors (#6669) (@​FloEdelmann).- Fixed:
declaration-property-value-no-unknownparse error foralpha(opacity=n)to report as violation (#6650) (@​romainmenke).- Fixed:
function-name-casefalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
function-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
unit-no-unknownfalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).- Fixed:
value-keyword-casefalse positives for CSS-in-JS template literals (#6666) (@​hudochenkov).15.1.0
- Added:
declaration-block-no-redundant-longhand-propertiesautofix (#6580) (@​mattxwang).- Fixed:
declaration-property-value-no-unknownfalse positives forenv()(#6646) (@​romainmenke).- Fixed:
function-calc-no-unspaced-operatorTypeError on emptycalc()(#6634) (@​romainmenke).- Fixed: inaccurate
customSyntaxinference (#6645) (@​ybiquitous).15.0.0
- Removed: Node.js 12 support (#6477) (
@​ybiquitous). (BREAKING)- Removed: support for processors (#6479) (
@​ybiquitous). (BREAKING)- Removed:
syntaxoption (#6420) (@​fpetrakov). (BREAKING)- Changed:
extendsinoverridesto merge to be consistent withpluginsbehaviour (#6380) (@​jasikpark). (BREAKING)- Changed: type definitions to reorganize (#6510) (
@​ybiquitous). (BREAKING)- Changed: type names to be more consistent (#6503) (
@​ybiquitous). (BREAKING)- Deprecated: stylistic rules handled by Prettier (#6504) (
@​ybiquitous).- Added:
declaration-property-value-no-unknownrule (#6511) (@​jeddy3).- Added:
media-feature-name-unit-allowed-listrule (#6550) (@​mattxwang).- Added:
function-url-quotesautofix (#6558) (@​mattxwang).- Added:
ignore: ["custom-elements"]toselector-max-type(#6588) (@​muddv).- Added:
ignoreFunctions: []tounit-disallowed-list(#6592) (@​mattxwang).- Added: deprecated rule warnings (#6561) (
@​ybiquitous).- Added: message arguments to
declaration-property-unit-allowed-list(#6570) (@​mattxwang).- Fixed:
overrides.filesin config to allow basename glob patterns (#6547) (@​ybiquitous).- Fixed:
at-rule-no-unknownfalse positives for@scroll-timeline(#6554) (@​mattxwang).- Fixed:
function-no-unknownfalse positives for interpolation and backticks in CSS-in-JS (#6565) (@​hudochenkov).- Fixed:
keyframe-selector-notationfalse positives for named timeline ranges (#6605) (@​kimulaco).- Fixed:
property-no-unknownfalse negatives for newer custom syntaxes (#6553) (@​43081j).- Fixed:
selector-attribute-quotesfalse positives for "never" (#6571) (@​mattxwang).- Fixed:
selector-not-notationautofix for "simple" option (#6608) (@​Mouvedia).14.16.1
- Fixed:
customSyntaxresolution withconfigBasedir(#6536) (@​ybiquitous).- Fixed:
declaration-block-no-duplicate-propertiesautofix for!important(#6528) (@​sidx1024).
... (truncated)
Commits
44ebefc15.2.0337a3c4Prepare 15.2.0f960df4Prepare release (#6651)02f1f98Fixdeclaration-property-value-no-unknownfalse positives for descriptors (...47ee304Fix*-case|*-unknownfalse positives for CSS-in-JS template literals (#6666)8475b10Document migrating deprecate rules to a plugin (#6670)63d29bfFix TypeScript error to exportPluginandRuleContext(#6664)60be919Add missing semicolon in version 15 migration guide (#6665)063d25dFixoverrides.extendsorder when including same rules (#6660)38591f2Bump eslint-config-stylelint from 17.1.0 to 18.0.0 (#6656)- 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.