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

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.24.0 -> ^7.24.1 age adoption passing confidence
@sxzz/eslint-config ^3.8.6 -> ^3.8.7 age adoption passing confidence
@typescript-eslint/parser (source) ^7.2.0 -> ^7.3.1 age adoption passing confidence
memfs ^4.7.7 -> ^4.8.0 age adoption passing confidence
nuxt (source) 3.11.0 -> 3.11.1 age adoption passing confidence
postcss (source) ^8.4.36 -> ^8.4.38 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser) ### [`v7.24.1`](https://togithub.com/babel/babel/releases/tag/v7.24.1) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.0...v7.24.1) #### v7.24.1 (2024-03-19) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16350](https://togithub.com/babel/babel/pull/16350) Fix decorated class computed keys ordering ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16344](https://togithub.com/babel/babel/pull/16344) Fix decorated class static field private access ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-json-modules`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16329](https://togithub.com/babel/babel/pull/16329) Respect `moduleName` for `@babel/runtime/regenerator` imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16331](https://togithub.com/babel/babel/pull/16331) Fix decorator memoiser binding kind ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16325](https://togithub.com/babel/babel/pull/16325) Fix decorator evaluation private environment ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​16319](https://togithub.com/babel/babel/pull/16319) Update SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16359](https://togithub.com/babel/babel/pull/16359) Replace `chalk` with `picocolors` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow` - [#​16352](https://togithub.com/babel/babel/pull/16352) Run Babel transform tests on old node if possible ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-imports`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​16349](https://togithub.com/babel/babel/pull/16349) Support merging imports in import injector ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16332](https://togithub.com/babel/babel/pull/16332) Test Babel 7 plugins compatibility with Babel 8 core ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-replace-supers`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime` - [#​16345](https://togithub.com/babel/babel/pull/16345) Optimize the use of `assertThisInitialized` after `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16343](https://togithub.com/babel/babel/pull/16343) Use simpler `assertThisInitialized` more often ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-object-rest-spread`, `babel-traverse` - [#​16342](https://togithub.com/babel/babel/pull/16342) Consider well-known and registered symbols as literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16326](https://togithub.com/babel/babel/pull/16326) Reduce the use of class names ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 4 - 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)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)
sxzz/eslint-config (@​sxzz/eslint-config) ### [`v3.8.7`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.8.7) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.8.6...v3.8.7) #####    🐞 Bug Fixes - Disable import global node modules in markdown  -  by [@​sxzz](https://togithub.com/sxzz) [(400ad)](https://togithub.com/sxzz/eslint-config/commit/400adb4) - **deps**: Update dependency eslint-plugin-markdown to v4  -  by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/sxzz/eslint-config/issues/69](https://togithub.com/sxzz/eslint-config/issues/69)9 [(fbc38)](https://togithub.com/sxzz/eslint-config/commit/fbc38b3) #####     [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.8.6...v3.8.7)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.3.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#731-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.3.0...v7.3.1) 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. ### [`v7.3.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#730-2024-03-18) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.2.0...v7.3.0) ##### 🩹 Fixes - correct `engines.node` constraints in `package.json` ##### ❤️ Thank You - Abraham Guo - Alexu - Arka Pratim Chaudhuri - auvred - Derrick Isaacson - fnx - Josh Goldberg ✨ - Kirk Waiblinger - Marta Cardoso - Michaël De Boey - Tristan Rasmussen - 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.
streamich/memfs (memfs) ### [`v4.8.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#480-2024-03-19) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.7.7...v4.8.0) ##### Features - 🎸 allow to customize CAS storage hash and location mappin ([e32a57d](https://togithub.com/streamich/memfs/commit/e32a57d07dc05c8275180e59cff59cd76cbd4841)) #### [4.7.7](https://togithub.com/streamich/memfs/compare/v4.7.6...v4.7.7) (2024-02-21) ##### Bug Fixes - accept file names beginning with a period ([#​1005](https://togithub.com/streamich/memfs/issues/1005)) ([3c18dae](https://togithub.com/streamich/memfs/commit/3c18daeb7ee78813ae66df484070f51f3a16777e)) #### [4.7.6](https://togithub.com/streamich/memfs/compare/v4.7.5...v4.7.6) (2024-02-17) ##### Bug Fixes - remove tests from published package ([#​1003](https://togithub.com/streamich/memfs/issues/1003)) ([d3b62dc](https://togithub.com/streamich/memfs/commit/d3b62dc3785a50776369aa47bc2244c896ff2bdc)) #### [4.7.5](https://togithub.com/streamich/memfs/compare/v4.7.4...v4.7.5) (2024-02-17) ##### Bug Fixes - inline `thingies` dependency ([#​1004](https://togithub.com/streamich/memfs/issues/1004)) ([6fc340d](https://togithub.com/streamich/memfs/commit/6fc340d83544d04c35f62bc0fa7aadf77266af12)) #### [4.7.4](https://togithub.com/streamich/memfs/compare/v4.7.3...v4.7.4) (2024-02-17) ##### Bug Fixes - inline `hyperdyperid` ([#​1000](https://togithub.com/streamich/memfs/issues/1000)) ([f26c244](https://togithub.com/streamich/memfs/commit/f26c2447e2d62e4a309e3fb52d39e1c5973db9c2)) #### [4.7.3](https://togithub.com/streamich/memfs/compare/v4.7.2...v4.7.3) (2024-02-17) ##### Bug Fixes - inline `json-joy` dependency ([#​999](https://togithub.com/streamich/memfs/issues/999)) ([45b7a90](https://togithub.com/streamich/memfs/commit/45b7a90cb35928d29e6dd2190f3c40cc88af6888)) #### [4.7.2](https://togithub.com/streamich/memfs/compare/v4.7.1...v4.7.2) (2024-02-17) ##### Bug Fixes - make `tslib` a direct dependency ([#​996](https://togithub.com/streamich/memfs/issues/996)) ([c9606fb](https://togithub.com/streamich/memfs/commit/c9606fb07e055b3c3ef30ca65a9dd071d3b2ca7f)) #### [4.7.1](https://togithub.com/streamich/memfs/compare/v4.7.0...v4.7.1) (2024-02-16) ##### 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))
nuxt/nuxt (nuxt) ### [`v3.11.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.11.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.11.0...v3.11.1) > 3.11.1 is a patch release addressing regressions in v3.11.0. #### ✅ 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 unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.11.0...v3.11.1) ##### 🩹 Fixes - **nuxt:** Ignore console.logs called outside event context ([b3ced3d69](https://togithub.com/nuxt/nuxt/commit/b3ced3d69)) - **schema:** Include `ofetch` in `typescript.hoist` defaults ([#​26316](https://togithub.com/nuxt/nuxt/pull/26316)) - **nuxt:** Conditionally use `tsx` parser ([#​26314](https://togithub.com/nuxt/nuxt/pull/26314)) - **nuxt:** Correct `finish` types and add to docs ([0d9c63b82](https://togithub.com/nuxt/nuxt/commit/0d9c63b82)) - **nuxt:** Ignore failures to access asyncContext in environments without it ([523db1a19](https://togithub.com/nuxt/nuxt/commit/523db1a19)) - **nuxt:** Handle failure creating BroadcastChannel ([#​26340](https://togithub.com/nuxt/nuxt/pull/26340)) - **nuxt:** Don't warn when injecting client-only components ([#​26341](https://togithub.com/nuxt/nuxt/pull/26341)) - **nuxt:** Prevent losing pages routes on prerender ([#​26354](https://togithub.com/nuxt/nuxt/pull/26354)) - **nuxt:** Pass `undefined` name when resolving trailing slash ([#​26358](https://togithub.com/nuxt/nuxt/pull/26358)) - **vite:** Use ssr result if it exists ([#​26356](https://togithub.com/nuxt/nuxt/pull/26356)) ##### 📖 Documentation - Fix code block formatting for `usePreviewMode` ([#​26303](https://togithub.com/nuxt/nuxt/pull/26303)) - Fix confusing wording ([#​26301](https://togithub.com/nuxt/nuxt/pull/26301)) - Add note that `useId` must be used with single root element ([401370b3a](https://togithub.com/nuxt/nuxt/commit/401370b3a)) - Mention `` component in api section ([#​26029](https://togithub.com/nuxt/nuxt/pull/26029)) - Note that `@nuxt/schema` should be used by module authors ([#​26190](https://togithub.com/nuxt/nuxt/pull/26190)) - Add `routeNameSplitter` example in migration docs ([#​25838](https://togithub.com/nuxt/nuxt/pull/25838)) ##### 🏡 Chore - **nuxt:** Remove unused code ([#​26319](https://togithub.com/nuxt/nuxt/pull/26319)) - Revert update github/codeql-action action ([c72951b06](https://togithub.com/nuxt/nuxt/commit/c72951b06)) ##### 🤖 CI - Configure npm registry in release workflow ([68f7d4df8](https://togithub.com/nuxt/nuxt/commit/68f7d4df8)) ##### ❤️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - zunderbolt ([@​zunderbolt](https://togithub.com/zunderbolt)) - Serge Doda ([@​bargel](https://togithub.com/bargel)) - Volker Rose ([@​riddla](https://togithub.com/riddla)) - Turdalin Nurassyl ([@​trdln](https://togithub.com/trdln)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Joaquín Sánchez ([@​userquin](https://togithub.com/userquin)) - Tanvir Rahman ([@​Tanvir-rahman](https://togithub.com/Tanvir-rahman)) - Florian Lefebvre ([@​florian-lefebvre](https://togithub.com/florian-lefebvre))
postcss/postcss (postcss) ### [`v8.4.38`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.37...8.4.38) - Fixed `endIndex: 0` in errors and warnings (by [@​romainmenke](https://togithub.com/romainmenke)). ### [`v8.4.37`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8437) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.36...8.4.37) - Fixed `original.column are not numbers` error in another case.
Microsoft/TypeScript (typescript) ### [`v5.4.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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 25, 2024 2:43am
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.1 Transitive: environment +3 4.38 MB nicolo-ribaudo
npm/@sxzz/eslint-config@3.8.7 environment Transitive: eval, filesystem, unsafe +166 32.8 MB sxzz
npm/@typescript-eslint/parser@7.3.1 Transitive: environment, filesystem +33 2.58 MB jameshenry
npm/memfs@4.8.0 None 0 878 kB streamich
npm/nuxt@3.11.1 Transitive: environment, eval, filesystem, network, shell, unsafe +447 58.4 MB danielroe
npm/postcss@8.4.38 environment, filesystem +2 228 kB ai
npm/serve@14.2.1 Transitive: environment, eval, filesystem, network, shell, unsafe +56 3.27 MB vercel-release-bot

🚮 Removed packages: npm/@babel/parser@7.24.0, npm/@sxzz/eslint-config@3.8.6, npm/@typescript-eslint/parser@7.2.0, npm/memfs@4.7.7, npm/nuxt@3.11.0, npm/postcss@8.4.36

View full report↗︎