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

Update dependency stylelint-config-standard to v35 #3490

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
stylelint-config-standard ^18.2.0 -> ^35.0.0 age adoption passing confidence

Release Notes

stylelint/stylelint-config-standard (stylelint-config-standard)

v35.0.0

Compare Source

  • Removed: stylelint less than 16.0.0 from peer dependencies.
  • Removed: Node.js less than 18.12.0 support.
  • Changed: updated to [email protected].

v34.0.0

Compare Source

  • Removed: stylelint less than 15.10.0 from peer dependencies
  • Changed: updated to [email protected].

v33.0.0

Compare Source

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

v32.0.0

Compare Source

  • Removed: stylelint less than 15.4.0 from peer dependencies.
  • Added: media-feature-range-notation: "context" rule.

v31.0.0

Compare Source

  • Removed: stylelint less than 15.3.0 from peer dependencies.
  • Changed: updated to [email protected].

v30.0.1

Compare Source

v30.0.0

Compare Source

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in [email protected]. For details, see the migration guide.
  • Fixed: length-zero-no-unit to ignore custom properties.
  • Fixed: value-no-vendor-prefix to ignore -webkit-inline-box.

v29.0.0

Compare Source

  • Removed: stylelint less than 14.14.0 from peer dependencies.
  • Changed: import-notation to be "url".
  • Added: custom parameter messages to *-pattern rules.
  • Fixed: value-no-vendor-prefix to ignore -webkit-box.

v28.0.0

Compare Source

  • Removed: stylelint less than 14.11.0 from peer dependencies.
  • Changed: alpha-value-notation to be "number" for SVG *-opacity properties.

v27.0.0

Compare Source

  • Removed: stylelint less than 14.10.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: keyframe-selector-notation rule.

v26.0.0

Compare Source

  • Removed: stylelint less than 14.9.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: import-notation rule.
  • Added: selector-not-notation rule.

v25.0.0

Compare Source

  • Removed: stylelint less than 14.4.0 from peer dependencies.
  • Changed: updated to [email protected].

v24.0.0

Compare Source

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

v23.0.0

Compare Source

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 [email protected].
  • 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.

v22.0.0

Compare Source

  • Removed: stylelint less than 13.13.0 from peer dependencies.
  • Changed: updated to [email protected].

v21.0.0

Compare Source

  • Removed: stylelint less than 13.12.0 from peer dependencies.
  • Changed: updated to [email protected].

v20.0.0

Compare Source

  • Added: value-keyword-case rule.

v19.0.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

Copy link

⚠️ 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: xwiki-platform-core/xwiki-platform-bootstrap/src/main/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/stylelint
npm error   dev stylelint@"~9.6.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer stylelint@"^16.0.0" from [email protected]
npm error node_modules/stylelint-config-standard
npm error   dev stylelint-config-standard@"^35.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-11T10_11_40_349Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-11T10_11_40_349Z-debug-0.log

@surli surli closed this Sep 11, 2024
Copy link

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 35.x releases. But if you manually upgrade to 35.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-bot renovate-bot deleted the renovate/stylelint-config-standard-35.x branch September 11, 2024 12:42
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.

2 participants