Build(deps): bump nuxt-edge from 2.16.0-27720022.54e852f to 2.16.1-27931700.daed62a #936

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-nuxt-edge-2.16.1-27931700.daed62a into master 2023-02-09 15:58:55 +00:00
argoyle commented 2023-02-09 05:03:27 +00:00 (Migrated from gitlab.com)

Bumps nuxt-edge from 2.16.0-27720022.54e852f to 2.16.1-27931700.daed62a.

Release notes

Sourced from nuxt-edge's releases.

v2.16.0

Nuxt 2.16.0 is the first minor release since Feb 15, 2021. The focus is mostly on releasing the latest fixes and enhancements that have been present in nuxt-edge for some time.

Highlights

⚠️ Breaking changes

  • In this PR we only support Node 14+. This is mostly an issue for dependencies, which we need to keep updated for security reasons. Going forward until its own EOL, Nuxt 2 will only officially support Node versions that have not reached their EOL.

  • New postcss options format. See nuxt/nuxt#9671 for full details.

  • Dependency upgrades. A number of dependencies have dropped support for earlier node versions. dotenv has changed how it parses .env files in a number of edge cases. glob now requires / instead of \ on windows machines. There may also be other changes that affect your usage, so please do upgrade with care.

  • Vue 2.7 upgrade. Although you can use Vue 2.7 with any release of Nuxt 2, 2.16.0 for the first time includes it as a dependency, which means that you may well encounter some issues associated with upgrading Vue 2.6 -> Vue 2.7.

    This may be a good time to consider using the composition API utilities provided by https://github.com/nuxt/bridge instead, which mirror Nuxt 3's more precisely than @nuxtjs/composition-api. (You can opt-in to just these utilities by disabling the other bridge modules individually.)

Changelog

compare changes

🚀 Enhancements

  • config: Support nuxtrc in dist directory (#9280)
  • generator: Add ignoreEnv generate option during ensureBuild(cmd) (#8955)
  • server: Allow disabling serve-static middleware (#9365)
  • types: Add asyncData return types to component instance type (#9239)
  • vue-app: context.beforeSerialize method (#9332)
  • vue-app: Pass store to createRouter (#9629)
  • Default to core-js version 3 (#9987)
  • webpack: ⚠️ Update postcss to v8 (#9671)

🩹 Fixes

  • vue-app: Respect scroll-margin-top when navigating with hash (#9187)
  • webpack: Use javascript/auto for js rule (#9180)
  • server: Unregister error event listener (#9245)
  • babel-preset-app: Respect explicit options.targets for modern preset (#9337)
  • types: Add nuxt.config alias type (#9424)
  • vue-app: Check whether route exists within nuxt app before replacing (#9431)
  • vue-renderer: Decode route path for payload.js (#9494)
  • vue-app: Don't normalise route path if it's valid (#9460)
  • vue-app: Redirect to external url replaces current history entry (#9500)
  • utils: trailingSlash causes error with dynamic nuxt-child routes (#9505)
  • types: Add onNuxtLoaded and onNuxtReady types (#9510)
  • vue-app: Re-register components construtor in HMR (#9539)
  • types: Add typing for build.stats options (#9555)
  • babel: Loose option for babel private-property-in-object (#9631)

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $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.16.0-27720022.54e852f to 2.16.1-27931700.daed62a. <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.16.0</h2> <blockquote> <p>Nuxt 2.16.0 is the first minor release since Feb 15, 2021. The focus is mostly on releasing the latest fixes and enhancements that have been present in <code>nuxt-edge</code> for some time.</p> </blockquote> <h2>✨ Highlights</h2> <ul> <li>upgrade to <a href="https://github.com/nuxt/nuxt/pull/9671">PostCSS 8</a></li> <li>default to <a href="https://github.com/nuxt/nuxt/pull/9987"><code>core-js</code> v3</a></li> <li>... full details below</li> </ul> <h2>⚠️ Breaking changes</h2> <ul> <li> <p><strong>In this PR we only support Node 14+</strong>. This is mostly an issue for dependencies, which we need to keep updated for security reasons. Going forward until <a href="https://nuxt.com/vision-2023#migrating-to-nuxt-3">its own EOL</a>, Nuxt 2 will only officially support Node versions that have not reached <a href="https://github.com/nodejs/release#release-schedule">their EOL</a>.</p> </li> <li> <p><strong>New postcss options format</strong>. See <a href="https://github.com/nuxt/nuxt/pull/9671">nuxt/nuxt#9671</a> for full details.</p> </li> <li> <p><strong>Dependency upgrades</strong>. A number of dependencies have dropped support for earlier node versions. <a href="https://github.com/nuxt/nuxt/pull/18364"><code>dotenv</code></a> has changed how it parses <code>.env</code> files in a number of edge cases. <a href="https://github.com/nuxt/nuxt/pull/18370"><code>glob</code></a> now requires <code>/</code> instead of <code>\</code> on windows machines. There may also be other changes that affect your usage, so please do upgrade with care.</p> </li> <li> <p><strong>Vue 2.7 upgrade</strong>. Although you can use Vue 2.7 with any release of Nuxt 2, 2.16.0 for the first time includes it as a dependency, which means that you may well encounter some issues associated with upgrading Vue 2.6 -&gt; Vue 2.7.</p> <p>This may be a good time to consider using the composition API utilities provided by <a href="https://github.com/nuxt/bridge">https://github.com/nuxt/bridge</a> instead, which mirror Nuxt 3's more precisely than <code>@nuxtjs/composition-api</code>. (You can opt-in to <em>just</em> these utilities by disabling the other bridge modules individually.)</p> </li> </ul> <h2>Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v2.15.8...v2.16.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li><strong>config:</strong> Support <code>nuxtrc</code> in dist directory (<a href="https://github.com/nuxt/nuxt.js/issues/9280">#9280</a>)</li> <li><strong>generator:</strong> Add ignoreEnv generate option during ensureBuild(cmd) (<a href="https://github.com/nuxt/nuxt.js/issues/8955">#8955</a>)</li> <li><strong>server:</strong> Allow disabling <code>serve-static</code> middleware (<a href="https://github.com/nuxt/nuxt.js/issues/9365">#9365</a>)</li> <li><strong>types:</strong> Add <code>asyncData</code> return types to component instance type (<a href="https://github.com/nuxt/nuxt.js/issues/9239">#9239</a>)</li> <li><strong>vue-app:</strong> <code>context.beforeSerialize</code> method (<a href="https://github.com/nuxt/nuxt.js/issues/9332">#9332</a>)</li> <li><strong>vue-app:</strong> Pass <code>store</code> to <code>createRouter</code> (<a href="https://github.com/nuxt/nuxt.js/issues/9629">#9629</a>)</li> <li>Default to <code>core-js</code> version 3 (<a href="https://github.com/nuxt/nuxt.js/issues/9987">#9987</a>)</li> <li><strong>webpack:</strong> ⚠️ Update postcss to v8 (<a href="https://github.com/nuxt/nuxt.js/issues/9671">#9671</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>vue-app:</strong> Respect <code>scroll-margin-top</code> when navigating with hash (<a href="https://github.com/nuxt/nuxt.js/issues/9187">#9187</a>)</li> <li><strong>webpack:</strong> Use <code>javascript/auto</code> for js rule (<a href="https://github.com/nuxt/nuxt.js/issues/9180">#9180</a>)</li> <li><strong>server:</strong> Unregister error event listener (<a href="https://github.com/nuxt/nuxt.js/issues/9245">#9245</a>)</li> <li><strong>babel-preset-app:</strong> Respect explicit options.targets for modern preset (<a href="https://github.com/nuxt/nuxt.js/issues/9337">#9337</a>)</li> <li><strong>types:</strong> Add nuxt.config alias type (<a href="https://github.com/nuxt/nuxt.js/issues/9424">#9424</a>)</li> <li><strong>vue-app:</strong> Check whether route exists within nuxt app before replacing (<a href="https://github.com/nuxt/nuxt.js/issues/9431">#9431</a>)</li> <li><strong>vue-renderer:</strong> Decode route path for <code>payload.js</code> (<a href="https://github.com/nuxt/nuxt.js/issues/9494">#9494</a>)</li> <li><strong>vue-app:</strong> Don't normalise route path if it's valid (<a href="https://github.com/nuxt/nuxt.js/issues/9460">#9460</a>)</li> <li><strong>vue-app:</strong> Redirect to external url replaces current history entry (<a href="https://github.com/nuxt/nuxt.js/issues/9500">#9500</a>)</li> <li><strong>utils:</strong> <code>trailingSlash</code> causes error with dynamic nuxt-child routes (<a href="https://github.com/nuxt/nuxt.js/issues/9505">#9505</a>)</li> <li><strong>types:</strong> Add <code>onNuxtLoaded</code> and <code>onNuxtReady</code> types (<a href="https://github.com/nuxt/nuxt.js/issues/9510">#9510</a>)</li> <li><strong>vue-app:</strong> Re-register components construtor in HMR (<a href="https://github.com/nuxt/nuxt.js/issues/9539">#9539</a>)</li> <li><strong>types:</strong> Add typing for <code>build.stats</code> options (<a href="https://github.com/nuxt/nuxt.js/issues/9555">#9555</a>)</li> <li><strong>babel:</strong> Loose option for babel private-property-in-object (<a href="https://github.com/nuxt/nuxt.js/issues/9631">#9631</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 - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-02-09 05:03:29 +00:00 (Migrated from gitlab.com)

mentioned in merge request !885

mentioned in merge request !885
argoyle commented 2023-02-09 15:42:49 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2023-02-09 15:42:52 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2023-02-09 15:45:20 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2023-02-09 15:45:20 +00:00 (Migrated from gitlab.com)

added 17 commits

  • 67416e24...870dc94a - 16 commits from branch master
  • 97de3c28 - Build(deps): bump nuxt-edge

Compare with previous version

added 17 commits <ul><li>67416e24...870dc94a - 16 commits from branch <code>master</code></li><li>97de3c28 - Build(deps): bump nuxt-edge</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/887/diffs?diff_id=599840419&start_sha=67416e24443e191d314624c76b19894dffd1a176)
argoyle commented 2023-02-09 15:45:21 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-02-09 15:46:04 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2023-02-09 15:58:55 +00:00
Sign in to join this conversation.