kelvinlockwood / kelvinlockw.xyz

MIT License
0 stars 1 forks source link

Bump postcss from 8.2.8 to 8.3.10 #118

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps postcss from 8.2.8 to 8.3.10.

Release notes

Sourced from postcss's releases.

8.3.10

  • Fixed Maximum call stack issue of some source maps (by @​yetingli).

8.3.9

  • Replaced nanocolors to picocolors.
  • Reduced package size.

8.3.8

  • Update nanocolors.

8.3.7

8.3.6

  • Fixed column in missed semicolon error (by @​Gusted).

8.3.5

  • Fixed broken AST detection.

8.3.4

  • Fixed broken AST detection.

8.3.3

  • Fixed broken AST on postcss dependency duplication in custom parsers.

8.3.2

  • Update changelog.

8.3.1

  • Fixed false positives PostCSS does nothing warning on syntax option.

8.3 “Duke Murmur”

PostCSS 8.3 improved source map parsing performance, added Node#assign() shortcut, and experimental Document node to AST.

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

... (truncated)

Changelog

Sourced from postcss's changelog.

8.3.10

  • Fixed Maximum call stack issue of some source maps (by Yeting Li).

8.3.9

  • Replaced nanocolors to picocolors.
  • Reduced package size.

8.3.8

  • Update nanocolors.

8.3.7

  • Replaced colorette to nanocolors.
  • Added bug field to package.json (by Christian Oliff).
  • Improved docs (by Andrew Bruce and Paul Shryock).

8.3.6

  • Fixed column in missed semicolon error (by @​Gusted).

8.3.5

  • Fixed broken AST detection.

8.3.4

  • Fixed broken AST detection.

8.3.3

  • Fixed broken AST on postcss dependency duplication in custom parsers.

8.3.2

  • Update changelog.

8.3.1

  • Fixed false positives PostCSS does nothing warning on syntax option.

8.3 “Duke Murmur”

  • Added Node#assign() shortcut (by Jonathan Neal).
  • Added experimental Document node to AST (by Aleks Hudochenkov).
  • Moved to faster fork of source-map (by Valentin Semirulnik).

8.2.15

8.2.14

  • Removed source-map from client-side bundle (by Barak Igal).

8.2.13

  • Fixed ReDoS vulnerabilities in source map parsing (by Yeting Li).

8.2.12

  • Fixed package.json exports.

... (truncated)

Commits
  • 5361115 Release 8.3.10 version
  • 164eb37 Fix stack overflow on complex RegExp
  • 1d36519 Update dependencies
  • acbd372 Remove Node.js 17 from CI until al problems will be fixed
  • 4bdc53f Update CI config
  • ca65e55 Merge pull request #1644 from ambar/patch-1
  • 6cf4616 Add postcss-theme-colors to plugins.md
  • 9077716 Release 8.3.9 version
  • 4b512eb Update dependencies and reduce docs in npm package
  • 7939103 Replace nanocolors with picocolors
  • Additional commits viewable in compare view


Dependabot compatibility score

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[bot] commented 2 years ago

Superseded by #120.