Bump postcss and gatsby #14

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31 into master
dependabot[bot] commented 2023-10-16 15:55:07 +00:00 (Migrated from github.com)

Bumps postcss to 8.4.31 and updates ancestor dependency gatsby. These dependencies need to be updated together.

Updates postcss from 6.0.23 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 gatsby from 2.17.6 to 5.12.6

Release notes

Sourced from gatsby's releases.

v5.12.0

Welcome to gatsby@5.12.0 release (August 2023 #1)

Key highlight of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

v5.11.0

Welcome to gatsby@5.11.0 release (June 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.10.0

Welcome to gatsby@5.10.0 release (May 2023 #1)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.9.0

Welcome to gatsby@5.9.0 release (April 2023 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

... (truncated)

Commits
  • 1e8748c chore(release): Publish
  • f1a4107 chore(deps): upgrade sharp to latest v0.32.6 (#38374) (#38617)
  • 4dc464b chore(source-npm-package-search): bespoke treatment for plugin-gatsby-cloud...
  • aff105b chore(release): Publish
  • 8061500 Update gatsby-contentful-plugin README (#38480) (#38607)
  • aefefa9 chore(release): Publish
  • 9ffed29 feat(gatsby-graphiql-explorer): lower minimum node version (#38577) (#38579)
  • d055a99 chore(release): Publish
  • 56ddcce fix(gatsby-adapter-netlify): handle cases with large cached _redirects and/or...
  • 68be864 chore(release): Publish
  • 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 dependency [gatsby](https://github.com/gatsbyjs/gatsby). These dependencies need to be updated together. Updates `postcss` from 6.0.23 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/6.0.23...8.4.31">compare view</a></li> </ul> </details> <br /> Updates `gatsby` from 2.17.6 to 5.12.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gatsbyjs/gatsby/releases">gatsby's releases</a>.</em></p> <blockquote> <h2>v5.12.0</h2> <p>Welcome to <code>gatsby@5.12.0</code> release (August 2023 #<!-- raw HTML omitted --><!-- raw HTML omitted -->1)</p> <p>Key highlight of this release:</p> <ul> <li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.12#adapters">Adapters</a></li> </ul> <p><strong>Bleeding Edge:</strong> Want to try new features as soon as possible? Install <code>gatsby@next</code> and let us know if you have any <a href="https://github.com/gatsbyjs/gatsby/issues">issues</a>.</p> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.11">Previous release notes</a></p> <h2>v5.11.0</h2> <p>Welcome to <code>gatsby@5.11.0</code> release (June 2023 #<!-- raw HTML omitted --><!-- raw HTML omitted -->1)</p> <p>Key highlights of this release:</p> <ul> <li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.11#rfc-adapters">RFC: Adapters</a></li> <li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.11#gatsby-source-wordpress-support-for-multiple-instances"><code>gatsby-source-wordpress</code>: Support for multiple instances</a></li> </ul> <p><strong>Bleeding Edge:</strong> Want to try new features as soon as possible? Install <code>gatsby@next</code> and let us know if you have any <a href="https://github.com/gatsbyjs/gatsby/issues">issues</a>.</p> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.10">Previous release notes</a></p> <p><a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.11.0-next.0...gatsby@5.11.0">Full changelog</a></p> <h2>v5.10.0</h2> <p>Welcome to <code>gatsby@5.10.0</code> release (May 2023 #<!-- raw HTML omitted --><!-- raw HTML omitted -->1)</p> <p>This release focused on bug fixes and perf improvements. Check out <a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.10#notable-bugfixes--improvements">notable bugfixes and improvements</a>.</p> <p><strong>Bleeding Edge:</strong> Want to try new features as soon as possible? Install <code>gatsby@next</code> and let us know if you have any <a href="https://github.com/gatsbyjs/gatsby/issues">issues</a>.</p> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.9">Previous release notes</a></p> <p><a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.10.0-next.0...gatsby@5.10.0">Full changelog</a></p> <h2>v5.9.0</h2> <p>Welcome to <code>gatsby@5.9.0</code> release (April 2023 #<!-- raw HTML omitted --><!-- raw HTML omitted -->1)</p> <p>Key highlights of this release:</p> <ul> <li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.9#performance-improvements">Performance improvements</a></li> <li><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.9#new-creating-a-source-plugin-tutorial">New &quot;Creating a Source Plugin&quot; tutorial</a></li> </ul> <p><strong>Bleeding Edge:</strong> Want to try new features as soon as possible? Install <code>gatsby@next</code> and let us know if you have any <a href="https://github.com/gatsbyjs/gatsby/issues">issues</a>.</p> <p><a href="https://www.gatsbyjs.com/docs/reference/release-notes/v5.8">Previous release notes</a></p> <p><a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@5.9.0-next.0...gatsby@5.9.0">Full changelog</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gatsbyjs/gatsby/commit/1e8748c57859d700b00683083e255ae5dae8e503"><code>1e8748c</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/f1a41079fa1d25cd20139cfb15add6fe081ec3ee"><code>f1a4107</code></a> chore(deps): upgrade sharp to latest v0.32.6 (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38374">#38374</a>) (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38617">#38617</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/4dc464b40ab80af178175663202203ceb1641d4b"><code>4dc464b</code></a> chore(source-npm-package-search): bespoke treatment for <code>plugin-gatsby-cloud</code>...</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/aff105b6715f0eaa1739e3bf67f6c483583f2b1f"><code>aff105b</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/8061500bff895a13b825d8df2944244dab3477d5"><code>8061500</code></a> Update gatsby-contentful-plugin README (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38480">#38480</a>) (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38607">#38607</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/aefefa96f149e4372a98297da9337f4eb8c10f56"><code>aefefa9</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/9ffed294c9a3dfcaa83b7bdcb0a8db08f0761b66"><code>9ffed29</code></a> feat(gatsby-graphiql-explorer): lower minimum node version (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38577">#38577</a>) (<a href="https://redirect.github.com/gatsbyjs/gatsby/issues/38579">#38579</a>)</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/d055a99561016789cdd57a5a5e37747bbdee5f59"><code>d055a99</code></a> chore(release): Publish</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/56ddccecb8df4b04af956df9c83b7058d8008b26"><code>56ddcce</code></a> fix(gatsby-adapter-netlify): handle cases with large cached _redirects and/or...</li> <li><a href="https://github.com/gatsbyjs/gatsby/commit/68be864f0fd2c6c7f1df24ee7036823ac670a56b"><code>68be864</code></a> chore(release): Publish</li> <li>Additional commits viewable in <a href="https://github.com/gatsbyjs/gatsby/compare/gatsby@2.17.6...gatsby@5.12.6">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/Rodrigoplp/gatsby-express-nginx/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31:dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git switch dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git switch dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git switch dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git switch master
git merge --squash dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git switch master
git merge --ff-only dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git switch master
git merge dependabot/npm_and_yarn/postcss-and-gatsby-8.4.31
git push origin master
Sign in to join this conversation.
No description provided.