leaderboardsgg / leaderboard-site

Frontend of Leaderboards.gg
https://leaderboards.gg/
GNU General Public License v3.0
55 stars 20 forks source link

Update dependency @nuxt/vite-builder to v3.0.0 #533

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/vite-builder 3.0.0-rc.12 -> 3.0.0 age adoption passing confidence

Release Notes

nuxt/framework ### [`v3.0.0`](https://togithub.com/nuxt/framework/releases/tag/v3.0.0): Nuxt 3.0 stable [Compare Source](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.14...v3.0.0) ✨ [**Official Release Announcenment**](https://nuxt.com/v3) 💬 [**Release Discussion**](https://togithub.com/nuxt/framework/discussions/9064) ##### 📝 Changelog **Check out [v3.0.0-rc.14](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.14) for other recent changes.** ##### 🩹 Fixes - **nuxt:** Removed auto imports ([#​9045](https://togithub.com/nuxt/framework/pull/9045)) - **schema:** Initialise `runtimeConfig.public` with empty object ([#​9050](https://togithub.com/nuxt/framework/pull/9050)) - **cli:** Upgrade with `latest` tag ([#​9060](https://togithub.com/nuxt/framework/pull/9060)) - **nuxt:** Allow union type arguments for `useAsyncData` ([#​9061](https://togithub.com/nuxt/framework/pull/9061)) ##### 📖 Documentation - New website design ([#​9007](https://togithub.com/nuxt/framework/pull/9007)) - Update website theme version ([819deb89](https://togithub.com/nuxt/framework/commit/819deb89)) - Minor style improvements ([9ab069b2](https://togithub.com/nuxt/framework/commit/9ab069b2)) - Update website-theme ([780b17b1](https://togithub.com/nuxt/framework/commit/780b17b1)) - Add warning about `definePageMeta` issues with transitions and `NuxtLoadingIndicator` ([#​9055](https://togithub.com/nuxt/framework/pull/9055)) - Add missing agencies ([#​9059](https://togithub.com/nuxt/framework/pull/9059)) ##### 🏡 Chore - Update readme design ([#​9048](https://togithub.com/nuxt/framework/pull/9048)) - Ignore `parse5` for renovate update ([#​9046](https://togithub.com/nuxt/framework/pull/9046)) ##### ❤️ Contributors - Toby Faux - Clément Ollivier ([@​clemcode](http://github.com/clemcode)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Conner ([@​Intevel](http://github.com/Intevel)) - Sébastien Chopin ([@​Atinux](http://github.com/Atinux)) - Daniel Roe ### [`v3.0.0-rc.14`](https://togithub.com/nuxt/framework/releases/tag/v3.0.0-rc.14) [Compare Source](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.13...v3.0.0-rc.14) > **Note** > This is the last release candidate for Nuxt v3! Are you ready? 👀 👉 [Release Discussion](https://togithub.com/nuxt/framework/discussions/9032) ##### Changelog [compare changes](https://togithub.com/nuxt/framework/compare/v3.0.0-rc.13...v3.0.0-rc.14) ##### ⚠️ Breaking Changes - **cli:** Setup nuxt globally with `nuxt test` ([#​4578](https://togithub.com/nuxt/framework/pull/4578)) - **nuxt:** Only add `$f` fetch prefix to auto-keys ([#​8852](https://togithub.com/nuxt/framework/pull/8852)) - **test-utils:** Use `vitest/node` subpath export ([#​8815](https://togithub.com/nuxt/framework/pull/8815)) - **nuxt:** Remove `initialCache` option ([#​8885](https://togithub.com/nuxt/framework/pull/8885)) - **nuxt:** Enable payload extraction only for `nuxi generate` ([#​9018](https://togithub.com/nuxt/framework/pull/9018)) - **nuxt:** Include request url and params in `useFetch` key ([#​6632](https://togithub.com/nuxt/framework/pull/6632)) - **nuxt:** Fix typo for `NuxtRenderHTMLContext.bodyPrepend` ([#​8712](https://togithub.com/nuxt/framework/pull/8712)) ([#​8704](https://togithub.com/nuxt/framework/pull/8704)) - **nuxt:** Remove support for `404.vue` shorthand ([#​8809](https://togithub.com/nuxt/framework/pull/8809)) - **kit:** Remove support for module container ([#​9010](https://togithub.com/nuxt/framework/pull/9010)) - **nuxt:** Move `head` option support into `defineNuxtComponent` ([#​8901](https://togithub.com/nuxt/framework/pull/8901)) - Remove deprecated api ([#​9029](https://togithub.com/nuxt/framework/pull/9029)) \- Remove `PrivateRuntimeConfig` interface support \- Remove `autoImports` option \- Remove `autoImports:extend` hook support \- Remove deprecated `addAutoImport` and `addAutoImport` utilities (use `addImports` and `addImportsDir`) \- Remove `defer` option for `useAsyncData` \- Remove support for `installModule(nuxt, nuxtModule)` \- Remove support for module defenition as function \- Remove support for `name` in module definition (use `meta.name`) \- Remove deprecated `throwError` (use `showError`) \- Remove deprecated `useActiveRoute` (use `useRoute`) \- Remove deprecated `NuxtConfig` and `defineNuxtConfig` imports from `nuxt` (import from `nuxt/config`) \- Remove deprecated ` Githubissues.
  • Githubissues is a development platform for aggregating issues.