Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stylelint and stylelint-config-twbs-bootstrap #206

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 4, 2022

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

Release notes

Sourced from stylelint's releases.

14.2.0

  • Added: cwd option to Node.js API (#5721).
  • Added: resolveConfig option to Node.js API (#5734).
  • Fixed: showing of incorrect missing package in customSyntax require handling (#5763).
  • Fixed: color-function-notation false positives for variables and color functions (#5793)
  • Fixed: color-named false positives for hex with alpha-channel and false negatives for modern syntax (#5718).
  • Fixed: declaration-empty-line-before support for HTML files (#5689).
  • Fixed: indentation TypeError for syntaxes that use Document node type (#5771).

14.1.0

  • Added: support for directory creation to --output-file flag (#5672).
  • Added: ConfigurationError type (#5696).
  • Added: rule-selector-property-disallowed-list rule (#5679).
  • Added: ignore: ["consecutive-duplicates-with-same-prefixless-values"] to declaration-block-no-duplicate-properties (#5609).
  • Added: ignorePseudoClasses: [] to max-nesting-depth (#5620).
  • Fixed: extending rules within overrides (#5683).
  • Fixed: color-function-notation false positives for hex colours (#5650).
  • Fixed: declaration-empty-line-before false positives for values wrapped in parentheses (#5680).
  • Fixed: indentation TypeError for baseIndentLevel: 1 option for Vue files (#5657).
  • Fixed: property-no-unknown false positives for maps (#5690).
  • Fixed: selector-type-case false positives for SVG type selectors (#5717).

14.0.1

  • Fixed: package size by excluding docs (#5643).
  • Fixed: overrides property ignoring dot directories (#5629).
  • Fixed: custom syntax require error handling (#5635).
  • Fixed: function-calc-no-unspaced-operator false positives for hyphenated functions (#5636).

14.0.0

Migrating to 14.0.0 guide.

  • Removed: Node.js 10 support (#5303).
  • Removed: syntax option (#5297).
  • Removed: configOverrides option (#5530).
  • Removed: rules deprecated in 13.7.0 (#5295).
  • Removed: function-calc-no-invalid rule (#5296).
  • Changed: ignoreFiles to be extendable (#5596).
  • Security: addressed ReDoS issue with regex in indentation (#5539).
  • Added: TypeScript type definitions (#5582).
  • Added: customSyntax option as a property in the configuration object (#5538).
  • Added: overrides property to configuration object (#5521).
  • Added: disableFix as secondary option to rules property in the configuration object (#5460).
  • Added: quiet option to Node.js API (#5542).
  • Added: color-hex-alpha rule (#5316).
  • Added: custom-property-no-missing-var-function rule (#5317).
  • Added: function-calc-no-unspaced-operator autofix (#5273).
  • Added: ignoreFunctions: [] to length-zero-no-unit (#5314).
  • Added: ignoreAtRules: [] to no-invalid-position-at-import (#5520).
  • Added: ignoreProperties: [] to number-max-precision (#5421).
  • Fixed: "No files matching the pattern" when using backslash paths on Windows (#5386).

... (truncated)

Changelog

Sourced from stylelint's changelog.

14.2.0

  • Added: cwd option to Node.js API (#5721).
  • Added: resolveConfig option to Node.js API (#5734).
  • Fixed: showing of incorrect missing package in customSyntax require handling (#5763).
  • Fixed: color-function-notation false positives for variables and color functions (#5793)
  • Fixed: color-named false positives for hex with alpha-channel and false negatives for modern syntax (#5718).
  • Fixed: declaration-empty-line-before support for HTML files (#5689).
  • Fixed: indentation TypeError for syntaxes that use Document node type (#5771).

14.1.0

  • Added: support for directory creation to --output-file flag (#5672).
  • Added: ConfigurationError type (#5696).
  • Added: rule-selector-property-disallowed-list rule (#5679).
  • Added: ignore: ["consecutive-duplicates-with-same-prefixless-values"] to declaration-block-no-duplicate-properties (#5609).
  • Added: ignorePseudoClasses: [] to max-nesting-depth (#5620).
  • Fixed: extending rules within overrides (#5683).
  • Fixed: color-function-notation false positives for hex colours (#5650).
  • Fixed: declaration-empty-line-before false positives for values wrapped in parentheses (#5680).
  • Fixed: indentation TypeError for baseIndentLevel: 1 option for Vue files (#5657).
  • Fixed: property-no-unknown false positives for maps (#5690).
  • Fixed: selector-type-case false positives for SVG type selectors (#5717).

14.0.1

  • Fixed: package size by excluding docs (#5643).
  • Fixed: overrides property ignoring dot directories (#5629).
  • Fixed: custom syntax require error handling (#5635).
  • Fixed: function-calc-no-unspaced-operator false positives for hyphenated functions (#5636).

14.0.0

Migrating to 14.0.0 guide.

  • Removed: Node.js 10 support (#5303).
  • Removed: syntax option (#5297).
  • Removed: configOverrides option (#5530).
  • Removed: rules deprecated in 13.7.0 (#5295).
  • Removed: function-calc-no-invalid rule (#5296).
  • Changed: ignoreFiles to be extendable (#5596).
  • Security: addressed ReDoS issue with regex in indentation (#5539).
  • Added: TypeScript type definitions (#5582).
  • Added: customSyntax option as a property in the configuration object (#5538).
  • Added: overrides property to configuration object (#5521).
  • Added: disableFix as secondary option to rules property in the configuration object (#5460).
  • Added: quiet option to Node.js API (#5542).
  • Added: color-hex-alpha rule (#5316).
  • Added: custom-property-no-missing-var-function rule (#5317).
  • Added: function-calc-no-unspaced-operator autofix (#5273).

... (truncated)

Commits
  • 6835420 14.2.0
  • 3ed7a58 Prepare 14.2.0
  • 0c1c718 Update CHANGELOG.md
  • 217e685 Fix false positives for variables and color functions in color-function-notat...
  • b9785cd Refactor to improve types for no-extra-semicolons rule (#5768)
  • b37be75 Refactor getFileIgnorer() to reduce duplication (#5794)
  • 2852747 Update CHANGELOG.md
  • 8b066db Fix TypeError for syntaxes that use Document node type in indentation (#5771)
  • 28978c2 Bump ignore from 5.1.9 to 5.2.0 (#5787)
  • 61ebcdd Bump colord from 2.9.1 to 2.9.2 (#5790)
  • Additional commits viewable in compare view

Updates stylelint-config-twbs-bootstrap from 2.2.4 to 3.0.1

Release notes

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

v3.0.1

  • Update dependencies

Full Changelog: twbs/stylelint-config-twbs-bootstrap@v3.0.0...v3.0.1

v3.0.0

  • switch to Stylelint 14.1.0 and stylelint-config-standard-scss
  • switch to stylelint-config-recess-order

To upgrade change "extends": "stylelint-config-twbs-bootstrap/scss" or "extends": "stylelint-config-twbs-bootstrap/css" to "extends": "stylelint-config-twbs-bootstrap".

Most rules should be backwards compatible. There's one case you might have issues: selector-class-name-pattern which is now using kebab case more strictly. In that case, either disable the rule or adapt to it.

twbs/stylelint-config-twbs-bootstrap@v2.2.4...v3.0.0

v3.0.0-beta1

No release notes provided.

v3.0.0-alpha2

No release notes provided.

v3.0.0-alpha1

No release notes provided.

Commits

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)

Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together.

Updates `stylelint` from 13.13.1 to 14.2.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@13.13.1...14.2.0)

Updates `stylelint-config-twbs-bootstrap` from 2.2.4 to 3.0.1
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](twbs/stylelint-config-twbs-bootstrap@v2.2.4...v3.0.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2022

Dependabot tried to add @XhmikosR as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/TyMick/bootstrap/pulls/206/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the TyMick/bootstrap repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2022

The following labels could not be found: v5.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1653088708

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.03%) to 95.654%

Files with Coverage Reduction New Missed Lines %
js/src/dom/event-handler.js 1 92.27%
Totals Coverage Status
Change from base Build 1569936590: -0.03%
Covered Lines: 1984
Relevant Lines: 2034

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant