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

Bump the stylelint group with 5 updates #19760

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the stylelint group with 5 updates:

Package From To
stylelint 15.11.0 16.0.2
stylelint-config-standard 34.0.0 35.0.0
stylelint-config-standard-scss 11.1.0 12.0.0
stylelint-formatter-pretty 3.2.1 4.0.0
stylelint-use-logical-spec 5.0.0 5.0.1

Updates stylelint from 15.11.0 to 16.0.2

Release notes

Sourced from stylelint's releases.

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

16.0.0-3

This is a pre-release version of 16.0.0. For details, see the following documents:

You can try the pre-release version via:

npm i stylelint@next

16.0.0-2

This is a pre-release version of 16.0.0. For details, see the following documents:

You can try the pre-release version via:

</tr></table> 

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.0.2

16.0.1

16.0.0

Migrating to 16.0.0 guide.

Commits

Updates stylelint-config-standard from 34.0.0 to 35.0.0

Release notes

Sourced from stylelint-config-standard's releases.

35.0.0

Changelog

Sourced from stylelint-config-standard's changelog.

35.0.0

Commits

Updates stylelint-config-standard-scss from 11.1.0 to 12.0.0

Release notes

Sourced from stylelint-config-standard-scss's releases.

12.0.0

Changelog

Sourced from stylelint-config-standard-scss's changelog.

12.0.0

Commits

Updates stylelint-formatter-pretty from 3.2.1 to 4.0.0

Release notes

Sourced from stylelint-formatter-pretty's releases.

v4.0.0

Breaking Changes

  • Require Stylelint 16.0.0 or newer.
  • Require Node.js 18.12.0 or newer.
  • This package is now pure ESM. It cannot be require()'d from CommonJS. This means you have the following choices:
    1. Use ESM yourself. (preferred)
      Use import formatter from 'stylelint-formatter-pretty' instead of const formatter = require('stylelint-formatter-pretty') to import the package.
    2. If you cannot move to ESM yet, do not upgrade to this version.

Updates

  • Update actions:
    • Update to actions/checkout@4.0.0
    • Update to actions/setup-node@4.0.0
    • Update to actions/stale@9.0.0
  • Update dependencies:
    • Update to ansi-escapes@6.2.0
    • Update to ava@6.0.1
    • Update to lint-staged@15.2.0
    • Update to log-symbols@6.0.0
    • Update to plur@5.1.0
    • Update to string-width@7.0.0
    • Update to xo@0.56.0

Full Changelog: mrcgrtz/stylelint-formatter-pretty@v3.2.1...v4.0.0

Commits

Updates stylelint-use-logical-spec from 5.0.0 to 5.0.1

Changelog

Sourced from stylelint-use-logical-spec's changelog.

5.0.1

fixes

  • add support for stylelint 16
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@github-actions github-actions bot changed the title [no-test]: Bump the stylelint group with 5 updates Bump the stylelint group with 5 updates Dec 18, 2023
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/stylelint-653894bcf7 branch from 0a9a73e to 51a6dff Compare December 18, 2023 21:22
Bumps the stylelint group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [stylelint](https://github.com/stylelint/stylelint) | `15.11.0` | `16.0.2` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `34.0.0` | `35.0.0` |
| [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) | `11.1.0` | `12.0.0` |
| [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty) | `3.2.1` | `4.0.0` |
| [stylelint-use-logical-spec](https://github.com/Jordan-Hall/stylelint-use-logical-spec) | `5.0.0` | `5.0.1` |

Updates `stylelint` from 15.11.0 to 16.0.2
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.11.0...16.0.2)

Updates `stylelint-config-standard` from 34.0.0 to 35.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...35.0.0)

Updates `stylelint-config-standard-scss` from 11.1.0 to 12.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v11.1.0...v12.0.0)

Updates `stylelint-formatter-pretty` from 3.2.1 to 4.0.0
- [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases)
- [Commits](mrcgrtz/stylelint-formatter-pretty@v3.2.1...v4.0.0)

Updates `stylelint-use-logical-spec` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/Jordan-Hall/stylelint-use-logical-spec/releases)
- [Changelog](https://github.com/Jordan-Hall/stylelint-use-logical-spec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Jordan-Hall/stylelint-use-logical-spec/commits)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-formatter-pretty
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-use-logical-spec
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/stylelint-653894bcf7 branch from 51a6dff to 65539b7 Compare December 18, 2023 21:22
@martinpitt
Copy link
Member

Huh, all of a sudden it doesn't crash on most builds? But /devel still crashed, I still don't trust this. dependabot keeps closing/recreating this, so we keep losing the discussion, but still blocked on evanw/esbuild#3542

@martinpitt martinpitt marked this pull request as draft December 19, 2023 03:26
@martinpitt martinpitt added the blocked Don't land until something else happens first (see task list) label Dec 19, 2023
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Dec 31, 2023
@martinpitt
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2023

Superseded by #19792.

@dependabot dependabot bot closed this Dec 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-653894bcf7 branch December 31, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Don't land until something else happens first (see task list) no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant