vrtpro / chocolattech

🍫 Choco Latte's replacement & open source alternative website with better improvements
https://chocolatte.falcxxdev.cyou
MIT License
13 stars 1 forks source link

chore(deps): update all non-major dependencies #54

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 3.5.1 -> 3.5.3 age adoption passing confidence
typescript (source) 5.0.4 -> 5.1.3 age adoption passing confidence

Release Notes

nuxt/nuxt ### [`v3.5.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.2...v3.5.3) > 3.5.3 is expected to be the last patch release before our next raft of features lands in v3.6. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.5.2...v3.5.3) ##### 🔥 Performance - **nuxt:** Avoid watching nested paths ([#​21256](https://togithub.com/nuxt/nuxt/pull/21256)) ##### 🩹 Fixes - **nuxt:** Handle serialising empty bigint ([#​21257](https://togithub.com/nuxt/nuxt/pull/21257)) - **cli:** Pass `--no-clear` config through to vite ([#​21262](https://togithub.com/nuxt/nuxt/pull/21262)) - **cli:** Always use the latest devtools wizard ([#​21291](https://togithub.com/nuxt/nuxt/pull/21291)) - **schema:** Update `vue-loader` options type ([#​21363](https://togithub.com/nuxt/nuxt/pull/21363)) - **schema:** Add types for vue experimental features ([#​21364](https://togithub.com/nuxt/nuxt/pull/21364)) - **nuxt:** Display errors in client overlay with `typeCheck` ([#​21064](https://togithub.com/nuxt/nuxt/pull/21064)) - **nuxt:** Support usage of `std-env` in runtime code ([#​21372](https://togithub.com/nuxt/nuxt/pull/21372)) - **nuxt:** Key distinct pages differently for legacy asyncData ([#​21263](https://togithub.com/nuxt/nuxt/pull/21263)) - **vite:** Skip generating keys for locally scoped functions ([#​20955](https://togithub.com/nuxt/nuxt/pull/20955)) - **kit:** Temporarily inline `lodash.template` from `lodash-es` ([#​20892](https://togithub.com/nuxt/nuxt/pull/20892)) ##### 📖 Documentation - Add `index.vue` to page routing example ([#​21240](https://togithub.com/nuxt/nuxt/pull/21240)) - Distinguish between `$fetch` and fetch composables ([#​21228](https://togithub.com/nuxt/nuxt/pull/21228)) - Adjust `env` property to match `runtimeConfig` ([#​21265](https://togithub.com/nuxt/nuxt/pull/21265)) - Fix Cloudflare capitalization ([#​21267](https://togithub.com/nuxt/nuxt/pull/21267)) - Migrate transition class names and style prop ([#​21281](https://togithub.com/nuxt/nuxt/pull/21281)) - Remove irregular spaces ([#​21380](https://togithub.com/nuxt/nuxt/pull/21380)) ##### 🏡 Chore - Pin dev dependencies ([9fb83b744](https://togithub.com/nuxt/nuxt/commit/9fb83b744)) - Avoid inlining deps in vitest ([#​21316](https://togithub.com/nuxt/nuxt/pull/21316)) - Rewrite crawler to remove old dependencies ([#​21326](https://togithub.com/nuxt/nuxt/pull/21326)) - Support vitest 0.30.0 peer dependency ([d58d1ea1e](https://togithub.com/nuxt/nuxt/commit/d58d1ea1e)) ##### ✅ Tests - Add additional component case ([6f8d036d4](https://togithub.com/nuxt/nuxt/commit/6f8d036d4)) ##### 🤖 CI - Apply security best practices to workflows ([#​21328](https://togithub.com/nuxt/nuxt/pull/21328)) - Pin more action dependencies to hash ([#​21330](https://togithub.com/nuxt/nuxt/pull/21330)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Wilson Pinto ([@​wilsonpinto](https://togithub.com/wilsonpinto)) - Anhao ([@​ah-dc](https://togithub.com/ah-dc)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Alexander ([@​xanderbarkhatov](https://togithub.com/xanderbarkhatov)) - Lehoczky Zoltán ([@​Lehoczky](https://togithub.com/Lehoczky)) - [@​scscgit](https://togithub.com/scscgit) - Warflash ([@​warflash](https://togithub.com/warflash)) - Andrew Luca ([@​iamandrewluca](https://togithub.com/iamandrewluca)) - Hebilicious ([@​Hebilicious](https://togithub.com/Hebilicious)) ### [`v3.5.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.1...v3.5.2) > 3.5.2 is a patch release focusing on bug fixes. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.5.1...v3.5.2) ##### 🔥 Performance - **nuxt:** Use `.test` and hoist regexps where possible ([#​21011](https://togithub.com/nuxt/nuxt/pull/21011)) ##### 🩹 Fixes - **nuxt:** Fix useLazyFetch types ([#​20989](https://togithub.com/nuxt/nuxt/pull/20989)) - **nuxt:** Scan component dirs case-sensitively ([#​20995](https://togithub.com/nuxt/nuxt/pull/20995)) - **schema:** Remove duplicate `@default` jsdoc tag ([#​21010](https://togithub.com/nuxt/nuxt/pull/21010)) - **nuxt:** Add type support for router composables without `pages/` integration ([397c54c9d](https://togithub.com/nuxt/nuxt/commit/397c54c9d)) - **nuxt:** Use simple incrementing id on client ([#​20992](https://togithub.com/nuxt/nuxt/pull/20992)) - **nuxt:** Treeshake `` with webpack ([#​21013](https://togithub.com/nuxt/nuxt/pull/21013)) - **nuxt:** Await nuxt ready state before `refreshNuxtData` ([#​21008](https://togithub.com/nuxt/nuxt/pull/21008)) - **nuxt:** Show error page after fatal `abortNavigation` ([#​21047](https://togithub.com/nuxt/nuxt/pull/21047)) - **nuxt:** Normalize windows paths in granular watcher ([#​21066](https://togithub.com/nuxt/nuxt/pull/21066)) - **nuxt:** Omit `Set-Cookie` header if value is null ([#​21072](https://togithub.com/nuxt/nuxt/pull/21072)) - **nuxt:** Resolve modules relative to modulesDir ([#​21082](https://togithub.com/nuxt/nuxt/pull/21082)) - **vite:** Narrow vite-node inline pattern ([#​21224](https://togithub.com/nuxt/nuxt/pull/21224)) ##### 📖 Documentation - Fix typo in modules directory example ([#​21014](https://togithub.com/nuxt/nuxt/pull/21014)) - Fix a typo in code example ([#​21057](https://togithub.com/nuxt/nuxt/pull/21057)) - Link to correct webpack css extraction loader ([4e6369cef](https://togithub.com/nuxt/nuxt/commit/4e6369cef)) - **api:** Add `render:island` hook ([#​21065](https://togithub.com/nuxt/nuxt/pull/21065)) - Rewrite data fetching section ([#​21031](https://togithub.com/nuxt/nuxt/pull/21031)) - Improve data fetching docs ([#​21197](https://togithub.com/nuxt/nuxt/pull/21197)) ##### 🏡 Chore - Move v2 docs to v2.nuxt.com ([6d8c119a2](https://togithub.com/nuxt/nuxt/commit/6d8c119a2)) - Add missing dependencies ([9723add18](https://togithub.com/nuxt/nuxt/commit/9723add18)) ##### ✅ Tests - Refactor type tests into a separate fixture ([#​21007](https://togithub.com/nuxt/nuxt/pull/21007)) - Close out some missing browser contexts ([3bc3aeaf6](https://togithub.com/nuxt/nuxt/commit/3bc3aeaf6)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Jongmin Yoon ([@​jongmin4943](https://togithub.com/jongmin4943)) - Louis Haftmann ([@​LouisHaftmann](https://togithub.com/LouisHaftmann)) - Clément Ollivier ([@​clemcode](https://togithub.com/clemcode)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Alexander ([@​xanderbarkhatov](https://togithub.com/xanderbarkhatov)) - Yue Yang ([@​g1eny0ung](https://togithub.com/g1eny0ung)) - Lucie ([@​lihbr](https://togithub.com/lihbr)) - [@​Gecolay](https://togithub.com/Gecolay) - Lehoczky Zoltán ([@​Lehoczky](https://togithub.com/Lehoczky)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Haruaki OTAKE ([@​aaharu](https://togithub.com/aaharu))
Microsoft/TypeScript ### [`v5.1.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.3): TypeScript 5.1.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.