sxzz / ast-explorer

AST Explorer: For most popular front-end languages and parsers.
https://ast.sxzz.moe
GNU Affero General Public License v3.0
117 stars 12 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/vscode-icons ^1.1.33 -> ^1.1.34 age adoption passing confidence
@swc/wasm-web 1.5.2 -> 1.5.5 age adoption passing confidence
@unocss/nuxt (source) ^0.59.4 -> ^0.60.2 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.26 -> ^3.4.27 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.26 -> ^3.4.27 age adoption passing confidence
pnpm (source) 9.0.6 -> 9.1.1 age adoption passing confidence
svelte (source) ^4.2.15 -> ^4.2.16 age adoption passing confidence
tsx ^4.9.3 -> ^4.10.1 age adoption passing confidence
vue-tsc (source) ^2.0.16 -> ^2.0.17 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/wasm-web) ### [`v1.5.5`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#155---2024-05-08) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.4...v1.5.5) ##### Bug Fixes - **(css/modules)** Allow any order of composes ([#​8930](https://togithub.com/swc-project/swc/issues/8930)) ([7014c63](https://togithub.com/swc-project/swc/commit/7014c63625c7c9f83322931600a52c82ba8b107a)) - **(css/modules)** Fix `:global` selectors without preceding whitespace ([#​8926](https://togithub.com/swc-project/swc/issues/8926)) ([2405dc6](https://togithub.com/swc-project/swc/commit/2405dc6ba0aa227df81fda3db303fc6f523972db)) - **(es/fixer)** Wrap class expressions in callee ([#​8928](https://togithub.com/swc-project/swc/issues/8928)) ([6b60bdb](https://togithub.com/swc-project/swc/commit/6b60bdb69713f7ccf603db04696621985d200d28)) - **(es/minifier)** Respect `module: false` ([#​8925](https://togithub.com/swc-project/swc/issues/8925)) ([aca6a77](https://togithub.com/swc-project/swc/commit/aca6a77903e31099f473587eb9285ae1c4dee309)) - **(es/minifier)** Consider side effects of operands of binary expressions ([#​8929](https://togithub.com/swc-project/swc/issues/8929)) ([4d4a7a9](https://togithub.com/swc-project/swc/commit/4d4a7a9bcb39228973c0da2991310b5107feb319)) - **(es/minifier)** Fix operand handling of `**` ([#​8933](https://togithub.com/swc-project/swc/issues/8933)) ([c9d72cd](https://togithub.com/swc-project/swc/commit/c9d72cdc6aa847ba2d81eb2a99c0d0c74bc669b6)) - **(es/minifier)** Fix a bug about `Tpl` => `Str` ([#​8934](https://togithub.com/swc-project/swc/issues/8934)) ([d4be383](https://togithub.com/swc-project/swc/commit/d4be3833183b829bf39c0b53407b8892517256d9)) - **(es/module)** Resolve `.jsx` imports fully ([#​8936](https://togithub.com/swc-project/swc/issues/8936)) ([c536d2a](https://togithub.com/swc-project/swc/commit/c536d2ad6f731e3284df48902637e6446e91a721)) ##### Refactor - **(es/minifier)** Remove unnecessary check ([#​8927](https://togithub.com/swc-project/swc/issues/8927)) ([8932a1b](https://togithub.com/swc-project/swc/commit/8932a1b527a685917e7c24f5fd434a71468abcd8)) ### [`v1.5.4`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#154---2024-05-06) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.3...v1.5.4) ##### Bug Fixes - **(es/decorators)** Handle ref of decorated class ([#​8905](https://togithub.com/swc-project/swc/issues/8905)) ([af96e39](https://togithub.com/swc-project/swc/commit/af96e396dea75833f6ea814a019e43989b28e44a)) - **(es/minifier)** Increment `ref_count` while invoking IIFE ([#​8904](https://togithub.com/swc-project/swc/issues/8904)) ([86e2bb0](https://togithub.com/swc-project/swc/commit/86e2bb04ac0ab98e242732d6a925660a6ee24fbb)) - **(es/proposal)** Fix scoping of explicit resource management pass ([#​8903](https://togithub.com/swc-project/swc/issues/8903)) ([762b0d4](https://togithub.com/swc-project/swc/commit/762b0d447759a5596db2975fee7e95d80bf3fc72)) ##### Miscellaneous Tasks - **(bindings)** Update types ([#​8912](https://togithub.com/swc-project/swc/issues/8912)) ([f1c2550](https://togithub.com/swc-project/swc/commit/f1c2550d89e6d175fe735b8c4889472e6688068c)) ### [`v1.5.3`](https://togithub.com/swc-project/swc/compare/v1.5.2...v1.5.3) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.5.2...v1.5.3)
unocss/unocss (@​unocss/nuxt) ### [`v0.60.2`](https://togithub.com/unocss/unocss/releases/tag/v0.60.2) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.1...v0.60.2) #####    🐞 Bug Fixes - **directives**: Fix parsing positions, close [#​3795](https://togithub.com/unocss/unocss/issues/3795)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3795](https://togithub.com/unocss/unocss/issues/3795) [(84170)](https://togithub.com/unocss/unocss/commit/84170e14) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.1...v0.60.2) ### [`v0.60.1`](https://togithub.com/unocss/unocss/releases/tag/v0.60.1) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.60.0...v0.60.1) #####    🚀 Features - **eslint-plugin**: - Blocklist meta with message  -  by [@​enkot](https://togithub.com/enkot) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3783](https://togithub.com/unocss/unocss/issues/3783) [(20ed8)](https://togithub.com/unocss/unocss/commit/20ed897f) - Allow customize configPath via settings  -  by [@​antfu](https://togithub.com/antfu) [(9eb6e)](https://togithub.com/unocss/unocss/commit/9eb6e29b) #####    🐞 Bug Fixes - **transformer-attributify-jsx**: MatchedRule  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3791](https://togithub.com/unocss/unocss/issues/3791) [(da9c9)](https://togithub.com/unocss/unocss/commit/da9c9a5c) - **transformer-directive**: Get raw string in directive, support slash & hash  -  by [@​zyyv](https://togithub.com/zyyv) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3790](https://togithub.com/unocss/unocss/issues/3790) [(fa497)](https://togithub.com/unocss/unocss/commit/fa49753e) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.60.0...v0.60.1) ### [`v0.60.0`](https://togithub.com/unocss/unocss/releases/tag/v0.60.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.59.4...v0.60.0) #####    🚨 Breaking Changes - **CJS**: Remove `.default` suffix from d.ts and d.cts files  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/unocss/unocss/issues/3750](https://togithub.com/unocss/unocss/issues/3750) [(e9f5b)](https://togithub.com/unocss/unocss/commit/e9f5b5b8) #####    🚀 Features - **preset-icons**: Add svg props customization  -  by [@​zyyv](https://togithub.com/zyyv) and **Anthony Fu** in [https://github.com/unocss/unocss/issues/3774](https://togithub.com/unocss/unocss/issues/3774) [(0b36a)](https://togithub.com/unocss/unocss/commit/0b36a603) - **preset-mini**: Add children variant (\*-{modifier})  -  by [@​serkodev](https://togithub.com/serkodev) in [https://github.com/unocss/unocss/issues/3763](https://togithub.com/unocss/unocss/issues/3763) [(249fe)](https://togithub.com/unocss/unocss/commit/249fe730) #####    🐞 Bug Fixes - **preset-legacy-compat**: Update the split color string regex  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3756](https://togithub.com/unocss/unocss/issues/3756) [(47eaf)](https://togithub.com/unocss/unocss/commit/47eafba2) - **preset-mini**: Align with `selection`  -  by [@​zyyv](https://togithub.com/zyyv) in [https://github.com/unocss/unocss/issues/3771](https://togithub.com/unocss/unocss/issues/3771) [(18df5)](https://togithub.com/unocss/unocss/commit/18df52cb) - **shared-integration**: Vscode match php \(38274)](https://togithub.com/unocss/unocss/commit/38274449) - **vite**: Move [@​import](https://togithub.com/import) before other rules  -  by [@​lzl0304](https://togithub.com/lzl0304) in [https://github.com/unocss/unocss/issues/3743](https://togithub.com/unocss/unocss/issues/3743) [(0b84d)](https://togithub.com/unocss/unocss/commit/0b84df44) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.59.4...v0.60.0)
vuejs/core (@​vue/compiler-dom) ### [`v3.4.27`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3427-2024-05-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.26...v3.4.27) ##### Bug Fixes - **compat:** include legacy scoped slots ([#​10868](https://togithub.com/vuejs/core/issues/10868)) ([8366126](https://togithub.com/vuejs/core/commit/83661264a4ced3cb2ff6800904a86dd9e82bbfe2)), closes [#​8869](https://togithub.com/vuejs/core/issues/8869) - **compiler-core:** add support for arrow aysnc function with unbracketed ([#​5789](https://togithub.com/vuejs/core/issues/5789)) ([ca7d421](https://togithub.com/vuejs/core/commit/ca7d421e8775f6813f8943d32ab485e0c542f98b)), closes [#​5788](https://togithub.com/vuejs/core/issues/5788) - **compiler-dom:** restrict createStaticVNode usage with option elements ([#​10846](https://togithub.com/vuejs/core/issues/10846)) ([0e3d617](https://togithub.com/vuejs/core/commit/0e3d6178b02d0386d779720ae2cc4eac1d1ec990)), closes [#​6568](https://togithub.com/vuejs/core/issues/6568) [#​7434](https://togithub.com/vuejs/core/issues/7434) - **compiler-sfc:** handle keyof operator ([#​10874](https://togithub.com/vuejs/core/issues/10874)) ([10d34a5](https://togithub.com/vuejs/core/commit/10d34a5624775f20437ccad074a97270ef74c3fb)), closes [#​10871](https://togithub.com/vuejs/core/issues/10871) - **hydration:** handle edge case of style mismatch without style attribute ([f2c1412](https://togithub.com/vuejs/core/commit/f2c1412e46a8fad3e13403bfa78335c4f704f21c)), closes [#​10786](https://togithub.com/vuejs/core/issues/10786)
pnpm/pnpm (pnpm) ### [`v9.1.1`](https://togithub.com/pnpm/pnpm/compare/v9.1.0...v9.1.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://togithub.com/pnpm/pnpm/compare/v9.1.0-0...v9.1.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.6...v9.1.0)
sveltejs/svelte (svelte) ### [`v4.2.16`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.16) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.15...svelte@4.2.16) ##### Patch Changes - fix: check if svelte component exists on custom element destroy ([#​11489](https://togithub.com/sveltejs/svelte/pull/11489))
privatenumber/tsx (tsx) ### [`v4.10.1`](https://togithub.com/privatenumber/tsx/compare/v4.10.0...efb35094f23ea48c51e8f0ec4f1aade47e91dd01) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.0...v4.10.1) ### [`v4.10.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.10.0) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.9.5...v4.10.0) ##### Features - **esm api:** register to return a namespaced import() method ([53bb4aa](https://togithub.com/privatenumber/tsx/commit/53bb4aa51e0f5c2b85b6c49515a9f2f1b3757c09)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.10.0) ### [`v4.9.5`](https://togithub.com/privatenumber/tsx/compare/v4.9.4...dae9f0d62dd06591ad2b7abb970e412a15f417a6) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.9.4...v4.9.5) ### [`v4.9.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.9.4) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.9.3...v4.9.4) ##### Bug Fixes - **tsImport:** import module from commonjs ([48f0a75](https://togithub.com/privatenumber/tsx/commit/48f0a7552fb6743fa06b63f6f600a9af95cb19f9)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.9.4)
vuejs/language-tools (vue-tsc) ### [`v2.0.17`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2017-2024510) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.16...v2.0.17) ##### Features - **language-core:** add JSDod support for component ([#​2377](https://togithub.com/vuejs/language-tools/issues/2377)) - **language-core:** add JSDoc support for script setup binding variables ([#​3409](https://togithub.com/vuejs/language-tools/issues/3409)) - **language-core:** add class component support ([#​4354](https://togithub.com/vuejs/language-tools/issues/4354)) - **language-service:** re-support scoped class links in template ([#​4357](https://togithub.com/vuejs/language-tools/issues/4357)) - **typescript-plugin:** create script setup block when auto import if needed - **typescript-plugin:** add JSDoc support for events in template ([#​4365](https://togithub.com/vuejs/language-tools/issues/4365)) - **component-meta:** add JSDoc tags support for events - **language-core:** support defineOptions ([#​4362](https://togithub.com/vuejs/language-tools/issues/4362)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) ##### Bug Fixes - **language-core:** hover not working for intrinsic element event name - **language-core:** showing false *declared but not used* errors for functions used in `v-on="{}"` ([#​4333](https://togithub.com/vuejs/language-tools/issues/4333)) - **language-core:** fix nameless event expression formatting - **language-core:** types imported in the ` Githubissues.
  • Githubissues is a development platform for aggregating issues.