Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/standalone (source) ^7.28.2 -> ^7.28.4 age confidence
@babel/types (source) ^7.28.2 -> ^7.28.4 age confidence
@eslint/js (source) ^9.32.0 -> ^9.35.0 age confidence
@jridgewell/gen-mapping (source) ^0.3.12 -> ^0.3.13 age confidence
@jridgewell/trace-mapping (source) ^0.3.29 -> ^0.3.30 age confidence
@shikijs/monaco (source) ^3.9.2 -> ^3.12.2 age confidence
@types/node (source) ^24.2.0 -> ^24.3.1 age confidence
@vue/babel-plugin-jsx (source) ^1.4.0 -> ^1.5.0 age confidence
bumpp ^10.2.2 -> ^10.2.3 age confidence
codemirror ^5.65.18 -> ^5.65.20 age confidence
eslint (source) ^9.32.0 -> ^9.35.0 age confidence
lint-staged ^16.1.4 -> ^16.1.6 age confidence
monaco-editor-core ^0.52.2 -> ^0.53.0 age confidence
pnpm (source) 10.14.0 -> 10.15.1 age confidence
shiki (source) ^3.9.2 -> ^3.12.2 age confidence
typescript-eslint (source) ^8.39.0 -> ^8.43.0 age confidence
vite (source) ^7.0.6 -> ^7.1.5 age confidence
vue (source) ^3.5.18 -> ^3.5.21 age confidence

Release Notes

babel/babel (@​babel/standalone)

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
eslint/eslint (@​eslint/js)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

jridgewell/sourcemaps (@​jridgewell/gen-mapping)

v0.3.13

Compare Source

  • Use default subpath export: aab8d72
  • Transform export default into module.exports = in UMD plugin: cf85c75

Full Changelog: jridgewell/sourcemaps@gen-mapping/0.3.12...gen-mapping/0.3.13

jridgewell/sourcemaps (@​jridgewell/trace-mapping)

v0.3.30

Compare Source

  • Use default subpath export: aab8d72
  • Transform export default into module.exports = in UMD plugin: cf85c75

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.29...trace-mapping/0.3.30

shikijs/shiki (@​shikijs/monaco)

v3.12.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/babel-plugin-jsx (@​vue/babel-plugin-jsx)

v1.5.0

Compare Source

   🚀 Features
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v10.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
codemirror/basic-setup (codemirror)

v5.65.20

Compare Source

v5.65.19

Compare Source

eslint/eslint (eslint)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.

v16.1.5

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.15.1

Compare Source

Patch Changes
  • Fix .pnp.cjs crash when importing subpath #​9904.
  • When resolving peer dependencies, pnpm looks whether the peer dependency is present in the root workspace project's dependencies. This change makes it so that the peer dependency is correctly resolved even from aliased npm-hosted dependencies or other types of dependencies #​9913.

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.43.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.41.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.40.0

Compare Source

🩹 Fixes
  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#​11475)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.1

Compare Source

🩹 Fixes
  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#​11464)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.1.3

Compare Source

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests

v7.1.2

Compare Source

Bug Fixes
Miscellaneous Chores

v7.1.1

Compare Source

Bug Fixes
Miscellaneous Chores

v7.1.0

Compare Source

Features
  • support files with more than 1000 lines by generateCodeFrame (#​20508) (e7d0b2a)
Bug Fixes
Tests

v7.0.7

Compare Source

Please refer to CHANGELOG.md for details.

vuejs/core (vue)

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

v3.5.20

Compare Source

Bug Fixes

v3.5.19

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
repl Error Error Sep 8, 2025 6:33pm

Copy link

pkg-pr-new bot commented Feb 24, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@vue/repl@324

commit: c76a1a8

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5820eab to 4ca8cb4 Compare February 24, 2025 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ca8cb4 to a8ed000 Compare February 24, 2025 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8ed000 to e698609 Compare February 25, 2025 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e698609 to 73978be Compare February 28, 2025 10:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73978be to 3f44d9b Compare February 28, 2025 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f44d9b to ba96921 Compare February 28, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba96921 to b34da5a Compare March 1, 2025 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b34da5a to 05681c8 Compare March 1, 2025 09:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05681c8 to 960c61c Compare March 1, 2025 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 960c61c to 1b55cc3 Compare March 2, 2025 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b55cc3 to e4bd4b9 Compare March 3, 2025 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4bd4b9 to a2c81a5 Compare March 3, 2025 06:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2c81a5 to 6565193 Compare March 3, 2025 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d01b82 to 3698230 Compare August 19, 2025 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3698230 to 5fd4371 Compare August 20, 2025 03:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fd4371 to 3b257e7 Compare August 20, 2025 17:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b257e7 to f68226a Compare August 21, 2025 05:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f68226a to ec9091b Compare August 22, 2025 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec9091b to 791f769 Compare August 25, 2025 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 791f769 to ef932c3 Compare August 25, 2025 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef932c3 to 9e91956 Compare August 27, 2025 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9e91956 to 99834b3 Compare September 3, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 99834b3 to e9fa590 Compare September 4, 2025 10:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9fa590 to d24f6fc Compare September 4, 2025 12:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d24f6fc to 331e50a Compare September 5, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 331e50a to c76a1a8 Compare September 8, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants