Skip to content

chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 38.0.0 #865

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps stylelint-config-standard from 34.0.0 to 38.0.0.

Release notes

Sourced from stylelint-config-standard's releases.

38.0.0

  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: color-function-alias-notation: "without-alpha" rule.
  • Added: container-name-pattern (kebab-case with optional -- prefix) rule.
  • Added: layer-name-pattern (kebab-case) rule.

37.0.0

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

36.0.1

  • Fixed: missing funding field in package.json.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

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

Sourced from stylelint-config-standard's changelog.

38.0.0

  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Changed: updated to [email protected].
  • Added: color-function-alias-notation: "without-alpha" rule.
  • Added: container-name-pattern (kebab-case with optional -- prefix) rule.
  • Added: layer-name-pattern (kebab-case) rule.

37.0.0

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

36.0.1

  • Fixed: missing funding field in package.json.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

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

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2025
@phil-davis
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-config-standard-38.0.0 branch from 78a6f32 to fe56559 Compare April 8, 2025 02:58
@phil-davis
Copy link
Contributor

phil-davis commented Apr 8, 2025

https://github.com/owncloud-ci/nodejs has been bumped to the current v18 minor release, so maybe CI will now be happy here.

Edit: CI still not happy. I think that the nodejs docker image should have nodejs 18.17.1 and https://github.com/stylelint/stylelint-config-standard/blob/main/package.json has:

  "engines": {
    "node": ">=18.12.0"
  }

So the dependencies should work. But:

npm install
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!   peer stylelint@"10 - 15" from @ronilaukkarinen/[email protected]
npm ERR!   node_modules/@ronilaukkarinen/gulp-stylelint
npm ERR!     dev @ronilaukkarinen/gulp-stylelint@"^14.1.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer stylelint@"^16.18.0" from [email protected]
npm ERR! node_modules/stylelint-config-standard
npm ERR!   dev stylelint-config-standard@"^38.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/stylelint
npm ERR!   peer stylelint@"^16.18.0" from [email protected]
npm ERR!   node_modules/stylelint-config-standard
npm ERR!     dev stylelint-config-standard@"^38.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! /root/.npm/_logs/2025-04-08T03_10_10_908Z-eresolve-report.txt

Maybe something else is out-of-date?

@mmattel
Copy link
Collaborator

mmattel commented Apr 8, 2025

I need to take a look, thanks for investigating

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-config-standard-38.0.0 branch from fe56559 to 363c487 Compare April 17, 2025 04:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-config-standard-38.0.0 branch from 363c487 to 323f7f5 Compare May 5, 2025 07:52
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 34.0.0 to 38.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@34.0.0...38.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-config-standard-38.0.0 branch from 323f7f5 to 0f48023 Compare May 5, 2025 08:03
@mmattel
Copy link
Collaborator

mmattel commented May 5, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mmattel
Copy link
Collaborator

mmattel commented May 5, 2025

Investigated: the issue behind is that we have an old gulp version that blocks required dependency updates for this PR. This needs a deeper investigation if solvable, also see #792

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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants