willianmano / moodle-theme_moove

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

Bump postcss, grunt-stylelint and stylelint #433

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, grunt-stylelint and stylelint. These dependencies need to be updated together.

Updates postcss from 5.2.18 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits


Updates grunt-stylelint from 0.6.0 to 0.19.0

Release notes

Sourced from grunt-stylelint's releases.

v0.19.0 / 2023-07-12

  • Raise stylelint requirement from 14.x to 15.x (James D. Forrester)
  • build: Drop Node.js version 12.x and 14.x, update to '16.x, 18.x' (James D. Forrester)

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

... (truncated)

Changelog

Sourced from grunt-stylelint's changelog.

v0.19.0 / 2023-07-12

  • Raise stylelint requirement from 14.x to 15.x (James D. Forrester)
  • build: Drop Node.js version 12.x and 14.x, update to '16.x, 18.x' (James D. Forrester)

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

... (truncated)

Commits


Updates stylelint from 7.4.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


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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/willianmano/moodle-theme_moove/network/alerts).