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 #53

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.24.1 -> ^7.24.4 age adoption passing confidence
@oxc-parser/wasm (source) ^0.0.5 -> ^0.1.0 age adoption passing confidence
@swc/wasm-web 1.4.11 -> 1.4.13 age adoption passing confidence
@sxzz/eslint-config ^3.8.7 -> ^3.9.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.4.0 -> ^7.6.0 age adoption passing confidence
@unocss/nuxt (source) ^0.58.8 -> ^0.59.0 age adoption passing confidence
nuxt (source) 3.11.1 -> 3.11.2 age adoption passing confidence
pnpm (source) 8.15.5 -> 8.15.6 age adoption passing confidence
tsx ^4.7.1 -> ^4.7.2 age adoption passing confidence
typescript (source) ^5.4.3 -> ^5.4.4 age adoption passing confidence
vue-tsc (source) ^2.0.10 -> ^2.0.11 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.24.4`](https://togithub.com/babel/babel/releases/tag/v7.24.4) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.4) #### v7.24.4 (2024-04-03) Thanks [@​Dunqing](https://togithub.com/Dunqing), [@​luiscubal](https://togithub.com/luiscubal), and [@​samualtnorman](https://togithub.com/samualtnorman) for your first PRs! ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16403](https://togithub.com/babel/babel/pull/16403) Forbid initializerless using ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16388](https://togithub.com/babel/babel/pull/16388) Ensure decorators are callable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16402](https://togithub.com/babel/babel/pull/16402) fix: Correctly prints `{ [key in Bar]? }` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16394](https://togithub.com/babel/babel/pull/16394) fix: Correctly generate `TSMappedType` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-preset-env` - [#​16390](https://togithub.com/babel/babel/pull/16390) Create bugfix plugin for classes in computed keys in Firefox ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16387](https://togithub.com/babel/babel/pull/16387) fix: support mutated outer decorated class binding ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16385](https://togithub.com/babel/babel/pull/16385) fix: Decorators when `super()` exists and `protoInit` is not needed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​16384](https://togithub.com/babel/babel/pull/16384) fix: Transform scoping for `for X` in loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16368](https://togithub.com/babel/babel/pull/16368) fix: Capture `let` when the `for` body is not a block ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping` - [#​16363](https://togithub.com/babel/babel/pull/16363) Fix incorrect function hoisting in some case statements ([@​luiscubal](https://togithub.com/luiscubal)) ##### Committers: 7 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Dunqing ([@​Dunqing](https://togithub.com/Dunqing)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Luís Reis ([@​luiscubal](https://togithub.com/luiscubal)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Samual Norman ([@​samualtnorman](https://togithub.com/samualtnorman)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)
oxc-project/oxc (@​oxc-parser/wasm) ### [`v0.1.0`](https://togithub.com/oxc-project/oxc/releases/tag/v0.1.0): CLI v0.1.0 Ezno Type Checker [Compare Source](https://togithub.com/oxc-project/oxc/compare/v0.0.5...v0.1.0) `npx oxidation-compiler@latest check ./test.ts` ![image](https://togithub.com/Boshen/oxc/assets/1430279/c7308395-1856-43fa-b4b8-b239886ec259) #### New Contributors - [@​anonrig](https://togithub.com/anonrig) made their first contribution in [https://github.com/Boshen/oxc/pull/388](https://togithub.com/Boshen/oxc/pull/388) - [@​kaleidawave](https://togithub.com/kaleidawave) made their first contribution in [https://github.com/Boshen/oxc/pull/413](https://togithub.com/Boshen/oxc/pull/413) **Full Changelog**: https://github.com/Boshen/oxc/compare/v0.0.7...
swc-project/swc (@​swc/wasm-web) ### [`v1.4.13`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1413---2024-04-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.4.12...v1.4.13) ##### Bug Fixes - **(es/decorators)** Fix capacity overflow with decorators ([#​8818](https://togithub.com/swc-project/swc/issues/8818)) ([9ed93c1](https://togithub.com/swc-project/swc/commit/9ed93c17cdb645274392ebdb9ad87f8fbeeed971)) - **(es/minifier)** Respect `top_retain` for top-level functions ([#​8814](https://togithub.com/swc-project/swc/issues/8814)) ([811308c](https://togithub.com/swc-project/swc/commit/811308c3526003608e61c559f43408f6065ff9ee)) - **(es/minifier)** Abort IIFE invoker in function parameters ([#​8828](https://togithub.com/swc-project/swc/issues/8828)) ([ebb68db](https://togithub.com/swc-project/swc/commit/ebb68db24d7287ca12d85a68a34aabfa660eeae0)) - **(es/module)** Respect `module.resolveFully` in more cases ([#​8820](https://togithub.com/swc-project/swc/issues/8820)) ([e1f7704](https://togithub.com/swc-project/swc/commit/e1f770463d1f0402468e07fca9c637e3823bb2d1)) - **(es/transforms)** Fix capacity overflow with decorators ([#​8815](https://togithub.com/swc-project/swc/issues/8815)) ([974f5c7](https://togithub.com/swc-project/swc/commit/974f5c759c7736ab521d18c8e7bd88210691a2ab)) - **(plugin/runner)** Pin version of `virtual-fs` ([#​8827](https://togithub.com/swc-project/swc/issues/8827)) ([089f61b](https://togithub.com/swc-project/swc/commit/089f61bc37bb9c09dc94a24a5518840883827f57)) - **(visit)** Improve `Map` implementation for `Box` ([#​8819](https://togithub.com/swc-project/swc/issues/8819)) ([dc04657](https://togithub.com/swc-project/swc/commit/dc046572def13a3eb625520c5a8bfd651b86f3a3)) ### [`v1.4.12`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1412---2024-04-04) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.4.11...v1.4.12) ##### Bug Fixes - **(common)** Fix source index for `inputSourceMap` ([#​8800](https://togithub.com/swc-project/swc/issues/8800)) ([4f9ab81](https://togithub.com/swc-project/swc/commit/4f9ab8151dad9984c81c72eb10c2afe5313a7591)) - **(es)** Change default value of `inputSourceMap` to `true` ([#​8801](https://togithub.com/swc-project/swc/issues/8801)) ([9ffcd18](https://togithub.com/swc-project/swc/commit/9ffcd1823c0abdc741f654b8e1e330cdc06769a1)) - **(es/bugfixes)** Fix fn transform in nameless fns ([#​8796](https://togithub.com/swc-project/swc/issues/8796)) ([7ad004e](https://togithub.com/swc-project/swc/commit/7ad004e1899d98ee8da49909163455b3b622686d)) - **(es/helpers)** Fix metadata of decorators being `undefined` ([#​8768](https://togithub.com/swc-project/swc/issues/8768)) ([263ce6e](https://togithub.com/swc-project/swc/commit/263ce6e22bd4dbba0323099f256fb062b8e644a2)) - **(es/minifier)** Abort fn inliner if there's a spread arg ([#​8809](https://togithub.com/swc-project/swc/issues/8809)) ([730ded2](https://togithub.com/swc-project/swc/commit/730ded2a26f63f0069dea0d3bc207bb31f344444)) - **(es/module)** Fix `jsc.paths` with `resolveFully` ([#​8784](https://togithub.com/swc-project/swc/issues/8784)) ([4961bb0](https://togithub.com/swc-project/swc/commit/4961bb055df9925da97279819d2fdf740b4b3d92)) - **(es/parser)** Tweak msg of `SyntaxError::UsingDeclNotEnabled` ([#​8791](https://togithub.com/swc-project/swc/issues/8791)) ([95c822e](https://togithub.com/swc-project/swc/commit/95c822e7c43470e4c972bef00d97e7e0de02e0b0)) ##### Features - **(es/minifier)** Evaluate spread of arrays ([#​8811](https://togithub.com/swc-project/swc/issues/8811)) ([47714c5](https://togithub.com/swc-project/swc/commit/47714c52ce08b0e94617d17c11c8e8994c62dbaa)) - **(plugin/runner)** Improve error message for Wasm plugin crashes ([#​8794](https://togithub.com/swc-project/swc/issues/8794)) ([571d297](https://togithub.com/swc-project/swc/commit/571d29781a90f4def4811ae46fa4a5f966e461e6)) ##### Miscellaneous Tasks - **(deps)** Update dependencies ([#​8810](https://togithub.com/swc-project/swc/issues/8810)) ([207582f](https://togithub.com/swc-project/swc/commit/207582ff254a66a9dd4613de6d3cb43c19957b68)) - **(es/transforms)** Add `repository` field to `swc_ecma_ext_transforms` ([#​8793](https://togithub.com/swc-project/swc/issues/8793)) ([37f0a79](https://togithub.com/swc-project/swc/commit/37f0a7994bdf7d90c30a00f70c6dde97b4d89c8f)) ##### Performance - **(atoms)** Update `hstr` ([#​8799](https://togithub.com/swc-project/swc/issues/8799)) ([0745624](https://togithub.com/swc-project/swc/commit/0745624cb71e12b18b06d9ee106066d8b585c4c6)) - **(es/parser)** Use faster unicode crate ([#​8785](https://togithub.com/swc-project/swc/issues/8785)) ([6f780ca](https://togithub.com/swc-project/swc/commit/6f780ca749a611f54aa4deb628e532fd0a12228f))
sxzz/eslint-config (@​sxzz/eslint-config) ### [`v3.9.0`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.9.0) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.8.7...v3.9.0) #### Minor Changes - Replace `eslint-plugin-i` with `eslint-plugin-import-x` for supporting ESLint v9. *** #####    🚀 Features - **unicorn**: Enable promise lint  -  by [@​sxzz](https://togithub.com/sxzz) [(46458)](https://togithub.com/sxzz/eslint-config/commit/46458f1) #####    🐞 Bug Fixes - **deps**: - Update dependency globals to v15  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/70](https://togithub.com/sxzz/eslint-config/issues/70)0 [(6f282)](https://togithub.com/sxzz/eslint-config/commit/6f2821e) - Update dependency eslint-plugin-unicorn to v52  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/72](https://togithub.com/sxzz/eslint-config/issues/72)2 [(66574)](https://togithub.com/sxzz/eslint-config/commit/66574ba) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.8.7...v3.9.0)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.6.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#760-2024-04-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.5.0...v7.6.0) ##### 🚀 Features - bump npm dependency ranges ##### ❤️ Thank You - Abraham Guo - auvred - Brad Zacher 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. ### [`v7.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#750-2024-04-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.4.0...v7.5.0) ##### 🩹 Fixes - **parser:** disallow `errorOnTypeScriptSyntacticAndSemanticIssues` ##### ❤️ Thank You - Brad Zacher - Kim Sang Du - Mark de Dios - Naru - YeonJuan 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.59.0`](https://togithub.com/unocss/unocss/releases/tag/v0.59.0) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.58.9...v0.59.0) #####    🚨 Breaking Changes - Move to ESM-only and fix package exports  -  by [@​kwaa](https://togithub.com/kwaa), [@​userquin](https://togithub.com/userquin), [@​antfu](https://togithub.com/antfu), **Chris** and **Anthony Fu** in [https://github.com/unocss/unocss/issues/3380](https://togithub.com/unocss/unocss/issues/3380) [(41bc8)](https://togithub.com/unocss/unocss/commit/41bc87b1) - **preset-mini**: RingWidth default changed to `3px` to align with Tailwind  -  by [@​NamesMT](https://togithub.com/NamesMT) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3673](https://togithub.com/unocss/unocss/issues/3673) [(274d3)](https://togithub.com/unocss/unocss/commit/274d3960) #####    🐞 Bug Fixes - **autocomplete**: Disable autocomplete for attributify props when not using  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3685](https://togithub.com/unocss/unocss/issues/3685) [(4dfc3)](https://togithub.com/unocss/unocss/commit/4dfc3194) - **nuxt**: Custom option priority in cssnano  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3679](https://togithub.com/unocss/unocss/issues/3679) [(4e11d)](https://togithub.com/unocss/unocss/commit/4e11d623) - **packages**: Add types versions  -  by [@​kwaa](https://togithub.com/kwaa) in [https://github.com/unocss/unocss/issues/3677](https://togithub.com/unocss/unocss/issues/3677) [(42187)](https://togithub.com/unocss/unocss/commit/42187e20) - **postcss**: Move to ESM first + dual ESM/CJS + missing `@unocss/postcss/esm` subpackage export  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/unocss/unocss/issues/3678](https://togithub.com/unocss/unocss/issues/3678) [(7eda3)](https://togithub.com/unocss/unocss/commit/7eda3ab8) - **scope**: Fix export types & main entry  -  by [@​kwaa](https://togithub.com/kwaa) in [https://github.com/unocss/unocss/issues/3676](https://togithub.com/unocss/unocss/issues/3676) [(ae44a)](https://togithub.com/unocss/unocss/commit/ae44ad24) - **vscode**: The information displayed by hover and autocomplete is inconsistent  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3680](https://togithub.com/unocss/unocss/issues/3680) [(623c2)](https://togithub.com/unocss/unocss/commit/623c21c1) - **webpack**: Correctly output CSS string  -  by [@​lzl0304](https://togithub.com/lzl0304) in [https://github.com/unocss/unocss/issues/3686](https://togithub.com/unocss/unocss/issues/3686) [(a03c2)](https://togithub.com/unocss/unocss/commit/a03c25c8) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.58.9...v0.59.0) ### [`v0.58.9`](https://togithub.com/unocss/unocss/releases/tag/v0.58.9) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.58.8...v0.58.9) #####    🚀 Features - **preset-mini**: Keep unitOnlyRE same with tailwind  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3674](https://togithub.com/unocss/unocss/issues/3674) [(f532b)](https://togithub.com/unocss/unocss/commit/f532b3f0) #####    🐞 Bug Fixes - **vscode**: GetColorString nested css var  -  by [@​Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3668](https://togithub.com/unocss/unocss/issues/3668) [(95576)](https://togithub.com/unocss/unocss/commit/955764b4) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.58.8...v0.58.9)
nuxt/nuxt (nuxt) ### [`v3.11.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.11.1...v3.11.2) > 3.11.2 is the next regularly scheduled patch release. ##### ✅ 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.11.1...v3.11.2) ##### 🔥 Performance - **nuxt:** Don't tree-shake `useServerHead` in dev ([#​26421](https://togithub.com/nuxt/nuxt/pull/26421)) - **nuxt:** Reduce nuxt island payload ([#​26569](https://togithub.com/nuxt/nuxt/pull/26569)) - **nuxt:** Unsubscribe from watch when scope is disposed ([#​26554](https://togithub.com/nuxt/nuxt/pull/26554)) - **nuxt:** Reduce router resolutions ([#​26519](https://togithub.com/nuxt/nuxt/pull/26519)) ##### 🩹 Fixes - **nuxt:** Handle underscores in island names ([#​26370](https://togithub.com/nuxt/nuxt/pull/26370)) - **nuxt:** Don't append new route for redirect if one exists ([#​26368](https://togithub.com/nuxt/nuxt/pull/26368)) - **nuxt:** Ignore `navigateTo` `open` option on server side ([#​26392](https://togithub.com/nuxt/nuxt/pull/26392)) - **nuxt:** Print errors when compiling templates ([#​26410](https://togithub.com/nuxt/nuxt/pull/26410)) - **nuxt:** Don't warn about `definePageMeta` in server pages ([#​26422](https://togithub.com/nuxt/nuxt/pull/26422)) - **nuxt:** Pass `joinRelativeURL` + share paths on server ([#​26407](https://togithub.com/nuxt/nuxt/pull/26407)) - **nuxt:** Exclude `/index.html` from import protection ([#​26430](https://togithub.com/nuxt/nuxt/pull/26430)) - **nuxt:** Early return from `refreshCookie` on server ([22ada37b4](https://togithub.com/nuxt/nuxt/commit/22ada37b4)) - **nuxt:** Move `v-if` to wrapper in islands transform ([#​26386](https://togithub.com/nuxt/nuxt/pull/26386)) - **nuxt:** Move directives to client component island wrapper ([#​26387](https://togithub.com/nuxt/nuxt/pull/26387)) - **nuxt:** Ignore fetch errors in `getLatestManifest` ([#​26486](https://togithub.com/nuxt/nuxt/pull/26486)) - **nuxt:** Check island element instead of hydration state ([#​26480](https://togithub.com/nuxt/nuxt/pull/26480)) - **nuxt:** Add build id to rendered payload url ([#​26504](https://togithub.com/nuxt/nuxt/pull/26504)) - **nuxt:** Support serialising rich server logs ([#​26503](https://togithub.com/nuxt/nuxt/pull/26503)) - **nuxt:** Handle errors parsing/stringifying logs ([4a87c35df](https://togithub.com/nuxt/nuxt/commit/4a87c35df)) - **nuxt:** Augment `GlobalComponents` in multiple vue modules ([#​26541](https://togithub.com/nuxt/nuxt/pull/26541)) - **nuxt:** Suppress warning about resolve cache-driver ([#​26595](https://togithub.com/nuxt/nuxt/pull/26595)) - **nuxt:** Handle auto-importing named components ([#​26556](https://togithub.com/nuxt/nuxt/pull/26556)) - **schema:** Update webpack `transformAssetUrls` + pass `hoistStatic` to vite plugin ([#​26563](https://togithub.com/nuxt/nuxt/pull/26563)) - **schema:** Document use case for `typescript.shim` ([#​26607](https://togithub.com/nuxt/nuxt/pull/26607)) - **nuxt:** Normalise rollup opts in island transform w/o nuxt ([#​26589](https://togithub.com/nuxt/nuxt/pull/26589)) - **nuxt:** Handle missing Nuxt context in `useRoute` ([#​26633](https://togithub.com/nuxt/nuxt/pull/26633)) ##### 💅 Refactors - **nuxt:** Remove duplicated check ([#​26544](https://togithub.com/nuxt/nuxt/pull/26544)) - **nuxt:** Simplify check in `navigateTo` for server ([#​26546](https://togithub.com/nuxt/nuxt/pull/26546)) - **nuxt:** Simplify `runtimeConfig` initialization of client side ([#​26558](https://togithub.com/nuxt/nuxt/pull/26558)) ##### 📖 Documentation - Update information about playwright test runner ([8e635fd23](https://togithub.com/nuxt/nuxt/commit/8e635fd23)) - Add info about dependencies to install ([a258bfc34](https://togithub.com/nuxt/nuxt/commit/a258bfc34)) - Add missing end block ([f55f74798](https://togithub.com/nuxt/nuxt/commit/f55f74798)) - Migration page typo ([#​26389](https://togithub.com/nuxt/nuxt/pull/26389)) - Advise installing nuxi for debugging with pnpm ([#​26447](https://togithub.com/nuxt/nuxt/pull/26447)) - Warn about single root element for server components ([#​26462](https://togithub.com/nuxt/nuxt/pull/26462)) - Adjust grammar ([#​26482](https://togithub.com/nuxt/nuxt/pull/26482)) - Add contents of the layout in examples ([#​26532](https://togithub.com/nuxt/nuxt/pull/26532)) - Add note about `prerenderRoutes` in dynamic routes ([#​26547](https://togithub.com/nuxt/nuxt/pull/26547)) - Clarify app-config merging strategy note ([#​26564](https://togithub.com/nuxt/nuxt/pull/26564)) - Update core modules roadmap ([#​26553](https://togithub.com/nuxt/nuxt/pull/26553)) - Replace `process.*` with `import.meta.*` ([#​26611](https://togithub.com/nuxt/nuxt/pull/26611)) - Correct grammar in `typescript.shim` JSDoc ([#​26626](https://togithub.com/nuxt/nuxt/pull/26626)) - Add missing comma ([#​26644](https://togithub.com/nuxt/nuxt/pull/26644)) ##### 🏡 Chore - Fix typo in test descriptions ([#​26366](https://togithub.com/nuxt/nuxt/pull/26366)) - Rename to yaml ([00018084d](https://togithub.com/nuxt/nuxt/commit/00018084d)) - Improve pr template ([#​26562](https://togithub.com/nuxt/nuxt/pull/26562)) - Enable devtools by default in playground ([17488508b](https://togithub.com/nuxt/nuxt/commit/17488508b)) - Migrate to ESLint flat config ([#​26583](https://togithub.com/nuxt/nuxt/pull/26583)) ##### ❤️ Contributors - Nikita ([@​nikitadmitr](https://togithub.com/nikitadmitr)) - Alex Liu ([@​Mini-ghost](https://togithub.com/Mini-ghost)) - Luke Nelson ([@​luc122c](https://togithub.com/luc122c)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Antoine Rey ([@​antoinerey](https://togithub.com/antoinerey)) - Maxime Pauvert ([@​maximepvrt](https://togithub.com/maximepvrt)) - Taras Batenkov ([@​enkot](https://togithub.com/enkot)) - Lehoczky Zoltán ([@​Lehoczky](https://togithub.com/Lehoczky)) - Pothuraju ([@​pothuraju-dev](https://togithub.com/pothuraju-dev)) - xjccc ([@​xjccc](https://togithub.com/xjccc)) - Junaid Ahmed ([@​junaidkbr](https://togithub.com/junaidkbr)) - Michał Zarach ([@​michalzaq12](https://togithub.com/michalzaq12)) - Thimo ([@​ThimoDEV](https://togithub.com/ThimoDEV)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - Alexander Lichter ([@​manniL](https://togithub.com/manniL)) - Serge Doda ([@​bargel](https://togithub.com/bargel)) - François Rosato ([@​frosato-dev](https://togithub.com/frosato-dev))
pnpm/pnpm (pnpm) ### [`v8.15.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.6) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.5...v8.15.6) #### Patch Changes - The exit code of the child process should be preserved on `pnpm run` [#​7817](https://togithub.com/pnpm/pnpm/issues/7817). - When sorting packages in a workspace, take into account workspace dependencies specified as `peerDependencies` [#​7813](https://togithub.com/pnpm/pnpm/issues/7813). - Add `--ignore-scripts` argument to `prune` command [#​7836](https://togithub.com/pnpm/pnpm/pull/7836). #### Platinum Sponsors
#### Gold Sponsors
#### Silver Sponsors
privatenumber/tsx (tsx) ### [`v4.7.2`](https://togithub.com/privatenumber/tsx/compare/v4.7.1...1a10da7bf9d0ca66ced6c897ade8f5f9aae0268d) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.7.1...v4.7.2)
Microsoft/TypeScript (typescript) ### [`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
vuejs/language-tools (vue-tsc) ### [`v2.0.11`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2011-202447) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.10...v2.0.11) ##### Features - **vscode:** support for enabling/disabling typescript plugin ([#​4226](https://togithub.com/vuejs/language-tools/issues/4226)) - Added `typeScriptPluginOnly` option for `vue.server.hybridMode` setting. - When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default. - **vscode:** support for `vue.format.wrapAttributes` setting ([#​4212](https://togithub.com/vuejs/language-tools/issues/4212)) - **vscode:** add `vue.codeActions.askNewComponentName` setting ([#​4217](https://togithub.com/vuejs/language-tools/issues/4217)) ##### Bug Fixes - **vscode:** `Find File References` not working when hybrid mode is disabled ([#​4221](https://togithub.com/vuejs/language-tools/issues/4221)) - **language-core:** type narrowing not working for inline event handlers ([#​4209](https://togithub.com/vuejs/language-tools/issues/4209)) - **language-core:** `@vue-ignore`, `@vue-expect-error` not working for interpolations - **language-core:** improve reliability for `@vue-ignore`, `@vue-expect-error` ([#​4203](https://togithub.com/vuejs/language-tools/issues/4203)) - **language-core:** duplicated items in suggestion list for prop values ([#​3922](https://togithub.com/vuejs/language-tools/issues/3922)) - **language-server:** `vueCompilerOptions` not working with hybrid mode ([#​4211](https://togithub.com/vuejs/language-tools/issues/4211)) ([#​3959](https://togithub.com/vuejs/language-tools/issues/3959)) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.5` to `v2.2.0-alpha.6` for a `vue-tsc` bug fixes - [volarjs/volar.js#162](https://togithub.com/volarjs/volar.js/pull/162) - Thanks [@​wangshunnn](https://togithub.com/wangshunnn) - **test:** add test for [#​4203](https://togithub.com/vuejs/language-tools/issues/4203) ([#​4207](https://togithub.com/vuejs/language-tools/issues/4207)) - Thanks [@​tinco](https://togithub.com/tinco)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 4 months ago

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

vercel[bot] commented 4 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 Apr 9, 2024 10:00am
socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/parser@7.24.4 Transitive: environment +4 4.38 MB nicolo-ribaudo
npm/@oxc-parser/wasm@0.1.0 filesystem 0 1.66 MB boshen
npm/@sxzz/eslint-config@3.9.0 environment Transitive: eval, filesystem, shell, unsafe +171 34.6 MB sxzz
npm/@unocss/nuxt@0.59.0 Transitive: environment, filesystem, network, shell, unsafe +121 11.6 MB antfu
npm/typescript@5.4.4 None 0 32.4 MB typescript-bot

🚮 Removed packages: npm/@babel/parser@7.24.1, npm/@oxc-parser/wasm@0.0.5, npm/@swc/wasm-web@1.4.11, npm/@sxzz/eslint-config@3.8.7, npm/@typescript-eslint/parser@7.4.0, npm/@unocss/nuxt@0.58.8, npm/memfs@4.8.1, npm/monaco-editor@0.47.0, npm/nuxt-monaco-editor@1.2.7, npm/nuxt@3.11.1

View full report↗︎

socket-security[bot] commented 4 months ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Potential typo squat npm/eslint-plugin-import-x@0.5.0

View full report↗︎

Next steps

What is a typosquat?

Package name is similar to other popular packages and may not be the package you want.

Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/eslint-plugin-import-x@0.5.0