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 4 updates #19425

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps the stylelint group with 4 updates: stylelint, stylelint-config-standard, stylelint-config-standard-scss and stylelint-formatter-pretty.

Updates stylelint from 14.16.1 to 15.10.3

Release notes

Sourced from stylelint's releases.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • 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).

15.10.1

15.10.0

15.9.0

  • 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).

15.8.0

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.10.3

  • Fixed: declaration-property-value-no-unknown false negatives for typed custom properties (#7078) (@​romainmenke).
  • Fixed: property-no-unknown false positives for scroll-driven animations (#7090) (@​renato-bohler).

15.10.2

  • 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).

15.10.1

15.10.0

15.9.0

  • 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).

15.8.0

... (truncated)

Commits

Updates stylelint-config-standard from 25.0.0 to 34.0.0

Release notes

Sourced from stylelint-config-standard's releases.

34.0.0

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@12.0.0.
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

32.0.0

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

31.0.0

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in stylelint@15.0.0. 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.

29.0.0

  • 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.

28.0.0

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

27.0.0

26.0.0

  • Removed: stylelint less than 14.9.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@8.0.0
  • Added: import-notation rule.
  • Added: selector-not-notation rule.
Changelog

Sourced from stylelint-config-standard's changelog.

34.0.0

33.0.0

  • Removed: stylelint less than 15.5.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@12.0.0.
  • Changed: restored declaration-block-single-line-max-declarations removed on 30.0.0.

32.0.0

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

31.0.0

30.0.1

30.0.0

  • Removed: stylelint less than 15.0.0 from peer dependencies.
  • Removed: 64 rules deprecated in stylelint@15.0.0. 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.

29.0.0

  • 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.

28.0.0

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

27.0.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mattxwang, a new releaser for stylelint-config-standard since your current version.


Updates stylelint-config-standard-scss from 4.0.0 to 11.0.0

Release notes

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

11.0.0

10.0.0

9.0.0

8.0.0

7.0.1

  • Fixed: remove deprecated rule block-closing-brace-newline-after (#68).

7.0.0

6.1.0

  • Added: postcss as an optional peer dependency.

6.0.0

5.0.0

stylelint-scss/stylelint-config-standard-scss@v4.0.0...v5.0.0

Changelog

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

11.0.0

10.0.0

9.0.0

8.0.0

7.0.1

  • Fixed: remove deprecated rule block-closing-brace-newline-after (#68).

7.0.0

6.1.0

  • Added: postcss as an optional peer dependency.

6.0.0

5.0.0

Commits

Updates stylelint-formatter-pretty from 3.1.1 to 3.2.1

Release notes

Sourced from stylelint-formatter-pretty's releases.

v3.2.1

Announcement

This will be the last version to support Node 14.

Updates

  • Update actions:
    • Update to actions/setup-node@3.7.0
  • Update dependencies:
    • Update to ava@5.3.1
    • Update to c8@8.0.1
    • Update to lint-staged@13.2.3
    • Update to xo@0.54.2
  • Fix vulnerabilities:
    • Update to semver@5.7.2
    • Update to word-wrap@1.2.4
    • Update to yaml@2.2.2

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

v3.2.0

New features

  • Add hyperlinks for rules. (#121)

Fixes

  • Dim the rule to be on par with eslint-formatter-pretty.

Updates

  • Update actions:
    • Update to actions/stale@8
    • Update to actions/setup-node@3.6.0
  • Update dependencies:
    • Update to ava@5.2.0
    • Update to c8@7.13.0
    • Update to husky@8.0.3
    • Update to lint-staged@13.2.0
    • Update to xo@0.53.1
  • Fix vulnerabilities:
    • Update to json5@1.0.2
    • Update to webpack@5.76.1

Full Changelog: mrcgrtz/stylelint-formatter-pretty@v3.1.1...v3.2.0

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 4 updates Bump the stylelint group with 4 updates Oct 4, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-ae8b6b02e5 branch from 0e2ce1c to ae7f17b Compare October 4, 2023 05:41
@martinpitt martinpitt added no-test For doc/workflow changes, or experiments which don't need a full CI run, node_modules labels Oct 4, 2023
@martinpitt martinpitt temporarily deployed to npm-update October 4, 2023 09:05 — with GitHub Actions Inactive
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/stylelint-ae8b6b02e5 branch from ae7f17b to 43e2c13 Compare October 4, 2023 09:07
@martinpitt
Copy link
Member

Ah, the force-push still has a collision. We need to force a rebase. TIL!

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stylelint-ae8b6b02e5 branch from 43e2c13 to a7b5102 Compare October 4, 2023 09:13
@martinpitt martinpitt temporarily deployed to npm-update October 4, 2023 09:25 — with GitHub Actions Inactive
Bumps the stylelint group with 4 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty).

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

Updates `stylelint-config-standard` from 25.0.0 to 34.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@25.0.0...34.0.0)

Updates `stylelint-config-standard-scss` from 4.0.0 to 11.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@v4.0.0...v11.0.0)

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

---
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-minor
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/stylelint-ae8b6b02e5 branch from a7b5102 to d4ab57f Compare October 4, 2023 09:27
@martinpitt martinpitt merged commit 6402df7 into main Oct 4, 2023
36 checks passed
@martinpitt martinpitt deleted the dependabot/npm_and_yarn/stylelint-ae8b6b02e5 branch October 4, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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