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

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@oxc-parser/wasm (source) ^0.0.4 -> ^0.0.5 age adoption passing confidence
@swc/wasm-web 1.3.107 -> 1.4.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6.20.0 -> ^6.21.0 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.15 -> ^3.4.18 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.15 -> ^3.4.18 age adoption passing confidence
fflate (source) ^0.8.1 -> ^0.8.2 age adoption passing confidence
monaco-editor ^0.45.0 -> ^0.46.0 age adoption passing confidence
nuxt (source) 3.10.0 -> 3.10.1 age adoption passing confidence
svelte (source) ^4.2.9 -> ^4.2.10 age adoption passing confidence
tsx ^4.7.0 -> ^4.7.1 age adoption passing confidence
vite-plugin-node-polyfills ^0.19.0 -> ^0.21.0 age adoption passing confidence

Release Notes

oxc-project/oxc (@​oxc-parser/wasm) ### [`v0.0.5`](https://togithub.com/oxc-project/oxc/releases/tag/v0.0.5): CLI v0.0.5 [Compare Source](https://togithub.com/oxc-project/oxc/compare/v0.0.4...v0.0.5) #### What's Changed - fix(parser): fix additional char being consumed in JSXText by [@​yesmeck](https://togithub.com/yesmeck) in [https://github.com/Boshen/oxc/pull/259](https://togithub.com/Boshen/oxc/pull/259) - fix(parser): fix crashing on empty ParenthesizedExpression with comments by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/Boshen/oxc/pull/263](https://togithub.com/Boshen/oxc/pull/263) - fix(parser): fix parse error on JSXText preceded by JSXFragment by [@​yesmeck](https://togithub.com/yesmeck) in [https://github.com/Boshen/oxc/pull/262](https://togithub.com/Boshen/oxc/pull/262) - fix(linter): fix panic when directive appears at the first line by [@​yesmeck](https://togithub.com/yesmeck) in [https://github.com/Boshen/oxc/pull/264](https://togithub.com/Boshen/oxc/pull/264) - fix(parser): fix \[+in] context in `CallArguments` by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/Boshen/oxc/pull/265](https://togithub.com/Boshen/oxc/pull/265) - fix(paresr): parse \[+In] in template by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/Boshen/oxc/pull/266](https://togithub.com/Boshen/oxc/pull/266) - fix(parser): fix \[+In] Destructuring Binding Pattern Initializer by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/Boshen/oxc/pull/267](https://togithub.com/Boshen/oxc/pull/267) - feat(linter): no constant condition by [@​mysteryven](https://togithub.com/mysteryven) in [https://github.com/Boshen/oxc/pull/271](https://togithub.com/Boshen/oxc/pull/271) - feat(semantic): Add index mapping from span to reference id by [@​YangchenYe323](https://togithub.com/YangchenYe323) in [https://github.com/Boshen/oxc/pull/270](https://togithub.com/Boshen/oxc/pull/270) - refactor(linter,semantic): move syntax check from linter to semantic by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/Boshen/oxc/pull/272](https://togithub.com/Boshen/oxc/pull/272) #### New Contributors - [@​yesmeck](https://togithub.com/yesmeck) made their first contribution in [https://github.com/Boshen/oxc/pull/259](https://togithub.com/Boshen/oxc/pull/259) **Full Changelog**: https://github.com/Boshen/oxc/compare/v0.0.4...
swc-project/swc (@​swc/wasm-web) ### [`v1.4.0`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#140---2024-02-05) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.107...v1.4.0) ##### Bug Fixes - **(cli)** Make Rust CLI use sourcemap code from the `swc` crate ([#​8576](https://togithub.com/swc-project/swc/issues/8576)) ([82bc061](https://togithub.com/swc-project/swc/commit/82bc061b8caad9b240f3c2ab75c2a53aed502297)) - **(es/codegen)** Fix codegen of async methods with decorators ([#​8575](https://togithub.com/swc-project/swc/issues/8575)) ([8c32225](https://togithub.com/swc-project/swc/commit/8c322250b7276f002fc0848bbb5c53bdb8802c00)) - **(es/lexer)** Fix typo in `package` keyword ([#​8589](https://togithub.com/swc-project/swc/issues/8589)) ([8413a6c](https://togithub.com/swc-project/swc/commit/8413a6c48e94613b9ba264210acab4f7f1787057)) - **(es/minifier)** Fix top-level check ([#​8583](https://togithub.com/swc-project/swc/issues/8583)) ([a7c5255](https://togithub.com/swc-project/swc/commit/a7c5255ad1ad98c183b676af5caaf9057a9eccf1)) - **(es/proposals)** Support using `using` keyword with functions ([#​8574](https://togithub.com/swc-project/swc/issues/8574)) ([d81596c](https://togithub.com/swc-project/swc/commit/d81596cd2b03ab7523937ae3206797a9c3b819bf)) - **(es/resolver)** Skip property in JSX member ([#​8598](https://togithub.com/swc-project/swc/issues/8598)) ([d480ab9](https://togithub.com/swc-project/swc/commit/d480ab9ae8226fd8330376e33f0ad556c50d5b75)) - **(es/testing)** Make `test_inline!` not read output as a file ([#​8569](https://togithub.com/swc-project/swc/issues/8569)) ([d683089](https://togithub.com/swc-project/swc/commit/d683089be1116f7944fcd3dbd4536b343becdf5e)) - **(es/typescript)** Handle exported JSX binding name in TypeScript namespace ([#​8596](https://togithub.com/swc-project/swc/issues/8596)) ([2a70a6b](https://togithub.com/swc-project/swc/commit/2a70a6b1d477db5ae31c5c9412d299acaea10880)) ##### Features - **(es/minifier)** Inline more IIFE arguments ([#​8584](https://togithub.com/swc-project/swc/issues/8584)) ([18e0b53](https://togithub.com/swc-project/swc/commit/18e0b53fbb19eb016fe3695a169ac7f0708c96d3)) - **(es/minifier)** Respect more options ([#​8582](https://togithub.com/swc-project/swc/issues/8582)) ([fd997d3](https://togithub.com/swc-project/swc/commit/fd997d3712cf83d5de5bb63b3e2ac38871c4b736)) ##### Refactor - **(es/ast)** Improve type definitions of patterns ([#​8532](https://togithub.com/swc-project/swc/issues/8532)) ([7f2a2c1](https://togithub.com/swc-project/swc/commit/7f2a2c1e406021b8907b8fd35da456bfdc5f55ac)) ##### Testing - **(es/minifer)** Update the passing terser test list ([#​8573](https://togithub.com/swc-project/swc/issues/8573)) ([8b86638](https://togithub.com/swc-project/swc/commit/8b86638970797fe352db40128aabfb6a8cf9a43e)) - **(es/testing)** Ensure that `test_inline!` is working properly ([#​8590](https://togithub.com/swc-project/swc/issues/8590)) ([872a47b](https://togithub.com/swc-project/swc/commit/872a47b851504f4c0095f7c9f2729d50451c97a6))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6210-2024-02-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0) ##### 🚀 Features - allow `parserOptions.project: false` ##### ❤️ Thank You - auvred - Brad Zacher - Kirk Waiblinger - Pete Gonzalez - 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.
vuejs/core (@​vue/compiler-dom) ### [`v3.4.18`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3418-2024-02-09) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.17...v3.4.18) ##### Bug Fixes - **dx:** warn against reserved keys as prop name ([77a804b](https://togithub.com/vuejs/core/commit/77a804b1d0d6a3f12fb3674cdceb85ebd6481e02)), closes [#​10281](https://togithub.com/vuejs/core/issues/10281) - **runtime-dom:** ensure v-show respects display value set via v-bind ([#​10297](https://togithub.com/vuejs/core/issues/10297)) ([c224897](https://togithub.com/vuejs/core/commit/c224897dd4e189a10ec601a97fe08cb638ebee19)), closes [#​10151](https://togithub.com/vuejs/core/issues/10151) ### [`v3.4.17`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3417-2024-02-09) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.16...v3.4.17) ##### Reverts - fix(runtime-dom): ensure v-show respects display value set via v-bind ([#​10161](https://togithub.com/vuejs/core/issues/10161)) ([2cd5b05](https://togithub.com/vuejs/core/commit/2cd5b05c3bf171be5c0b473c084c01704a058ffa)), closes [#​10294](https://togithub.com/vuejs/core/issues/10294) [#​10151](https://togithub.com/vuejs/core/issues/10151) ### [`v3.4.16`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3416-2024-02-08) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.15...v3.4.16) ##### Bug Fixes - **compiler-core:** handle same-name shorthand edge case for in-DOM templates ([cb87b62](https://togithub.com/vuejs/core/commit/cb87b6213d7b003fa7280712c285c7c9d9f291ca)), closes [#​10280](https://togithub.com/vuejs/core/issues/10280) - **compiler-core:** support v-bind shorthand syntax for dynamic slot name ([#​10218](https://togithub.com/vuejs/core/issues/10218)) ([91f058a](https://togithub.com/vuejs/core/commit/91f058a90cd603492649633d153b120977c4df6b)), closes [#​10213](https://togithub.com/vuejs/core/issues/10213) - **deps:** update compiler ([#​10269](https://togithub.com/vuejs/core/issues/10269)) ([336bb65](https://togithub.com/vuejs/core/commit/336bb65820243006efdf990e6ea3610696467508)) - **hydration:** fix SFC style v-bind hydration mismatch warnings ([#​10250](https://togithub.com/vuejs/core/issues/10250)) ([f0b5f7e](https://togithub.com/vuejs/core/commit/f0b5f7ed8ddf74f9f5ba47cb65e8300370875291)), closes [#​10215](https://togithub.com/vuejs/core/issues/10215) - **reactivity:** avoid infinite recursion from side effects in computed getter ([#​10232](https://togithub.com/vuejs/core/issues/10232)) ([0bced13](https://togithub.com/vuejs/core/commit/0bced13ee5c53a02d5f10e5db76fe38b6e131440)), closes [#​10214](https://togithub.com/vuejs/core/issues/10214) - **reactivity:** handle `MaybeDirty` recurse ([#​10187](https://togithub.com/vuejs/core/issues/10187)) ([6c7e0bd](https://togithub.com/vuejs/core/commit/6c7e0bd88f021b0b6365370e97b0c7e243d7d70b)), closes [#​10185](https://togithub.com/vuejs/core/issues/10185) - **reactivity:** skip non-extensible objects when using `markRaw` ([#​10289](https://togithub.com/vuejs/core/issues/10289)) ([2312184](https://togithub.com/vuejs/core/commit/2312184bc335e0d32aa4c0c0b49190b6334849b4)), closes [#​10288](https://togithub.com/vuejs/core/issues/10288) - **runtime-core:** avoid inlining isShallow ([#​10238](https://togithub.com/vuejs/core/issues/10238)) ([53eee72](https://togithub.com/vuejs/core/commit/53eee72c3a96420db35236b5e8e4d9308a56e1b4)) - **runtime-core:** support for nested calls to runWithContext ([#​10261](https://togithub.com/vuejs/core/issues/10261)) ([75e02b5](https://togithub.com/vuejs/core/commit/75e02b5099a08166bdf407127916734c48209ee9)), closes [#​10260](https://togithub.com/vuejs/core/issues/10260) - **runtime-dom:** ensure v-show respects display value set via v-bind ([#​10161](https://togithub.com/vuejs/core/issues/10161)) ([9b19f09](https://togithub.com/vuejs/core/commit/9b19f0912104bfccb10c8cf5beab02b21a648935)), closes [#​10151](https://togithub.com/vuejs/core/issues/10151) - **runtime-dom:** fix option selected update failed ([#​10200](https://togithub.com/vuejs/core/issues/10200)) ([f31d782](https://togithub.com/vuejs/core/commit/f31d782e4668050a188ac0f11ba8d5b861b913ca)), closes [#​10194](https://togithub.com/vuejs/core/issues/10194) [#​10267](https://togithub.com/vuejs/core/issues/10267) ##### Reverts - perf(templateRef): avoid double render when using template ref on v-for ([eb1b911](https://togithub.com/vuejs/core/commit/eb1b9116d7cd4a5747e8dadcdc5ba921df011f64)), closes [#​9908](https://togithub.com/vuejs/core/issues/9908) [#​10210](https://togithub.com/vuejs/core/issues/10210) [#​10234](https://togithub.com/vuejs/core/issues/10234)
101arrowz/fflate (fflate) ### [`v0.8.2`](https://togithub.com/101arrowz/fflate/blob/HEAD/CHANGELOG.md#082) [Compare Source](https://togithub.com/101arrowz/fflate/compare/9febd5eba1351de9ac2a1713a916cdb696f891ee...v0.8.2) - Fixed broken UMD build - Fixed edge-case causing skipped data during streaming compression - Fixed bug in GZIP streaming on member boundary - Improved streaming performance on inconsistent chunk sizes - Improved `unzip` performance on undercompressed archives - Added flushing support into streaming API - Added backpressure support into async streaming API - Use new `ondrain` handler and `queuedSize`
microsoft/monaco-editor (monaco-editor) ### [`v0.46.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0460) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.45.0...v0.46.0) - Bug fixes
nuxt/nuxt (nuxt) ### [`v3.10.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.0...v3.10.1) > 3.10.1 is a 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 vue and unjs ecosystems. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.10.0...v3.10.1) ##### 🔥 Performance - **nuxt:** Clear route meta build cache when pages change ([#​25514](https://togithub.com/nuxt/nuxt/pull/25514)) ##### 🩹 Fixes - **nuxt:** Fix syntax error when serializing route meta ([#​25515](https://togithub.com/nuxt/nuxt/pull/25515)) - **nuxt:** Only request animation frame on client ([#​25569](https://togithub.com/nuxt/nuxt/pull/25569)) - **schema:** Correctly set value for app.viewTransition ([#​25581](https://togithub.com/nuxt/nuxt/pull/25581)) - **nuxt:** Correct return type of `refresh` functions ([#​25568](https://togithub.com/nuxt/nuxt/pull/25568)) - **nuxt:** Broadcast cookie change in correct format ([#​25598](https://togithub.com/nuxt/nuxt/pull/25598)) - **nuxt:** Generate typed route declarations when building ([#​25593](https://togithub.com/nuxt/nuxt/pull/25593)) - **nuxt:** Remove key from `useId` type signature ([#​25614](https://togithub.com/nuxt/nuxt/pull/25614)) - **nuxt:** Remove `$` from generated id in `useId` ([#​25615](https://togithub.com/nuxt/nuxt/pull/25615)) - **nuxt:** Don't set default `rel` for same-site external links ([#​25600](https://togithub.com/nuxt/nuxt/pull/25600)) - **nuxt:** Warn if `inheritAttrs: false` when using `useId` ([#​25616](https://togithub.com/nuxt/nuxt/pull/25616)) - **nuxt:** Fetch non-server rendered islands when hydrating ([#​25613](https://togithub.com/nuxt/nuxt/pull/25613)) - **nuxt:** Don't check page/layout usage when redirecting ([#​25628](https://togithub.com/nuxt/nuxt/pull/25628)) ##### 💅 Refactors - **nuxt:** Improve `NuxtLink` types ([#​25599](https://togithub.com/nuxt/nuxt/pull/25599)) ##### 📖 Documentation - Correct typo ([#​25523](https://togithub.com/nuxt/nuxt/pull/25523)) - Add and link to a section on Nuxt context ([#​23546](https://togithub.com/nuxt/nuxt/pull/23546)) - Explain how to set `` defaults in nuxt config ([#​25610](https://togithub.com/nuxt/nuxt/pull/25610)) ##### 🏡 Chore - Use `pathe` in internal tests ([e33cec958](https://togithub.com/nuxt/nuxt/commit/e33cec958)) - **nuxt:** Rename `nuxt` -> `nuxtApp` internally for consistency ([c5d5932f5](https://togithub.com/nuxt/nuxt/commit/c5d5932f5)) ##### 🤖 CI - Fix playwright cache ([#​25527](https://togithub.com/nuxt/nuxt/pull/25527)) - Retry flaky test when running in Windows with Webpack ([#​25536](https://togithub.com/nuxt/nuxt/pull/25536)) - Retry flaky test when running in Windows with Webpack ([#​25543](https://togithub.com/nuxt/nuxt/pull/25543)) - Retry flaky test when using Webpack ([#​25550](https://togithub.com/nuxt/nuxt/pull/25550)) - Simplify label PR workflow ([#​25579](https://togithub.com/nuxt/nuxt/pull/25579)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - Bobbie Goede ([@​BobbieGoede](https://togithub.com/BobbieGoede)) - xjccc ([@​xjccc](https://togithub.com/xjccc)) - Ryan Clements ([@​RyanClementsHax](https://togithub.com/RyanClementsHax)) - Enkot ([@​enkot](https://togithub.com/enkot)) - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Ted de Koning ([@​tdekoning](https://togithub.com/tdekoning)) - Troy Ciesco ([@​troyciesco](https://togithub.com/troyciesco)) - Michael Brevard ([@​GalacticHypernova](https://togithub.com/GalacticHypernova)) - Arslan Ali ([@​warlock1996](https://togithub.com/warlock1996))
sveltejs/svelte (svelte) ### [`v4.2.10`](https://togithub.com/sveltejs/svelte/releases/tag/svelte%404.2.10) [Compare Source](https://togithub.com/sveltejs/svelte/compare/svelte@4.2.9...svelte@4.2.10) ##### Patch Changes - fix: add `scrollend` event type ([#​10336](https://togithub.com/sveltejs/svelte/pull/10336)) - fix: add `fetchpriority` attribute type ([#​10390](https://togithub.com/sveltejs/svelte/pull/10390)) - fix: Add `miter-clip` and `arcs` to `stroke-linejoin` attribute ([#​10377](https://togithub.com/sveltejs/svelte/pull/10377)) - fix: make inline doc links valid ([#​10366](https://togithub.com/sveltejs/svelte/pull/10366))
privatenumber/tsx (tsx) ### [`v4.7.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.7.1) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.7.0...v4.7.1) ##### Bug Fixes - escape `import.meta.url` passed to esbuild ([#​474](https://togithub.com/privatenumber/tsx/issues/474)) ([e23592e](https://togithub.com/privatenumber/tsx/commit/e23592ea6485cfecfb6915098fc7423fcc03a3b6)) - remove the pipe file before starting the ipc server ([#​459](https://togithub.com/privatenumber/tsx/issues/459)) ([0ed0097](https://togithub.com/privatenumber/tsx/commit/0ed00976165b45cf7928e582ce1debf9d1133ef3)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.7.1)
davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills) ### [`v0.21.0`](https://togithub.com/davidmyersdev/vite-plugin-node-polyfills/releases/tag/v0.21.0) [Compare Source](https://togithub.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.20.0...v0.21.0) - fix: Make sure all modules under `buffer` are exported ### [`v0.20.0`](https://togithub.com/davidmyersdev/vite-plugin-node-polyfills/releases/tag/v0.20.0) [Compare Source](https://togithub.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.19.0...v0.20.0) - Fix global polyfill import error ([#​74](https://togithub.com/davidmyersdev/vite-plugin-node-polyfills/issues/74))

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

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

vercel[bot] commented 6 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 Feb 12, 2024 1:43am
socket-security[bot] commented 6 months ago

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

Package New capabilities Transitives Size Publisher
npm/@oxc-parser/wasm@0.0.5 None 0 0 B
npm/@swc/wasm-web@1.4.0 network 0 18.6 MB kdy1
npm/@typescript-eslint/parser@6.21.0 Transitive: environment, eval, filesystem, shell, unsafe +112 45.3 MB jameshenry
npm/@vue/compiler-dom@3.4.18 Transitive: environment +9 6.13 MB soda, yyx990803
npm/@vue/compiler-sfc@3.4.18 Transitive: environment, filesystem +16 9.16 MB soda, yyx990803
npm/fflate@0.8.2 None 0 773 kB 101arrowz
npm/monaco-editor@0.46.0 None 0 91.5 MB alexandrudima, joaomoreno.ms, kaimaetzel, ...4 more
npm/nuxt@3.10.1 Transitive: environment, eval, filesystem, network, shell, unsafe +709 170 MB antfu, atinux, danielroe, ...1 more
npm/svelte@4.2.10 Transitive: unsafe +19 6.27 MB conduitry, rich_harris, svelte-admin
npm/tsx@4.7.1 Transitive: environment, filesystem, network, shell, unsafe +3 643 kB hirokiosame
npm/vite-plugin-node-polyfills@0.21.0 Transitive: environment, eval, filesystem, network, shell, unsafe +113 10.5 MB davidmyersdev

🚮 Removed packages: npm/@oxc-parser/wasm@0.0.4, npm/@swc/wasm-web@1.3.107, npm/@typescript-eslint/parser@6.20.0, npm/fflate@0.8.1, npm/monaco-editor@0.45.0, npm/nuxt@3.10.0, npm/svelte@4.2.9, npm/tsx@4.7.0, npm/vite-plugin-node-polyfills@0.19.0

View full report↗︎