nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
874 stars 38 forks source link

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

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/devtools ^0.5.0 -> ^0.5.5 age adoption passing confidence
@nuxt/kit ^3.5.0 -> ^3.5.3 age adoption passing confidence
nuxt ^3.5.0 -> ^3.5.3 age adoption passing confidence
release-it ^15.10.3 -> ^15.11.0 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.1.3 age adoption passing confidence

Release Notes

nuxt/devtools ### [`v0.5.5`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​055-httpsgithubcomnuxtdevtools-poccomparev054v055-2023-05-25) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.5.4...v0.5.5) ##### Bug Fixes - **command-palette:** avoid key conflicts ([c86697e](https://togithub.com/nuxt/devtools-poc/commit/c86697ee29324b8809f4b041891c628829f001c7)) - **CommandPalette:** fix item scroll ([#​246](https://togithub.com/nuxt/devtools-poc/issues/246)) ([9aa13f6](https://togithub.com/nuxt/devtools-poc/commit/9aa13f6966b1b6b2b260cc87b5065e60c41762a7)) - **pages:** route parsing ([d525412](https://togithub.com/nuxt/devtools-poc/commit/d525412b81f3f3b08a28a1c94b37fd080e02eb39)) ### [`v0.5.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​054-httpsgithubcomnuxtdevtools-poccomparev053v054-2023-05-24) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.5.3...v0.5.4) ##### Bug Fixes - **open-graph:** improve ui ([7d03f5d](https://togithub.com/nuxt/devtools-poc/commit/7d03f5dae38f37ac4222059384dbf60fe85b7569)) ##### Features - command panel for tabs ([#​240](https://togithub.com/nuxt/devtools-poc/issues/240)) ([0760252](https://togithub.com/nuxt/devtools-poc/commit/076025270d46ec4ce61d932e40722dd2be395deb)) ### [`v0.5.3`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​053-httpsgithubcomnuxtdevtools-poccomparev052v053-2023-05-23) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.5.2...v0.5.3) ### [`v0.5.2`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​052-httpsgithubcomnuxtdevtools-poccomparev051v052-2023-05-23) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.5.1...v0.5.2) ##### Bug Fixes - improve module installing experience ([ab8083b](https://togithub.com/nuxt/devtools-poc/commit/ab8083b0980b11d233a5914d2e06b088c06e6fca)) - reactivity life cycle ([486db15](https://togithub.com/nuxt/devtools-poc/commit/486db15f7f45a06e66de0f60cafc96ac2e219dae)) ### [`v0.5.1`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#​051-httpsgithubcomnuxtdevtools-poccomparev050v051-2023-05-23) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.5.0...v0.5.1) ##### Bug Fixes - **analyze-build:** state update ([0e32bde](https://togithub.com/nuxt/devtools-poc/commit/0e32bdee427fdd73e449aa1cdd42955275636e21)) - **plugin-metrics:** forward plugin meta ([facef7a](https://togithub.com/nuxt/devtools-poc/commit/facef7a35babd4009d1bcc488f8299b97ced3716)) - **ui-kit:** set text prop as optional in NSectionBlock ([#​241](https://togithub.com/nuxt/devtools-poc/issues/241)) ([16f726c](https://togithub.com/nuxt/devtools-poc/commit/16f726ca60697362172f8e6290dbe59bc6e6a4a1)) ##### Features - opt-out all experimental flag ([ff850b1](https://togithub.com/nuxt/devtools-poc/commit/ff850b18a223c225a022294621e2293397faf648))
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)) ### [`v3.5.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.5.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.5.0...v3.5.1) > 3.5.1 is a patch release, with bug fixes and performance improvements. #### ✅ 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.0...v3.5.1) ##### 🔥 Performance - **nuxt:** Use granular watcher to avoid crawling ignored dirs ([#​20836](https://togithub.com/nuxt/nuxt/pull/20836)) ##### 🩹 Fixes - **webpack:** Analyze report path ([#​20878](https://togithub.com/nuxt/nuxt/pull/20878)) - **nuxt:** Allow island renders without `/` route ([#​20894](https://togithub.com/nuxt/nuxt/pull/20894)) - **nuxt:** Infer `useFetch` method when generic is passed ([#​20797](https://togithub.com/nuxt/nuxt/pull/20797)) - **nuxt:** Prioritise vue app context when available ([#​20910](https://togithub.com/nuxt/nuxt/pull/20910)) - **nuxt:** Don't `refresh` when hydrating when data is present ([#​20916](https://togithub.com/nuxt/nuxt/pull/20916)) - **nuxt:** Resolve layer assets in relation to layer directory ([#​20932](https://togithub.com/nuxt/nuxt/pull/20932)) - **nuxt:** Don't match partial component names with prefix ([#​20939](https://togithub.com/nuxt/nuxt/pull/20939)) - **kit:** Resolve relative module paths when installing ([#​20896](https://togithub.com/nuxt/nuxt/pull/20896)) - **nuxt:** Exclude plugin declaration from non-existent files ([#​20974](https://togithub.com/nuxt/nuxt/pull/20974)) - **nuxt:** Use `default` type for initial value for composables ([#​20968](https://togithub.com/nuxt/nuxt/pull/20968)) - **nuxt:** Skip middleware for islands components ([#​20924](https://togithub.com/nuxt/nuxt/pull/20924)) - **nuxt:** Use `resolvePath` to handle edge cases for modules ([#​20975](https://togithub.com/nuxt/nuxt/pull/20975)) ##### 📖 Documentation - Fix defaults in custom fetch example ([#​20898](https://togithub.com/nuxt/nuxt/pull/20898)) - Fix typo ([#​20907](https://togithub.com/nuxt/nuxt/pull/20907)) - Add `pnpm test` command to run whole test suite ([4907660ff](https://togithub.com/nuxt/nuxt/commit/4907660ff)) - Remove warning around `experimental.renderJsonPayloads` ([891ba880e](https://togithub.com/nuxt/nuxt/commit/891ba880e)) - Add example of 'alphabetical' plugin numbering ([#​20930](https://togithub.com/nuxt/nuxt/pull/20930)) - **rendering:** Improve rendering modes section ([244c68108](https://togithub.com/nuxt/nuxt/commit/244c68108)) - **rendering:** Lint fix ([ef8b5b593](https://togithub.com/nuxt/nuxt/commit/ef8b5b593)) - Sync `useAsyncData` and `useFetch` types ([#​20935](https://togithub.com/nuxt/nuxt/pull/20935)) - Update static to isr ([#​20964](https://togithub.com/nuxt/nuxt/pull/20964)) - Add advanced usage example of `useState` ([#​20249](https://togithub.com/nuxt/nuxt/pull/20249)) - Add link to layers from `pages/` docs ([#​20976](https://togithub.com/nuxt/nuxt/pull/20976)) ##### 🏡 Chore - Rename script test for fixtures:payload ([#​20908](https://togithub.com/nuxt/nuxt/pull/20908)) - Pass ref to checkout ([58ed8ec34](https://togithub.com/nuxt/nuxt/commit/58ed8ec34)) - Remove outdated todo comment ([b2a769a86](https://togithub.com/nuxt/nuxt/commit/b2a769a86)) ##### 🤖 CI - Try different ref format ([2b10dd7b7](https://togithub.com/nuxt/nuxt/commit/2b10dd7b7)) ##### ❤️ Contributors - Paul Grau ([@​graup](https://togithub.com/graup)) - Luciano Tonet ([@​lucianotonet](https://togithub.com/lucianotonet)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Haruaki OTAKE ([@​aaharu](https://togithub.com/aaharu)) - Nate Emerson ([@​nateemerson](https://togithub.com/nateemerson)) - Jongmin Yoon ([@​jongmin4943](https://togithub.com/jongmin4943)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Aziz Ramdan Kurniawan ([@​azizramdan](https://togithub.com/azizramdan)) - [@​Gypsophyllite](https://togithub.com/Gypsophyllite) - Wilson Pinto ([@​wilsonpinto](https://togithub.com/wilsonpinto)) - Lemon ([@​ww-lemon](https://togithub.com/ww-lemon)) - Vasily Kuzin ([@​ExEr7um](https://togithub.com/ExEr7um)) - Anthony Fu ([@​antfu](https://togithub.com/antfu))
release-it/release-it ### [`v15.11.0`](https://togithub.com/release-it/release-it/releases/tag/15.11.0) [Compare Source](https://togithub.com/release-it/release-it/compare/15.10.5...15.11.0) - Fix regression caused by [`46fc8fa`](https://togithub.com/release-it/release-it/commit/46fc8fa) ([`1ea14aa`](https://togithub.com/release-it/release-it/commit/1ea14aa)) - Remove + ignore .DS_Store ([`0198b89`](https://togithub.com/release-it/release-it/commit/0198b89)) - Fix lint issue ([`6158d7e`](https://togithub.com/release-it/release-it/commit/6158d7e)) - feat: Adding publicPath option for npm publishConfig ([#​1010](https://togithub.com/release-it/release-it/issues/1010)) ([`fef8566`](https://togithub.com/release-it/release-it/commit/fef8566)) ### [`v15.10.5`](https://togithub.com/release-it/release-it/releases/tag/15.10.5) [Compare Source](https://togithub.com/release-it/release-it/compare/15.10.4...15.10.5) - Downgrade [@​octokit/request-error](https://togithub.com/octokit/request-error) ([`9b97b46`](https://togithub.com/release-it/release-it/commit/9b97b46)) ### [`v15.10.4`](https://togithub.com/release-it/release-it/releases/tag/15.10.4) [Compare Source](https://togithub.com/release-it/release-it/compare/15.10.3...15.10.4) - Start using GITHUB_TOKEN_RELEASE_IT locally ([`d13edef`](https://togithub.com/release-it/release-it/commit/d13edef)) - Fix proxy-agent import ([`e28bdd6`](https://togithub.com/release-it/release-it/commit/e28bdd6)) - Update dependencies ([`5472a58`](https://togithub.com/release-it/release-it/commit/5472a58)) - Fix whitespace ([`75e970a`](https://togithub.com/release-it/release-it/commit/75e970a)) - fix: use deep merge strategy for context and options in Plugin ([#​1009](https://togithub.com/release-it/release-it/issues/1009)) ([`f0f0cf3`](https://togithub.com/release-it/release-it/commit/f0f0cf3)) - markdown-link-check ([`22bfb01`](https://togithub.com/release-it/release-it/commit/22bfb01)) - fix: update gitlab CI documentation ([#​1007](https://togithub.com/release-it/release-it/issues/1007)) ([`433f85e`](https://togithub.com/release-it/release-it/commit/433f85e)) - Add "videos, articles & examples" section (closes [#​1005](https://togithub.com/release-it/release-it/issues/1005)) ([`18abf36`](https://togithub.com/release-it/release-it/commit/18abf36))
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.

what-the-diff[bot] commented 1 year ago

PR Summary

what-the-diff[bot] commented 1 year ago

PR Summary

what-the-diff[bot] commented 1 year ago

🆕 PR Summary

what-the-diff[bot] commented 1 year ago

PR Summary

what-the-diff[bot] commented 1 year ago

PR Summary

what-the-diff[bot] commented 1 year ago

PR Summary

what-the-diff[bot] commented 1 year ago

PR Summary