Bump postcss, autoprefixer, cssnano and gulp-postcss #28

Open
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/postcss-and-autoprefixer-and-cssnano-and-gulp-postcss-8.4.31 into dev
dependabot[bot] commented 2023-10-05 02:40:17 +02:00 (Migrated from github.com)

Bumps postcss to 8.4.31 and updates ancestor dependencies postcss, autoprefixer, cssnano and gulp-postcss. These dependencies need to be updated together.

Updates postcss from 7.0.36 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 autoprefixer from 9.7.6 to 10.4.16

Release notes

Sourced from autoprefixer's releases.

10.4.16

10.4.15

10.4.14

  • Improved startup time and reduced JS bundle size (by @​Knagis).

10.4.13

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

10.4.12

  • Fixed support of unit-less zero angle in backgrounds (by @​yisibl).

10.4.11

  • Fixed text-decoration prefixes by moving to MDN data (by @​romainmenke).

10.4.10

  • Fixed unicode-bidi prefixes by moving to MDN data.

10.4.9

  • Fixed css-unicode-bidi issue from latest Can I Use.

10.4.8

  • Do not print color-adjust warning if print-color-adjust also is in rule.

10.4.7

  • Fixed print-color-adjust support in Firefox.

10.4.6

  • Fixed print-color-adjust support.

10.4.5

10.4.4

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

10.4.3

10.4.2

  • Fixed missed -webkit- prefix for width: stretch.

10.4.1

... (truncated)

Changelog

Sourced from autoprefixer's changelog.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

10.4.14

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

10.4.13

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

10.4.12

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).

10.4.11

  • Fixed text-decoration prefixes by moving to MDN data (by Romain Menke).

10.4.10

  • Fixed unicode-bidi prefixes by moving to MDN data.

10.4.9

  • Fixed css-unicode-bidi issue from latest Can I Use.

10.4.8

  • Do not print color-adjust warning if print-color-adjust also is in rule.

10.4.7

  • Fixed print-color-adjust support in Firefox.

10.4.6

  • Fixed print-color-adjust support.

10.4.5

10.4.4

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

10.4.3

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

10.4.2

  • Fixed missed -webkit- prefix for width: stretch.

10.4.1

  • Fixed ::file-selector-button data (by Luke Warlow).

... (truncated)

Commits

Updates cssnano from 4.1.10 to 6.0.1

Release notes

Sourced from cssnano's releases.

v6.0.1

Bug Fixes

v6.0.0

Major Changes

  • 99d1e6ab: postcss-normalize-url: remove normalize-url configuration options
  • 4e272f88: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14
  • ca9d3f55: Switch minimum supported Node version to 14 for all packages
  • 39a20405: feat!(cssnano): remove undocumented YAML config support

Migration instructions

  • If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.
  • In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.

v5.1.15

Bug Fixes

  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data

v5.1.13

Bug Fixes

v5.1.12

Bug Fixes

v5.1.11

Bug Fixes

  • postcss-ordered-values: preserve constant values (32ab4d9b7d20d)

v5.1.10

Bug Fixes

v5.1.9

Bug Fixes

  • postcss-merge-longhand: preserve more color function fallbacks (712993cb4a4e0)

... (truncated)

Commits
  • 690358c Publish cssnano 6.0.1
  • 0cdcaf7 chore: update postcss-calc to 9.0
  • 2af6687 fix(postcss-reduce-idents): fix line names grid templates
  • eb9a9a1 fix(postcss-merge-rules): do not merge rules with nested rules
  • a580534 test(postcss-merge-rules): test container queries
  • fae4813 chore: update development dependencies
  • 74bd8da chore: update pnpm-lock version
  • 7b68ad7 docs: update website for release (#1486)
  • 10dd3cf chore: update CLI example for 6.0 release (#1485)
  • 8e89938 Publish cssnano 6.0 (#1484)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates gulp-postcss from 8.0.0 to 9.0.1

Release notes

Sourced from gulp-postcss's releases.

9.0.1

  • Bump postcss-load-config to ^3.0.0

9.0.0

  • Bump PostCSS to 8.0
  • Drop Node 6 support
  • PostCSS is now a peer dependency
Commits
  • 70dfabe Release 9.0.1
  • 5d3bf7a Merge pull request #176 from postcss/switch-to-github-workflows
  • 22e8c3a Switch to github workflow for testing
  • a1b8242 Merge pull request #168 from alkorlos/update-dependency-postcss-load-config
  • 1162ef1 update: dependency postcss-load-config
  • a073cf4 Merge pull request #1 from postcss/master
  • 94170d6 Release 9.0.0
  • f3751c8 Merge pull request #162 from m4thieulavoie/chore/postcss-major-bump
  • c0519ac fix: changing node versions
  • 0a013d0 fix: added postcss in devDependencies for testing
  • Additional commits viewable in compare view

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 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.
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer), [cssnano](https://github.com/cssnano/cssnano) and [gulp-postcss](https://github.com/postcss/gulp-postcss). These dependencies need to be updated together. Updates `postcss` from 7.0.36 to 8.4.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.31</h2> <ul> <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li> </ul> <h2>8.4.30</h2> <ul> <li>Improved source map performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.29</h2> <ul> <li>Fixed <code>Node#source.offset</code> (by <a href="https://github.com/idoros"><code>@​idoros</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@​coliff</code></a>).</li> </ul> <h2>8.4.28</h2> <ul> <li>Fixed <code>Root.source.end</code> for better source map (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li> </ul> <h2>8.4.27</h2> <ul> <li>Fixed <code>Container</code> clone methods types.</li> </ul> <h2>8.4.26</h2> <ul> <li>Fixed clone methods types.</li> </ul> <h2>8.4.25</h2> <ul> <li>Improve stringify performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li> </ul> <h2>8.4.24</h2> <ul> <li>Fixed <code>Plugin</code> types.</li> </ul> <h2>8.4.23</h2> <ul> <li>Fixed warnings in TypeDoc.</li> </ul> <h2>8.4.22</h2> <ul> <li>Fixed TypeScript support with <code>node16</code> (by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>).</li> </ul> <h2>8.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by <a href="https://github.com/hudochenkov"><code>@​hudochenkov</code></a>).</li> </ul> <h2>8.4.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> <h2>8.4.19</h2> <ul> <li>Fixed whitespace preserving after AST transformations (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.18</h2> <ul> <li>Fixed an error on <code>absolute: true</code> with empty <code>sourceContent</code> (by <a href="https://github.com/KingSora"><code>@​KingSora</code></a>).</li> </ul> <h2>8.4.17</h2> <ul> <li>Fixed <code>Node.before()</code> unexpected behavior (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Added TOC to docs (by <a href="https://github.com/muddv"><code>@​muddv</code></a>).</li> </ul> <h2>8.4.16</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.31</h2> <ul> <li>Fixed <code>\r</code> parsing to fix CVE-2023-44270.</li> </ul> <h2>8.4.30</h2> <ul> <li>Improved source map performance (by Romain Menke).</li> </ul> <h2>8.4.29</h2> <ul> <li>Fixed <code>Node#source.offset</code> (by Ido Rosenthal).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> <h2>8.4.28</h2> <ul> <li>Fixed <code>Root.source.end</code> for better source map (by Romain Menke).</li> <li>Fixed <code>Result.root</code> types when <code>process()</code> has no parser.</li> </ul> <h2>8.4.27</h2> <ul> <li>Fixed <code>Container</code> clone methods types.</li> </ul> <h2>8.4.26</h2> <ul> <li>Fixed clone methods types.</li> </ul> <h2>8.4.25</h2> <ul> <li>Improve stringify performance (by Romain Menke).</li> <li>Fixed docs (by <a href="https://github.com/vikaskaliramna07"><code>@​vikaskaliramna07</code></a>).</li> </ul> <h2>8.4.24</h2> <ul> <li>Fixed <code>Plugin</code> types.</li> </ul> <h2>8.4.23</h2> <ul> <li>Fixed warnings in TypeDoc.</li> </ul> <h2>8.4.22</h2> <ul> <li>Fixed TypeScript support with <code>node16</code> (by Remco Haszing).</li> </ul> <h2>8.4.21</h2> <ul> <li>Fixed <code>Input#error</code> types (by Aleks Hudochenkov).</li> </ul> <h2>8.4.20</h2> <ul> <li>Fixed source map generation for childless at-rules like <code>@layer</code>.</li> </ul> <h2>8.4.19</h2> <ul> <li>Fixed whitespace preserving after AST transformations (by Romain Menke).</li> </ul> <h2>8.4.18</h2> <ul> <li>Fixed an error on <code>absolute: true</code> with empty <code>sourceContent</code> (by Rene Haas).</li> </ul> <h2>8.4.17</h2> <ul> <li>Fixed <code>Node.before()</code> unexpected behavior (by Romain Menke).</li> <li>Added TOC to docs (by Mikhail Dedov).</li> </ul> <h2>8.4.16</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/90208de8805dd762596c0028b8637ffbed23e371"><code>90208de</code></a> Release 8.4.31 version</li> <li><a href="https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5"><code>58cc860</code></a> Fix carrier return parsing</li> <li><a href="https://github.com/postcss/postcss/commit/4fff8e4cdc237619df1d73a444c0a8329701c1e2"><code>4fff8e4</code></a> Improve pnpm test output</li> <li><a href="https://github.com/postcss/postcss/commit/cd43ed123274a92ebc13a1e8cccf1d65b8198f84"><code>cd43ed1</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/caa916bdcbf66c51321574e2dde112ab13e8b306"><code>caa916b</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/8972f76923e921a3c9655822382039b31b1c8e1a"><code>8972f76</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/11a5286f781d2a637f2c545c5e9cd661055acaab"><code>11a5286</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/45c55017776fc61f7815d1ea8e92d5291ca5d6c8"><code>45c5501</code></a> Release 8.4.30 version</li> <li><a href="https://github.com/postcss/postcss/commit/bc3c341f589f9c15f1b56838a33d908374e537e0"><code>bc3c341</code></a> Update linter</li> <li><a href="https://github.com/postcss/postcss/commit/b2be58a2eb788d12474ee1335f8ecdb9fa6225aa"><code>b2be58a</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1881">#1881</a> from romainmenke/improve-sourcemap-performance--phil...</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/7.0.36...8.4.31">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 9.7.6 to 10.4.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.16</h2> <ul> <li>Improved performance (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@​coliff</code></a>).</li> </ul> <h2>10.4.15</h2> <ul> <li>Fixed <code>::backdrop</code> prefixes (by <a href="https://github.com/yisibl"><code>@​yisibl</code></a>).</li> <li>Fixed docs (by <a href="https://github.com/coliff"><code>@​coliff</code></a>).</li> </ul> <h2>10.4.14</h2> <ul> <li>Improved startup time and reduced JS bundle size (by <a href="https://github.com/Knagis"><code>@​Knagis</code></a>).</li> </ul> <h2>10.4.13</h2> <ul> <li>Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.</li> </ul> <h2>10.4.12</h2> <ul> <li>Fixed support of unit-less zero angle in backgrounds (by <a href="https://github.com/yisibl"><code>@​yisibl</code></a>).</li> </ul> <h2>10.4.11</h2> <ul> <li>Fixed <code>text-decoration</code> prefixes by moving to MDN data (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>10.4.10</h2> <ul> <li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li> </ul> <h2>10.4.9</h2> <ul> <li>Fixed <code>css-unicode-bidi</code> issue from latest Can I Use.</li> </ul> <h2>10.4.8</h2> <ul> <li>Do not print <code>color-adjust</code> warning if <code>print-color-adjust</code> also is in rule.</li> </ul> <h2>10.4.7</h2> <ul> <li>Fixed <code>print-color-adjust</code> support in Firefox.</li> </ul> <h2>10.4.6</h2> <ul> <li>Fixed <code>print-color-adjust</code> support.</li> </ul> <h2>10.4.5</h2> <ul> <li>Fixed <code>NaN</code> in grid (by <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>).</li> </ul> <h2>10.4.4</h2> <ul> <li>Fixed <code>package.funding</code> to have same value between all PostCSS packages.</li> </ul> <h2>10.4.3</h2> <ul> <li>Fixed <code>package.funding</code> (by <a href="https://github.com/mondeja"><code>@​mondeja</code></a>).</li> </ul> <h2>10.4.2</h2> <ul> <li>Fixed missed <code>-webkit-</code> prefix for <code>width: stretch</code>.</li> </ul> <h2>10.4.1</h2> <ul> <li>Fixed <code>::file-selector-button</code> data (by <a href="https://github.com/lukewarlow"><code>@​lukewarlow</code></a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.16</h2> <ul> <li>Improved performance (by Romain Menke).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> <h2>10.4.15</h2> <ul> <li>Fixed <code>::backdrop</code> prefixes (by 一丝).</li> <li>Fixed docs (by Christian Oliff).</li> </ul> <h2>10.4.14</h2> <ul> <li>Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).</li> </ul> <h2>10.4.13</h2> <ul> <li>Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.</li> </ul> <h2>10.4.12</h2> <ul> <li>Fixed support of unit-less zero angle in backgrounds (by 一丝).</li> </ul> <h2>10.4.11</h2> <ul> <li>Fixed <code>text-decoration</code> prefixes by moving to MDN data (by Romain Menke).</li> </ul> <h2>10.4.10</h2> <ul> <li>Fixed <code>unicode-bidi</code> prefixes by moving to MDN data.</li> </ul> <h2>10.4.9</h2> <ul> <li>Fixed <code>css-unicode-bidi</code> issue from latest Can I Use.</li> </ul> <h2>10.4.8</h2> <ul> <li>Do not print <code>color-adjust</code> warning if <code>print-color-adjust</code> also is in rule.</li> </ul> <h2>10.4.7</h2> <ul> <li>Fixed <code>print-color-adjust</code> support in Firefox.</li> </ul> <h2>10.4.6</h2> <ul> <li>Fixed <code>print-color-adjust</code> support.</li> </ul> <h2>10.4.5</h2> <ul> <li>Fixed <code>NaN</code> in grid (by <a href="https://github.com/SukkaW"><code>@​SukkaW</code></a>).</li> </ul> <h2>10.4.4</h2> <ul> <li>Fixed <code>package.funding</code> to have same value between all PostCSS packages.</li> </ul> <h2>10.4.3</h2> <ul> <li>Fixed <code>package.funding</code> (by Álvaro Mondéjar).</li> </ul> <h2>10.4.2</h2> <ul> <li>Fixed missed <code>-webkit-</code> prefix for <code>width: stretch</code>.</li> </ul> <h2>10.4.1</h2> <ul> <li>Fixed <code>::file-selector-button</code> data (by Luke Warlow).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/026083ccde85fd16607d1056d3fa058480004184"><code>026083c</code></a> Release 10.4.16 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/4cda7ae9ab0d326d393209928643dc745d0f4222"><code>4cda7ae</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/7a49d6ad5a6e2d71b1a90bfca5d994dddd951b86"><code>7a49d6a</code></a> Update CI</li> <li><a href="https://github.com/postcss/autoprefixer/commit/a87f4cd73eefb1e8005181c0439e377a61e95edf"><code>a87f4cd</code></a> improve performance (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1500">#1500</a>)</li> <li><a href="https://github.com/postcss/autoprefixer/commit/0d6496e44d0ce0fa99fafbee5f7a465be1aa1213"><code>0d6496e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/d9064cb4c82089ce7ea08b0d3a21f551744feab1"><code>d9064cb</code></a> Remove deprecated browsers from README (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1499">#1499</a>)</li> <li><a href="https://github.com/postcss/autoprefixer/commit/aa633244098cba0f199944017ef5502e4f4161c4"><code>aa63324</code></a> Release 10.4.15 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/e6f597d8e2a9f56e7ac2b64dbbbef842a177e809"><code>e6f597d</code></a> Run tests in parallel</li> <li><a href="https://github.com/postcss/autoprefixer/commit/8611ba63e367549620cba812986ef8f03b909be6"><code>8611ba6</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/f8d8dab24e1ded8d6c2a4c16124dfb0e5bef3322"><code>f8d8dab</code></a> feat: <code>::backdrop</code> using <code>@mdn/browser-compat-data</code> (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1498">#1498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/postcss/autoprefixer/compare/9.7.6...10.4.16">compare view</a></li> </ul> </details> <br /> Updates `cssnano` from 4.1.10 to 6.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cssnano/cssnano/releases">cssnano's releases</a>.</em></p> <blockquote> <h2>v6.0.1</h2> <h2>Bug Fixes</h2> <ul> <li>fix(postcss-merge-rules): do not merge nested rules (<a href="https://github.com/cssnano/cssnano/commit/eb9a9a18132d360cb8639f0ca6be4d24401bcde9">https://github.com/cssnano/cssnano/commit/eb9a9a18132d360cb8639f0ca6be4d24401bcde9</a>)</li> <li>fix(postcss-reduce-idents): minify grid line names correctly (<a href="https://github.com/cssnano/cssnano/commit/2af6687e63978a7b0a08f97d095aa9e6b593eb4f">https://github.com/cssnano/cssnano/commit/2af6687e63978a7b0a08f97d095aa9e6b593eb4f</a>)</li> </ul> <h2>v6.0.0</h2> <h2>Major Changes</h2> <ul> <li>99d1e6ab: postcss-normalize-url: remove normalize-url configuration options</li> <li>4e272f88: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14</li> <li>ca9d3f55: Switch minimum supported Node version to 14 for all packages</li> <li>39a20405: feat!(cssnano): remove undocumented YAML config support</li> </ul> <h2>Migration instructions</h2> <ul> <li>If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.</li> <li>In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.</li> </ul> <h2>v5.1.15</h2> <h2>Bug Fixes</h2> <ul> <li>fix(postcsss-reduce-initial): fix mask-repeat conversion</li> <li>fix(postcss-colormin): don't minify colors in src declarations</li> <li>fix(postcss-merge-rules): do not merge conflicting flex and border properties</li> </ul> <h2>v5.1.14</h2> <h2>Bug Fixes</h2> <ul> <li>fix: update autoprefixer and browserslist</li> <li>fix(postcss-reduce-initial): improve initial properties data</li> </ul> <h2>v5.1.13</h2> <h2>Bug Fixes</h2> <ul> <li>fix TypeScript type of <code>cssnano()</code> return value (<a href="https://github.com/cssnano/cssnano/commit/b92dbe3ab1db16141dc6296cd350f3fdf5c2defe">https://github.com/cssnano/cssnano/commit/b92dbe3ab1db16141dc6296cd350f3fdf5c2defe</a>)</li> </ul> <h2>v5.1.12</h2> <h2>Bug Fixes</h2> <ul> <li>fix: preserve hyphenated property case (<a href="https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515">https://github.com/cssnano/cssnano/commit/120a88899376a29c8756234fdc648c519921f515</a>)</li> <li>fix: ensure sorting properties does not break the output (<a href="https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32">https://github.com/cssnano/cssnano/commit/0a3a1331e29f3d1009d2a938181ffa4b34ab5b32</a>)</li> <li>fix: recognize 'constant' as a function (<a href="https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc">https://github.com/cssnano/cssnano/commit/858a8b77c951f3698b14e834f38128b176438edc</a>)</li> </ul> <h2>v5.1.11</h2> <h2>Bug Fixes</h2> <ul> <li>postcss-ordered-values: preserve constant values (<a href="https://github.com/cssnano/cssnano/commit/32ab4d9b7d20d9dbebed3b7f348b20bf732c52a4">32ab4d9b7d20d</a>)</li> </ul> <h2>v5.1.10</h2> <h2>Bug Fixes</h2> <ul> <li>postcss-minify-selectors: preserve similar nested selectors (<a href="https://github.com/cssnano/cssnano/commit/f6c29fb3e75ac26a2635d52b24bc5edfa2447f8e">f6c29fb3e75ac26a2635d</a>)</li> </ul> <h2>v5.1.9</h2> <h2>Bug Fixes</h2> <ul> <li>postcss-merge-longhand: preserve more color function fallbacks (<a href="https://github.com/cssnano/cssnano/commit/712993cb4a4e0af6bcf83dd4529b6e825193c367">712993cb4a4e0</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cssnano/cssnano/commit/690358cfa00f7cca85a0cede7601e197d96d9e4c"><code>690358c</code></a> Publish cssnano 6.0.1</li> <li><a href="https://github.com/cssnano/cssnano/commit/0cdcaf737a05301ac581bb515508a9fe2b1fc911"><code>0cdcaf7</code></a> chore: update postcss-calc to 9.0</li> <li><a href="https://github.com/cssnano/cssnano/commit/2af6687e63978a7b0a08f97d095aa9e6b593eb4f"><code>2af6687</code></a> fix(postcss-reduce-idents): fix line names grid templates</li> <li><a href="https://github.com/cssnano/cssnano/commit/eb9a9a18132d360cb8639f0ca6be4d24401bcde9"><code>eb9a9a1</code></a> fix(postcss-merge-rules): do not merge rules with nested rules</li> <li><a href="https://github.com/cssnano/cssnano/commit/a5805346e635c66a9681f605b67cee6e7dd886c1"><code>a580534</code></a> test(postcss-merge-rules): test container queries</li> <li><a href="https://github.com/cssnano/cssnano/commit/fae4813f572a4d4b7ca5fde3a3d03bcebf5746a6"><code>fae4813</code></a> chore: update development dependencies</li> <li><a href="https://github.com/cssnano/cssnano/commit/74bd8da58fc3d4025f662f043665c624776f02cb"><code>74bd8da</code></a> chore: update pnpm-lock version</li> <li><a href="https://github.com/cssnano/cssnano/commit/7b68ad76797a903daa5612ee68a47d8de4b12d4e"><code>7b68ad7</code></a> docs: update website for release (<a href="https://redirect.github.com/cssnano/cssnano/issues/1486">#1486</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/10dd3cf07e67216be23684f974b4aab36bd57a16"><code>10dd3cf</code></a> chore: update CLI example for 6.0 release (<a href="https://redirect.github.com/cssnano/cssnano/issues/1485">#1485</a>)</li> <li><a href="https://github.com/cssnano/cssnano/commit/8e8993827a6110e7e460d3c4940aa36306a00ea0"><code>8e89938</code></a> Publish cssnano 6.0 (<a href="https://redirect.github.com/cssnano/cssnano/issues/1484">#1484</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cssnano/cssnano/compare/v4.1.10...cssnano@6.0.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~ludovicofischer">ludovicofischer</a>, a new releaser for cssnano since your current version.</p> </details> <br /> Updates `gulp-postcss` from 8.0.0 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/gulp-postcss/releases">gulp-postcss's releases</a>.</em></p> <blockquote> <h2>9.0.1</h2> <ul> <li>Bump postcss-load-config to ^3.0.0</li> </ul> <h2>9.0.0</h2> <ul> <li>Bump PostCSS to 8.0</li> <li>Drop Node 6 support</li> <li>PostCSS is now a peer dependency</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/gulp-postcss/commit/70dfabe8ab65c4e2a7a5fca6f25156b1076b40c7"><code>70dfabe</code></a> Release 9.0.1</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/5d3bf7a6a11e290db110638942b9797c82881b70"><code>5d3bf7a</code></a> Merge pull request <a href="https://redirect.github.com/postcss/gulp-postcss/issues/176">#176</a> from postcss/switch-to-github-workflows</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/22e8c3a5175cc41f8f6be5338c98ac04f37fbf3e"><code>22e8c3a</code></a> Switch to github workflow for testing</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/a1b82428212343b18d79a288b11c0df8d1cd0bbc"><code>a1b8242</code></a> Merge pull request <a href="https://redirect.github.com/postcss/gulp-postcss/issues/168">#168</a> from alkorlos/update-dependency-postcss-load-config</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/1162ef1991aaddfb05d155e2a60f9e95b966b8e8"><code>1162ef1</code></a> update: dependency postcss-load-config</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/a073cf4d19fa932d74cae7d674f901ae4274d488"><code>a073cf4</code></a> Merge pull request <a href="https://redirect.github.com/postcss/gulp-postcss/issues/1">#1</a> from postcss/master</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/94170d67c106d3f7260d55ca5a5a8669c061b0b6"><code>94170d6</code></a> Release 9.0.0</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/f3751c85bd638bb4478286cfb209052157aab5ab"><code>f3751c8</code></a> Merge pull request <a href="https://redirect.github.com/postcss/gulp-postcss/issues/162">#162</a> from m4thieulavoie/chore/postcss-major-bump</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/c0519ac00c0e79b34c778ec4ec640870f2748314"><code>c0519ac</code></a> fix: changing node versions</li> <li><a href="https://github.com/postcss/gulp-postcss/commit/0a013d00b92e5bbdd910595f844b56250d145ede"><code>0a013d0</code></a> fix: added postcss in devDependencies for testing</li> <li>Additional commits viewable in <a href="https://github.com/postcss/gulp-postcss/compare/8.0.0...9.0.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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/thefeli73/schulzestudio/network/alerts). </details>
This repo is archived. You cannot comment on pull requests.
No description provided.