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

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
@swc/wasm-web 1.4.0 -> 1.4.1 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.18 -> ^3.4.19 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.18 -> ^3.4.19 age adoption passing confidence
memfs ^4.6.0 -> ^4.7.6 age adoption passing confidence
nuxt (source) 3.10.1 -> 3.10.2 age adoption passing confidence
pnpm (source) 8.15.1 -> 8.15.3 age adoption passing confidence
svelte (source) ^4.2.10 -> ^4.2.11 age adoption passing confidence

Release Notes

swc-project/swc (@​swc/wasm-web) ### [`v1.4.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#141---2024-02-13) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.4.0...v1.4.1) ##### Bug Fixes - **(binding/types)** Update typings for `options.envs` to match implementation ([#​8620](https://togithub.com/swc-project/swc/issues/8620)) ([2a115cf](https://togithub.com/swc-project/swc/commit/2a115cff716b3ac9216d03a4c88649fedff73850)) - **(es/compat)** Visit AssignExpr right branch in FnEnvHoister ([#​8633](https://togithub.com/swc-project/swc/issues/8633)) ([e5d6de0](https://togithub.com/swc-project/swc/commit/e5d6de0ea9fbab0e36791f59b58d6d2c76809ea5)) - **(es/decorators)** Do not insert duplicate constructors ([#​8631](https://togithub.com/swc-project/swc/issues/8631)) ([21a447f](https://togithub.com/swc-project/swc/commit/21a447f35a79cdad4721cdefea26da1d355d34d3)) - **(es/parser)** Set class property to `abstract` or `override` even in error states ([#​8610](https://togithub.com/swc-project/swc/issues/8610)) ([5a77306](https://togithub.com/swc-project/swc/commit/5a773061dbb8674d93fab46681492a7e08f95f2c)) - **(es/parser)** Fix parsing of dynamic source phase imports ([#​8611](https://togithub.com/swc-project/swc/issues/8611)) ([7d724d8](https://togithub.com/swc-project/swc/commit/7d724d8ea3d222721ddc1c2913771c3367b6f689)) - **(es/parser)** Rescan `<<` as `<` when parsing type args ([#​8607](https://togithub.com/swc-project/swc/issues/8607)) ([9e6dad9](https://togithub.com/swc-project/swc/commit/9e6dad9baf900b44591c97c5467494c893f02661)) - **(es/parser)** Fix detection of `use strict` directive ([#​8617](https://togithub.com/swc-project/swc/issues/8617)) ([95236e9](https://togithub.com/swc-project/swc/commit/95236e9abe546c455222a775f9648e82543dfaed)) - **(es/plugin)** Fix schema version issue ([#​8621](https://togithub.com/swc-project/swc/issues/8621)) ([132be95](https://togithub.com/swc-project/swc/commit/132be951733660654b5c0992e19b5f3d414e7350)) - **(es/quote)** Allow variables typed `AssignTarget` ([#​8602](https://togithub.com/swc-project/swc/issues/8602)) ([6a48be4](https://togithub.com/swc-project/swc/commit/6a48be4b6b91c71687c2edc1cf9db9538d9f5650)) - **(es/quote)** Support `AssignTarget`, really ([#​8603](https://togithub.com/swc-project/swc/issues/8603)) ([ef91661](https://togithub.com/swc-project/swc/commit/ef916614f1b714bc765721fd7a35a4a471ac6811)) - **(es/quote)** Fix code generation of `AssignTarget` ([#​8604](https://togithub.com/swc-project/swc/issues/8604)) ([16e9d4c](https://togithub.com/swc-project/swc/commit/16e9d4ca31561caf4fb2a5182337eae78395dbe6)) ##### Features - **(es/minifier)** Implement correct `hoist_props` ([#​8593](https://togithub.com/swc-project/swc/issues/8593)) ([3122e94](https://togithub.com/swc-project/swc/commit/3122e944a8a1720584b43c7f0c4db3508f0cf915)) ##### Miscellaneous Tasks - **(config)** Remove an empty file in `swc_config` ([#​8609](https://togithub.com/swc-project/swc/issues/8609)) ([d87fef0](https://togithub.com/swc-project/swc/commit/d87fef0fea661b3a50e43af85c12db98e978bc82)) - **(preset-env)** Update `browserslist-rs` ([#​8614](https://togithub.com/swc-project/swc/issues/8614)) ([e5585e9](https://togithub.com/swc-project/swc/commit/e5585e99f120eb7c76625d90961fd6e4f12579e5)) ##### Refactor - **(bindings)** Remove bindings for experimental packages ([#​8600](https://togithub.com/swc-project/swc/issues/8600)) ([6c50ff1](https://togithub.com/swc-project/swc/commit/6c50ff1bec9c49d0883016d0b2c0cfa3941290c7)) ##### Testing - **(es)** Update `tsc` conformance test suite ([#​8615](https://togithub.com/swc-project/swc/issues/8615)) ([c0beba7](https://togithub.com/swc-project/swc/commit/c0beba7708f88320617d02ce68f079bbe0252075)) - Update `@swc/plguin-jest` used for plugin e2e testing ([#​8601](https://togithub.com/swc-project/swc/issues/8601)) ([95fe3db](https://togithub.com/swc-project/swc/commit/95fe3dbe931ec42a456fceb2d583d6a04e33edd6)) ##### Build - **(cargo)** Update `rustc` to `nightly-2024-02-06` ([#​8618](https://togithub.com/swc-project/swc/issues/8618)) ([6726b63](https://togithub.com/swc-project/swc/commit/6726b631e68cf7f14612e046c8cf057411e4a3c2)) - **(plugin)** Update `wasmer` to `v4.2.5` ([#​8624](https://togithub.com/swc-project/swc/issues/8624)) ([4e0d240](https://togithub.com/swc-project/swc/commit/4e0d24089588da8952c6986f1bfcc47bcd9f84a2))
vuejs/core (@​vue/compiler-dom) ### [`v3.4.19`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3419-2024-02-13) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.18...v3.4.19) ##### Bug Fixes - **deps:** pin lru-cache to avoid hashing error ([b8be990](https://togithub.com/vuejs/core/commit/b8be99018ceae92d1732dfb414df12b36b90b31f)), closes [#​10300](https://togithub.com/vuejs/core/issues/10300) - **hydration:** fix css vars hydration mismatch false positive on non-root nodes ([995d2fd](https://togithub.com/vuejs/core/commit/995d2fdcca485c24849c99f498c1edc163722e04)), closes [#​10317](https://togithub.com/vuejs/core/issues/10317) [#​10325](https://togithub.com/vuejs/core/issues/10325) - **runtime-dom:** should not trigger transition when v-show value is falsy ([#​10311](https://togithub.com/vuejs/core/issues/10311)) ([e509639](https://togithub.com/vuejs/core/commit/e50963903d93a7f24003b6e2c03647fdf7454b1e)) ##### Features > Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs. - **dx:** warn users when computed is self-triggering ([#​10299](https://togithub.com/vuejs/core/issues/10299)) ([f7ba97f](https://togithub.com/vuejs/core/commit/f7ba97f9754a9882c1f6b1c07ca1a4040479dd13)) ##### Performance Improvements - **runtime:** improve `getType()` GC and speed ([#​10327](https://togithub.com/vuejs/core/issues/10327)) ([603a1e1](https://togithub.com/vuejs/core/commit/603a1e1f5ad587c077f0d974c1bbe856be22ebe9))
streamich/memfs (memfs) ### [`v4.7.6`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#476-2024-02-17) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.5...v4.7.6) ##### Bug Fixes - remove tests from published package ([#​1003](https://togithub.com/streamich/memfs/issues/1003)) ([d3b62dc](https://togithub.com/streamich/memfs/commit/d3b62dc3785a50776369aa47bc2244c896ff2bdc)) ### [`v4.7.5`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#475-2024-02-17) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.4...v4.7.5) ##### Bug Fixes - inline `thingies` dependency ([#​1004](https://togithub.com/streamich/memfs/issues/1004)) ([6fc340d](https://togithub.com/streamich/memfs/commit/6fc340d83544d04c35f62bc0fa7aadf77266af12)) ### [`v4.7.4`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#474-2024-02-17) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.3...v4.7.4) ##### Bug Fixes - inline `hyperdyperid` ([#​1000](https://togithub.com/streamich/memfs/issues/1000)) ([f26c244](https://togithub.com/streamich/memfs/commit/f26c2447e2d62e4a309e3fb52d39e1c5973db9c2)) ### [`v4.7.3`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#473-2024-02-17) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.2...v4.7.3) ##### Bug Fixes - inline `json-joy` dependency ([#​999](https://togithub.com/streamich/memfs/issues/999)) ([45b7a90](https://togithub.com/streamich/memfs/commit/45b7a90cb35928d29e6dd2190f3c40cc88af6888)) ### [`v4.7.2`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#472-2024-02-17) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.1...v4.7.2) ##### Bug Fixes - make `tslib` a direct dependency ([#​996](https://togithub.com/streamich/memfs/issues/996)) ([c9606fb](https://togithub.com/streamich/memfs/commit/c9606fb07e055b3c3ef30ca65a9dd071d3b2ca7f)) ### [`v4.7.1`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#471-2024-02-16) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.0...v4.7.1) ##### Bug Fixes - use internal buffer instead of global Buffer ([#​977](https://togithub.com/streamich/memfs/issues/977)) ([02249f7](https://togithub.com/streamich/memfs/commit/02249f7afccb4c4cdec06041e9ee55521b60cc73)) ### [`v4.7.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#470-2024-02-13) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.6.1...v4.7.0) ##### Bug Fixes - ensure consistent file path formatting when reading directories recursively ([#​990](https://togithub.com/streamich/memfs/issues/990)) ([36def27](https://togithub.com/streamich/memfs/commit/36def27516d6186427ee5dfc3a9d2c81a482d99c)) ##### Features - add support for `recursive` to `readdir` ([#​972](https://togithub.com/streamich/memfs/issues/972)) ([919ddfc](https://togithub.com/streamich/memfs/commit/919ddfcb857773e1acb1b8e5f2f87de0d1e491a2)) #### [4.6.1](https://togithub.com/streamich/memfs/compare/v4.6.0...v4.6.1) (2024-02-12) ##### Bug Fixes - **deps:** update dependency json-joy to v11 ([#​966](https://togithub.com/streamich/memfs/issues/966)) ([91909ff](https://togithub.com/streamich/memfs/commit/91909ff7d3a82bbb33e044f6e220205628d5554d)) ### [`v4.6.1`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#461-2024-02-12) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.6.0...v4.6.1) ##### Bug Fixes - **deps:** update dependency json-joy to v11 ([#​966](https://togithub.com/streamich/memfs/issues/966)) ([91909ff](https://togithub.com/streamich/memfs/commit/91909ff7d3a82bbb33e044f6e220205628d5554d))
nuxt/nuxt (nuxt) ### [`v3.10.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.10.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.10.1...v3.10.2) > 3.10.2 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.1...v3.10.2) ##### 🩹 Fixes - **nuxt:** Export `refreshCookie` ([#​25635](https://togithub.com/nuxt/nuxt/pull/25635)) - **nuxt:** Allow prefetching urls with query string ([#​25658](https://togithub.com/nuxt/nuxt/pull/25658)) - **nuxt:** Remove undefined keys in route object ([#​25667](https://togithub.com/nuxt/nuxt/pull/25667)) - **vite:** Treat `.pcss` extension as a CSS extension ([#​25673](https://togithub.com/nuxt/nuxt/pull/25673)) - **nuxt:** Don't check for layout/page with `` ([#​25714](https://togithub.com/nuxt/nuxt/pull/25714)) - **vite:** Strip query strings for style chunk filenames ([#​25764](https://togithub.com/nuxt/nuxt/pull/25764)) - **nuxt:** Inline entry styles before component styles ([#​25749](https://togithub.com/nuxt/nuxt/pull/25749)) - **vite:** Optimise layer dependencies with vite ([#​25752](https://togithub.com/nuxt/nuxt/pull/25752)) - **nuxt:** Don't add extra `baseURL` on server `useRequestURL` ([#​25765](https://togithub.com/nuxt/nuxt/pull/25765)) - **schema:** Use `rootDir`, not `process.cwd`, for `modulesDir` ([#​25766](https://togithub.com/nuxt/nuxt/pull/25766)) - **nuxt:** Only warn for `useId` if attrs were not rendered ([#​25770](https://togithub.com/nuxt/nuxt/pull/25770)) - **kit:** Don't mutate existing component entry when overriding ([#​25786](https://togithub.com/nuxt/nuxt/pull/25786)) ##### 📖 Documentation - Fix typo in `useAsyncData` docs ([#​25644](https://togithub.com/nuxt/nuxt/pull/25644)) - Add quotes to clarify what site title is in example ([#​25669](https://togithub.com/nuxt/nuxt/pull/25669)) - Enable twoslash for some code snippets ([#​25679](https://togithub.com/nuxt/nuxt/pull/25679)) - Add prepend option docs for `addComponentsDir` ([#​25683](https://togithub.com/nuxt/nuxt/pull/25683)) - Extend auto-scanned layer directories ([#​25720](https://togithub.com/nuxt/nuxt/pull/25720)) - Improve wording in seo docs ([#​25692](https://togithub.com/nuxt/nuxt/pull/25692)) - Add how to debug nuxt with node inspector ([#​25731](https://togithub.com/nuxt/nuxt/pull/25731)) - Githubissues.
  • Githubissues is a development platform for aggregating issues.