Build(deps): bump nuxt-edge from 2.17.0-28103061.89204f0 to 2.17.1-28105940.1ce34ec #1249

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxt-edge-2.17.1-28105940.1ce34ec into master 2023-06-10 09:15:22 +00:00
argoyle commented 2023-06-10 04:40:35 +00:00 (Migrated from gitlab.com)

Bumps nuxt-edge from 2.17.0-28103061.89204f0 to 2.17.1-28105940.1ce34ec.

Release notes

Sourced from nuxt-edge's releases.

v2.17.0

2.17.0 is the next minor release for Nuxt 2.

Highlights

Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.

It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.

👉 Changelog

compare changes

🚀 Enhancements

  • types: Support nuxt types for defineComponent (#19789)
  • csp: Support generating nonce for scripts and links in ssr (#9621)
  • webpack: Support passing function as postcssOptions (#19495)

🔥 Performance

  • config: Avoid recursive md4 patching (7fab95252)

🩹 Fixes

  • Relax node engines upper constraint (010b539ed)
  • utils: Respect patterns within paths when sorting routes (#20669)
  • vue-app: Skip page render early on error or navigation (#20719)
  • babel-preset-app: Add explicit dep on used babel plugin (#21488)

🏡 Chore

  • Reenable publishing 🙈 (4ce8b118e)
  • Exclude yaml exception vulnerability (build-time dep) (c8ed87a26)
  • Bump jest dependencies (#20506)
  • Remove resolved advisories (98cd35665)
  • Skip publishing node_modules folder (8799cfacc)
  • Remove obsolete useWorkspaces option (27e450119)

Tests

  • Add catchall path to route generation test (71c359516)
  • Update windows snapshot (4ec274ae2)
  • Update jest snapshots to remove escaped quotes (f93411c7c)

🤖 CI

  • Run tests in node 16 (#20644)
  • Pin actions by hash and use corepack (#21356)

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [nuxt-edge](https://github.com/nuxt/nuxt.js) from 2.17.0-28103061.89204f0 to 2.17.1-28105940.1ce34ec. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt.js/releases">nuxt-edge's releases</a>.</em></p> <blockquote> <h2>v2.17.0</h2> <blockquote> <p>2.17.0 is the next minor release for Nuxt 2.</p> </blockquote> <h2>✨ Highlights</h2> <p>Nuxt 2.17 comes with a few new features, including better support for new Vue 2.7 types, and supporting passing postcss config as a function.</p> <p>It also includes support for Node 20+ and a fix for a dependency issue with the Babel preset that affected new installs.</p> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt.js/compare/v2.16.3...v2.17.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>types:</strong> Support nuxt types for defineComponent (<a href="https://github.com/nuxt/nuxt.js/pull/19789">#19789</a>)</li> <li><strong>csp:</strong> Support generating nonce for scripts and links in ssr (<a href="https://github.com/nuxt/nuxt.js/pull/9621">#9621</a>)</li> <li><strong>webpack:</strong> Support passing function as postcssOptions (<a href="https://github.com/nuxt/nuxt.js/pull/19495">#19495</a>)</li> </ul> <h3>🔥 Performance</h3> <ul> <li><strong>config:</strong> Avoid recursive md4 patching (<a href="https://github.com/nuxt/nuxt.js/commit/7fab95252">7fab95252</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>Relax node engines upper constraint (<a href="https://github.com/nuxt/nuxt.js/commit/010b539ed">010b539ed</a>)</li> <li><strong>utils:</strong> Respect patterns within paths when sorting routes (<a href="https://github.com/nuxt/nuxt.js/pull/20669">#20669</a>)</li> <li><strong>vue-app:</strong> Skip page render early on error or navigation (<a href="https://github.com/nuxt/nuxt.js/pull/20719">#20719</a>)</li> <li><strong>babel-preset-app:</strong> Add explicit dep on used babel plugin (<a href="https://github.com/nuxt/nuxt.js/pull/21488">#21488</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Reenable publishing 🙈 (<a href="https://github.com/nuxt/nuxt.js/commit/4ce8b118e">4ce8b118e</a>)</li> <li>Exclude yaml exception vulnerability (build-time dep) (<a href="https://github.com/nuxt/nuxt.js/commit/c8ed87a26">c8ed87a26</a>)</li> <li>Bump jest dependencies (<a href="https://github.com/nuxt/nuxt.js/pull/20506">#20506</a>)</li> <li>Remove resolved advisories (<a href="https://github.com/nuxt/nuxt.js/commit/98cd35665">98cd35665</a>)</li> <li>Skip publishing node_modules folder (<a href="https://github.com/nuxt/nuxt.js/commit/8799cfacc">8799cfacc</a>)</li> <li>Remove obsolete useWorkspaces option (<a href="https://github.com/nuxt/nuxt.js/commit/27e450119">27e450119</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Add catchall path to route generation test (<a href="https://github.com/nuxt/nuxt.js/commit/71c359516">71c359516</a>)</li> <li>Update windows snapshot (<a href="https://github.com/nuxt/nuxt.js/commit/4ec274ae2">4ec274ae2</a>)</li> <li>Update jest snapshots to remove escaped quotes (<a href="https://github.com/nuxt/nuxt.js/commit/f93411c7c">f93411c7c</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Run tests in node 16 (<a href="https://github.com/nuxt/nuxt.js/pull/20644">#20644</a>)</li> <li>Pin actions by hash and use corepack (<a href="https://github.com/nuxt/nuxt.js/pull/21356">#21356</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nuxt/nuxt.js/commits">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-06-10 09:15:22 +00:00
Sign in to join this conversation.