Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Bump yaml, @nuxtjs/stylelint-module, lint-staged, stylelint and stylelint-config-standard #309

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps yaml to 2.2.2 and updates ancestor dependencies yaml, @nuxtjs/stylelint-module, lint-staged, stylelint and stylelint-config-standard. These dependencies need to be updated together.

Updates yaml from 1.10.2 to 2.2.2

Release notes

Sourced from yaml's releases.

v2.2.2

This patch release includes a fix for an error that could be thrown in parseDocument for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:

  • Use correct argument order when stringifying flow collection comments (#443)
  • First-line folding for block scalars (#422)
  • Corner case failure in error pretty-printer (CVE-2023-2251)

v2.2.1

  • Quote top-level map keys containing document markers (#431)

v2.2.0

New Features

  • Add flowCollectionPadding toString option (#420)
  • Use indicator line for props on block collection values of mappings (#425)

Bugfixes

  • Minor relaxation of types for custom tags (#429)

v2.1.3

  • Set correct node-end position for block collections with comments (#413)

v2.1.2

  • Set correct node-end position for empty values with comments (#413)

v2.1.1

No changes in executable code, only TS types.

  • Revert "Use TS named tuple for range (#385)" -- see #393
  • Fix types for compatibility with TS 4.2 and 4.7
  • Add CI workflow for testing published type in a range of TS versions

v2.1.0

Fixes for TypeScript users. Arguably this could've been a patch release as well.

  • Improve/specify/fix TS types for Document & collection access methods (#383)
  • Use TS named tuple for range (#385)
  • Rename internal Document option as _directives to resolve type conflict with ToString options (#389)
  • Update tsc target to ES2020 to match Node.js support
  • Update dev dependencies, including jest 28

v2.0.1

  • Fix tags and anchors on map keys (#378)

v2.0.0

This update has been in the works for the last year and a half. Its prerelease versions have been thoroughly tested by a wide number of users, and I think it's finally ready for "actual" release, for use in the mythical "production".

The breaking changes introduced here are mostly originating from the v1 CST parser having become a rather difficult beast to work with. So it's here rewritten pretty much completely, now with a lexer as a first stage. Along the way, the whole project was rewritten in TypeScript and the export paths and options refactored pretty deeply.

... (truncated)

Commits
  • f21fa45 2.2.2
  • 984f578 fix: Corner case failure in error pretty-printer
  • 443e3aa fix: First-line folding for block scalars (fixes #422)
  • 5af5d3d fix: Use correct argument order when stringifying flow collection comments (f...
  • c914dcc 2.2.1
  • c8551eb fix: Quote top-level map keys containing document markers (fixes #431)
  • 3576408 2.2.0
  • ab52daa ci: Remove all @​types except for node when testing types on old TS
  • 85be08d chore: Explicitly set supported types in tsconfig.json
  • 4732502 ci: Uninstall @​jest/types before testing types on TS 4.2
  • Additional commits viewable in compare view

Updates @nuxtjs/stylelint-module from 4.0.0 to 4.2.1

Changelog

Sourced from @​nuxtjs/stylelint-module's changelog.

4.2.1 (2023-03-10)

4.2.0 (2023-03-08)

⚠ BREAKING CHANGES

  • minimum supported stylelint version is 13

Features

  • support stylelint v14 (#61) (17cfd39)

  • minimum supported stylelint version is 13 (f151b9f)

4.1.0 (2021-11-30)

Features

Commits

Updates lint-staged from 11.0.0 to 13.2.1

Release notes

Sourced from lint-staged's releases.

v13.2.1

13.2.1 (2023-04-07)

Bug Fixes

  • ignore "package.json" as config file when it's invalid JSON (#1281) (e7ed6f7)

v13.2.0

13.2.0 (2023-03-10)

Bug Fixes

  • dependencies: replace colorette with chalk for better color support detection (f598725)
  • use index-based stash references for improved MSYS2 compatibility (#1270) (60fcd99)

Features

v13.1.2

13.1.2 (2023-02-13)

Bug Fixes

  • disable stash by default when using diff option (#1259) (142c6f2)

v13.1.1

13.1.1 (2023-02-07)

Bug Fixes

  • allow re-enabling --stash when using the --diff option (99390c3)

v13.1.0

13.1.0 (2022-12-04)

Features

  • expose cli entrance from "lint-staged/bin" (#1237) (eabf1d2)

v13.0.4

13.0.4 (2022-11-25)

... (truncated)

Commits
  • e7ed6f7 fix: ignore "package.json" as config file when it's invalid JSON (#1281)
  • 05fb382 feat: version bump only (#1275)
  • f4351e3 ci: disable workflow for next branch
  • 52a650b docs: update README.md (#1273)
  • 60fcd99 fix: use index-based stash references for improved MSYS2 compatibility (#1270)
  • 0d843ce chore(dependencies): update all dependencies
  • f598725 fix(dependencies): replace colorette with chalk for better color support ...
  • 1bbe37a chore(dependencies): update all dependencies
  • f230c69 docs: Clean up readme.me (#1263)
  • 142c6f2 fix: disable stash by default when using diff option (#1259)
  • Additional commits viewable in compare view

Updates stylelint from 13.13.1 to 15.6.0

Release notes

Sourced from stylelint's releases.

15.6.0

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

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).

15.4.0

15.3.0

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).
  • Fixed: function-name-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: function-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: unit-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: value-keyword-case false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).

... (truncated)

Changelog

Sourced from stylelint's changelog.

15.6.0

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

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@​kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@​mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@​ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@​ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@​mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@​ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@​fpetrakov).
  • Fixed: CLI help improvements (#6783) (@​ybiquitous).

15.4.0

15.3.0

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@​kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@​henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@​kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@​hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@​FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@​romainmenke).

... (truncated)

Commits
  • 380e920 15.6.0
  • a0b7f71 Prepare release (#6794)
  • fffbb4c Add ignore: ["with-var-inside"] to color-function-notation (#6802)
  • b089a42 Add allowEmptyInput, cache, fix options to configuration object (#6778)
  • 2e31353 Fix declaration-block-no-redundant-longhand-properties autofix for `grid-te...
  • 61d53ff Fix declaration-block-no-duplicate-properties autofix for 3 or more duplica...
  • 56ba4c5 Fix function-url-quotes autofix for comments in SCSS function (#6800)
  • 28328a6 Fix declaration-block-no-duplicate-properties false positives with option `...
  • afe410a Bump postcss from 8.4.21 to 8.4.22 (#6789)
  • d14a883 Bump @​csstools/media-query-list-parser from 2.0.2 to 2.0.4 (#6786)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ybiquitous, a new releaser for stylelint since your current version.


Updates stylelint-config-standard from 22.0.0 to 33.0.0

Release notes

Sourced from stylelint-config-standard's releases.

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.

25.0.0

24.0.0

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

... (truncated)

Changelog

Sourced from stylelint-config-standard's changelog.

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

... (truncated)

Commits
Maintainer changes

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


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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…lint-config-standard

Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@nuxtjs/stylelint-module](https://github.com/nuxt-community/stylelint-module), [lint-staged](https://github.com/okonet/lint-staged), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies need to be updated together.


Updates `yaml` from 1.10.2 to 2.2.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v1.10.2...v2.2.2)

Updates `@nuxtjs/stylelint-module` from 4.0.0 to 4.2.1
- [Release notes](https://github.com/nuxt-community/stylelint-module/releases)
- [Changelog](https://github.com/nuxt-modules/stylelint/blob/v4.2.1/CHANGELOG.md)
- [Commits](nuxt-modules/stylelint@v4.0.0...v4.2.1)

Updates `lint-staged` from 11.0.0 to 13.2.1
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v11.0.0...v13.2.1)

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

Updates `stylelint-config-standard` from 22.0.0 to 33.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@22.0.0...33.0.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: "@nuxtjs/stylelint-module"
  dependency-type: direct:development
- dependency-name: lint-staged
  dependency-type: direct:development
- dependency-name: stylelint
  dependency-type: direct:development
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from beagleknight as a code owner April 24, 2023 23:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants