sxzz / ast-explorer

A web tool to explore the ASTs generated by front-end parsers.
https://ast.sxzz.moe
GNU Affero General Public License v3.0
129 stars 13 forks source link

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

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.23.0 -> ^7.23.3 age adoption passing confidence
@swc/wasm-web 1.3.96 -> 1.3.97 age adoption passing confidence
@types/json-to-ast (source) ^2.1.3 -> ^2.1.4 age adoption passing confidence
@typescript-eslint/parser ^6.9.1 -> ^6.10.0 age adoption passing confidence
@unocss/nuxt ^0.57.2 -> ^0.57.3 age adoption passing confidence
@vue/compiler-dom (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence
@vue/compiler-sfc (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence
@vueuse/nuxt (source) ^10.5.0 -> ^10.6.1 age adoption passing confidence
nuxt 3.8.0 -> 3.8.1 age adoption passing confidence
pnpm (source) 8.10.2 -> 8.10.4 age adoption passing confidence
svelte (source) ^4.2.2 -> ^4.2.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.23.3`](https://togithub.com/babel/babel/releases/tag/v7.23.3) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.0...v7.23.3) #### v7.23.3 (2023-11-09) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​16071](https://togithub.com/babel/babel/pull/16071) Strip type-only TS namespaces ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-generator` - [#​16078](https://togithub.com/babel/babel/pull/16078) Fix indentation when generating comments with `concise: true` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-preset-env` - [#​14295](https://togithub.com/babel/babel/pull/14295) Add a bugfix plugin for https://crbug.com/v8/12421 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-object-super` - [#​15948](https://togithub.com/babel/babel/pull/15948) fix: `super.x` in a loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#​16015](https://togithub.com/babel/babel/pull/16015) fix: handle `__proto__` exports name in CJS/AMD/UMD ([@​magic-akari](https://togithub.com/magic-akari)) ##### :memo: Documentation - [#​16044](https://togithub.com/babel/babel/pull/16044) docs: Update links in [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) README ([@​aryehb](https://togithub.com/aryehb)) ##### :house: Internal - `babel-core`, `babel-preset-env` - [#​15988](https://togithub.com/babel/babel/pull/15988) Refactor handling of modules plugins in `preset-env` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-generator` - [#​16061](https://togithub.com/babel/babel/pull/16061) perf: Improve `@babel/generator` performance ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-traverse` - [#​16060](https://togithub.com/babel/babel/pull/16060) Avoid dynamic dispatch when calling wrapCheck ([@​yepitschunked](https://togithub.com/yepitschunked)) ##### :microscope: Output optimization - `babel-plugin-transform-computed-properties` - [#​6652](https://togithub.com/babel/babel/pull/6652) Optimize computed properties output (byte-wise) ([@​Andarist](https://togithub.com/Andarist)) ##### Committers: 9 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Colin ([@​colinaaa](https://togithub.com/colinaaa)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Mateusz Burzyński ([@​Andarist](https://togithub.com/Andarist)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@​aryehb](https://togithub.com/aryehb) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) - [@​magic-akari](https://togithub.com/magic-akari) - [@​yepitschunked](https://togithub.com/yepitschunked)
swc-project/swc (@​swc/wasm-web) ### [`v1.3.97`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1397---2023-11-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.96...v1.3.97) ##### Bug Fixes - **(css/modules)** Allow out-of-order class names for `composes` ([#​8218](https://togithub.com/swc-project/swc/issues/8218)) ([aeb9caf](https://togithub.com/swc-project/swc/commit/aeb9cafd11c56d9dce41372211d90a3edb4d1848)) - **(css/modules)** Fix handling of `:global()` selector ([#​8219](https://togithub.com/swc-project/swc/issues/8219)) ([02cd7c2](https://togithub.com/swc-project/swc/commit/02cd7c2608758476545aadf62e01f2d74ed486f2)) ##### Features - **(es/codegen)** Respect `ascii_only: false` for `StrLit` ([#​8217](https://togithub.com/swc-project/swc/issues/8217)) ([1a26be2](https://togithub.com/swc-project/swc/commit/1a26be2a271437894b1cda86c4707014e684b5ba)) ##### Miscellaneous Tasks - **(bindings/node)** Upgrade jemalloc ([#​8227](https://togithub.com/swc-project/swc/issues/8227)) ([495268f](https://togithub.com/swc-project/swc/commit/495268f12611161285536ccbc03304a1bf1589d0)) ##### Performance - **(atoms)** Replace `string-cache` with `hstr` ([#​8126](https://togithub.com/swc-project/swc/issues/8126)) ([aa22746](https://togithub.com/swc-project/swc/commit/aa22746d034c2579bcb0f0404866ff933b9037ba)) - **(atoms)** Update `hstr` to make global APIs fast ([#​8241](https://togithub.com/swc-project/swc/issues/8241)) ([c01454a](https://togithub.com/swc-project/swc/commit/c01454ad4165d5e6ba58dc2b3b72910bbbc3a518)) - **(atoms)** Introduce `AtomStoreCell` ([#​8232](https://togithub.com/swc-project/swc/issues/8232)) ([a5a6eb5](https://togithub.com/swc-project/swc/commit/a5a6eb53a56faa8e224f59f5cd967e5075c12edd)) - **(css/parser)** Use `AtomStore` ([#​8238](https://togithub.com/swc-project/swc/issues/8238)) ([a3c03b3](https://togithub.com/swc-project/swc/commit/a3c03b30fb3aa19cb590addbf47b0583d1b05dad)) - **(es)** Delete useless partition and extend in comments ([#​8214](https://togithub.com/swc-project/swc/issues/8214)) ([67e2c4a](https://togithub.com/swc-project/swc/commit/67e2c4a4fd17436732099422c25d1c0d82f815dd)) - **(es/lexer)** Remove needless clones of `Rc>` ([#​8231](https://togithub.com/swc-project/swc/issues/8231)) ([37657b8](https://togithub.com/swc-project/swc/commit/37657b8bd53d848035040f31a386029ef4af7cea)) - **(es/minifier)** Remove needless operations for char freq analysis ([#​8222](https://togithub.com/swc-project/swc/issues/8222)) ([b745ed7](https://togithub.com/swc-project/swc/commit/b745ed7ac8a87582d43fb2f975f53ad96ed3477b)) - **(es/parser)** Remove needless `strcmp` ops ([#​8223](https://togithub.com/swc-project/swc/issues/8223)) ([3833cf4](https://togithub.com/swc-project/swc/commit/3833cf4e55a27982c930c18c901a9b06e60f92fc)) - **(es/parser)** Improve performance ([#​8224](https://togithub.com/swc-project/swc/issues/8224)) ([e3e439d](https://togithub.com/swc-project/swc/commit/e3e439dba638cd631560d2eb0c2b0ec4db288e68)) - **(es/parser)** Use smarter lookup table for lexer ([#​8226](https://togithub.com/swc-project/swc/issues/8226)) ([d4ae44a](https://togithub.com/swc-project/swc/commit/d4ae44ac4547ad0964bb4c3bc482c9a23c13feb9)) - **(es/typescript)** Visit ts import/export only once ([#​8213](https://togithub.com/swc-project/swc/issues/8213)) ([a00f575](https://togithub.com/swc-project/swc/commit/a00f575837a44a14dd09dd634f45a64e138263b0)) ##### Refactor - **(atoms)** Improve APIs ([#​8249](https://togithub.com/swc-project/swc/issues/8249)) ([9a4bad4](https://togithub.com/swc-project/swc/commit/9a4bad4e9ec67a09761398eae5e6bb37e6d0d94f)) ##### Build - **(cargo)** Update rustc to `nightly-2023-11-04` ([#​8221](https://togithub.com/swc-project/swc/issues/8221)) ([14ea705](https://togithub.com/swc-project/swc/commit/14ea705f272968cba65399271a62e56a9943dc72)) - **(preset-env/base)** Upgrade `browserslist-rs` to `v0.13.0` ([#​8229](https://togithub.com/swc-project/swc/issues/8229)) ([f9f305c](https://togithub.com/swc-project/swc/commit/f9f305cc5faa79dd13bfa5763c6250b23a2a91e3))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.10.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6100-2023-11-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.9.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1) (2023-10-30) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
unocss/unocss (@​unocss/nuxt) ### [`v0.57.3`](https://togithub.com/unocss/unocss/releases/tag/v0.57.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.57.2...v0.57.3) #####    🚀 Features - **svelte-scoped**: Transform class directives wrapped in quotes  -  by [@​fehnomenal](https://togithub.com/fehnomenal), **jacob-8** and **Jacob Bowdoin** in [https://github.com/unocss/unocss/issues/3286](https://togithub.com/unocss/unocss/issues/3286) [(0c6c1)](https://togithub.com/unocss/unocss/commit/0c6c1c48) #####    🐞 Bug Fixes - **vscode**: Improve context resolving, avoid duplicates  -  by [@​antfu](https://togithub.com/antfu) [(64b34)](https://togithub.com/unocss/unocss/commit/64b3461b) - **webpack**: Allow compiler to watch files provided by config  -  by [@​adeys](https://togithub.com/adeys) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3058](https://togithub.com/unocss/unocss/issues/3058) [(d1a12)](https://togithub.com/unocss/unocss/commit/d1a122fd) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.57.2...v0.57.3)
vuejs/core (@​vue/compiler-dom) ### [`v3.3.8`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#338-2023-11-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.7...v3.3.8) ##### Bug Fixes - **compile-sfc:** support `Error` type in `defineProps` ([#​5955](https://togithub.com/vuejs/core/issues/5955)) ([a989345](https://togithub.com/vuejs/core/commit/a9893458ec519aae442e1b99e64e6d74685cd22c)) - **compiler-core:** known global should be shadowed by local variables in expression rewrite ([#​9492](https://togithub.com/vuejs/core/issues/9492)) ([a75d1c5](https://togithub.com/vuejs/core/commit/a75d1c5c6242e91a73cc5ba01e6da620dea0b3d9)), closes [#​9482](https://togithub.com/vuejs/core/issues/9482) - **compiler-sfc:** fix dynamic directive arguments usage check for slots ([#​9495](https://togithub.com/vuejs/core/issues/9495)) ([b39fa1f](https://togithub.com/vuejs/core/commit/b39fa1f8157647859331ce439c42ae016a49b415)), closes [#​9493](https://togithub.com/vuejs/core/issues/9493) - **deps:** update dependency [@​vue/repl](https://togithub.com/vue/repl) to ^2.6.2 ([#​9536](https://togithub.com/vuejs/core/issues/9536)) ([5cef325](https://togithub.com/vuejs/core/commit/5cef325f41e3b38657c72fa1a38dedeee1c7a60a)) - **deps:** update dependency [@​vue/repl](https://togithub.com/vue/repl) to ^2.6.3 ([#​9540](https://togithub.com/vuejs/core/issues/9540)) ([176d590](https://togithub.com/vuejs/core/commit/176d59058c9aecffe9da4d4311e98496684f06d4)) - **hydration:** fix tagName access eeror on comment/text node hydration mismatch ([dd8a0cf](https://togithub.com/vuejs/core/commit/dd8a0cf5dcde13d2cbd899262a0e07f16e14e489)), closes [#​9531](https://togithub.com/vuejs/core/issues/9531) - **types:** avoid exposing lru-cache types in generated dts ([462aeb3](https://togithub.com/vuejs/core/commit/462aeb3b600765e219ded2ee9a0ed1e74df61de0)), closes [#​9521](https://togithub.com/vuejs/core/issues/9521) - **warn:** avoid warning on empty children with Suspense ([#​3962](https://togithub.com/vuejs/core/issues/3962)) ([405f345](https://togithub.com/vuejs/core/commit/405f34587a63a5f1e3d147b9848219ea98acc22d))
vueuse/vueuse (@​vueuse/nuxt) ### [`v10.6.1`](https://togithub.com/vueuse/vueuse/releases/tag/v10.6.1) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.6.0...v10.6.1) #####    🐞 Bug Fixes - **useScroll**: Can not read properties of null (reading document)  -  by [@​Jokerzhzh](https://togithub.com/Jokerzhzh) and [@​joaopslins](https://togithub.com/joaopslins) in [https://github.com/vueuse/vueuse/issues/3544](https://togithub.com/vueuse/vueuse/issues/3544) [(e9742)](https://togithub.com/vueuse/vueuse/commit/e97427f2) - **useVirtualList**: `.style` can be undefined  -  by [@​antfu](https://togithub.com/antfu) [(3d6b9)](https://togithub.com/vueuse/vueuse/commit/3d6b9c62) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.6.0...v10.6.1) ### [`v10.6.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.6.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.5.0...v10.6.0) #####    🚀 Features - **createEventHook**: Allow trigger to optionally have no parameters  -  by [@​curtgrimes](https://togithub.com/curtgrimes) in [https://github.com/vueuse/vueuse/issues/3507](https://togithub.com/vueuse/vueuse/issues/3507) [(6040e)](https://togithub.com/vueuse/vueuse/commit/6040e1cc) - **onLongClick**: Return stop function  -  by [@​its-lee](https://togithub.com/its-lee) and **lee** in [https://github.com/vueuse/vueuse/issues/3506](https://togithub.com/vueuse/vueuse/issues/3506) [(8eb0b)](https://togithub.com/vueuse/vueuse/commit/8eb0b2d7) - **syncRef**: Enhance syncRef type restrict  -  by [@​Doctor-wu](https://togithub.com/Doctor-wu) in [https://github.com/vueuse/vueuse/issues/3515](https://togithub.com/vueuse/vueuse/issues/3515) [(89266)](https://togithub.com/vueuse/vueuse/commit/892666b7) - **useClipboard**: UseClipboard component  -  by [@​alexzvn](https://togithub.com/alexzvn), **Alexzvn** and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3359](https://togithub.com/vueuse/vueuse/issues/3359) [(71b46)](https://togithub.com/vueuse/vueuse/commit/71b4653d) - **useClipboardItems**: New function  -  by [@​Doctor-wu](https://togithub.com/Doctor-wu) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3477](https://togithub.com/vueuse/vueuse/issues/3477) [(1aa50)](https://togithub.com/vueuse/vueuse/commit/1aa50f82) - **useDateFormat**: Add date ordinal formatting  -  by [@​Jokerzhzh](https://togithub.com/Jokerzhzh) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3474](https://togithub.com/vueuse/vueuse/issues/3474) [(61ceb)](https://togithub.com/vueuse/vueuse/commit/61ceb19f) - **useDropZone**: Add `dataTypes` option  -  by [@​rtugeek](https://togithub.com/rtugeek) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3471](https://togithub.com/vueuse/vueuse/issues/3471) [(3f3f1)](https://togithub.com/vueuse/vueuse/commit/3f3f153e) - **useElementSize**: Stop function  -  by [@​chaii3](https://togithub.com/chaii3) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3367](https://togithub.com/vueuse/vueuse/issues/3367) [(5f545)](https://togithub.com/vueuse/vueuse/commit/5f545be9) - **useFileDialog**: Add directory parameters  -  by [@​huiliangShen](https://togithub.com/huiliangShen) and **banruo** in [https://github.com/vueuse/vueuse/issues/3513](https://togithub.com/vueuse/vueuse/issues/3513) [(cefca)](https://togithub.com/vueuse/vueuse/commit/cefca9ab) - **useMutationObserver**: Add `takeRecords` function  -  by [@​Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3480](https://togithub.com/vueuse/vueuse/issues/3480) [(f9136)](https://togithub.com/vueuse/vueuse/commit/f9136e85) - **useStorage**: Add `waitOnMounted` option for SSR  -  by [@​posva](https://togithub.com/posva) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3504](https://togithub.com/vueuse/vueuse/issues/3504) [(dc6f2)](https://togithub.com/vueuse/vueuse/commit/dc6f2e8c) - **useWindowScroll**: Allow rewriting back to scroll  -  by [@​nothing-sy](https://togithub.com/nothing-sy), **chensiyuan** and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3500](https://togithub.com/vueuse/vueuse/issues/3500) [(931b2)](https://togithub.com/vueuse/vueuse/commit/931b2797) - **watchOnce**: Return function for manual watcher stopping  -  by [@​valerypatorius](https://togithub.com/valerypatorius) in [https://github.com/vueuse/vueuse/issues/3475](https://togithub.com/vueuse/vueuse/issues/3475) [(bb0a7)](https://togithub.com/vueuse/vueuse/commit/bb0a78e1) #####    🐞 Bug Fixes - **onClickOutside**: Adjust shouldListen handling timing  -  by [@​Doctor-wu](https://togithub.com/Doctor-wu) in [https://github.com/vueuse/vueuse/issues/3503](https://togithub.com/vueuse/vueuse/issues/3503) [(69851)](https://togithub.com/vueuse/vueuse/commit/6985152d) - **onScrollLock**: Cache the el initial overflow value  -  by [@​Doctor-wu](https://togithub.com/Doctor-wu) in [https://github.com/vueuse/vueuse/issues/3527](https://togithub.com/vueuse/vueuse/issues/3527) [(03866)](https://togithub.com/vueuse/vueuse/commit/038666ba) - **useAxios**: Bail out on request abort  -  by [@​jahnli](https://togithub.com/jahnli) in [https://github.com/vueuse/vueuse/issues/3394](https://togithub.com/vueuse/vueuse/issues/3394) [(151f9)](https://togithub.com/vueuse/vueuse/commit/151f9b00) - **useClipboard**: Use legacy way when without permission  -  by [@​Cat1007](https://togithub.com/Cat1007), **catye**, [@​posva](https://togithub.com/posva) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3379](https://togithub.com/vueuse/vueuse/issues/3379) [(37e86)](https://togithub.com/vueuse/vueuse/commit/37e866cd) - **useDraggable**: Element can't relative parent element move  -  by [@​huiliangShen](https://togithub.com/huiliangShen) and **banruo** in [https://github.com/vueuse/vueuse/issues/3531](https://togithub.com/vueuse/vueuse/issues/3531) [(08246)](https://togithub.com/vueuse/vueuse/commit/082462da) - **useElementSize**: Get value in onMounted hook  -  by [@​chaii3](https://togithub.com/chaii3) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3366](https://togithub.com/vueuse/vueuse/issues/3366) [(165c8)](https://togithub.com/vueuse/vueuse/commit/165c88ab) - **useFetch**: Don't set isFetching to false when a request is aborted because of a refetch  -  by [@​mweghorst](https://togithub.com/mweghorst) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3479](https://togithub.com/vueuse/vueuse/issues/3479) [(75ca2)](https://togithub.com/vueuse/vueuse/commit/75ca2bb6) - **useMouseInElement**: Optimize outside computation  -  by [@​qiYuei](https://togithub.com/qiYuei), **fengmingjian** and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3380](https://togithub.com/vueuse/vueuse/issues/3380) [(7c88d)](https://togithub.com/vueuse/vueuse/commit/7c88d81b) - **useRouteQuery,useRouteParams**: Prevent reset on other scope dispose  -  by [@​s-montigny-desautels](https://togithub.com/s-montigny-desautels) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3418](https://togithub.com/vueuse/vueuse/issues/3418) [(771e7)](https://togithub.com/vueuse/vueuse/commit/771e7ffd) - **useScroll**: Trigger once `onMounted` to get correct inital arrivedStates values  -  by [@​nicooprat](https://togithub.com/nicooprat) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3384](https://togithub.com/vueuse/vueuse/issues/3384) [(86bd8)](https://togithub.com/vueuse/vueuse/commit/86bd8e8f) - **useSortable**: Prevent from creating multi instances  -  by [@​Doctor-wu](https://togithub.com/Doctor-wu) in [https://github.com/vueuse/vueuse/issues/3501](https://togithub.com/vueuse/vueuse/issues/3501) [(d9846)](https://togithub.com/vueuse/vueuse/commit/d98468d1) - **useStorage**: Fix defaults not unwrapped  -  by [@​Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3534](https://togithub.com/vueuse/vueuse/issues/3534) [(b6d2b)](https://togithub.com/vueuse/vueuse/commit/b6d2bd35) - **useWebSocket**: Webworker support  -  by [@​binary-signal](https://togithub.com/binary-signal) and [@​antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3469](https://togithub.com/vueuse/vueuse/issues/3469) [(9b014)](https://togithub.com/vueuse/vueuse/commit/9b0141ca) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.5.0...v10.6.0)
nuxt/nuxt (nuxt) ### [`v3.8.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.8.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.8.0...v3.8.1) > 3.8.1 is a patch release focused on bug fixes and performance improvements. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.8.0...v3.8.1) ##### 🔥 Performance - **nuxt:** Set `pages` on nuxt app and deduplicate calls ([#​24032](https://togithub.com/nuxt/nuxt/pull/24032)) - **nuxt:** Remove pure annotations plugin ([#​24033](https://togithub.com/nuxt/nuxt/pull/24033)) - **nuxt:** Use granular imports for auto-importing composables ([#​23951](https://togithub.com/nuxt/nuxt/pull/23951)) ##### 🩹 Fixes - **nuxt:** Ensure we add prerender hints to correct event ([#​23799](https://togithub.com/nuxt/nuxt/pull/23799)) - **nuxt:** Close payload object ([#​23817](https://togithub.com/nuxt/nuxt/pull/23817)) - **schema:** Accept single string for `extends` ([#​23795](https://togithub.com/nuxt/nuxt/pull/23795)) - **nuxt:** Resolve internal `target: blank` links with base ([#​23751](https://togithub.com/nuxt/nuxt/pull/23751)) - **nuxt,schema:** Use `std-env` to detect whether app is being tested ([#​23830](https://togithub.com/nuxt/nuxt/pull/23830)) - **nuxt:** Use `.json` extension for server components ([#​23802](https://togithub.com/nuxt/nuxt/pull/23802)) - **nuxt:** Handle relative baseURL in nitro runtime config ([#​23841](https://togithub.com/nuxt/nuxt/pull/23841)) - **nuxt:** Improve watcher logs slightly ([#​23857](https://togithub.com/nuxt/nuxt/pull/23857)) - **nuxt:** Resolve `@unhead/vue` in template code ([#​23858](https://togithub.com/nuxt/nuxt/pull/23858)) - **kit:** Resolve module tsconfig paths relative to dirs ([#​23860](https://togithub.com/nuxt/nuxt/pull/23860)) - **nuxt,schema,vite,webpack:** Analyze w/o overriding config ([#​23856](https://togithub.com/nuxt/nuxt/pull/23856)) - **nuxt:** Don't use local fetch with an external `baseURL` ([#​23884](https://togithub.com/nuxt/nuxt/pull/23884)) - **nuxt:** Only skip refetching errors when hydrating ([#​23889](https://togithub.com/nuxt/nuxt/pull/23889)) - **webpack:** Use lodash `cloneDeep` again ([#​23888](https://togithub.com/nuxt/nuxt/pull/23888)) - **nuxt:** Init `$fetch` at entry start ([#​23906](https://togithub.com/nuxt/nuxt/pull/23906)) - **nuxt:** Render a div when client-only hydrates w/o element ([#​23899](https://togithub.com/nuxt/nuxt/pull/23899)) - **vite:** Remove `postcss-url` and duplicate `postcss-import` ([#​23861](https://togithub.com/nuxt/nuxt/pull/23861)) - **nuxt:** Use route key for loading indicator/view transition ([#​23868](https://togithub.com/nuxt/nuxt/pull/23868)) - **nuxt:** Unset `useCookie` value when it expires ([#​23549](https://togithub.com/nuxt/nuxt/pull/23549)) - **vite:** Use `h3` cors handler for vite routes only ([#​23995](https://togithub.com/nuxt/nuxt/pull/23995)) - **schema:** Correctly set default cssnano config ([#​23980](https://togithub.com/nuxt/nuxt/pull/23980)) - **nuxt:** Use payload url for isPrerendered, not current route ([#​24031](https://togithub.com/nuxt/nuxt/pull/24031)) - **vite:** Don't warm up css deps and normalise urls correctly ([#​23975](https://togithub.com/nuxt/nuxt/pull/23975)) - **kit:** Fix `addServerImportsDir` implementation ([#​24000](https://togithub.com/nuxt/nuxt/pull/24000)) - **nuxt:** Preserve hyphens in component/layout kebab names ([#​23902](https://togithub.com/nuxt/nuxt/pull/23902)) - **nuxt:** Do not register loading indicator hooks on server ([#​24052](https://togithub.com/nuxt/nuxt/pull/24052)) - **nuxt:** Reload nitro when spa loading template updates ([#​24036](https://togithub.com/nuxt/nuxt/pull/24036)) - **nuxt:** Resolve imports from virtual files ([#​24022](https://togithub.com/nuxt/nuxt/pull/24022)) - **vite:** Include more of warmup within try/catch ([#​24072](https://togithub.com/nuxt/nuxt/pull/24072)) - **nuxt:** Use shared `isChangingPage` util in scrollBehavior ([#​24091](https://togithub.com/nuxt/nuxt/pull/24091)) - **nuxt:** Account for delay ≤ 0 in `useCookie` ([#​24043](https://togithub.com/nuxt/nuxt/pull/24043)) - **nuxt:** Handle async children in `ClientFallback` ([#​24086](https://togithub.com/nuxt/nuxt/pull/24086)) - **vite:** Normalise entry id for `typeCheck` plugin ([#​24114](https://togithub.com/nuxt/nuxt/pull/24114)) ##### 💅 Refactors - **nuxt:** Use `useRequestEvent()` internally ([#​23916](https://togithub.com/nuxt/nuxt/pull/23916)) ##### 📖 Documentation - Add example of auto-importing components from npm package ([#​23792](https://togithub.com/nuxt/nuxt/pull/23792)) - Update minimum required Node version ([#​23821](https://togithub.com/nuxt/nuxt/pull/23821)) - **getting-started:** Add schema for server ([6d0f45469](https://togithub.com/nuxt/nuxt/commit/6d0f45469)) - Fix typo in pnpm install command ([#​23851](https://togithub.com/nuxt/nuxt/pull/23851)) - Add missing comma ([#​23870](https://togithub.com/nuxt/nuxt/pull/23870)) - Add missing nitro hooks ([#​23865](https://togithub.com/nuxt/nuxt/pull/23865)) - Fix typo in layout description ([#​23862](https://togithub.com/nuxt/nuxt/pull/23862)) - Fix typo in runtime-config page ([#​23882](https://togithub.com/nuxt/nuxt/pull/23882)) - Fix typo ([#​23912](https://togithub.com/nuxt/nuxt/pull/23912)) - Fix typos ([#​23921](https://togithub.com/nuxt/nuxt/pull/23921)) - Rename 3.nuxt.config.md to 3.nuxt-config.md ([#​23819](https://togithub.com/nuxt/nuxt/pull/23819)) - **composables:** Avoid double read-more in useAppConfig ([5fea17288](https://togithub.com/nuxt/nuxt/commit/5fea17288)) - Skip View Transitions API route middleware on server ([#​23935](https://togithub.com/nuxt/nuxt/pull/23935)) - Clarify that bridge supports definePageMeta ([#​23944](https://togithub.com/nuxt/nuxt/pull/23944)) - Fix small typo in nuxt.config.ts documentation ([#​23961](https://togithub.com/nuxt/nuxt/pull/23961)) - Update link to composables doc ([#​23989](https://togithub.com/nuxt/nuxt/pull/23989)) - Add a more helpful comment ([#​23999](https://togithub.com/nuxt/nuxt/pull/23999)) - Fix `useFetch` key generation logic ([#​24082](https://togithub.com/nuxt/nuxt/pull/24082)) - Fix typo ([#​24099](https://togithub.com/nuxt/nuxt/pull/24099)) - Fix imported `addPrerenderRoutes` name ([#​24102](https://togithub.com/nuxt/nuxt/pull/24102)) - Improve router docs on nuxt-injected options ([#​24126](https://togithub.com/nuxt/nuxt/pull/24126)) ##### 🏡 Chore - Revert pnpm upgrade ([e297368ee](https://togithub.com/nuxt/nuxt/commit/e297368ee)) ##### ✅ Tests - **nuxt:** Test remote islands for `NuxtIsland` ([#​23801](https://togithub.com/nuxt/nuxt/pull/23801)) - Update basic fixture config for vite 5 ([#​23859](https://togithub.com/nuxt/nuxt/pull/23859)) - Await before asserting console logs ([#​24051](https://togithub.com/nuxt/nuxt/pull/24051)) ##### 🤖 CI - Add doc deploy webhook trigger ([#​23828](https://togithub.com/nuxt/nuxt/pull/23828)) - Run nuxt 2 edge release on node 18 ([5b96049d9](https://togithub.com/nuxt/nuxt/commit/5b96049d9)) ##### ❤️ Contributors - Fabian B ([@​madebyfabian](https://togithub.com/madebyfabian)) - Mehdi Lahlou ([@​medfreeman](https://togithub.com/medfreeman)) - Webfansplz ([@​Webfansplz](https://togithub.com/Webfansplz)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Andrey Yolkin ([@​AndreyYolkin](https://togithub.com/AndreyYolkin)) - Vasilis Souvatzis ([@​vasisouv](https://togithub.com/vasisouv)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Marco Solazzi ([@​dwightjack](https://togithub.com/dwightjack)) - NiJia Lin ([@​louis70109](https://togithub.com/louis70109)) - Hugo Torzuoli ([@​HZooly](https://togithub.com/HZooly)) - Mathieu ALBIN ([@​jaegar-wolf](https://togithub.com/jaegar-wolf)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Jaap Roes ([@​jaap3](https://togithub.com/jaap3)) - Ryota Watanabe ([@​wattanx](https://togithub.com/wattanx)) - Sébastien Chopin ([@​Atinux](https://togithub.com/Atinux)) - Hossein-moghadam ([@​hosseinmoghaddam](https://togithub.com/hosseinmoghaddam)) - Bastien Rossi ([@​bastienrossi](https://togithub.com/bastienrossi)) - Ordago ([@​ordago](https://togithub.com/ordago)) - Jeffrey GONZALES ([@​jgonz3](https://togithub.com/jgonz3)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Leonard Mihalcea ([@​LeVoMihalcea](https://togithub.com/LeVoMihalcea)) - Paulo Pertierra ([@​paulo-pertierra](https://togithub.com/paulo-pertierra)) - Conner ([@​connerblanton](https://togithub.com/connerblanton)) - KeJun ([@​KeJunMao](https://togithub.com/KeJunMao)) - Bjorn Lu ([@​bluwy](https://togithub.com/bluwy)) - Salman Khattak ([@​khattaksd](https://togithub.com/khattaksd)) - Luke Nelson ([@​luc122c](https://togithub.com/luc122c)) - Jianqi Pan ([@​Jannchie](https://togithub.com/Jannchie)) - Matej Černý ([@​CernyMatej](https://togithub.com/CernyMatej))
pnpm/pnpm (pnpm) ### [`v8.10.4`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.10.3...v8.10.4) #### Patch Changes - Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when `node-linker` was set to `hoisted` [#​6227](https://togithub.com/pnpm/pnpm/issues/6227). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.10.3`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.10.2...v8.10.3) #### Patch Changes - (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs [#​7285](https://togithub.com/pnpm/pnpm/pull/7285). - `pnpm patch` should reuse existing patch when `shared-workspace-file=false` [#​7252](https://togithub.com/pnpm/pnpm/pull/7252). - Don't retry fetching missing packages, since the retries will never work [#​7276](https://togithub.com/pnpm/pnpm/pull/7276). - When using `pnpm store prune --force` alien directories are removed from the store [#​7272](https://togithub.com/pnpm/pnpm/pull/7272). - Downgraded `npm-packlist` because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow. `npm-packlist` was upgraded in [this PR](https://togithub.com/pnpm/pnpm/pull/7250) to fix [#​6997](https://togithub.com/pnpm/pnpm/issues/6997). We added our own file deduplication to fix the issue of duplicate file entries. - Fixed a performance regression on running installation on a project with an up to date lockfile [#​7297](https://togithub.com/pnpm/pnpm/issues/7297). - Throw an error on invalid `pnpm-workspace.yaml` file [#​7273](https://togithub.com/pnpm/pnpm/issues/7273). #### Our Gold Sponsors
#### Our Silver Sponsors
sveltejs/svelte (svelte) ### [`v4.2.3`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.3) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.2...svelte@4.2.3) ##### Patch Changes - fix: improve a11y-click-events-have-key-events message ([#​9358](https://togithub.com/sveltejs/svelte/pull/9358)) - fix: more robust hydration of html tag ([#​9184](https://togithub.com/sveltejs/svelte/pull/9184))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

stackblitz[bot] commented 10 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ast-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2023 3:46pm
socket-security[bot] commented 10 months ago

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@babel/parser 7.23.0...7.23.3 None +0/-0 1.89 MB nicolo-ribaudo