Skip to content

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

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

fix(deps): update all non-major dependencies#897
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@napi-rs/cli (source) 3.7.43.8.1 age confidence devDependencies minor
actions/checkout v7.0.0v7.0.1 age confidence action patch
base64 0.220.23 age confidence workspace.dependencies minor
napi 3.11.03.12.0 age confidence workspace.dependencies minor
napi-build 2.3.22.4.0 age confidence workspace.dependencies minor
napi-derive 3.6.03.6.1 age confidence workspace.dependencies patch
next (source) 16.2.1116.2.12 age confidence dependencies patch
oxfmt (source) ^0.60.0^0.61.0 age confidence devDependencies minor
phf 0.130.14 age confidence workspace.dependencies minor
rolldown-plugin-dts 0.27.60.28.0 age confidence overrides minor
skrifa 0.430.45 age confidence workspace.dependencies minor
strict-num 0.10.2 age confidence workspace.dependencies minor
taffy 0.110.12 age confidence workspace.dependencies minor
taiki-e/install-action v2.84.0v2.85.5 age confidence action minor
vite (source) 8.1.58.2.0 age confidence overrides minor

Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v3.8.1

Compare Source

v3.8.0

Compare Source

actions/checkout (actions/checkout)

v7.0.1

Compare Source

marshallpierce/rust-base64 (base64)

v0.23.0

Compare Source

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best
    instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar
    GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime
    detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
vercel/next.js (next)

v16.2.12

Compare Source

oxc-project/oxc (oxfmt)

v0.61.0

Compare Source

rust-phf/rust-phf (phf)

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: rust-phf/rust-phf@v0.13.1...v0.14.0

sxzz/rolldown-plugin-dts (rolldown-plugin-dts)

v0.28.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.27.14

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v0.27.13

Compare Source

   🚀 Features
    View changes on GitHub

v0.27.12

Compare Source

No significant changes

    View changes on GitHub

v0.27.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.27.10

Compare Source

   🚀 Features
    View changes on GitHub

v0.27.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.27.8

Compare Source

   🚀 Features
    View changes on GitHub

v0.27.7

Compare Source

No significant changes

    View changes on GitHub
googlefonts/fontations (skrifa)

v0.45.1

Compare Source

v0.45.0

Compare Source

v0.44.0

Compare Source

RazrFalcon/strict-num (strict-num)

v0.2.0

Added
Changed
  • MSRV bumped from 1.35 to 1.56
  • Rust edition is bumped from 2018 to 2021.
DioxusLabs/taffy (taffy)

v0.12.2

Compare Source

Fixed
  • Block: return margin-collapsing outputs from vertical axis ComputeSize calls (#​976)

v0.12.1

Compare Source

This release container a couple of critical fixes for layout/caching bugs in the 0.12.0 release.

Fixed
  • Block: don't commit deferred in-flow layouts to the tree when only computing size (#​971)
  • Block: pass through the requested run_mode when performing final layout on in-flow children, instead of always using MeasureSize (#​972)

v0.12.0

Compare Source

The MSRV for this release is 1.71.

Block: support for align-content (#​959)

Block containers now implement align_content along the block axis for their in-flow children.

More correct caching logic
  • The cache key now includes the axis, parent size, and available space, and ignores available space in an axis when a known dimension is set there. This is a performance hit (~10% in common cases, ~60% in pathalogically ones) but is necessary for correctness. It does also enable early-return optimizations (in cases where only the horizontal size is needed, which can allow that performance to be recouped in some cases (#​911)
Fixed
  • Flexbox: fall back to safe align-self of start on absolute-position overflow (#​958)
  • Block: derive definite height from aspect-ratio at final layout. A block container with aspect-ratio and an automatic height now becomes definite when its width is filled/stretched, so children's percentage heights resolve correctly and the ratio is preserved (#​965)
taiki-e/install-action (taiki-e/install-action)

v2.85.5

Compare Source

v2.85.4: 2.85.4

Compare Source

  • Update uv@latest to 0.11.33.

  • Update mise@latest to 2026.7.15.

  • Update biome@latest to 2.5.6.

v2.85.3: 2.85.3

Compare Source

  • Update xh@latest to 0.26.2.

  • Update ubi@latest to 0.10.0.

  • Update mise@latest to 2026.7.14.

  • Update martin@latest to 1.13.0.

  • Update cargo-shear@latest to 1.13.3.

  • Update cargo-binstall@latest to 1.21.1.

v2.85.2: 2.85.2

Compare Source

  • Update prek@latest to 0.4.11.

  • Update mise@latest to 2026.7.13.

  • Update kingfisher@latest to 1.109.0.

v2.85.1: 2.85.1

Compare Source

  • Update vacuum@latest to 0.30.0.

  • Update uv@latest to 0.11.32.

  • Update mise@latest to 2026.7.12.

  • Update cyclonedx@latest to 0.33.1.

  • Update cargo-neat@latest to 0.5.2.

v2.85.0: 2.85.0

Compare Source

  • Support wild (alias: wild-linker). (#​1949)

  • Support bpf-linker. (#​1950)

  • Support rafn. (#​1935, thanks @​DarkWanderer)

  • Update cargo-neat@latest to 0.5.1.

  • Update zizmor@latest to 1.28.0.

  • Update wasmtime@latest to 47.0.2.

  • Update uv@latest to 0.11.31.

  • Update syft@latest to 1.49.0.

v2.84.1: 2.84.1

Compare Source

  • Update wasmtime@latest to 47.0.1.

  • Update wasm-tools@latest to 1.254.0.

  • Update uv@latest to 0.11.30.

  • Update mise@latest to 2026.7.11.

  • Update cargo-neat@latest to 0.5.0.

  • Update cargo-crap@latest to 0.3.1.

  • Update biome@latest to 2.5.5.

vitejs/vite (vite)

v8.2.0

Compare Source

Features
Bug Fixes
  • bundledDev: print build errors to the terminal when an HMR update fails (#​23024) (41c4658)
  • deps: update all non-major dependencies (#​23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#​22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#​23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#​23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#​22932) (fa005d1)
  • support resolving top-level input option with plugins (#​23101) (41df81a)
Documentation
Tests

Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot added the dependencies label Jul 3, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4bdc5a0 to 96bdab6 Compare July 4, 2026 13:40
@renovate renovate Bot changed the title Update all non-major dependencies Update Rust crate skrifa to 0.44 Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 96bdab6 to cd34efa Compare July 4, 2026 17:16
@renovate renovate Bot changed the title Update Rust crate skrifa to 0.44 Update all non-major dependencies Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from cd34efa to 7efb4b9 Compare July 4, 2026 22:41
@renovate renovate Bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 7efb4b9 to 84d7702 Compare July 7, 2026 03:32
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Jul 7, 2026
@renovate renovate Bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Jul 7, 2026
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Jul 8, 2026
@renovate renovate Bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 84d7702 to 515a4ab Compare July 8, 2026 16:26
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Jul 9, 2026
@renovate renovate Bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8ae6082 to 6c4ee78 Compare July 16, 2026 07:31
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9882ba5 to d67807c Compare July 20, 2026 16:07
@renovate
renovate Bot requested a review from kane50613 as a code owner July 20, 2026 16:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 8d50eaf to 5117762 Compare July 24, 2026 19:51
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c01b1da to 72a5905 Compare July 25, 2026 22:17
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 42ed028 to 160ab03 Compare July 29, 2026 18:47
@socket-security

socket-security Bot commented Jul 29, 2026

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c960cfa to 7252968 Compare July 30, 2026 07:59
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