willianmano / moodle-theme_moove

A Moodle Boost child theme
GNU General Public License v3.0
171 stars 157 forks source link

Bump postcss, grunt-stylelint and stylelint #391

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps postcss, grunt-stylelint and stylelint. These dependencies needed to be updated together. Updates postcss from 5.2.18 to 8.4.16

Release notes

Sourced from postcss's releases.

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

  • Fixed Node#warn() type (by @​ybiquitous).
  • Fixed comment removal in values after ,.

8.4.6

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.
  • Fixed comment cleaning in CSS Custom Properties with space.
  • Fixed throwing an error on .root access for plugin-less case.

8.4.5

  • Fixed raws types to make object extendable (by @​43081j).
  • Moved from Yarn 1 to pnpm.

8.4.4

  • Fixed absolute path in source map on zero plugins mode.

8.4.3

  • Fixed this.css.replace is not a function error.

8.4.2

  • Fixed previous source map support in zero plugins mode.

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

  • Fixed append() error after using .parent (by Jordan Pittman).

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

  • Fixed package.funding (by Álvaro Mondéjar).

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

  • Fixed Node#warn() type (by Masafumi Koba).
  • Fixed comment removal in values after ,.

8.4.6

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.
  • Fixed comment cleaning in CSS Custom Properties with space.
  • Fixed throwing an error on .root access for plugin-less case.

8.4.5

  • Fixed raws types to make object extendable (by James Garbutt).
  • Moved from Yarn 1 to pnpm.

8.4.4

  • Fixed absolute path in source map on zero plugins mode.

8.4.3

  • Fixed this.css.replace is not a function error.

8.4.2

  • Fixed previous source map support in zero plugins mode.

... (truncated)

Commits


Updates grunt-stylelint from 0.6.0 to 0.18.0

Release notes

Sourced from grunt-stylelint's releases.

v0.18.0 / 2022-03-29

  • Update stylelint to 14.5.0 (Виктор Виктор)
  • build: Bump stylelint-less from ^1.0.3 to ^1.0.5 (James D. Forrester)
  • build: Add codeql code scanning tool to CI (James D. Forrester)

v0.17.0 / 2021-10-22

  • Drop Node 10 support (James D. Forrester)
  • Require stylelint 14.0.0, up from 13.8.0 (James D. Forrester)
  • build: Bump various devDependencies to latest (James D. Forrester)

v0.16.0 / 2020-11-19

  • Drop Node 8 support (Ed Sanders)
  • Require stylelint 13.8.0, up from 13.3.2 (Ed Sanders, James D. Forrester)
  • Upgrade chalk dependency from ^3.0.0 to ^4.1.0 (Ed Sanders)
  • Pass through --fix to stylelint options (Ed Sanders)
  • README: Fix label of 'fix' option, copy-pasted as 'syntax' (i alarmed alien)

v0.15.0 / 2020-04-15

  • Require stylelint 13.3.2, up from 13.2.0 (James D. Forrester)
  • Upgrade chalk dependency from ^2.4.2 to ^3.0.0 (James D. Forrester)
  • build: Replace Travis with GitHub Actions (James D. Forrester)
  • build: Bump devDependencies to latest (James D. Forrester)

v0.14.0 / 2020-02-14

  • Require stylelint 13.2.0, up from 12.0.0 (James D. Forrester)
  • build: Upgrade grunt-contrib-nodeunit from 2.0.0 to 2.1.0 for security issue (James D. Forrester)

v0.13.0 / 2019-09-11

  • Bump stylelint dependency from ^11.0.0 to ^12.0.0 (Lars Laade)
  • build: Replace handlebars in sub-dependencies for npm audit's happiness (James D. Forrester)

v0.12.0 / 2019-10-21

  • Bump stylelint dependency from ^10.0.0 to ^11.0.0 (Nathan Woltman)
  • build: Upgrade eslint-config-wikimedia from 0.13.1 to 0.14.3 (James D. Forrester)

v0.11.1 / 2019-07-31

  • Don't break but short-circuit when no files are passed in (James D. Forrester)

v0.11.0 / 2019-04-30

  • Bump stylelint dependency from ^9.0.0 to ^10.0.0 (Nathan Woltman)
  • build: Update chalk dependency to the latest version (Nathan Woltman)
  • build: Upgrade grunt from 1.0.3 to 1.0.4 (James D. Forrester)
  • build: Upgrade eslint-config-wikimedia from 0.7.2 to 0.11.0 (James D. Forrester)
  • build: Upgrade lodash from 4.17.10 to 4.17.11 (James D. Forrester)

v0.10.1 / 2018-09-04

  • Use correct stylelint option name (Stephen Edgar)
  • Add package-lock.json to .gitignore (Stephen Edgar)
  • Drop testing in Node 4, EOL today (James D. Forrester)
  • build: Remove redundant 'npm@latest' for Travis (Timo Tijhof)

... (truncated)

Changelog

Sourced from grunt-stylelint's changelog.

v0.18.0 / 2022-03-29

  • Update stylelint to 14.5.0 (Виктор Виктор)
  • build: Bump stylelint-less from ^1.0.3 to ^1.0.5 (James D. Forrester)
  • build: Add codeql code scanning tool to CI (James D. Forrester)

v0.17.0 / 2021-10-21

  • Drop Node 10 support (James D. Forrester)
  • Require stylelint 14.0.0, up from 13.8.0 (James D. Forrester)
  • build: Bump various devDependencies to latest (James D. Forrester)

v0.16.0 / 2020-11-19

  • Drop Node 8 support (Ed Sanders)
  • Require stylelint 13.8.0, up from 13.3.2 (Ed Sanders, James D. Forrester)
  • Upgrade chalk dependency from ^3.0.0 to ^4.1.0 (Ed Sanders)
  • Pass through --fix to stylelint options (Ed Sanders)
  • README: Fix label of 'fix' option, copy-pasted as 'syntax' (i alarmed alien)

v0.15.0 / 2020-04-15

  • Require stylelint 13.3.2, up from 13.2.0 (James D. Forrester)
  • Upgrade chalk dependency from ^2.4.2 to ^3.0.0 (James D. Forrester)
  • build: Replace Travis with GitHub Actions (James D. Forrester)
  • build: Bump devDependencies to latest (James D. Forrester)

v0.14.0 / 2020-02-14

  • Require stylelint 13.2.0, up from 12.0.0 (James D. Forrester)
  • build: Upgrade grunt-contrib-nodeunit from 2.0.0 to 2.1.0 for security issue (James D. Forrester)

v0.13.0 / 2019-09-11

  • Bump stylelint dependency from ^11.0.0 to ^12.0.0 (Lars Laade)
  • build: Replace handlebars in sub-dependencies for npm audit's happiness (James D. Forrester)

v0.12.0 / 2019-10-21

  • Bump stylelint dependency from ^10.0.0 to ^11.0.0 (Nathan Woltman)
  • build: Upgrade eslint-config-wikimedia from 0.13.1 to 0.14.3 (James D. Forrester)

v0.11.1 / 2019-07-31

  • Don't break but short-circuit when no files are passed in (James D. Forrester)

v0.11.0 / 2019-04-30

  • Bump stylelint dependency from ^9.0.0 to ^10.0.0 (Nathan Woltman)
  • build: Update chalk dependency to the latest version (Nathan Woltman)
  • build: Upgrade grunt from 1.0.3 to 1.0.4 (James D. Forrester)
  • build: Upgrade eslint-config-wikimedia from 0.7.2 to 0.11.0 (James D. Forrester)
  • build: Upgrade lodash from 4.17.10 to 4.17.11 (James D. Forrester)

v0.10.1 / 2018-09-04

  • Use correct stylelint option name (Stephen Edgar)
  • Add package-lock.json to .gitignore (Stephen Edgar)
  • Drop testing in Node 4, EOL today (James D. Forrester)
  • build: Remove redundant 'npm@latest' for Travis (Timo Tijhof)

... (truncated)

Commits


Updates stylelint from 7.4.1 to 14.11.0

Release notes

Sourced from stylelint's releases.

14.11.0

  • Added: ignoreAfterCombinators: [] to selector-max-universal (#6275).
  • Fixed: createPlugin type definition (#6264).
  • Fixed: alpha-value-notation false negatives for SVG properties (#6284).
  • Fixed: keyframes-name-pattern false positives for interpolation (#6265).
  • Fixed: selector-nested-pattern end positions (#6259).
  • Fixed: selector-no-qualifying-type message, positions, and false positives (#6260).
  • Fixed: selector-no-vendor-prefix end positions (#6261).
  • Fixed: selector-pseudo-class-allowed-list end positions and message (#6262).
  • Fixed: selector-pseudo-class-disallowed-list end positions and message (#6263).
  • Fixed: selector-pseudo-element-allowed-list end positions and message (#6270).
  • Fixed: selector-pseudo-element-disallowed-list end positions and message (#6270).
  • Fixed: shorthand-property-no-redundant-values message (#6272).
  • Fixed: time-min-milliseconds end positions (#6273).

14.10.0

  • Added: rule metadata to public LinterResult API (#6166).
  • Added: longhand sub-properties of shorthand properties reference data to public API (#6168).
  • Added: meta.fixable property to each rule (#6181).
  • Added: support for loading custom formatter from package (#6228).
  • Added: annotation-no-unknown rule (#6155).
  • Added: keyframe-selector-notation rule (#6164).
  • Added: percentage-unless-within-keyword-only-block primary option to keyframe-selector-notation (#6194).
  • Added: github formatter (#6150).
  • Added: tally to string and verbose formatters (#6153).
  • Added: fixable status to verbose and github formatters (#6183).
  • Added: invalid rule primary option message for false (#6250).
  • Fixed: exit code when nothing is passed to stylelint command (#6175).
  • Fixed: rule message function type to not require users to handle all kind of arguments (#6147).
  • Fixed: at-rule-* end positions (#6163).
  • Fixed: declaration-block-no-redundant-longhand-properties end positions (#6219).
  • Fixed: declaration-property-value-allowed-list false positives for multiple match (#6190).
  • Fixed: declaration-property-value-disallowed-list false negatives for multiple match (#6188).
  • Fixed: named-grid-areas-no-invalid end positions (#6205).
  • Fixed: no-descending-specificity false positives for pseudo-classes (#6195).
  • Fixed: no-unknown-animations end positions (#6221).
  • Fixed: no-unknown-animations false positives for SCSS interpolation (#6185).
  • Fixed: number-max-precision end positions (#6184).
  • Fixed: property-* end positions (#6174).
  • Fixed: rule-selector-property-disallowed-list end positions (#6222).
  • Fixed: selector-attribute-name-disallowed-list end positions (#6223).
  • Fixed: selector-attribute-operator-allowed-list end positions (#6224).
  • Fixed: selector-attribute-operator-disallowed-list end positions (#6225).
  • Fixed: selector-attribute-quotes end positions (#6226).
  • Fixed: selector-class-pattern end positions (#6227).
  • Fixed: selector-combinator-allowed-list and selector-combinator-disallowed-list end positions (#6229).
  • Fixed: selector-disallowed-list end positions (#6230).
  • Fixed: selector-id-pattern end positions (#6231).
  • Fixed: selector-not-notation end positions (#6201).
  • Fixed: selector-pseudo-element-colon-notation end positions (#6235).

... (truncated)

Changelog

Sourced from stylelint's changelog.

14.11.0

  • Added: ignoreAfterCombinators: [] to selector-max-universal (#6275).
  • Fixed: createPlugin type definition (#6264).
  • Fixed: alpha-value-notation false negatives for SVG properties (#6284).
  • Fixed: keyframes-name-pattern false positives for interpolation (#6265).
  • Fixed: selector-nested-pattern end positions (#6259).
  • Fixed: selector-no-qualifying-type message, positions, and false positives (#6260).
  • Fixed: selector-no-vendor-prefix end positions (#6261).
  • Fixed: selector-pseudo-class-allowed-list end positions and message (#6262).
  • Fixed: selector-pseudo-class-disallowed-list end positions and message (#6263).
  • Fixed: selector-pseudo-element-allowed-list end positions and message (#6270).
  • Fixed: selector-pseudo-element-disallowed-list end positions and message (#6270).
  • Fixed: shorthand-property-no-redundant-values message (#6272).
  • Fixed: time-min-milliseconds end positions (#6273).

14.10.0

  • Added: rule metadata to public LinterResult API (#6166).
  • Added: longhand sub-properties of shorthand properties reference data to public API (#6168).
  • Added: meta.fixable property to each rule (#6181).
  • Added: support for loading custom formatter from package (#6228).
  • Added: annotation-no-unknown rule (#6155).
  • Added: keyframe-selector-notation rule (#6164).
  • Added: percentage-unless-within-keyword-only-block primary option to keyframe-selector-notation (#6194).
  • Added: github formatter (#6150).
  • Added: tally to string and verbose formatters (#6153).
  • Added: fixable status to verbose and github formatters (#6183).
  • Added: invalid rule primary option message for false (#6250).
  • Fixed: exit code when nothing is passed to stylelint command (#6175).
  • Fixed: rule message function type to not require users to handle all kind of arguments (#6147).
  • Fixed: at-rule-* end positions (#6163).
  • Fixed: declaration-block-no-redundant-longhand-properties end positions (#6219).
  • Fixed: declaration-property-value-allowed-list false positives for multiple match (#6190).
  • Fixed: declaration-property-value-disallowed-list false negatives for multiple match (#6188).
  • Fixed: named-grid-areas-no-invalid end positions (#6205).
  • Fixed: no-descending-specificity false positives for pseudo-classes (#6195).
  • Fixed: no-unknown-animations end positions (#6221).
  • Fixed: no-unknown-animations false positives for SCSS interpolation (#6185).
  • Fixed: number-max-precision end positions (#6184).
  • Fixed: property-* end positions (#6174).
  • Fixed: rule-selector-property-disallowed-list end positions (#6222).
  • Fixed: selector-attribute-name-disallowed-list end positions (#6223).
  • Fixed: selector-attribute-operator-allowed-list end positions (#6224).
  • Fixed: selector-attribute-operator-disallowed-list end positions (#6225).
  • Fixed: selector-attribute-quotes end positions (#6226).
  • Fixed: selector-class-pattern end positions (#6227).
  • Fixed: selector-combinator-allowed-list and selector-combinator-disallowed-list end positions (#6229).
  • Fixed: selector-disallowed-list end positions (#6230).
  • Fixed: selector-id-pattern end positions (#6231).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ybiquitous, a new releaser for stylelint 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/willianmano/moodle-theme_moove/network/alerts).
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.