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

chore(deps): update stylelint to v16 #113

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint (source) 13.13.1 -> 16.6.1 age adoption passing confidence

Release Notes

stylelint/stylelint (stylelint)

v16.6.1

Compare Source

v16.6.0

Compare Source

v16.5.0

Compare Source

v16.4.0

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

v16.2.1

Compare Source

  • Fixed: report flags not reporting on subsequent runs when cache is used (#​7483) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#​7478) (@​ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#​7490) (@​Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#​7475) (@​ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#​7505) (@​ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#​7476) (@​ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#​7474) (@​ybiquitous).

v16.2.0

Compare Source

v16.1.0

Compare Source

v16.0.2

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source

Migrating to 16.0.0 guide.

v15.11.0

Compare Source

  • Added: ignoreRules to max-nesting-depth (#​7215) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template with repeat() (#​7230) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negative for font-synthesis (#​7214) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for *-block and *-inline logical properties (#​7208) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties false negatives for overflow, overscroll-behavior, scroll-margin, scroll-padding, and new Box Alignment shorthands (#​7213) (@​mattxwang).
  • Fixed: function-no-unknown false positives for light-dark, linear and xywh (#​7242) (@​mattxwang).

v15.10.3

Compare Source

v15.10.2

Compare Source

  • Fixed: declaration-property-value-no-unknown false negatives for nested declarations (#​7079) (@​romainmenke).
  • Fixed: selector-pseudo-element-no-unknown false positives for view-transition pseudo-elements (#​7070) (@​danielroe).

v15.10.1

Compare Source

v15.10.0

Compare Source

v15.9.0

Compare Source

  • Added: insideFunctions: {"function": int} to number-max-precision (#​6932) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-radius shorthand (#​6958) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for border-width shorthand (#​6956) (@​mattxwang).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-column and grid-row (#​6957) (@​mattxwang).

v15.8.0

Compare Source

v15.7.0

Compare Source

v15.6.3

Compare Source

v15.6.2

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

  • Added: allowEmptyInput, cache, fix options to configuration object (#​6778) (@​mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#​6802) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#​6801) (@​mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#​6797) (@​romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#​6792) (@​yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#​6777) (@​mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#​6800) (@​ybiquitous).

v15.5.0

Compare Source

v15.4.0

Compare Source

v15.3.0

Compare Source

v15.2.0

Compare Source

v15.1.0

Compare Source

v15.0.0

Compare Source

Migrating to 15.0.0 guide.

v14.16.1

Compare Source

  • Fixed: customSyntax resolution with configBasedir (#​6536) (@​ybiquitous).
  • Fixed: declaration-block-no-duplicate-properties autofix for !important (#​6528) (@​sidx1024).
  • Fixed: function-no-unknown false positives for scroll, -webkit-gradient, color-stop, from, and to (#​6539) (@​Mouvedia).
  • Fixed: value-keyword-case false positives for mixed case ignoreFunctions option (#​6517) (@​kimulaco).
  • Fixed: unexpected output in Node.js API lint result when any rule contains disableFix: true (#​6543) (@​adrianjost).

v14.16.0

Compare Source

v14.15.0

Compare Source

v14.14.1

Compare Source

  • Fixed: declaration-block-no-redundant-longhand-properties false positives for inherit keyword (#​6419) (@​kimulaco).
  • Fixed: shorthand-property-no-redundant-values message to be consistent (#​6417) (@​fpetrakov).
  • Fixed: unit-no-unknown false positives for *vi & *vb viewport units (#​6428) (@​sidverma32).

v14.14.0

Compare Source

v14.13.0

Compare Source

v14.12.1

Compare Source

v14.12.0

Compare Source

v14.11.0

Compare Source

  • Added: ignoreAfterCombinators: [] to selector-max-universal (#​6275).
  • Fixed: createPlugin type definition (#​6264).
  • Fixed: alpha-value-notation false negatives for SVG properties (#​6284).
  • Fixed: keyframes-name-pattern false positives for interpolation (#​6265).
  • Fixed: selector-nested-pattern end positions (#​6259).
  • Fixed: selector-no-qualifying-type message, positions, and false positives (#​6260).
  • Fixed: selector-no-vendor-prefix end positions (

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the enhancement New feature or request label Oct 23, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Oct 23, 2021

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from 315642c to 9be34e5 Compare November 20, 2021 03:59
@renovate renovate bot force-pushed the renovate/major-stylelint branch 3 times, most recently from a142e13 to a516778 Compare December 11, 2021 11:26
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from f8fb1a4 to 8799dee Compare December 21, 2021 15:32
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from 7a3d358 to 7b36b02 Compare January 1, 2022 02:40
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from f6605ba to ba87b41 Compare January 9, 2022 11:52
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from 479f7f7 to 3679ca2 Compare January 23, 2022 19:13
@renovate renovate bot force-pushed the renovate/major-stylelint branch 11 times, most recently from 4c96485 to 3f94353 Compare February 10, 2022 13:46
@renovate renovate bot force-pushed the renovate/major-stylelint branch 3 times, most recently from c17c34e to 20ae89b Compare October 21, 2023 06:27
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from 4ca1599 to 8cb0880 Compare November 12, 2023 07:19
@renovate renovate bot changed the title chore(deps): update stylelint to v15 chore(deps): update stylelint to v16 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from a51d35f to f3a6a3c Compare December 11, 2023 16:15
@renovate renovate bot force-pushed the renovate/major-stylelint branch from 3c93863 to 1f5c433 Compare January 6, 2024 05:00
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from a82b45f to 5db6029 Compare February 2, 2024 20:59
@renovate renovate bot force-pushed the renovate/major-stylelint branch from 80c125d to 610e898 Compare March 2, 2024 04:39
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from b6b0b4b to 580cbac Compare March 23, 2024 03:07
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from 72af9a5 to 2a04785 Compare March 26, 2024 14:50
@renovate renovate bot force-pushed the renovate/major-stylelint branch from 2a04785 to f3ee078 Compare April 14, 2024 13:24
@renovate renovate bot force-pushed the renovate/major-stylelint branch 2 times, most recently from 5c7ff3a to 1699b04 Compare April 27, 2024 03:57
@renovate renovate bot force-pushed the renovate/major-stylelint branch from 1699b04 to 8ff5a76 Compare May 2, 2024 08:14
@renovate renovate bot force-pushed the renovate/major-stylelint branch from 8ff5a76 to 3cc536a Compare May 24, 2024 12:06
| datasource | package   | from    | to     |
| ---------- | --------- | ------- | ------ |
| npm        | stylelint | 13.13.1 | 16.6.1 |
@renovate renovate bot force-pushed the renovate/major-stylelint branch from 3cc536a to 7865cb5 Compare May 28, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants