nuxt / icon

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

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

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​iconify/collections ^1.0.356 -> ^1.0.366 age adoption passing confidence
@nuxt/devtools (source) ^1.0.2 -> ^1.0.4 age adoption passing confidence
@nuxt/devtools-kit (source) ^1.0.2 -> ^1.0.4 age adoption passing confidence
@nuxt/kit (source) ^3.8.1 -> ^3.8.2 age adoption passing confidence
@types/node (source) ^20.9.0 -> ^20.10.3 age adoption passing confidence
nuxt (source) ^3.8.1 -> ^3.8.2 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.3.2 age adoption passing confidence
vue-tsc (source) ^1.8.22 -> ^1.8.25 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools) ### [`v1.0.4`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#104-2023-11-27) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.0.3...v1.0.4) ##### Bug Fixes - **pip:** check for https support ([#​522](https://togithub.com/nuxt/devtools/issues/522)) ([5360cf4](https://togithub.com/nuxt/devtools/commit/5360cf48b8d8e151d3ced83428e3c84dd1b90264)) - require auth token with `getImageMeta` and `getTextAssetContent` ([69316c4](https://togithub.com/nuxt/devtools/commit/69316c477455332bd2b2037956fa6cfe02610d2f)) - require token for `restartNuxt` ([09384af](https://togithub.com/nuxt/devtools/commit/09384afe58dee0a7a4f8e3faaf8503e7a57f97b2)) ##### Features - **devtools:** support for xdg-home-config ([#​526](https://togithub.com/nuxt/devtools/issues/526)) ([4abd280](https://togithub.com/nuxt/devtools/commit/4abd2807613b61fe74a399a1851a9ac2e3313ab4)) - error tab ([#​520](https://togithub.com/nuxt/devtools/issues/520)) ([68b8cfc](https://togithub.com/nuxt/devtools/commit/68b8cfc725400935faef722ae381f79ebf44f161)) ### [`v1.0.3`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#103-2023-11-20) [Compare Source](https://togithub.com/nuxt/devtools/compare/v1.0.2...v1.0.3) ##### Bug Fixes - support user `baseURL`, close [#​506](https://togithub.com/nuxt/devtools/issues/506) ([2697340](https://togithub.com/nuxt/devtools/commit/269734087ad45046828459c658ec737f6aad7c88)) - tolerant parse error for local options, close [#​518](https://togithub.com/nuxt/devtools/issues/518) ([e604124](https://togithub.com/nuxt/devtools/commit/e604124512c967cabd1ea623ef1c87e54a585192)) ##### Features - disable devtools in test mode ([51e8de6](https://togithub.com/nuxt/devtools/commit/51e8de6da55f9f359da9d5e74bbb272a1b13ced4))
nuxt/nuxt (@​nuxt/kit) ### [`v3.8.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.8.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.8.1...v3.8.2) > 3.8.2 is a patch release focusing on bug fixes ##### 👀 Highlights 3.8.2 is a patch release and we've deferred some exciting features in our next release (3.9.0, expected in December) but it does bring a significant [Nitro minor release: v2.8.0](https://togithub.com/unjs/nitro/releases/tag/v2.8.0). It's well worth checking out the release notes. 👉 Note that as Nitro has updated to rollup v4, but as Nuxt's vite dependency is still on rollup v3 until v3.9, you may experience type mismatches in modules or your projects if you are dependent on particular rollup plugins or plugin types. ##### ✅ 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.8.1...v3.8.2) ##### 🩹 Fixes - **vite:** Skip warming up node builtins ([#​24162](https://togithub.com/nuxt/nuxt/pull/24162)) - **vite:** Provide default values for `transformAssetUrls` ([#​24173](https://togithub.com/nuxt/nuxt/pull/24173)) - **nuxt:** Wrap caught asyncData error in `createError` ([#​24093](https://togithub.com/nuxt/nuxt/pull/24093)) - **nuxt:** Include plugin templates in `plugins.d.ts` if they will be written ([#​23943](https://togithub.com/nuxt/nuxt/pull/23943)) - **nuxt:** Handle multi-line slots in islands ([#​24212](https://togithub.com/nuxt/nuxt/pull/24212)) - **nuxt:** Fix replace regex used for slots in islands SSR ([#​24255](https://togithub.com/nuxt/nuxt/pull/24255)) - **vite:** Use rollup replace plugin for `typeof` optimisations ([#​23903](https://togithub.com/nuxt/nuxt/pull/23903)) - **nuxt:** Provide route component names to `KeepAlive` cache ([#​24024](https://togithub.com/nuxt/nuxt/pull/24024)) - **schema:** Use scule types for `runtimeConfig` type hints ([#​23696](https://togithub.com/nuxt/nuxt/pull/23696)) - **nuxt:** Deeply unwrap headers/query for `useFetch` key ([#​24307](https://togithub.com/nuxt/nuxt/pull/24307)) - **nuxt:** Split component name case in each segment ([#​24318](https://togithub.com/nuxt/nuxt/pull/24318)) - **nuxt:** Do not compute `useFetch` key from headers ([#​23462](https://togithub.com/nuxt/nuxt/pull/23462), [#​24333](https://togithub.com/nuxt/nuxt/pull/24333)) - **nuxt:** Set framework info for nitro ([#​24340](https://togithub.com/nuxt/nuxt/pull/24340)) - **schema:** Add type for `ignoreOptions` ([#​24337](https://togithub.com/nuxt/nuxt/pull/24337)) - **nuxt:** Log errors rendering islands ([#​24356](https://togithub.com/nuxt/nuxt/pull/24356)) - **nuxt:** Respect custom timeout in `useFetch` ([#​24364](https://togithub.com/nuxt/nuxt/pull/24364)) - **nuxt:** Use max length + iterations for `useCookie` timeout ([#​24253](https://togithub.com/nuxt/nuxt/pull/24253)) - **nuxt:** Handle errors when booting app with `app:error` ([#​24376](https://togithub.com/nuxt/nuxt/pull/24376)) ##### 📖 Documentation - Remove unused import from example ([#​24168](https://togithub.com/nuxt/nuxt/pull/24168)) - Create a page explaining `import.meta` ([#​24186](https://togithub.com/nuxt/nuxt/pull/24186)) - Remove link to `.nuxtrc` in `nuxt/starter` ([56147b4a8](https://togithub.com/nuxt/nuxt/commit/56147b4a8)) - Correct spelling from "opiniated" to "opinionated" ([#​24248](https://togithub.com/nuxt/nuxt/pull/24248)) - Mention new `defineNuxtPlugin` syntax in bridge migration ([#​23036](https://togithub.com/nuxt/nuxt/pull/23036)) - Mention `nuxt3-vuex-module` in migration guide ([#​24260](https://togithub.com/nuxt/nuxt/pull/24260)) - Fix links to other auto-imports pages ([#​24269](https://togithub.com/nuxt/nuxt/pull/24269)) - Remove only ([#​24295](https://togithub.com/nuxt/nuxt/pull/24295)) - Update link to deno deploy provider docs ([88ee7b7ea](https://togithub.com/nuxt/nuxt/commit/88ee7b7ea)) - Typos and wording tweaks for getting started section ([#​24319](https://togithub.com/nuxt/nuxt/pull/24319)) - Update `.gitignore` in directory structure ([#​24338](https://togithub.com/nuxt/nuxt/pull/24338)) - Add hint about `app.config` placement with custom `srcDir` ([#​24252](https://togithub.com/nuxt/nuxt/pull/24252)) - Typos and wording tweaks for guide section ([#​24323](https://togithub.com/nuxt/nuxt/pull/24323)) - Remove path for `` in example ([#​24244](https://togithub.com/nuxt/nuxt/pull/24244)) - Mention changing directory in installation guide ([#​23680](https://togithub.com/nuxt/nuxt/pull/23680)) - Use `@nuxt/kit-nightly` in example ([bdedc3207](https://togithub.com/nuxt/nuxt/commit/bdedc3207)) - Update `nuxi-edge` to `nuxi-nightly` ([#​24347](https://togithub.com/nuxt/nuxt/pull/24347)) - Minor wording & formatting tweaks ([#​24349](https://togithub.com/nuxt/nuxt/pull/24349)) - Add AWS Amplify Hosting to hosting providers ([#​24371](https://togithub.com/nuxt/nuxt/pull/24371)) - Fix typo ([#​24375](https://togithub.com/nuxt/nuxt/pull/24375)) - Simplify to deployments page ([13b93237e](https://togithub.com/nuxt/nuxt/commit/13b93237e)) - Update to /deploy url ([751dad7d7](https://togithub.com/nuxt/nuxt/commit/751dad7d7)) - Improve readme ([07ab072bc](https://togithub.com/nuxt/nuxt/commit/07ab072bc)) ##### 🏡 Chore - Extract `@nuxt/test-utils` to separate repo ([#​24146](https://togithub.com/nuxt/nuxt/pull/24146)) - Remove stray router.options file ([7fbcaf290](https://togithub.com/nuxt/nuxt/commit/7fbcaf290)) - Fix `repository` fields in `package.json` ([54529c17d](https://togithub.com/nuxt/nuxt/commit/54529c17d)) - Add homepage and repo directory to `package.json`s ([#​24189](https://togithub.com/nuxt/nuxt/pull/24189)) - Update to use `@nuxt/eslint-config` ([#​24209](https://togithub.com/nuxt/nuxt/pull/24209)) - Revert coverage provider version ([b90b631df](https://togithub.com/nuxt/nuxt/commit/b90b631df)) ##### ✅ Tests - Add route-provider e2e test ([#​24195](https://togithub.com/nuxt/nuxt/pull/24195)) - **nuxt:** Add additional unit tests for composables ([#​24289](https://togithub.com/nuxt/nuxt/pull/24289)) ##### ❤️ Contributors - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Christian Gil ([@​ChrisGV04](https://togithub.com/ChrisGV04)) - Clément Ollivier ([@​clemcode](https://togithub.com/clemcode)) - Luke Nelson ([@​luc122c](https://togithub.com/luc122c)) - Siegerts ([@​siegerts](https://togithub.com/siegerts)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Joe Hawes ([@​morehawes](https://togithub.com/morehawes)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Pooya Parsa ([@​pi0](https://togithub.com/pi0)) - Boby Tiwari ([@​Boby900](https://togithub.com/Boby900)) - Sita ([@​Pitabread8](https://togithub.com/Pitabread8)) - Nils Wiesinger ([@​warflash](https://togithub.com/warflash)) - Webfansplz ([@​webfansplz](https://togithub.com/webfansplz)) - Aaron_Zhou ([@​Clarkkkk](https://togithub.com/Clarkkkk)) - 56 ([@​Nationalcat](https://togithub.com/Nationalcat)) - Adrien Zaganelli ([@​adrienZ](https://togithub.com/adrienZ)) - Alonge Akintomide ([@​tomidealonge](https://togithub.com/tomidealonge)) - Nasser BOUKEHIL ([@​nasrob](https://togithub.com/nasrob)) - Passionate-bram ([@​passionate-bram](https://togithub.com/passionate-bram)) - Maxime Pauvert ([@​maximepvrt](https://togithub.com/maximepvrt)) - Dario Ferderber ([@​darioferderber](https://togithub.com/darioferderber)) - Brendan Mulholland ([@​bmulholland](https://togithub.com/bmulholland))
Microsoft/TypeScript (typescript) ### [`v5.3.2`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.3.2): TypeScript 5.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.3.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.3.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
vuejs/language-tools (vue-tsc) ### [`v1.8.25`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1825-2023126) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.24...v1.8.25) - fix(component-type-helpers): correct type inference for FunctionalComponent ([#​3766](https://togithub.com/vuejs/language-tools/issues/3766)) - thanks [@​pinguet62](https://togithub.com/pinguet62) - fix(language-core): camelize props for dynamic component ([#​3774](https://togithub.com/vuejs/language-tools/issues/3774)) - thanks [@​so1ve](https://togithub.com/so1ve) ### [`v1.8.24`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1824-20231129) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.22...v1.8.24) - refactor(component-type-helpers): vue 2 types now move to `vue-component-type-helpers/vue2` ([#​3404](https://togithub.com/vuejs/language-tools/issues/3404)) - feat(language-core): expose `defineEmits`'s `arg` and `typeArg` in `parseScriptSetupRanges` ([#​3710](https://togithub.com/vuejs/language-tools/issues/3710)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix(language-core): `strictTemplates` fails to report unknown components ([#​3539](https://togithub.com/vuejs/language-tools/issues/3539)) - fix(language-core): script syntax breaks if script options does not have trailing comma ([#​3755](https://togithub.com/vuejs/language-tools/issues/3755)) - fix(language-core): script syntax breaks if options are enclosed in parentheses ([#​3756](https://togithub.com/vuejs/language-tools/issues/3756)) - fix(language-core): allow using `as` with multiple ` Githubissues.
  • Githubissues is a development platform for aggregating issues.