Build(deps-dev): bump @nuxt/types from 2.16.3 to 2.17.0 #1251

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxt-types-2.17.0 into master 2023-06-10 09:16:39 +00:00
argoyle commented 2023-06-10 04:43:10 +00:00 (Migrated from gitlab.com)

Bumps @nuxt/types from 2.16.3 to 2.17.0.

Release notes

Sourced from @​nuxt/types'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
  • 1ce34ec v2.17.0
  • 5a51da3 ci: apply changes to windows workflow as well
  • c42b54f chore(deps): update devdependency sass to v1.63.3 (2.x) (#21495)
  • 4edb5ef ci: skip in-progress on prs, skip tests on release branches + enable provenan...
  • 52769b3 chore(deps): update actions/checkout action to v3.5.3 (2.x) (#21494)
  • 3e4284e feat(webpack): support passing function as postcssOptions (#19495)
  • f842c75 chore(deps): update all non-major dependencies (2.x) (#21474)
  • a0fd395 fix(babel-preset-app): add explicit dep on used babel plugin (#21488)
  • 27e4501 chore: remove obsolete useWorkspaces option
  • 8ce5350 chore(deps): update devdependency lerna to v7 (2.x) (#21465)
  • Additional commits viewable in compare view


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/types](https://github.com/nuxt/nuxt.js) from 2.16.3 to 2.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt.js/releases"><code>@​nuxt/types</code>'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><a href="https://github.com/nuxt/nuxt/commit/1ce34ec2c438fbad9a04f7eda2ce4f439389ea9a"><code>1ce34ec</code></a> v2.17.0</li> <li><a href="https://github.com/nuxt/nuxt/commit/5a51da344f3dfef599ce8642cd0f102b43c5b13b"><code>5a51da3</code></a> ci: apply changes to windows workflow as well</li> <li><a href="https://github.com/nuxt/nuxt/commit/c42b54f3b80b5ab0ac95600180e50f0e5ac7c1de"><code>c42b54f</code></a> chore(deps): update devdependency sass to v1.63.3 (2.x) (<a href="https://github.com/nuxt/nuxt.js/issues/21495">#21495</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/4edb5efafd88d18bd19611044234d8d406454751"><code>4edb5ef</code></a> ci: skip in-progress on prs, skip tests on release branches + enable provenan...</li> <li><a href="https://github.com/nuxt/nuxt/commit/52769b320e62ac120d29545e8e617854b9483a51"><code>52769b3</code></a> chore(deps): update actions/checkout action to v3.5.3 (2.x) (<a href="https://github.com/nuxt/nuxt.js/issues/21494">#21494</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/3e4284e8f6f004766a0badc003ca7ef366a3a658"><code>3e4284e</code></a> feat(webpack): support passing function as <code>postcssOptions</code> (<a href="https://github.com/nuxt/nuxt.js/issues/19495">#19495</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/f842c75ff2c7a5c7e44e0fa1441e7161cf11967c"><code>f842c75</code></a> chore(deps): update all non-major dependencies (2.x) (<a href="https://github.com/nuxt/nuxt.js/issues/21474">#21474</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/a0fd3953109ea077780ab82248c61e8bd93db58a"><code>a0fd395</code></a> fix(babel-preset-app): add explicit dep on used babel plugin (<a href="https://github.com/nuxt/nuxt.js/issues/21488">#21488</a>)</li> <li><a href="https://github.com/nuxt/nuxt/commit/27e450119cbc30a4b1d94acef21c905df93160a3"><code>27e4501</code></a> chore: remove obsolete <code>useWorkspaces</code> option</li> <li><a href="https://github.com/nuxt/nuxt/commit/8ce53507c1f6eb56063da441b3324e1d4d55331d"><code>8ce5350</code></a> chore(deps): update devdependency lerna to v7 (2.x) (<a href="https://github.com/nuxt/nuxt.js/issues/21465">#21465</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nuxt/nuxt.js/compare/v2.16.3...v2.17.0">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 commented 2023-06-10 09:16:20 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 274b4dd6 - 1 commit from branch master
  • 793fadf7 - Build(deps-dev): bump @nuxt/types from 2.16.3 to 2.17.0

Compare with previous version

added 2 commits <ul><li>274b4dd6 - 1 commit from branch <code>master</code></li><li>793fadf7 - Build(deps-dev): bump @nuxt/types from 2.16.3 to 2.17.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1202/diffs?diff_id=704877930&start_sha=e43133c12c51ba20a05bb3804e8015a7c9d5c629)
argoyle (Migrated from gitlab.com) merged commit into master 2023-06-10 09:16:39 +00:00
Sign in to join this conversation.