Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !38268

Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge dependabot/npm_and_yarn/stylelint-and-stylelint-config-twbs-bootstrap-15.3.0 into main Mar 17, 2023
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: dependabot[bot]

Bumps stylelint and stylelint-config-twbs-bootstrap. These dependencies needed to be updated together. Updates stylelint from 14.16.1 to 15.3.0

Release notes

Sourced from stylelint's releases.

15.3.0

  • Added: configurationComment configuration property (#6629) (@​ifitzpatrick).
  • Added: selector-anb-no-unmatchable rule (#6678) (@​mattxwang).
  • Fixed: TypeScript error for CommonJS importing (#6703) (@​remcohaszing).
  • Fixed: *-no-redundant-* false negatives for inset shorthand (#6699) (@​rayrw).
  • Fixed: function-url-quotes autofix for multiple url() (#6711) (@​ybiquitous).
  • Fixed: value-keyword-case false positives for Level 4 system colours (#6712) (@​thewilkybarkid).

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).
  • Fixed: function-name-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: function-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: unit-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: value-keyword-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).

15.1.0

  • Added: declaration-block-no-redundant-longhand-properties autofix (#6580) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown false positives for env() (#6646) (@​romainmenke).
  • Fixed: function-calc-no-unspaced-operator TypeError on empty calc() (#6634) (@​romainmenke).
  • Fixed: inaccurate customSyntax inference (#6645) (@​ybiquitous).

15.0.0

Migrating to 15.0.0 guide.

  • Removed: Node.js 12 support (#6477) (@​ybiquitous). (BREAKING)
  • Removed: support for processors (#6479) (@​ybiquitous). (BREAKING)
  • Removed: syntax option (#6420) (@​fpetrakov). (BREAKING)
  • Changed: extends in overrides to merge to be consistent with plugins behaviour (#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-unknown rule (#6511) (@​jeddy3).
  • Added: media-feature-name-unit-allowed-list rule (#6550) (@​mattxwang).
  • Added: function-url-quotes autofix (#6558) (@​mattxwang).
  • Added: ignore: ["custom-elements"] to selector-max-type (#6588) (@​muddv).
  • Added: ignoreFunctions: [] to unit-disallowed-list (#6592) (@​mattxwang).
  • Added: deprecated rule warnings (#6561) (@​ybiquitous).
  • Added: message arguments to declaration-property-unit-allowed-list (#6570) (@​mattxwang).
  • Fixed: overrides.files in config to allow basename glob patterns (#6547) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @scroll-timeline (#6554) (@​mattxwang).
  • Fixed: function-no-unknown false positives for interpolation and backticks in CSS-in-JS (#6565) (@​hudochenkov).
  • Fixed: keyframe-selector-notation false positives for named timeline ranges (#6605) (@​kimulaco).
  • Fixed: property-no-unknown false negatives for newer custom syntaxes (#6553) (@​43081j).
  • Fixed: selector-attribute-quotes false positives for "never" (#6571) (@​mattxwang).
  • Fixed: selector-not-notation autofix for "simple" option (#6608) (@​Mouvedia).
Changelog

Sourced from stylelint's changelog.

15.3.0

  • Added: configurationComment configuration property (#6629) (@​ifitzpatrick).
  • Added: selector-anb-no-unmatchable rule (#6678) (@​mattxwang).
  • Fixed: TypeScript error for CommonJS importing (#6703) (@​remcohaszing).
  • Fixed: *-no-redundant-* false negatives for inset shorthand (#6699) (@​rayrw).
  • Fixed: function-url-quotes autofix for multiple url() (#6711) (@​ybiquitous).
  • Fixed: value-keyword-case false positives for Level 4 system colours (#6712) (@​thewilkybarkid).

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).
  • Fixed: function-name-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: function-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: unit-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: value-keyword-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).

15.1.0

  • Added: declaration-block-no-redundant-longhand-properties autofix (#6580) (@​mattxwang).
  • Fixed: declaration-property-value-no-unknown false positives for env() (#6646) (@​romainmenke).
  • Fixed: function-calc-no-unspaced-operator TypeError on empty calc() (#6634) (@​romainmenke).
  • Fixed: inaccurate customSyntax inference (#6645) (@​ybiquitous).

15.0.0

Migrating to 15.0.0 guide.

  • Removed: Node.js 12 support (#6477) (@​ybiquitous). (BREAKING)
  • Removed: support for processors (#6479) (@​ybiquitous). (BREAKING)
  • Removed: syntax option (#6420) (@​fpetrakov). (BREAKING)
  • Changed: extends in overrides to merge to be consistent with plugins behaviour (#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-unknown rule (#6511) (@​jeddy3).
  • Added: media-feature-name-unit-allowed-list rule (#6550) (@​mattxwang).
  • Added: function-url-quotes autofix (#6558) (@​mattxwang).
  • Added: ignore: ["custom-elements"] to selector-max-type (#6588) (@​muddv).
  • Added: ignoreFunctions: [] to unit-disallowed-list (#6592) (@​mattxwang).
  • Added: deprecated rule warnings (#6561) (@​ybiquitous).
  • Added: message arguments to declaration-property-unit-allowed-list (#6570) (@​mattxwang).
  • Fixed: overrides.files in config to allow basename glob patterns (#6547) (@​ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @scroll-timeline (#6554) (@​mattxwang).
  • Fixed: function-no-unknown false positives for interpolation and backticks in CSS-in-JS (#6565) (@​hudochenkov).

... (truncated)

Commits
  • eabe85d 15.3.0
  • 3bcfee5 Prepare release (#6679)
  • 4fadc6c Add configurationComment configuration property (#6629)
  • fcff497 Fix typo in docs/migration-guide/to-15.md (#6713)
  • 5d46c7d Fix value-keyword-case false positives for Level 4 system colours (#6712)
  • 6d143c6 Fix function-url-quotes autofix for multiple url() (#6711)
  • 7f801dd Fix TypeScript exports (#6703)
  • c9ad356 Bump lint-staged from 13.1.2 to 13.2.0 (#6708)
  • f6c13f7 Bump eslint from 8.35.0 to 8.36.0 (#6706)
  • 5cbec11 Bump node-fetch from 3.3.0 to 3.3.1 (#6707)
  • Additional commits viewable in compare view

Updates stylelint-config-twbs-bootstrap from 7.0.0 to 8.0.0

Release notes

Sourced from stylelint-config-twbs-bootstrap's releases.

v8.0.0

Breaking Changes

  • Node.js ^14.13.1 || >=16.0.0 is required
  • stylelint 15.0.0 is required

Full Changelog: https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v7.0.0...v8.0.0

Commits
  • ee377ed 8.0.0
  • 15a0a81 Update Stylelint and its dependencies (#187)
  • c567dcd Bump eslint from 8.33.0 to 8.36.0 (#186)
  • 44db43d Bump stylelint-scss from 4.3.0 to 4.4.0 (#185)
  • d76a200 Bump eslint from 8.31.0 to 8.33.0 (#182)
  • 1f22815 Bump eslint from 8.30.0 to 8.31.0 (#181)
  • e09956b Bump stylelint from 14.16.0 to 14.16.1 (#180)
  • c0cfef6 Update dependencies and fix tests with latest main
  • fa778ae Update README.md
  • 9c8d93f Update test.yml
  • Additional commits viewable in compare view

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)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/stylelint-and-stylelint-config-twbs-bootstrap-15.3.0