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 dependency stylelint to v15 - autoclosed #1069

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

stylelint/stylelint (stylelint)

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 (#​6261).
  • Fixed: selector-pseudo-class-allowed-list end positions and message (#​6262).
  • Fixed: selector-pseudo-class-disallowed-list end positions and message (#​6263).
  • Fixed: selector-pseudo-element-allowed-list end positions and message (#​6270).
  • Fixed: selector-pseudo-element-disallowed-list end positions and message (#​6270).
  • Fixed: shorthand-property-no-redundant-values message (#​6272).
  • Fixed: time-min-milliseconds end positions (#​6273).

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/stylelint-15.x branch 2 times, most recently from 9b97a58 to 94bfe42 Compare February 11, 2023 13:42
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 94bfe42 to 98bd29d Compare February 20, 2023 00:38
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 98bd29d to 2082c09 Compare March 18, 2023 06:05
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/react
npm WARN   react@"18.2.0" from the root project
npm WARN   23 more (@gatsbyjs/reach-router, @react-spring/animated, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN node_modules/react-server-dom-webpack
npm WARN   react-server-dom-webpack@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN   node_modules/gatsby
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/react
npm WARN   peer react@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN   node_modules/react-server-dom-webpack
npm WARN     react-server-dom-webpack@"0.0.0-experimental-c8b778b7f-20220825" from [email protected]
npm WARN     node_modules/gatsby
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: [email protected]
npm WARN Found: [email protected]
npm WARN node_modules/stylelint
npm WARN   dev stylelint@"15.11.0" from the root project
npm WARN   1 more (stylelint-config-prettier)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer stylelint@"^14.4.0" from [email protected]
npm WARN node_modules/stylelint-config-recommended
npm WARN   stylelint-config-recommended@"^7.0.0" from [email protected]
npm WARN   node_modules/stylelint-config-standard
npm WARN 
npm WARN Conflicting peer dependency: [email protected]
npm WARN node_modules/stylelint
npm WARN   peer stylelint@"^14.4.0" from [email protected]
npm WARN   node_modules/stylelint-config-recommended
npm WARN     stylelint-config-recommended@"^7.0.0" from [email protected]
npm WARN     node_modules/stylelint-config-standard
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/stylelint
npm ERR!   dev stylelint@"15.11.0" from the root project
npm ERR!   peer stylelint@">=11.0.0" from [email protected]
npm ERR!   node_modules/stylelint-config-prettier
npm ERR!     dev stylelint-config-prettier@"9.0.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^14.4.0" from [email protected]
npm ERR! node_modules/stylelint-config-standard
npm ERR!   dev stylelint-config-standard@"25.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/stylelint
npm ERR!   peer stylelint@"^14.4.0" from [email protected]
npm ERR!   node_modules/stylelint-config-standard
npm ERR!     dev stylelint-config-standard@"25.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/283fa5/c92cea/cache/others/npm/_logs/2023-10-17T10_33_42_169Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/283fa5/c92cea/cache/others/npm/_logs/2023-10-17T10_33_42_169Z-debug-0.log

@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 3 times, most recently from 147a305 to 37e0df3 Compare March 25, 2023 14:54
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 2 times, most recently from 21f556c to fa6d4a5 Compare April 1, 2023 22:09
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 2 times, most recently from d40ecd7 to 49a3c32 Compare April 23, 2023 03:10
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 2 times, most recently from 29378e5 to 8595e2a Compare May 2, 2023 23:05
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 8595e2a to b4f7986 Compare May 17, 2023 00:56
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 3 times, most recently from f7c0b33 to db93879 Compare June 6, 2023 02:04
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 2 times, most recently from 3b58a86 to 00f75dd Compare June 17, 2023 13:50
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 00f75dd to 8061086 Compare June 23, 2023 07:44
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch 3 times, most recently from b0190c9 to 377c2e8 Compare July 6, 2023 04:55
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v15 chore(deps): update dependency stylelint to v15 - autoclosed Jul 8, 2023
@renovate renovate bot closed this Jul 8, 2023
@renovate renovate bot deleted the renovate/stylelint-15.x branch July 8, 2023 00:57
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v15 - autoclosed chore(deps): update dependency stylelint to v15 Jul 13, 2023
@renovate renovate bot reopened this Jul 13, 2023
@renovate renovate bot restored the renovate/stylelint-15.x branch July 13, 2023 17:43
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 377c2e8 to 68a6060 Compare July 19, 2023 11:57
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 68a6060 to 3dcf858 Compare August 18, 2023 13:34
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 3dcf858 to 3fcd32c Compare September 7, 2023 08:08
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 3fcd32c to 392637c Compare September 27, 2023 14:04
@renovate renovate bot force-pushed the renovate/stylelint-15.x branch from 392637c to 6be8125 Compare October 17, 2023 10:33
@renovate renovate bot changed the title chore(deps): update dependency stylelint to v15 chore(deps): update dependency stylelint to v15 - autoclosed Dec 8, 2023
@renovate renovate bot closed this Dec 8, 2023
@renovate renovate bot deleted the renovate/stylelint-15.x branch December 8, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants