Skip to content

fix(deps): update all non-major dependencies - #762

Merged
sapphi-red merged 3 commits into
mainfrom
renovate/all-minor-patch
May 8, 2026
Merged

fix(deps): update all non-major dependencies#762
sapphi-red merged 3 commits into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rolldown/pluginutils (source) 1.0.0-rc.131.0.0 age confidence
@rolldown/pluginutils (source) ^1.0.0-rc.13^1.0.0 age confidence
@swc/core (source) ^1.15.24^1.15.33 age confidence
@tailwindcss/vite (source) ^4.2.2^4.2.4 age confidence
@types/node (source) ^24.12.2^24.12.3 age confidence
@typescript/native-preview (source) 7.0.0-dev.20260407.17.0.0-dev.20260507.1 age confidence
autoprefixer ^10.4.27^10.5.0 age confidence
eslint (source) ^10.2.0^10.3.0 age confidence
fs-extra ^11.3.4^11.3.5 age confidence
pnpm (source) 10.33.010.33.4 age confidence
tailwindcss (source) ^4.2.2^4.2.4 age confidence
tsdown (source) ^0.21.7^0.22.0 age confidence
typescript-eslint (source) ^8.58.0^8.59.2 age confidence
vitest (source) ^4.1.3^4.1.5 age confidence
vue (source) ^3.5.32^3.5.34 age confidence
vue-router (source) ^5.0.4^5.0.6 age confidence

Release Notes

rolldown/rolldown (@​rolldown/pluginutils)

v1.0.0

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
⚙️ Miscellaneous Tasks

v1.0.0-rc.18

Compare Source

💥 BREAKING CHANGES
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-rc.17

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
  • rolldown_plugin_vite_import_glob: skip self-import earlier using raw path comparison (#​9193) by @​shulaoda
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-rc.16

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
❤️ New Contributors

v1.0.0-rc.15

Compare Source

🐛 Bug Fixes
  • prevent stack overflow in generate_transitive_esm_init on circular dependencies (#​9041) by @​shulaoda
🚜 Refactor
  • agents: rename Spec-Driven Development to Context Engineering (#​9036) by @​hyf0

v1.0.0-rc.14

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
  • contrib-guide: mention that running tests on older Node.js version will have different stat results (#​8996) by @​Claude
⚙️ Miscellaneous Tasks
◀️ Revert
❤️ New Contributors
swc-project/swc (@​swc/core)

v1.15.33

Compare Source

Bug Fixes
Features

v1.15.32

Compare Source

Bug Fixes
  • (es/flow) Fix Flow type-only modules in script transforms (#​11817) (be38316)

  • (es/flow) Avoid restoring module context when flow syntax is enabled (#​11819) (3ed7243)

  • (es/minifier) Preserve frozen spread registry keys (#​11825) (347181c)

  • (es/parser) Align Flow generic arrow JSX disambiguation (#​11821) (28a7fad)

Features

v1.15.30

Compare Source

Bug Fixes
Documentation
Features

v1.15.26

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)
microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260507.1

Compare Source

v7.0.0-dev.20260506.1

Compare Source

v7.0.0-dev.20260505.1

Compare Source

v7.0.0-dev.20260504.1

Compare Source

v7.0.0-dev.20260503.1

Compare Source

v7.0.0-dev.20260502.1

Compare Source

v7.0.0-dev.20260501.1

Compare Source

v7.0.0-dev.20260430.1

Compare Source

v7.0.0-dev.20260429.1

Compare Source

v7.0.0-dev.20260428.1

Compare Source

v7.0.0-dev.20260427.1

Compare Source

v7.0.0-dev.20260426.1

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@pkg-pr-new

pkg-pr-new Bot commented Apr 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@vitejs/plugin-vue@762
npm i https://pkg.pr.new/@vitejs/plugin-vue-jsx@762

commit: 2f5ea1d

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from d5f514d to 929d8ca Compare April 20, 2026 09:25
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 8e116e0 to 9340ea4 Compare April 27, 2026 09:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9340ea4 to 85bfe2f Compare April 27, 2026 19:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 16026af to 8f13b3c Compare May 5, 2026 11:14
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 316dc0d to 502ee79 Compare May 8, 2026 04:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 502ee79 to 2b64d9d Compare May 8, 2026 04:41
@renovate

renovate Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sapphi-red
sapphi-red merged commit 9e825b8 into main May 8, 2026
12 checks passed
@sapphi-red
sapphi-red deleted the renovate/all-minor-patch branch May 8, 2026 04:54
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