Skip to content

chore(deps): update all non-major dependencies#254

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#254
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/compiler (source) ^21.2.4^21.2.5 age confidence
@astral-sh/ruff-wasm-web (source) ^0.15.6^0.15.7 age confidence
@astrojs/compiler (source) ^3.0.0^3.0.1 age confidence
@babel/parser (source) ^7.29.0^7.29.2 age confidence
@swc/wasm-web ^1.15.18^1.15.21 age confidence
@typescript-eslint/parser (source) ^8.57.0^8.57.2 age confidence
@unocss/eslint-plugin (source) ^66.6.6^66.6.7 age confidence
@unocss/nuxt (source) ^66.6.6^66.6.7 age confidence
eslint (source) ^10.0.3^10.1.0 age confidence
flow-parser (source) ^0.305.0^0.306.1 age confidence
oxc-parser (source) ^0.119.0^0.121.0 age confidence
php-parser (source) ^3.4.0^3.5.0 age confidence
rolldown (source) ^1.0.0-rc.9^1.0.0-rc.11 age confidence
svelte (source) ^5.53.12^5.55.0 age confidence
unocss (source) ^66.6.6^66.6.7 age confidence
vite (source) ^8.0.0^8.0.2 age confidence
vue-tsc (source) ^3.2.5^3.2.6 age confidence
yaml (source) ^2.8.2^2.8.3 age confidence

Release Notes

angular/angular (@​angular/compiler)

v21.2.5

Compare Source

compiler
Commit Type Description
334ae10168 fix ensure generated code compiles
23ea431c4e fix parse named HTML entities containing digits
compiler-cli
Commit Type Description
26c43d14ba fix escape template literal in TCB
67e0ba7e03 fix generic types not filled out correctly in type check block
core
Commit Type Description
1890c3008b fix clean up dehydrated views during HMR component replacement
bf948be4c2 fix run linked signal equality check without reactive consumer
migrations
Commit Type Description
076d41c3f6 fix prevent trailing comma syntax errors after removing NgStyle
service-worker
Commit Type Description
e19150d2b5 fix preserve redirect policy on reconstructed asset requests
astral-sh/ruff (@​astral-sh/ruff-wasm-web)

v0.15.7

Compare Source

Released on 2026-03-19.

Preview features
  • Display output severity in preview (#​23845)
  • Don't show noqa hover for non-Python documents (#​24040)
Rule changes
  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#​24019)
Server
  • Don't return code actions for non-Python documents (#​23905)
Documentation
  • Add company AI policy to contributing guide (#​24021)
  • Document editor features for Markdown code formatting (#​23924)
  • [pylint] Improve phrasing (PLC0208) (#​24033)
Other changes
  • Use PEP 639 license information (#​19661)
Contributors
withastro/compiler (@​astrojs/compiler)

v3.0.1

Compare Source

Patch Changes
  • 05ef961: Fix scoped CSS nesting so descendant selectors without & inside nested rules are not incorrectly re-scoped.
babel/babel (@​babel/parser)

v7.29.2

Compare Source

v7.29.2 (2026-03-16)

👓 Spec Compliance
🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env
🏠 Internal
Committers: 2
swc-project/swc (@​swc/wasm-web)

v1.15.21

Compare Source

Bug Fixes
Documentation
Features
Performance
Refactor
Testing
Ci
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.57.2

Compare Source

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

See GitHub Releases for more information.

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

v8.57.1

Compare Source

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

See GitHub Releases for more information.

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

unocss/unocss (@​unocss/eslint-plugin)

v66.6.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

facebook/flow (flow-parser)

v0.306.1

Compare Source

  • Fix in Meta-internal saved state logic

v0.306.0

Compare Source

New Features:

  • Support for using well-known symbols as property names in types - the form should be exactly Symbol.iterator.

Notable bug fixes:

  • Report prop-missing errors for unbound module properties in explicit type args used with implicit instantiation (e.g. try-Flow)

Library Definitions:

  • Updated core.js library definitions to accept readonly tuples in Map constructor

v0.305.1

Compare Source

  • Fix in saved state on projects including files outside the project root.
oxc-project/oxc (oxc-parser)

v0.120.0

⚡ Performance
glayzzle/php-parser (php-parser)

v3.5.0

Compare Source

What's Changed

This is a big release with many awesome contributions from @​jorgsowa 💯

Features

Fixes

Misc

Full Changelog: glayzzle/php-parser@v3.4.0...v3.5.0

rolldown/rolldown (rolldown)

v1.0.0-rc.11

Compare Source

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

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: 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.


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

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

@bolt-new-by-stackblitz
Copy link

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

@vercel
Copy link

vercel bot commented Mar 23, 2026

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

Project Deployment Actions Updated (UTC)
ast-explorer Error Error Mar 24, 2026 1:46am

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