nuxt / icon

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

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

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
@iconify/vue (source) ^4.0.1 -> ^4.0.2 age adoption passing confidence
release-it ^15.5.0 -> ^15.6.0 age adoption passing confidence
typescript (source) ^4.9.3 -> ^4.9.4 age adoption passing confidence
vue-tsc ^1.0.10 -> ^1.0.24 age adoption passing confidence

Release Notes

release-it/release-it ### [`v15.6.0`](https://togithub.com/release-it/release-it/releases/tag/15.6.0) [Compare Source](https://togithub.com/release-it/release-it/compare/15.5.1...15.6.0) - Fix specs for [#​966](https://togithub.com/release-it/release-it/issues/966) ([`39a318b`](https://togithub.com/release-it/release-it/commit/39a318b)) - Move space (quickfix) ([`cfae247`](https://togithub.com/release-it/release-it/commit/cfae247)) - fix: use spec formdata ([#​958](https://togithub.com/release-it/release-it/issues/958)) ([`c21e6b6`](https://togithub.com/release-it/release-it/commit/c21e6b6)) - Fix `npm.isCollaborator()` on npm v9 ([#​966](https://togithub.com/release-it/release-it/issues/966)) ([`3bd405a`](https://togithub.com/release-it/release-it/commit/3bd405a)) - feat(git): added option to use --exclude option on git describe ([#​963](https://togithub.com/release-it/release-it/issues/963)) ([`2b484bf`](https://togithub.com/release-it/release-it/commit/2b484bf)) ### [`v15.5.1`](https://togithub.com/release-it/release-it/releases/tag/15.5.1) [Compare Source](https://togithub.com/release-it/release-it/compare/15.5.0...15.5.1) - Update dependencies ([`aa89cbd`](https://togithub.com/release-it/release-it/commit/aa89cbd)) - Prompt for npm OTP in --only-version (fixes [#​948](https://togithub.com/release-it/release-it/issues/948)) ([`ff626d1`](https://togithub.com/release-it/release-it/commit/ff626d1)) - Remove unused export/function ([`331b0de`](https://togithub.com/release-it/release-it/commit/331b0de)) - Add knip + config ([`ee99f63`](https://togithub.com/release-it/release-it/commit/ee99f63))
Microsoft/TypeScript ### [`v4.9.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.9.4): TypeScript 4.9.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v4.9.4](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.9.4%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`e286821`](https://togithub.com/Microsoft/TypeScript/commit/e2868216f637e875a74c675845625eb15dcfe9a2) Bump version to 4.9.4 and LKG. - [`eb5419f`](https://togithub.com/Microsoft/TypeScript/commit/eb5419fc8d980859b98553586dfb5f40d811a745) Cherry-pick [#​51704](https://togithub.com/Microsoft/TypeScript/issues/51704) to release 4.9 ([#​51712](https://togithub.com/Microsoft/TypeScript/issues/51712)) - [`b4d382b`](https://togithub.com/Microsoft/TypeScript/commit/b4d382b9b12460adf2da4cc0d1429cf19f8dc8be) Cherry-pick changes for narrowing to tagged literal types. - [`e7a02f4`](https://togithub.com/Microsoft/TypeScript/commit/e7a02f43fce47e1a39259ada5460bcc33c8e98b5) Port of [#​51626](https://togithub.com/Microsoft/TypeScript/issues/51626) and [#​51689](https://togithub.com/Microsoft/TypeScript/issues/51689) to release-4.9 ([#​51627](https://togithub.com/Microsoft/TypeScript/issues/51627)) - [`1727912`](https://togithub.com/Microsoft/TypeScript/commit/1727912f0437a7f367d90040fc4b0b4f3efd017a) Cherry-pick fix around `visitEachChild` to release-4.9. ([#​51544](https://togithub.com/Microsoft/TypeScript/issues/51544)) This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=117&\_a=release-summary).
johnsoncodehk/volar ### [`v1.0.24`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1024-202318) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.22...v1.0.24) - feat: add `vueCompilerOptions.macros` setting for vue-macros plugins - feat(framework): expose `FileCapabilities.full`, `FileRangeCapabilities.full`, `MirrorBehaviorCapabilities.full` - feat: renamed `normalizeComponentAutoImportName` setting to `normalizeComponentImportName` - feat: support normalize component name for import statement completion ([#​2286](https://togithub.com/johnsoncodehk/volar/issues/2286)) - feat: normalize `Index` to folder name when `normalizeComponentImportName` enabled ([https://github.com/johnsoncodehk/volar/issues/2071#issuecomment-1373701277](https://togithub.com/johnsoncodehk/volar/issues/2071#issuecomment-1373701277)) - feat: support update imports on multiple files move - fix(typescript-plugin): fixed `Projects must list all files or use an 'include' pattern` error ([#​2271](https://togithub.com/johnsoncodehk/volar/issues/2271)) - fix: language client sending `parseSfc` requests when not a vue document changed - fix: typescript actions not working for `codeActionsOnSave` setting ([#​2188](https://togithub.com/johnsoncodehk/volar/issues/2188)) - fix: fixed `c is not iterable` error edge case ([#​2282](https://togithub.com/johnsoncodehk/volar/issues/2282)) - fix: cannot select workspace tsdk on status bar with takeover mode - fix(plugin-api): cannot catch errors for `getEmbeddedFileNames()`, `resolveEmbeddedFile()` - fix(component-meta): cannot detection of slots in script-less SFC ([#​2113](https://togithub.com/johnsoncodehk/volar/issues/2113)) - perf(component-meta): resolve schema on demand ([#​2288](https://togithub.com/johnsoncodehk/volar/issues/2288)) ##### Platinum Sponsors
##### Gold Sponsors
##### Silver Sponsors
### [`v1.0.22`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1022-202315) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.21...v1.0.22) - fix: document folding ranges not working in .ts ### [`v1.0.21`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1021-202315) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.20...v1.0.21) - fix: cannot jump to .vue definition from .ts with takeover mode - fix: cannot detect `@volar/vue-language-plugin-pug` installed ([#​2272](https://togithub.com/johnsoncodehk/volar/issues/2272)) - fix: ignore incremental update for v-for expression ([#​2266](https://togithub.com/johnsoncodehk/volar/issues/2266)) - fix: auto insert spaces for `{{}}` not working - fix: completion in template inserts stray leading dot ([#​2155](https://togithub.com/johnsoncodehk/volar/issues/2155)) - fix: if source document EOL is `\r\n`, virtual document mapping decorations range incorrect ### [`v1.0.20`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1020-202314) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.19...v1.0.20) - feat: support browser navigation for embedded preview - feat: released pug extension ([#​2274](https://togithub.com/johnsoncodehk/volar/issues/2274)) - feat: add `volar.takeOverMode.extension` setting for choice extension that takeover \*.ts language support - fix(typescript-vue-plugin): can't always get latest status of .vue files ([#​2271](https://togithub.com/johnsoncodehk/volar/issues/2271)) - fix: multi-line template interpolation formatting indentation incorrect - refactor(framework): simplify `LanguageServerPlugin` api and dependency injection connection ([#​2273](https://togithub.com/johnsoncodehk/volar/issues/2273)) - refactor(framework): combine `createLanguageService` and `createDocumentService` ### [`v1.0.19`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1019-20221231) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.18...v1.0.19) - feat: add `experimentalAdditionalLanguageModules` option for `vueCompilerOptions` ([#​2267](https://togithub.com/johnsoncodehk/volar/issues/2267)) - fix: TS `typescript/javascript.preferences.autoImportFileExcludePatterns` setting not working - fix: formatting not working for extra vue file extensions ([#​2263](https://togithub.com/johnsoncodehk/volar/issues/2263)) - fix(doctor): accidentally report `@vue/compiler-dom` warning ([#​2262](https://togithub.com/johnsoncodehk/volar/issues/2262)) - fix(vue-component-meta): `required` property incorrect ([#​2256](https://togithub.com/johnsoncodehk/volar/issues/2256)) - fix(preview): cannot start preview if project never start run vite server ([#​2223](https://togithub.com/johnsoncodehk/volar/issues/2223)) - fix: references codeLens not working ### [`v1.0.18`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1018-20221226) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.17...v1.0.18) - feat: check deprecated properties for `vueCompilerOptions` in tsconfig - fix: auto add spaces for `{{}}` not working if template block not at the top - fix: remove duplicate file watchers for .vue files - fix: auto complete randomly report `[TS Error] { }` and failed ([#​2190](https://togithub.com/johnsoncodehk/volar/issues/2190)) - fix: cross-file renaming cannot be performed consecutively - fix: should not report unknown tag error without `strictTemplates` enabled ([#​2255](https://togithub.com/johnsoncodehk/volar/issues/2255)) ### [`v1.0.17`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1017-20221226) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.16...v1.0.17) - feat: support syntax highlighting for `lang="json5"` ([#​2244](https://togithub.com/johnsoncodehk/volar/issues/2244)) - feat: support for generating virtual file from multiple sources ([#​2253](https://togithub.com/johnsoncodehk/volar/issues/2253)) - feat: display mapping data on hover for virtual document - feat: re-support component semantic token ([#​2252](https://togithub.com/johnsoncodehk/volar/issues/2252)) - fix(vue-tsc): cannot resolve hook path from extends options - fix: fixed workspace configs caching not working edge case ([#​2062](https://togithub.com/johnsoncodehk/volar/issues/2062)) - fix: cannot find volar.config.js for sub folder tsconfig project - fix: emmet abbreviation suggestion keeps disappearing every third letter ([#​2240](https://togithub.com/johnsoncodehk/volar/issues/2240)) - fix: `{{ }}` colorizedBracketPairs not working ([#​1759](https://togithub.com/johnsoncodehk/volar/issues/1759)) - fix: fixed volar-base language servers executePluginCommand duplicate registration error - fix: avoid throw on un-exist workspace folder ([#​2039](https://togithub.com/johnsoncodehk/volar/issues/2039)) - fix: ignore class, style attrs when `v-bind` exist ([#​2166](https://togithub.com/johnsoncodehk/volar/issues/2166)) - fix: functional component type check not working when return type includes `props` property ([#​2206](https://togithub.com/johnsoncodehk/volar/issues/2206)) - fix: v-slot error when `noPropertyAccessFromIndexSignature` is enabled ([#​2236](https://togithub.com/johnsoncodehk/volar/issues/2236)) - fix: `skipTemplateCodegen` should ignore template slots emit ([#​2237](https://togithub.com/johnsoncodehk/volar/issues/2237)) - fix: recursive closing of html tag edge cases ([#​2238](https://togithub.com/johnsoncodehk/volar/issues/2238)) ([#​2247](https://togithub.com/johnsoncodehk/volar/issues/2247)) - fix: double quotes not allowed in attribute value ([#​2250](https://togithub.com/johnsoncodehk/volar/issues/2250)) - perf: embedded files on demand calculation not working ### [`v1.0.16`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1016-20221220) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.14...v1.0.16) - feat(component-meta): make `schema.ignore` accept functions ([#​2232](https://togithub.com/johnsoncodehk/volar/issues/2232)) - feat: add `volar.icon.splitEditors` setting ([#​2163](https://togithub.com/johnsoncodehk/volar/issues/2163)) - feat: support twoslash queries in .ts when using takeover mode - fix: fixed typescript-vue-plugin performance regression ([#​2228](https://togithub.com/johnsoncodehk/volar/issues/2228)) - fix: deleting space for `{{ |}}` become `{{ | }}` ([#​2222](https://togithub.com/johnsoncodehk/volar/issues/2222)) - fix: dynamic slot name type `` not working ([#​2233](https://togithub.com/johnsoncodehk/volar/issues/2233)) - fix: typed template slots missing when template only exist dynamic slots ([#​2233](https://togithub.com/johnsoncodehk/volar/issues/2233)) - fix: fixed template `Type 'void' has no call signatures` errors ([#​2225](https://togithub.com/johnsoncodehk/volar/issues/2225)) - fix(vue-tsc): shim `vue-tsc/out/proxy.js` for vite-plugin-checker ([https://github.com/fi3ework/vite-plugin-checker/issues/193](https://togithub.com/fi3ework/vite-plugin-checker/issues/193)) - perf: rewrite typescript-vue-plugin for much better performance and fixed path resolve edge case ([#​2137](https://togithub.com/johnsoncodehk/volar/issues/2137)) ### [`v1.0.14`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1014-20221218) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.13...v1.0.14) - feat: add angular language server example ([#​2215](https://togithub.com/johnsoncodehk/volar/issues/2215)) - feat(vue-tsc): support for hook api ([#​2217](https://togithub.com/johnsoncodehk/volar/issues/2217)) - feat: add `vue-tsc-eslint-hook` module to support use eslint in vue-tsc ([#​2220](https://togithub.com/johnsoncodehk/volar/issues/2220)) - feat: add setting `volar.vueserver.maxFileSize` ([#​2186](https://togithub.com/johnsoncodehk/volar/issues/2186)) - feat: add setting `volar.doctor.checkVueTsc` and disable by default ([#​2186](https://togithub.com/johnsoncodehk/volar/issues/2186)) - feat: add setting `volar.vueserver.configFilePath` ([#​2078](https://togithub.com/johnsoncodehk/volar/issues/2078)) - feat: auto add space between double curly brackets ([#​2088](https://togithub.com/johnsoncodehk/volar/issues/2088)) - feat: support formatting for style `v-bind` ([#​2105](https://togithub.com/johnsoncodehk/volar/issues/2105)) - fix: virtual code mapping ignored offset 0 ([#​2052](https://togithub.com/johnsoncodehk/volar/issues/2052)) - fix: auto complete ref value with '.value' not working ([#​2203](https://togithub.com/johnsoncodehk/volar/issues/2203)) - fix: template AST broken by slot name incremental update ([#​2207](https://togithub.com/johnsoncodehk/volar/issues/2207)) - fix: preview not working for Vite v4 ([#​2198](https://togithub.com/johnsoncodehk/volar/issues/2198)) ### [`v1.0.13`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1013-20221212) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.12...v1.0.13) - feat(web-ide): show loading file at status bar - feat(web-ide): support node_modules types via CDN - feat(web-ide): support locale typescript diagnostic messages - fix(web-ide): cannot use default typescript lib types - fix(web-ide): cannot found match tsconfig - fix: `volar.config.js` plugins dirty cache between different tsconfig projects ### [`v1.0.12`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1012-2022129) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.11...v1.0.12) - feat: added `@volar/vscode-language-client` package ([#​2181](https://togithub.com/johnsoncodehk/volar/issues/2181)) - fix: document content messed up randomly ([#​1807](https://togithub.com/johnsoncodehk/volar/issues/1807)) - fix: "Show Virtual Files" mapping background color unclear with light theme ([#​2147](https://togithub.com/johnsoncodehk/volar/issues/2147)) ([#​2170](https://togithub.com/johnsoncodehk/volar/issues/2170)) - fix: props type checking not working for Element Plus components ([#​2176](https://togithub.com/johnsoncodehk/volar/issues/2176)) ([#​2180](https://togithub.com/johnsoncodehk/volar/issues/2180)) - fix: attribute values being wrapped in parentheses while typing ([#​2182](https://togithub.com/johnsoncodehk/volar/issues/2182)) - fix: formatting crashes ([#​2077](https://togithub.com/johnsoncodehk/volar/issues/2077)) - fix: cannot emit component type with `DefineComponent` when template has slots ([#​2161](https://togithub.com/johnsoncodehk/volar/issues/2161)) ### [`v1.0.11`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​1011-2022123) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v1.0.10...v1.0.11) - fix(vue-tsc): dts emit do not generated `DefineComponent` type ([#​2161](https://togithub.com/johnsoncodehk/volar/issues/2161)) - fix: global components types loss in vue 2 projects ([#​2157](https://togithub.com/johnsoncodehk/volar/issues/2157)) - fix: Vite / Nuxt app preview crash when template includes `` tag

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.