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

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.22.16 -> ^7.23.0 age adoption passing confidence
@nuxt/devtools ^0.8.4 -> ^0.8.5 age adoption passing confidence
@swc/wasm-web ^1.3.88 -> ^1.3.91 age adoption passing confidence
@typescript-eslint/parser ^6.7.2 -> ^6.7.3 age adoption passing confidence
@unocss/nuxt ^0.56.1 -> ^0.56.4 age adoption passing confidence
memfs ^4.4.0 -> ^4.5.0 age adoption passing confidence
nuxt 3.7.3 -> 3.7.4 age adoption passing confidence
pnpm (source) 8.7.6 -> 8.8.0 age adoption passing confidence
vite-plugin-node-polyfills ^0.14.1 -> ^0.15.0 age adoption passing confidence
vue-tsc ^1.8.13 -> ^1.8.15 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.23.0`](https://togithub.com/babel/babel/releases/tag/v7.23.0) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.16...v7.23.0) #### v7.23.0 (2023-09-25) Thanks [@​lorenzoferre](https://togithub.com/lorenzoferre) and [@​RajShukla1](https://togithub.com/RajShukla1) for your first PRs! ##### :rocket: New Feature - `babel-plugin-proposal-import-wasm-source`, `babel-plugin-syntax-import-source`, `babel-plugin-transform-dynamic-import` - [#​15870](https://togithub.com/babel/babel/pull/15870) Support transforming `import source` for wasm ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-proposal-import-defer`, `babel-plugin-syntax-import-defer`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​15878](https://togithub.com/babel/babel/pull/15878) Implement `import defer` proposal transform support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#​15845](https://togithub.com/babel/babel/pull/15845) Implement `import defer` parsing support ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​15829](https://togithub.com/babel/babel/pull/15829) Add parsing support for the "source phase imports" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-traverse`, `babel-types` - [#​15682](https://togithub.com/babel/babel/pull/15682) Add `createImportExpressions` parser option ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​15671](https://togithub.com/babel/babel/pull/15671) Pass through nonce to the transformed script element ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-function-name`, `babel-helper-member-expression-to-functions`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#​15751](https://togithub.com/babel/babel/pull/15751) Add support for optional chain in assignments ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​15895](https://togithub.com/babel/babel/pull/15895) Implement the "decorator metadata" proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse`, `babel-types` - [#​15893](https://togithub.com/babel/babel/pull/15893) Add `t.buildUndefinedNode` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-preset-typescript` - [#​15913](https://togithub.com/babel/babel/pull/15913) Add `rewriteImportExtensions` option to TS preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15896](https://togithub.com/babel/babel/pull/15896) Allow TS tuples to have both labeled and unlabeled elements ([@​yukukotani](https://togithub.com/yukukotani)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#​15962](https://togithub.com/babel/babel/pull/15962) fix: `transform-block-scoping` captures the variables of the method in the loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#​15797](https://togithub.com/babel/babel/pull/15797) Expand evaluation of global built-ins in `@babel/traverse` ([@​lorenzoferre](https://togithub.com/lorenzoferre)) - `babel-plugin-proposal-explicit-resource-management` - [#​15985](https://togithub.com/babel/babel/pull/15985) Improve source maps for blocks with `using` declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​15984](https://togithub.com/babel/babel/pull/15984) Inline `exports.XXX =` update in simple variable declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### Committers: 7 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Lorenzo Ferretti ([@​lorenzoferre](https://togithub.com/lorenzoferre)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Raj Pawan Shukla ([@​RajShukla1](https://togithub.com/RajShukla1)) - Yuku Kotani ([@​yukukotani](https://togithub.com/yukukotani)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)
nuxt/devtools (@​nuxt/devtools) ### [`v0.8.5`](https://togithub.com/nuxt/devtools/blob/HEAD/CHANGELOG.md#085-2023-09-25) [Compare Source](https://togithub.com/nuxt/devtools/compare/v0.8.4...v0.8.5) ##### Features - print shortcuts in console ([97b3e18](https://togithub.com/nuxt/devtools/commit/97b3e186e8798142c54d2599329ca97c97ea4b59)) - telemetry support ([#​427](https://togithub.com/nuxt/devtools/issues/427)) ([8677d00](https://togithub.com/nuxt/devtools/commit/8677d003c414cc5baf8f951bd71cc6dfa07871ee))
swc-project/swc (@​swc/wasm-web) ### [`v1.3.91`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1391---2023-10-01) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.90...v1.3.91) ##### Bug Fixes - **(es/compat)** Use return statements for method and setter decorator ([#​8017](https://togithub.com/swc-project/swc/issues/8017)) ([38bc710](https://togithub.com/swc-project/swc/commit/38bc71006ed6f46c0145e07acccce75f7be26553)) - **(es/compat)** Generate `OptCall` for `OptCall` for private fields ([#​8031](https://togithub.com/swc-project/swc/issues/8031)) ([06b6eb9](https://togithub.com/swc-project/swc/commit/06b6eb999964c25a964b0105bd7a4f20b51300dd)) - **(es/minifier)** Check if object shorthand is skippable for seq inliner ([#​8036](https://togithub.com/swc-project/swc/issues/8036)) ([01391e3](https://togithub.com/swc-project/swc/commit/01391e3c13e42b7f42f80ab13b396cad182942ff)) - **(es/module)** Sort the exported ESM bindings ([#​8024](https://togithub.com/swc-project/swc/issues/8024)) ([990ca06](https://togithub.com/swc-project/swc/commit/990ca06aca3242a789e165f4318c95d0bb64b02e)) - **(es/typescript)** Rename wrong `unresolved_mark` ([#​8018](https://togithub.com/swc-project/swc/issues/8018)) ([5817268](https://togithub.com/swc-project/swc/commit/58172689ce7f8dd2f0a79d8771c52fe309880b44)) - **(es/typescript)** Preserve default value of an exported binding in a namespace ([#​8029](https://togithub.com/swc-project/swc/issues/8029)) ([cf96171](https://togithub.com/swc-project/swc/commit/cf96171a53589118a0103495169e02fed10a675f)) ##### Documentation - **(counter)** Document the purpose of the package ([#​8032](https://togithub.com/swc-project/swc/issues/8032)) ([b6b5a4d](https://togithub.com/swc-project/swc/commit/b6b5a4d3a6f1c6c74d47c855081a8fee17066829)) ##### Features - **(bindings)** Create a minifier-only package ([#​7993](https://togithub.com/swc-project/swc/issues/7993)) ([64d8f4b](https://togithub.com/swc-project/swc/commit/64d8f4b59f81c71bffbb906595bafa356f326924)) ##### Miscellaneous Tasks - **(ci)** Prepare `@swc/minifier` ([#​8027](https://togithub.com/swc-project/swc/issues/8027)) ([8214b9e](https://togithub.com/swc-project/swc/commit/8214b9ed4e214dc6a52e7d2c80cd3b8ca87d3a12)) - **(ci)** Expose more crates to JS ([#​8033](https://togithub.com/swc-project/swc/issues/8033)) ([186ecfa](https://togithub.com/swc-project/swc/commit/186ecfadb55430405d1a4e1400574a6e958f9458)) - **(ci)** Remove wrong `if`s ([dec68c3](https://togithub.com/swc-project/swc/commit/dec68c32126e38066feb813fce4635e7d40a8429))- **general**: Fix yarn lockfile ([7f91274](https://togithub.com/swc-project/swc/commit/7f9127420867cba856faa4ede8ef62ec3146e382))- **general**: Fix yarn lockfile ([c062536](https://togithub.com/swc-project/swc/commit/c0625361a1ad7537ca53a157fbdc8599fbbe2a44)) ##### Refactor - **(es)** Extract parser/codegen code for `swc::Compiler` ([#​8030](https://togithub.com/swc-project/swc/issues/8030)) ([a13f5cb](https://togithub.com/swc-project/swc/commit/a13f5cbe03f067b376f9f3318ef822142551eb96)) - **(es/minifier)** Move JS options to `swc_ecma_minifier` ([#​8028](https://togithub.com/swc-project/swc/issues/8028)) ([725f7f5](https://togithub.com/swc-project/swc/commit/725f7f5bda0881bdaac1bf1254f58e5341633d4e)) ### [`v1.3.90`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1390---2023-09-27) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.89...v1.3.90) ##### Bug Fixes - **(es/codegen)** Fix codegen of unicode surrogates ([#​7985](https://togithub.com/swc-project/swc/issues/7985)) ([39c680d](https://togithub.com/swc-project/swc/commit/39c680d814644fbde50b0f73a29aebe791812eb2)) - **(es/codegen)** Fix codegen of optional chaining expr with a comment ([#​8005](https://togithub.com/swc-project/swc/issues/8005)) ([f07bb48](https://togithub.com/swc-project/swc/commit/f07bb482e694a422591085621a38aff747294502)) - **(es/typescript)** Handle `DeclareCollect` correctly ([#​8008](https://togithub.com/swc-project/swc/issues/8008)) ([9d08b8a](https://togithub.com/swc-project/swc/commit/9d08b8a6145d486e570a22563c62a69722cf8759)) - **(es/typescript)** Handle qualified access in assign pat ([#​8012](https://togithub.com/swc-project/swc/issues/8012)) ([2f01aba](https://togithub.com/swc-project/swc/commit/2f01aba978415add87994f9b20e3e2db83fc48b6)) ### [`v1.3.89`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1389---2023-09-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.88...v1.3.89) ##### Bug Fixes - **(es)** Enable resolver if `jsc.baseUrl` is specified ([#​7998](https://togithub.com/swc-project/swc/issues/7998)) ([f374ad9](https://togithub.com/swc-project/swc/commit/f374ad903a066ebf3a7e54a3656cb3fc44b37445)) - **(es/compat)** Skip function scope in `block-scoped-fns` pass ([#​7975](https://togithub.com/swc-project/swc/issues/7975)) ([d91a554](https://togithub.com/swc-project/swc/commit/d91a554033c8ce0ea2b2538b0e86abf5a81eac76)) ##### Refactor - **(es/typescript)** Reimplement TypeScript pass ([#​7202](https://togithub.com/swc-project/swc/issues/7202)) ([9c9a538](https://togithub.com/swc-project/swc/commit/9c9a538f23cb2bcd2f46e156babf64c7a81db245))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.7.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#673-2023-09-25) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.2...v6.7.3) **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.56.4`](https://togithub.com/unocss/unocss/releases/tag/v0.56.4) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.56.3...v0.56.4) #####    🐞 Bug Fixes - **integration**: Revert default excluding of node_modules, fix [#​3170](https://togithub.com/unocss/unocss/issues/3170)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3170](https://togithub.com/unocss/unocss/issues/3170) [(24b2d)](https://togithub.com/unocss/unocss/commit/24b2d105) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.56.3...v0.56.4) ### [`v0.56.3`](https://togithub.com/unocss/unocss/releases/tag/v0.56.3) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.56.2...v0.56.3) #####    🚀 Features - **preset-mini**: Add justify left & right attrs  -  by [@​kovsu](https://togithub.com/kovsu) in [https://github.com/unocss/unocss/issues/3166](https://togithub.com/unocss/unocss/issues/3166) [(34237)](https://togithub.com/unocss/unocss/commit/3423759f) - **vscode**: Root auto-detection when not set explicitly  -  by [@​Simon-He95](https://togithub.com/Simon-He95) and [@​antfu](https://togithub.com/antfu) in [https://github.com/unocss/unocss/issues/3069](https://togithub.com/unocss/unocss/issues/3069) [(ecc47)](https://togithub.com/unocss/unocss/commit/ecc477da) #####    🐞 Bug Fixes - **eslint-plugin**: - Typo  -  by [@​antfu](https://togithub.com/antfu) [(08859)](https://togithub.com/unocss/unocss/commit/08859a22) - Force unocss not to warn in ESLint  -  by [@​antfu](https://togithub.com/antfu) [(563bc)](https://togithub.com/unocss/unocss/commit/563bc24e) - **preset-mini**: - `display-` rule leak  -  by [@​antfu](https://togithub.com/antfu) [(f406a)](https://togithub.com/unocss/unocss/commit/f406a0b1) - **transformer-compile-class**: - Compile class does not update after saving, fix [#​2866](https://togithub.com/unocss/unocss/issues/2866)  -  by [@​evanryuu](https://togithub.com/evanryuu) in [https://github.com/unocss/unocss/issues/3168](https://togithub.com/unocss/unocss/issues/3168) and [https://github.com/unocss/unocss/issues/2866](https://togithub.com/unocss/unocss/issues/2866) [(c0087)](https://togithub.com/unocss/unocss/commit/c008710a) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.56.2...v0.56.3) ### [`v0.56.2`](https://togithub.com/unocss/unocss/releases/tag/v0.56.2) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.56.1...v0.56.2) #####    🐞 Bug Fixes - **eslint**: - Typo in flat config  -  by [@​antfu](https://togithub.com/antfu) [(54ddc)](https://togithub.com/unocss/unocss/commit/54ddce6f) - Disable icons preset in eslint  -  by [@​antfu](https://togithub.com/antfu) [(61962)](https://togithub.com/unocss/unocss/commit/6196268f) - **eslint-plugin**: - Improve flat config  -  by [@​antfu](https://togithub.com/antfu) [(56dfb)](https://togithub.com/unocss/unocss/commit/56dfb20f) - Improve config type  -  by [@​antfu](https://togithub.com/antfu) [(42a57)](https://togithub.com/unocss/unocss/commit/42a57089) #####     [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.56.1...v0.56.2)
streamich/memfs (memfs) ### [`v4.5.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#450-2023-09-25) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.4.0...v4.5.0) ##### Features - **volume:** `fromJSON` now accepts `Buffer` as volume content ([#​880](https://togithub.com/streamich/memfs/issues/880)) ([9c0a6ff](https://togithub.com/streamich/memfs/commit/9c0a6ffbc2bd1f1ffdfd2c8ec3c75e382713e698))
nuxt/nuxt (nuxt) ### [`v3.7.4`](https://togithub.com/nuxt/nuxt/releases/tag/v3.7.4) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.7.3...v3.7.4) > 3.7.4 is a regularly scheduled patch release. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade ``` #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.7.3...v3.7.4) ##### 🩹 Fixes - **nuxt:** Use original escapes/quotes in page re-exports ([#​23191](https://togithub.com/nuxt/nuxt/pull/23191)) - **schema:** Default devServer host to undefined ([#​23206](https://togithub.com/nuxt/nuxt/pull/23206)) - **nuxt:** Correct islandsTransform slot regex ([#​23226](https://togithub.com/nuxt/nuxt/pull/23226)) - **nuxt:** Handle vite preload-helper id with extension ([#​23230](https://togithub.com/nuxt/nuxt/pull/23230)) - **nuxt:** Load layer middlewares before project middlewares ([#​22925](https://togithub.com/nuxt/nuxt/pull/22925)) - **nuxt:** Don't incl overridden layer pages as nested children ([#​23238](https://togithub.com/nuxt/nuxt/pull/23238)) - **vite:** Explicitly set vite manifest path ([#​23276](https://togithub.com/nuxt/nuxt/pull/23276)) - **nuxt:** Experimental build manifest + client route rules ([#​21641](https://togithub.com/nuxt/nuxt/pull/21641)) - **nuxt:** Generate empty file when shim is disabled ([#​23333](https://togithub.com/nuxt/nuxt/pull/23333)) - **nuxt:** Apply right types to modules and their runtime files ([#​23240](https://togithub.com/nuxt/nuxt/pull/23240)) - **nuxt:** Add import protection for `nuxt/*` exports ([#​23357](https://togithub.com/nuxt/nuxt/pull/23357)) - **nuxt:** Detect nested pages with /index segments ([#​23404](https://togithub.com/nuxt/nuxt/pull/23404)) - **schema:** Ignore pnpm store directory ([3510cedc3](https://togithub.com/nuxt/nuxt/commit/3510cedc3)) ##### 💅 Refactors - **nuxt:** Use built-in consola prompts ([#​23205](https://togithub.com/nuxt/nuxt/pull/23205)) - **kit,nuxt,schema:** Use `consola` and improve test dx ([#​23302](https://togithub.com/nuxt/nuxt/pull/23302)) ##### 📖 Documentation - Add documentation on `nuxt2` command ([#​23211](https://togithub.com/nuxt/nuxt/pull/23211)) - Clarify nuxi start command usage ([#​23215](https://togithub.com/nuxt/nuxt/pull/23215)) - Close `code-block` in migration guide ([#​23224](https://togithub.com/nuxt/nuxt/pull/23224)) - Typo on `callHook` method ([#​23231](https://togithub.com/nuxt/nuxt/pull/23231)) - **nuxt:** Remove hanging word in modules docs ([#​23242](https://togithub.com/nuxt/nuxt/pull/23242)) - Update latest node.js version to 20.x ([#​23252](https://togithub.com/nuxt/nuxt/pull/23252)) - Add more files to `srcDir` JSDoc ([#​23250](https://togithub.com/nuxt/nuxt/pull/23250)) - Add steps for contributing to docs locally ([#​23270](https://togithub.com/nuxt/nuxt/pull/23270)) - Add support details and update roadmap ([#​21867](https://togithub.com/nuxt/nuxt/pull/21867), [#​21893](https://togithub.com/nuxt/nuxt/pull/21893)) - Add `nuxtApp.runWithContext` ([#​23258](https://togithub.com/nuxt/nuxt/pull/23258)) - Update 'scheduled' status name ([#​23307](https://togithub.com/nuxt/nuxt/pull/23307)) - Fix links to configuration options ([#​23324](https://togithub.com/nuxt/nuxt/pull/23324)) - Update link to `devtools.nuxt.com` ([#​23350](https://togithub.com/nuxt/nuxt/pull/23350)) - Add explicit `await` to clarify `sendRedirect` is async ([#​23345](https://togithub.com/nuxt/nuxt/pull/23345)) - Remove version from npm links to redirect to latest ([#​23371](https://togithub.com/nuxt/nuxt/pull/23371)) - Add `tryUseNuxt` to kit context utils list ([#​23373](https://togithub.com/nuxt/nuxt/pull/23373)) ##### 🏡 Chore - Add `.devcontainer` ([#​22810](https://togithub.com/nuxt/nuxt/pull/22810)) - Remove previous e2e crawler script ([5d36e5c93](https://togithub.com/nuxt/nuxt/commit/5d36e5c93)) ##### 🤖 CI - Add lychee link checker ([#​23254](https://togithub.com/nuxt/nuxt/pull/23254)) - Rename `linkChecker` job to `link-checker` ([#​23319](https://togithub.com/nuxt/nuxt/pull/23319)) - Don't run link checker on pushes to main ([e0ddcfa9e](https://togithub.com/nuxt/nuxt/commit/e0ddcfa9e)) ##### ❤️ Contributors - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Tech Genius ([@​TechGenius7777](https://togithub.com/TechGenius7777)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Percy Ma ([@​kecrily](https://togithub.com/kecrily)) - Josh Deltener ([@​hecktarzuli](https://togithub.com/hecktarzuli)) - Arash ([@​arashsheyda](https://togithub.com/arashsheyda)) - Abdul Al-Hasany ([@​abdul-alhasany](https://togithub.com/abdul-alhasany)) - Muhammad Mahmoud ([@​MuhammadM1998](https://togithub.com/MuhammadM1998)) - Pooya Parsa ([@​pi0](https://togithub.com/pi0)) - Alex Riviere ([@​fimion](https://togithub.com/fimion)) - Default-kaas ([@​default-kaas](https://togithub.com/default-kaas)) - Michel EDIGHOFFER ([@​edimitchel](https://togithub.com/edimitchel)) - Arkadiusz Sygulski ([@​Aareksio](https://togithub.com/Aareksio)) - Joaquín Sánchez ([@​userquin](https://togithub.com/userquin)) - Josh Jancourtz ([@​jcolpal](https://togithub.com/jcolpal)) - 翠 / Green ([@​sapphi-red](https://togithub.com/sapphi-red)) - Jeremy Graziani ([@​AcelisWeaven](https://togithub.com/AcelisWeaven)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Andrey Yolkin ([@​AndreyYolkin](https://togithub.com/AndreyYolkin)) - Petro Silenius ([@​PetroSilenius](https://togithub.com/PetroSilenius)) - Ryota Watanabe ([@​wattanx](https://togithub.com/wattanx))
pnpm/pnpm (pnpm) ### [`v8.8.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.8.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.6...v8.8.0) #### Minor Changes - Add `--reporter-hide-prefix` option for `run` command to hide project name as prefix for lifecycle log outputs of running scripts [#​7061](https://togithub.com/pnpm/pnpm/issues/7061). #### Patch Changes - Pass through the `--ignore-scripts` command to install, when running `pnpm dedupe --ignore-scripts` [#​7102](https://togithub.com/pnpm/pnpm/issues/7102). - Throw meaningful error for config sub commands[#​7106](https://togithub.com/pnpm/pnpm/issues/7106). - When the `node-linker` is set to `hoisted`, the `package.json` files of the existing dependencies inside `node_modules` will be checked to verify their actual versions. The data in the `node_modules/.modules.yaml` and `node_modules/.pnpm/lock.yaml` may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated [#​7107](https://togithub.com/pnpm/pnpm/pull/7107). - Don't update git-hosted dependencies when adding an unrelated dependency [#​7008](https://togithub.com/pnpm/pnpm/issues/7008). #### Our Gold Sponsors
#### Our Silver Sponsors
davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills) ### [`v0.15.0`](https://togithub.com/davidmyersdev/vite-plugin-node-polyfills/releases/tag/v0.15.0) - Ensure the predefined `onwarn` handler is invoked if it exists - Use `env.command` instead of `env.mode` so that alternative modes work properly
vuejs/language-tools (vue-tsc) ### [`v1.8.15`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1815-2023926) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.14...v1.8.15) - fix: props type missing in JS component context ([#​3592](https://togithub.com/vuejs/language-tools/issues/3592)) - fix: ignore `$emit` return type for Vue 2 ([#​3596](https://togithub.com/vuejs/language-tools/issues/3596)) ### [`v1.8.14`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1814-2023926) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.13...v1.8.14) - feat: `defineEmit` now able to infer event types with more than 4 overloads ([#​3379](https://togithub.com/vuejs/language-tools/issues/3379)) ([#​1855](https://togithub.com/vuejs/language-tools/issues/1855)) - feat: more accurately distinguish component internal context and external context types ([#​3591](https://togithub.com/vuejs/language-tools/issues/3591)) ([#​3517](https://togithub.com/vuejs/language-tools/issues/3517)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: don't import alias macros ([#​3576](https://togithub.com/vuejs/language-tools/issues/3576)) - thanks [@​sxzz](https://togithub.com/sxzz) - fix: make generic components' emit type compactible with Vue core types ([#​3569](https://togithub.com/vuejs/language-tools/issues/3569)) ([#​3257](https://togithub.com/vuejs/language-tools/issues/3257)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: use universal `__VLS_ConstructorOverloads` when emits type is not inlined ([#​3585](https://togithub.com/vuejs/language-tools/issues/3585)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: inherit emits props and supports generic component emit type for JSX ([#​3533](https://togithub.com/vuejs/language-tools/issues/3533)) ([#​3289](https://togithub.com/vuejs/language-tools/issues/3289)) ([#​3476](https://togithub.com/vuejs/language-tools/issues/3476)) - thanks [@​so1ve](https://togithub.com/so1ve) - perf: generate less TS virtual code for TS performance ([#​3581](https://togithub.com/vuejs/language-tools/issues/3581)) ##### Full-time Support by

WebContainer API is here.

##### Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
##### Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

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

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

vercel[bot] commented 11 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 Oct 2, 2023 0:57am
socket-security[bot] commented 11 months ago

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

Packages Version New capabilities Transitives Size Publisher
@babel/parser 7.23.0 None +0 1.89 MB nicolo-ribaudo
vue-tsc 1.8.13...1.8.15 None +1/-0 1.9 MB johnsoncodehk
@nuxt/devtools 0.8.4...0.8.5 None +6/-4 14 MB antfu