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

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.23.9 -> ^7.24.0 age adoption passing confidence
@iconify-json/ri ^1.1.19 -> ^1.1.20 age adoption passing confidence
@sxzz/eslint-config ^3.8.1 -> ^3.8.4 age adoption passing confidence
@sxzz/prettier-config ^2.0.0 -> ^2.0.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.0.2 -> ^7.1.0 age adoption passing confidence
@vue/compiler-dom (source) ^3.4.20 -> ^3.4.21 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.20 -> ^3.4.21 age adoption passing confidence
@vueuse/nuxt (source) ^10.8.0 -> ^10.9.0 age adoption passing confidence
bumpp ^9.3.0 -> ^9.3.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.24.0`](https://togithub.com/babel/babel/releases/tag/v7.24.0) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.9...v7.24.0) #### v7.24.0 (2024-02-28) Thanks [@​ajihyf](https://togithub.com/ajihyf) for your first PR! Release post with summary and highlights: https://babeljs.io/7.24.0 ##### :rocket: New Feature - `babel-standalone` - [#​11696](https://togithub.com/babel/babel/pull/11696) Export babel tooling packages in `@babel/standalone` ([@​ajihyf](https://togithub.com/ajihyf)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-class-properties` - [#​16267](https://togithub.com/babel/babel/pull/16267) Implement `noUninitializedPrivateFieldAccess` assumption ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-decorators`, `babel-plugin-transform-class-properties`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16242](https://togithub.com/babel/babel/pull/16242) Support decorator 2023-11 normative updates ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-flow` - [#​16309](https://togithub.com/babel/babel/pull/16309) \[babel 7] Allow setting `ignoreExtensions` in Flow preset ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16284](https://togithub.com/babel/babel/pull/16284) Add `experimental_useHermesParser` option in `preset-flow` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-import-to-platform-api`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-standalone` - [#​16172](https://togithub.com/babel/babel/pull/16172) Add transform support for JSON modules imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime` - [#​16241](https://togithub.com/babel/babel/pull/16241) Add back `moduleName` option to `@babel/plugin-transform-runtime` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-types` - [#​16277](https://togithub.com/babel/babel/pull/16277) Allow import attributes for `TSImportType` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :bug: Bug Fix - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​16305](https://togithub.com/babel/babel/pull/16305) fix: avoid `popContext` on unvisited node paths ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object` - [#​16312](https://togithub.com/babel/babel/pull/16312) Fix class private properties when `privateFieldsAsSymbols` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-private-methods` - [#​16307](https://togithub.com/babel/babel/pull/16307) Fix the support of `arguments` in private `get/set` method ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16281](https://togithub.com/babel/babel/pull/16281) Fix evaluation order of decorators with cached receiver ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16279](https://togithub.com/babel/babel/pull/16279) Fix decorator this memoization ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16266](https://togithub.com/babel/babel/pull/16266) Preserve `static` on decorated private `accessor` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16258](https://togithub.com/babel/babel/pull/16258) fix: handle decorated async private method and generator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16275](https://togithub.com/babel/babel/pull/16275) Fix class private properties when `privateFieldsAsProperties` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers` - [#​16268](https://togithub.com/babel/babel/pull/16268) Do not consider `arguments` in a helper as a global reference ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16270](https://togithub.com/babel/babel/pull/16270) Handle symbol key class elements decoration ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16265](https://togithub.com/babel/babel/pull/16265) Do not define `access.get` for public setter decorators ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-preset-env` - [#​12428](https://togithub.com/babel/babel/pull/12428) Suggest using `BABEL_SHOW_CONFIG_FOR` for config problems ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16278](https://togithub.com/babel/babel/pull/16278) Continue writing `output.js` when `exec.js` throws ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16306](https://togithub.com/babel/babel/pull/16306) Avoid intermediate functions for private accessors with decs ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16294](https://togithub.com/babel/babel/pull/16294) More aggressively inline decorators in the static block ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-transform-private-methods` - [#​16283](https://togithub.com/babel/babel/pull/16283) Do not use `classPrivateMethodGet` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16287](https://togithub.com/babel/babel/pull/16287) Reduce decorator static property size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16280](https://togithub.com/babel/babel/pull/16280) Reduce element decorator temp variables ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16261](https://togithub.com/babel/babel/pull/16261) Do not use descriptors for private class elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#​16263](https://togithub.com/babel/babel/pull/16263) Reduce helper size for decorator 2023-11 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 7 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - SUZUKI Sosuke ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - Yarden Shoham ([@​yardenshoham](https://togithub.com/yardenshoham)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) - flyafly ([@​ajihyf](https://togithub.com/ajihyf))
sxzz/eslint-config (@​sxzz/eslint-config) ### [`v3.8.4`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.8.4) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.8.3...v3.8.4) #####    🚀 Features - Ignore .nitro  -  by [@​sxzz](https://togithub.com/sxzz) [(45c58)](https://togithub.com/sxzz/eslint-config/commit/45c5858) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.8.3...v3.8.4) ### [`v3.8.3`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.8.3) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.8.2...v3.8.3) #####    🐞 Bug Fixes - Don't include all files  -  by [@​sxzz](https://togithub.com/sxzz) [(1d395)](https://togithub.com/sxzz/eslint-config/commit/1d3956b) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.8.2...v3.8.3) ### [`v3.8.2`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.8.2) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.8.1...v3.8.2) #####    🚀 Features - Disable no-default-export for nitro  -  by [@​sxzz](https://togithub.com/sxzz) [(3adeb)](https://togithub.com/sxzz/eslint-config/commit/3adebbb) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.8.1...v3.8.2)
sxzz/prettier-config (@​sxzz/prettier-config) ### [`v2.0.1`](https://togithub.com/sxzz/prettier-config/compare/v2.0.0...v2.0.1) [Compare Source](https://togithub.com/sxzz/prettier-config/compare/v2.0.0...v2.0.1)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.1.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#710-2024-02-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.0.2...v7.1.0) This was a version bump only for parser to align it with other projects, there were no code changes. 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.21`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3421-2024-02-28) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.20...v3.4.21) ##### Bug Fixes - **runtime-dom:** avoid unset option's value ([#​10416](https://togithub.com/vuejs/core/issues/10416)) ([b3f8b5a](https://togithub.com/vuejs/core/commit/b3f8b5a4e700d4c47a146b6040882287d180f6cb)), closes [#​10412](https://togithub.com/vuejs/core/issues/10412) [#​10396](https://togithub.com/vuejs/core/issues/10396) - **suspense:** ensure nested suspense patching if in fallback state ([#​10417](https://togithub.com/vuejs/core/issues/10417)) ([7c97778](https://togithub.com/vuejs/core/commit/7c97778aec1e3513035e5df265e1b8a7801f6106)), closes [#​10415](https://togithub.com/vuejs/core/issues/10415) - **warning:** stringify args in warn handler ([#​10414](https://togithub.com/vuejs/core/issues/10414)) ([bc37258](https://togithub.com/vuejs/core/commit/bc37258caa2f6f67f4554ab8587aca3798d92124)), closes [#​10409](https://togithub.com/vuejs/core/issues/10409)
vueuse/vueuse (@​vueuse/nuxt) ### [`v10.9.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.9.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.8.0...v10.9.0) #####    🚀 Features - **whenever**: Override once option  -  by [@​chizukicn](https://togithub.com/chizukicn) in [https://github.com/vueuse/vueuse/issues/3800](https://togithub.com/vueuse/vueuse/issues/3800) [(bd946)](https://togithub.com/vueuse/vueuse/commit/bd946aa2) #####    🐞 Bug Fixes - **useActiveElement/useFocusWithin**: Replace computedWithControl with locally tracked ref  -  by [@​jaketig](https://togithub.com/jaketig) in [https://github.com/vueuse/vueuse/issues/3815](https://togithub.com/vueuse/vueuse/issues/3815) [(b1426)](https://togithub.com/vueuse/vueuse/commit/b142638a) - **useClipboard**: Fix issue when permission is not defined  -  by [@​Mister-Hope](https://togithub.com/Mister-Hope) in [https://github.com/vueuse/vueuse/issues/3812](https://togithub.com/vueuse/vueuse/issues/3812) [(a9f02)](https://togithub.com/vueuse/vueuse/commit/a9f02dd5) - **useIDBKeyval**: Use toRaw instead of overriding the original object  -  by [@​ferferga](https://togithub.com/ferferga) in [https://github.com/vueuse/vueuse/issues/3805](https://togithub.com/vueuse/vueuse/issues/3805) [(1b67d)](https://togithub.com/vueuse/vueuse/commit/1b67d965) - **useMounted**: Compatible with vue2.7  -  by [@​yanbowe](https://togithub.com/yanbowe) in [https://github.com/vueuse/vueuse/issues/3802](https://togithub.com/vueuse/vueuse/issues/3802) [(ee297)](https://togithub.com/vueuse/vueuse/commit/ee2977b7) - **useScrollLock**: InitialOverflow is not working  -  by [@​BJ0815](https://togithub.com/BJ0815) in [https://github.com/vueuse/vueuse/issues/3798](https://togithub.com/vueuse/vueuse/issues/3798) [(74e86)](https://togithub.com/vueuse/vueuse/commit/74e86b58) #####     [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.8.0...v10.9.0)
antfu/bumpp (bumpp) ### [`v9.3.1`](https://togithub.com/antfu/bumpp/releases/tag/v9.3.1) [Compare Source](https://togithub.com/antfu/bumpp/compare/v9.3.0...v9.3.1) #####    🚀 Features - Version update in `package-lock.json`  -  by [@​Sec-ant](https://togithub.com/Sec-ant) in [https://github.com/antfu/bumpp/issues/26](https://togithub.com/antfu/bumpp/issues/26) [(ba39e)](https://togithub.com/antfu/bumpp/commit/ba39e94) - Bump jsr.json & jsr.jsonc by default  -  by [@​sxzz](https://togithub.com/sxzz) in [https://github.com/antfu/bumpp/issues/27](https://togithub.com/antfu/bumpp/issues/27) [(ae647)](https://togithub.com/antfu/bumpp/commit/ae64720) #####     [View changes on GitHub](https://togithub.com/antfu/bumpp/compare/v9.3.0...v9.3.1)

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

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

vercel[bot] commented 5 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 Mar 4, 2024 1:25am
socket-security[bot] commented 5 months ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/parser@7.24.0 Transitive: environment +3 4.37 MB nicolo-ribaudo
npm/@iconify-json/ri@1.1.20 None +1 1 MB cyberalien
npm/@sxzz/prettier-config@2.0.1 None 0 3.13 kB sxzz
npm/@typescript-eslint/parser@7.1.0 Transitive: environment, eval, filesystem, shell, unsafe +105 12.4 MB jameshenry
npm/@vue/compiler-dom@3.4.21 environment, eval +8 6.13 MB yyx990803
npm/@vue/compiler-sfc@3.4.21 environment, eval, filesystem, unsafe +15 9.17 MB yyx990803
npm/@vueuse/nuxt@10.9.0 Transitive: environment, eval, filesystem, network, shell, unsafe +464 66.6 MB antfu, egoist, sxzz, ...1 more

🚮 Removed packages: npm/@babel/parser@7.23.9, npm/@iconify-json/ri@1.1.19, npm/@sxzz/eslint-config@3.8.1, npm/@sxzz/prettier-config@2.0.0, npm/@vueuse/nuxt@10.8.0, npm/bumpp@9.3.0

View full report↗︎