mozilla-rally / rally-core-addon

Mozilla Public License 2.0
9 stars 13 forks source link

Bump stylelint and stylelint-config-standard #793

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps stylelint and stylelint-config-standard. These dependencies needed to be updated together. Updates stylelint from 13.13.1 to 14.3.0

Release notes

Sourced from stylelint's releases.

14.3.0

  • Added: support for meta.url to rules and plugins (#5845).
  • Added: hyperlinks for rules to terminal output (#5835).
  • Added: hyperlinks for plugins to terminal output (#5859).
  • Added: ignore: ["rules"] / ["at-rules"] to block-opening-brace-*-after (#5830).
  • Added: ignoreSelectors: [] to property-case (#5822).
  • Added: ignoreFunctions: [] to unit-allowed-list (#5857).
  • Added: camelCaseSvgKeywords to value-keyword-case - use this option if you want legacy camel case SVG keywords like currentColor (#5849).
  • Fixed: font-family-no-missing-generic-family-keyword false positives for revert and revert-layer (#5852).
  • Fixed: no-descending-specificity false positives for the ::-moz-focus-inner pseudo-element (#5831).
  • Fixed: value-keyword-case false negatives for SVG keywords like currentcolor (#5849).

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).

... (truncated)

Changelog

Sourced from stylelint's changelog.

14.3.0

  • Added: support for meta.url to rules and plugins (#5845).
  • Added: hyperlinks for rules to terminal output (#5835).
  • Added: hyperlinks for plugins to terminal output (#5859).
  • Added: ignore: ["rules"] / ["at-rules"] to block-opening-brace-*-after (#5830).
  • Added: ignoreSelectors: [] to property-case (#5822).
  • Added: ignoreFunctions: [] to unit-allowed-list (#5857).
  • Added: camelCaseSvgKeywords to value-keyword-case - use this option if you want legacy camel case SVG keywords like currentColor (#5849).
  • Fixed: font-family-no-missing-generic-family-keyword false positives for revert and revert-layer (#5852).
  • Fixed: no-descending-specificity false positives for the ::-moz-focus-inner pseudo-element (#5831).
  • Fixed: value-keyword-case false negatives for SVG keywords like currentcolor (#5849).

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).

... (truncated)

Commits


Updates stylelint-config-standard from 22.0.0 to 24.0.0

Release notes

Sourced from stylelint-config-standard's releases.

24.0.0

  • Changed: alpha-value-notation to be "number" for opacity property.

23.0.0

This release adds over a dozen new rules.

If needed, you can extend the config to turn off or lower the severity of any of the new rules.

We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@6.0.0.
  • Added: alpha-value-notation rule.
  • Added: at-rule-no-vendor-prefix rule.
  • Added: color-function-notation rule.
  • Added: custom-media-pattern rule.
  • Added: custom-property-pattern rule.
  • Added: declaration-block-no-redundant-longhand-properties rule.
  • Added: font-family-name-quotes rule.
  • Added: function-url-quotes rule.
  • Added: hue-degree-notation rule.
  • Added: keyframes-name-pattern rule.
  • Added: max-line-length rule.
  • Added: media-feature-name-no-vendor-prefix rule.
  • Added: no-empty-first-line rule.
  • Added: no-irregular-whitespace rule.
  • Added: number-max-precision rule.
  • Added: property-no-vendor-prefix rule.
  • Added: selector-attribute-quotes rule.
  • Added: selector-class-pattern rule.
  • Added: selector-id-pattern rule.
  • Added: selector-no-vendor-prefix rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: string-quotes rule.
  • Added: value-no-vendor-prefix rule.
Changelog

Sourced from stylelint-config-standard's changelog.

24.0.0

  • Changed: alpha-value-notation to be "number" for opacity property.

23.0.0

This release adds over a dozen new rules.

If needed, you can extend the config to turn off or lower the severity of any of the new rules.

We recommend using Autoprefixer to automatically prefix your at-rules, properties, selectors and values.

  • Removed: stylelint less than 14.0.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@6.0.0.
  • Added: alpha-value-notation rule.
  • Added: at-rule-no-vendor-prefix rule.
  • Added: color-function-notation rule.
  • Added: custom-media-pattern rule.
  • Added: custom-property-pattern rule.
  • Added: declaration-block-no-redundant-longhand-properties rule.
  • Added: font-family-name-quotes rule.
  • Added: function-url-quotes rule.
  • Added: hue-degree-notation rule.
  • Added: keyframes-name-pattern rule.
  • Added: max-line-length rule.
  • Added: media-feature-name-no-vendor-prefix rule.
  • Added: no-empty-first-line rule.
  • Added: no-irregular-whitespace rule.
  • Added: number-max-precision rule.
  • Added: property-no-vendor-prefix rule.
  • Added: selector-attribute-quotes rule.
  • Added: selector-class-pattern rule.
  • Added: selector-id-pattern rule.
  • Added: selector-no-vendor-prefix rule.
  • Added: shorthand-property-no-redundant-values rule.
  • Added: string-quotes rule.
  • Added: value-no-vendor-prefix rule.
Commits


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 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)
firefoxci-taskcluster[bot] commented 2 years ago
No Taskcluster jobs started for this pull request ```js The `allowPullRequests` configuration for this repository (in `.taskcluster.yml` on the default branch) does not allow starting tasks for this pull request. ```
dependabot[bot] commented 2 years ago

Superseded by #813.