Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@microsoft/api-extractor (source) ^7.52.5 -> ^7.52.11 age adoption passing confidence devDependencies patch
@nuxt/eslint-config (source) ^1.8.0 -> ^1.9.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) ^4.4.1 -> ^4.7.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^5.2.3 -> ^5.2.4 age adoption passing confidence devDependencies patch
@vue/tsconfig ^0.7.0 -> ^0.8.1 age adoption passing confidence devDependencies minor
buddy-bot ^0.7.13 -> ^0.8.6 age adoption passing confidence devDependencies minor
bun-plugin-dtsx (source) ^0.21.9 -> ^0.21.12 age adoption passing confidence devDependencies patch
lint-staged ^15.5.1 -> ^15.5.2 age adoption passing confidence devDependencies patch
node 20 -> 20.19.4 age adoption passing confidence uses-with minor
vite (source) ^6.3.2 -> ^6.3.5 age adoption passing confidence devDependencies patch
vue-tsc (source) ^2.2.10 -> ^2.2.12 age adoption passing confidence devDependencies patch

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.52.11

Compare Source

Tue, 19 Aug 2025 20:45:02 GMT

Patches
  • Fix self-package import resolution by removing outDir/declarationDir from compiler options

v7.52.10

Compare Source

Fri, 01 Aug 2025 00:12:48 GMT

Patches
  • Upgrades the minimatch dependency from ~3.0.3 to 10.0.3 across the entire Rush monorepo to address a Regular Expression Denial of Service (ReDoS) vulnerability in the underlying brace-expansion dependency.

v7.52.9

Compare Source

Wed, 23 Jul 2025 20:55:57 GMT

Version update only

v7.52.8

Compare Source

Tue, 13 May 2025 02:09:20 GMT

Patches
  • Fixes API extractor error handling when changed APIs are encountered and the "--local" flag is not specified

v7.52.7

Compare Source

Thu, 01 May 2025 15:11:33 GMT

Patches
  • Fix an issue where default exports were sometimes trimmed incorrectly in .api.md files when using reportVariants (GitHub #​4775)

v7.52.6

Compare Source

Thu, 01 May 2025 00:11:12 GMT

Version update only

nuxt/eslint (@​nuxt/eslint-config)

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.7.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

v4.5.2

Compare Source

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #​491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #​489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #​497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

v4.5.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

v4.5.0

Compare Source

Add filter for rolldown-vite #​470

Added filter so that it is more performant when running this plugin with rolldown-powered version of Vite.

Skip HMR for JSX files with hooks #​480

This removes the HMR warning for hooks with JSX.

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.4

Features
  • plugin-vue: use transformWithOxc if rolldown-vite is detected (#​584) (6ac8e3a)
Bug Fixes
  • plugin-vue: handle sourcemap with empty script code (#​585) (7f73970)
  • plugin-vue: when the resource path contains chinese characters, dev/build is inconsistent (#​550) (5f6affe)
Miscellaneous Chores
vuejs/tsconfig (@​vue/tsconfig)

v0.8.1

Compare Source

v0.8.0

Compare Source

Breaking Changes

If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0

stacksjs/buddy-bot (buddy-bot)

v0.8.6

Compare Source

v0.8.5

Compare Source

compare changes

🏡 Chore
  • Remove redundant output (10c4c41)
  • Also handle stale branches from today (01587b4)
❤️ Contributors

v0.8.4

Compare Source

compare changes

🏡 Chore
  • Remove redundant fallback protection (33958ec)
❤️ Contributors

v0.8.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.8.2

Compare Source

compare changes

🏡 Chore
  • Improve git interactions (90310fa)
❤️ Contributors

v0.8.1

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🏡 Chore
  • Cleanup stale branches after 2 days (5c88d62)
❤️ Contributors
lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes
actions/node-versions (node)

v20.19.4: 20.19.4

Compare Source

Node.js 20.19.4

v20.19.3: 20.19.3

Compare Source

Node.js 20.19.3

v20.19.2: 20.19.2

Compare Source

Node.js 20.19.2

v20.19.1: 20.19.1

Compare Source

Node.js 20.19.1

v20.19.0: 20.19.0

Compare Source

Node.js 20.19.0

v20.18.3: 20.18.3

Compare Source

Node.js 20.18.3

v20.18.2: 20.18.2

Compare Source

Node.js 20.18.2

v20.18.1: 20.18.1

Compare Source

Node.js 20.18.1

v20.18.0: 20.18.0

Compare Source

Node.js 20.18.0

v20.17.0: 20.17.0

Compare Source

Node.js 20.17.0

v20.16.0: 20.16.0

Compare Source

Node.js 20.16.0

v20.15.1: 20.15.1

Compare Source

Node.js 20.15.1

v20.15.0: 20.15.0

Compare Source

Node.js 20.15.0

v20.14.0: 20.14.0

Compare Source

Node.js 20.14.0

v20.13.1: 20.13.1

Compare Source

Node.js 20.13.1

v20.13.0: 20.13.0

Compare Source

Node.js 20.13.0

v20.12.2: 20.12.2

Compare Source

Node.js 20.12.2

v20.12.1: 20.12.1

Compare Source

Node.js 20.12.1

v20.12.0: 20.12.0

Compare Source

Node.js 20.12.0

v20.11.1: 20.11.1

Compare Source

Node.js 20.11.1

v20.11.0: 20.11.0

Compare Source

Node.js 20.11.0

v20.10.0: 20.10.0

Compare Source

Node.js 20.10.0

v20.9.0: 20.9.0

Compare Source

Node.js 20.9.0

v20.8.1: 20.8.1

Compare Source

Node.js 20.8.1

v20.8.0: 20.8.0

Compare Source

Node.js 20.8.0

v20.7.0: 20.7.0

Compare Source

Node.js 20.7.0

v20.6.1: 20.6.1

Compare Source

Node.js 20.6.1

v20.6.0: 20.6.0

Compare Source

Node.js 20.6.0

v20.5.1: 20.5.1

Compare Source

Node.js 20.5.1

v20.5.0: 20.5.0

Compare Source

Node.js 20.5.0

v20.4.0: 20.4.0

Compare Source

Node.js 20.4.0

v20.3.1: 20.3.1

Compare Source

Node.js 20.3.1

v20.3.0: 20.3.0

Compare Source

Node.js 20.3.0

v20.2.0: 20.2.0

Compare Source

Node.js 20.2.0

v20.1.0: 20.1.0

Compare Source

Node.js 20.1.0

vitejs/vite (vite)

v6.3.5

Compare Source

v6.3.4

Compare Source

v6.3.3

Compare Source

vuejs/language-tools (vue-tsc)

v2.2.12

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

netlify bot commented Aug 15, 2025

Deploy Preview for ts-maps ready!

Name Link
🔨 Latest commit f545d22
🔍 Latest deploy log https://app.netlify.com/projects/ts-maps/deploys/68a5977a42bd1900085e98a0
😎 Deploy Preview https://deploy-preview-48--ts-maps.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

pkg-pr-new bot commented Aug 15, 2025

Open in StackBlitz

npm i https://pkg.pr.new/stacksjs/ts-maps@48

commit: f545d22

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d6fd6a9 to 9403664 Compare August 20, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9403664 to f545d22 Compare August 20, 2025 09:38
@glennmichael123 glennmichael123 merged commit c1b9d1d into main Aug 20, 2025
9 checks passed
@glennmichael123 glennmichael123 deleted the renovate/all-minor-patch branch August 20, 2025 10:05
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.

1 participant