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

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.23.5 -> ^7.23.6 age adoption passing confidence
@iconify-json/ri ^1.1.15 -> ^1.1.18 age adoption passing confidence
@iconify-json/vscode-icons ^1.1.31 -> ^1.1.32 age adoption passing confidence
@swc/wasm-web 1.3.100 -> 1.3.101 age adoption passing confidence
@typescript-eslint/parser (source) ^6.13.2 -> ^6.15.0 age adoption passing confidence
@vue/compiler-dom (source) ^3.3.11 -> ^3.3.12 age adoption passing confidence
@vue/compiler-sfc (source) ^3.3.11 -> ^3.3.12 age adoption passing confidence
eslint (source) ^8.55.0 -> ^8.56.0 age adoption passing confidence
pnpm (source) 8.12.0 -> 8.12.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.23.6`](https://togithub.com/babel/babel/releases/tag/v7.23.6) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.5...v7.23.6) #### v7.23.6 (2023-12-11) Thanks [@​martinez-hugo](https://togithub.com/martinez-hugo) and [@​odinho](https://togithub.com/odinho) for your first pull requests! ##### :eyeglasses: Spec Compliance - `babel-generator`, `babel-parser`, `babel-types` - [#​16154](https://togithub.com/babel/babel/pull/16154) Remove `TSPropertySignature.initializer` ([@​fisker](https://togithub.com/fisker)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-types` - [#​16139](https://togithub.com/babel/babel/pull/16139) Apply `toPropertyKey` on decorator context name ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16166](https://togithub.com/babel/babel/pull/16166) fix: Correctly indenting when `retainLines` is enabled ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management` - [#​16150](https://togithub.com/babel/babel/pull/16150) `using`: Allow looking up `Symbol.dispose` on a function ([@​odinho](https://togithub.com/odinho)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16161](https://togithub.com/babel/babel/pull/16161) Ensure the `[[@​@​toPrimitive]]` call of a decorated class member key is invoked once ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16148](https://togithub.com/babel/babel/pull/16148) Support named evaluation for decorated anonymous class exp ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-for-of`, `babel-preset-env` - [#​16011](https://togithub.com/babel/babel/pull/16011) fix: `for of` with `iterableIsArray` and shadowing variable ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16144](https://togithub.com/babel/babel/pull/16144) Set function name for decorated private non-field elements ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​16137](https://togithub.com/babel/babel/pull/16137) Fix references to enum values with merging ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16159](https://togithub.com/babel/babel/pull/16159) Reuse computed key memoiser ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16160](https://togithub.com/babel/babel/pull/16160) Optimize decorator helper size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 7 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Hugo Martinez ([@​martinez-hugo](https://togithub.com/martinez-hugo)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Odin Hørthe-Omdal Urdland ([@​odinho](https://togithub.com/odinho)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) - fisker Cheung ([@​fisker](https://togithub.com/fisker))
swc-project/swc (@​swc/wasm-web) ### [`v1.3.101`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#13101---2023-12-18) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.100...v1.3.101) ##### Bug Fixes - **(es/codegen)** Emit extra paren emitting `AssignExpr` ([#​8413](https://togithub.com/swc-project/swc/issues/8413)) ([dce3693](https://togithub.com/swc-project/swc/commit/dce369336d873a920a9c6bd56f03286a3487ae26)) - **(es/codegen)** Fix codegen of ts specific syntax in class props ([#​8426](https://togithub.com/swc-project/swc/issues/8426)) ([7566ddf](https://togithub.com/swc-project/swc/commit/7566ddf0b7802650f0f25ca7f7c607f58faa4972)) - **(es/compat)** Fix destructuring of export class/function ([#​8371](https://togithub.com/swc-project/swc/issues/8371)) ([630f9d3](https://togithub.com/swc-project/swc/commit/630f9d342fcb396074168cc379776774a832d73e)) - **(es/compat)** Preserve spread in the `generator` pass ([#​8401](https://togithub.com/swc-project/swc/issues/8401)) ([29bec98](https://togithub.com/swc-project/swc/commit/29bec986471b2782570416698041e3ea92feccac)) - **(es/compat)** Preserve comment for arrow body ([#​8427](https://togithub.com/swc-project/swc/issues/8427)) ([56992e3](https://togithub.com/swc-project/swc/commit/56992e3dccad6f9ce37b70bf77363468c310d875)) - **(es/fixer)** Preserve parenthesis for optional chaining ([#​8399](https://togithub.com/swc-project/swc/issues/8399)) ([a69f172](https://togithub.com/swc-project/swc/commit/a69f172aacb29caafef2c2af0659faf1b9154f2c)) - **(es/lints)** Ignore ambient context binding ([#​8368](https://togithub.com/swc-project/swc/issues/8368)) ([83c8fe5](https://togithub.com/swc-project/swc/commit/83c8fe56f06eec5f84b87d945262b8be119b827b)) - **(es/resolver)** Handle `TsInterfaceDecl` and `UsingDecl` correctly ([#​8403](https://togithub.com/swc-project/swc/issues/8403)) ([f8ce316](https://togithub.com/swc-project/swc/commit/f8ce31627bf4a6cf5896470b415c0cbb6c84855f)) ##### Features - **(es/ast)** Add `as_import_with` to `ObjectLit` to provide easier API ([#​8405](https://togithub.com/swc-project/swc/issues/8405)) ([daf6265](https://togithub.com/swc-project/swc/commit/daf6265af43a8e214adbcee67512bc292d0753ef)) ##### Miscellaneous Tasks - **(atoms)** Evaluate `.into()` in `AtomStoreCell` eagerly ([#​8363](https://togithub.com/swc-project/swc/issues/8363)) ([1e8edb4](https://togithub.com/swc-project/swc/commit/1e8edb4769874eda94d862caee1b25513143a80e)) - **(deps)** Update `base64` to `v0.21` ([#​8369](https://togithub.com/swc-project/swc/issues/8369)) ([c2d1a6c](https://togithub.com/swc-project/swc/commit/c2d1a6c9fee715d72594389360b47ed2395d8745)) - **(deps)** Update `indexmap` to `v2` ([#​8370](https://togithub.com/swc-project/swc/issues/8370)) ([91e0fc7](https://togithub.com/swc-project/swc/commit/91e0fc7250bed3ccf7078938e67e8ed23a539b56)) ##### Performance - **(common)** Fix OOM of `inputSourceMap` ([#​8402](https://togithub.com/swc-project/swc/issues/8402)) ([6a73d47](https://togithub.com/swc-project/swc/commit/6a73d47aa132ea03abcf8008630ca1634bafe389)) ##### Refactor - **(css/codegen)** Support stable rust ([#​8379](https://togithub.com/swc-project/swc/issues/8379)) ([7cddbc6](https://togithub.com/swc-project/swc/commit/7cddbc618a189446d7f781a5c11f6f02bf7504e3)) - **(css/compat)** Support stable rust ([#​8386](https://togithub.com/swc-project/swc/issues/8386)) ([bc1e328](https://togithub.com/swc-project/swc/commit/bc1e32829deb4ebe91ebea5ce08b5c6bc95292a3)) - **(css/lints)** Support stable rust ([#​8384](https://togithub.com/swc-project/swc/issues/8384)) ([19d1d01](https://togithub.com/swc-project/swc/commit/19d1d013b2e0567a301bd7593db6e16b713e7490)) - **(css/minifier)** Support stable rust ([#​8389](https://togithub.com/swc-project/swc/issues/8389)) ([305e72e](https://togithub.com/swc-project/swc/commit/305e72e67297fabefb5124922e52b15522496467)) - **(css/modules)** Support stable rust ([#​8381](https://togithub.com/swc-project/swc/issues/8381)) ([0ff4157](https://togithub.com/swc-project/swc/commit/0ff4157375715b9bf6cf1ef791742707a24cfd70)) - **(css/parser)** Support stable rust ([#​8378](https://togithub.com/swc-project/swc/issues/8378)) ([4870e8b](https://togithub.com/swc-project/swc/commit/4870e8b47e74939321c2e46ce0a1246ec957d342)) - **(css/prefixer)** Support stable rust ([#​8385](https://togithub.com/swc-project/swc/issues/8385)) ([f93f2b8](https://togithub.com/swc-project/swc/commit/f93f2b8334e82255c21d4abf23d474ee8c6fff73)) - **(es/utils)** Use exact type for factory methods ([#​8417](https://togithub.com/swc-project/swc/issues/8417)) ([61c304f](https://togithub.com/swc-project/swc/commit/61c304fa9ed7f8abb1fe303183f6512868d3e1f1)) - **(html/minifier)** Support stable rust ([#​8380](https://togithub.com/swc-project/swc/issues/8380)) ([77145ce](https://togithub.com/swc-project/swc/commit/77145ce47ab66a1dbcbd614fc66886bfbec5f4f7)) ##### Build - **(macros)** Drop `pmutil` to improve compile time ([#​8404](https://togithub.com/swc-project/swc/issues/8404)) ([835151e](https://togithub.com/swc-project/swc/commit/835151e04d2cae8d65e4062cd1e6b01adf574373))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6150-2023-12-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.14.0...v6.15.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. ### [`v6.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6140-2023-12-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.2...v6.14.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.13.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) (2023-12-04) **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.13.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1) (2023-11-28) **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.
vuejs/core (@​vue/compiler-dom) ### [`v3.3.12`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3312-2023-12-16) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.11...v3.3.12) ##### Bug Fixes - **hydration:** handle appear transition before patch props ([#​9837](https://togithub.com/vuejs/core/issues/9837)) ([e70f4c4](https://togithub.com/vuejs/core/commit/e70f4c47c553b6e16d8fad70743271ca23802fe7)), closes [#​9832](https://togithub.com/vuejs/core/issues/9832) - **sfc/cssVars:** fix loss of CSS v-bind variables when setting inline style with string value ([#​9824](https://togithub.com/vuejs/core/issues/9824)) ([0a387df](https://togithub.com/vuejs/core/commit/0a387dfb1d04afb6eae4296b6da76dfdaca77af4)), closes [#​9821](https://togithub.com/vuejs/core/issues/9821) - **ssr:** fix suspense hydration of fallback content ([#​7188](https://togithub.com/vuejs/core/issues/7188)) ([60415b5](https://togithub.com/vuejs/core/commit/60415b5d67df55f1fd6b176615299c08640fa142)) - **types:** add `xmlns:xlink` to `SVGAttributes` ([#​9300](https://togithub.com/vuejs/core/issues/9300)) ([0d61b42](https://togithub.com/vuejs/core/commit/0d61b429ecf63591d31e09702058fa4c7132e1a7)), closes [#​9299](https://togithub.com/vuejs/core/issues/9299) - **types:** fix `shallowRef` type error ([#​9839](https://togithub.com/vuejs/core/issues/9839)) ([9a57158](https://togithub.com/vuejs/core/commit/9a571582b53220270e498d8712ea59312c0bef3a)) - **types:** support for generic keyof slots ([#​8374](https://togithub.com/vuejs/core/issues/8374)) ([213eba4](https://togithub.com/vuejs/core/commit/213eba479ce080efc1053fe636f6be4a4c889b44))
eslint/eslint (eslint) ### [`v8.56.0`](https://togithub.com/eslint/eslint/releases/tag/v8.56.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.55.0...v8.56.0) ##### Features - [`0dd9704`](https://togithub.com/eslint/eslint/commit/0dd9704c4751e1cd02039f7d6485fee09bbccbf6) feat: Support custom severity when reporting unused disable directives ([#​17212](https://togithub.com/eslint/eslint/issues/17212)) (Bryan Mishkin) - [`31a7e3f`](https://togithub.com/eslint/eslint/commit/31a7e3fde491e36496b54e8905c766b31162d776) feat: fix no-restricted-properties false negatives with unknown objects ([#​17818](https://togithub.com/eslint/eslint/issues/17818)) (Arka Pratim Chaudhuri) ##### Bug Fixes - [`7d5e5f6`](https://togithub.com/eslint/eslint/commit/7d5e5f68849ae80caec0fc96ecceebccd348deec) fix: `TypeError: fs.exists is not a function` on read-only file system ([#​17846](https://togithub.com/eslint/eslint/issues/17846)) (Francesco Trotta) - [`74739c8`](https://togithub.com/eslint/eslint/commit/74739c849bbb6547b0e555ed8bb2ba1cbe0fdce4) fix: suggestion with invalid syntax in no-promise-executor-return rule ([#​17812](https://togithub.com/eslint/eslint/issues/17812)) (Bryan Mishkin) ##### Documentation - [`9007719`](https://togithub.com/eslint/eslint/commit/90077199fe519953f9af8664bf947db4e4958514) docs: update link in ways-to-extend.md ([#​17839](https://togithub.com/eslint/eslint/issues/17839)) (Amel SELMANE) - [`3a22236`](https://togithub.com/eslint/eslint/commit/3a22236f8d10af8a5bcafe56092651d3d681c99d) docs: Update README (GitHub Actions Bot) - [`54c3ca6`](https://togithub.com/eslint/eslint/commit/54c3ca6f2dcd2a7afd53f42fc32055a25587259e) docs: fix migration-guide example ([#​17829](https://togithub.com/eslint/eslint/issues/17829)) (Tanuj Kanti) - [`4391b71`](https://togithub.com/eslint/eslint/commit/4391b71e62b15e54b0493f0dce1ea053ebbc0689) docs: check config comments in rule examples ([#​17815](https://togithub.com/eslint/eslint/issues/17815)) (Francesco Trotta) - [`fd28363`](https://togithub.com/eslint/eslint/commit/fd2836342c2be4751b05fe0ba7cece17d1edecc8) docs: remove mention about ESLint stylistic rules in readme ([#​17810](https://togithub.com/eslint/eslint/issues/17810)) (Zwyx) - [`48ed5a6`](https://togithub.com/eslint/eslint/commit/48ed5a6dad478a14d3e823f137455c523f373e0b) docs: Update README (GitHub Actions Bot) ##### Chores - [`ba6af85`](https://togithub.com/eslint/eslint/commit/ba6af85c7d8ba55d37f8663aee949d148e441c1a) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).56.0 ([#​17864](https://togithub.com/eslint/eslint/issues/17864)) (Milos Djermanovic) - [`60a531a`](https://togithub.com/eslint/eslint/commit/60a531a9c0811ddf718e26b9136e133f580b6c36) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`ba87a06`](https://togithub.com/eslint/eslint/commit/ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57) chore: update dependency markdownlint to ^0.32.0 ([#​17783](https://togithub.com/eslint/eslint/issues/17783)) (renovate\[bot]) - [`9271d10`](https://togithub.com/eslint/eslint/commit/9271d10d9eabeafb0129a090f29191bfd14273c0) chore: add GitHub issue template for docs issues ([#​17845](https://togithub.com/eslint/eslint/issues/17845)) (Josh Goldberg ✨) - [`70a686b`](https://togithub.com/eslint/eslint/commit/70a686b3c1feac5eca98bbff9bd67175f550d5db) chore: Convert rule tests to FlatRuleTester ([#​17819](https://togithub.com/eslint/eslint/issues/17819)) (Nicholas C. Zakas) - [`f3a599d`](https://togithub.com/eslint/eslint/commit/f3a599d34c7080fc0b2c9a60b5e54dc98c22867c) chore: upgrade eslint-plugin-unicorn to v49.0.0 ([#​17837](https://togithub.com/eslint/eslint/issues/17837)) (唯然) - [`905d4b7`](https://togithub.com/eslint/eslint/commit/905d4b75ab2df42aba30622cee0f66b511397e2c) chore: upgrade eslint-plugin-eslint-plugin v5.2.1 ([#​17838](https://togithub.com/eslint/eslint/issues/17838)) (唯然) - [`4d7c3ce`](https://togithub.com/eslint/eslint/commit/4d7c3ce246e6b499f472342ef59496a47cc033d6) chore: update eslint-plugin-n v16.4.0 ([#​17836](https://togithub.com/eslint/eslint/issues/17836)) (唯然) - [`fd0c60c`](https://togithub.com/eslint/eslint/commit/fd0c60c3be1f213e5a6d69d8a3248e963619e155) ci: unpin Node.js 21.2.0 ([#​17821](https://togithub.com/eslint/eslint/issues/17821)) (Francesco Trotta)
pnpm/pnpm (pnpm) ### [`v8.12.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.12.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.12.0...v8.12.1) #### Patch Changes - Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting [#​7384](https://togithub.com/pnpm/pnpm/issues/7384). - Fix a bug where `--fix-lockfile` crashes on tarballs [#​7368](https://togithub.com/pnpm/pnpm/issues/7368). - Do not create empty patch directory. - Installation should not fail if an empty `node_modules` directory cannot be removed [#​7405](https://togithub.com/pnpm/pnpm/issues/7405). #### Our Gold Sponsors
#### Our Silver Sponsors

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

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

vercel[bot] commented 8 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 Dec 18, 2023 7:55pm
socket-security[bot] commented 8 months ago

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

Packages Version New capabilities Transitives Size Publisher
eslint 8.55.0...8.56.0 None +0/-0 3.03 MB eslintbot
@babel/parser 7.23.5...7.23.6 None +0/-0 1.89 MB nicolo-ribaudo