Skip to content

Update all non-major dependencies - autoclosed#16147

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

Update all non-major dependencies - autoclosed#16147
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 30, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@bluwy/giget-core ^0.1.6^0.1.7 age confidence dependencies patch
@changesets/changelog-github (source) ^0.5.2^0.6.0 age confidence devDependencies minor
@changesets/cli (source) ^2.29.8^2.31.0 age confidence devDependencies minor
@clack/prompts (source) ^1.0.1^1.2.0 age confidence dependencies minor
@codspeed/vitest-plugin (source) 5.2.05.3.0 age confidence devDependencies minor
@​flue/cli ^0.0.47^0.2.0 age confidence devDependencies minor
@​flue/client ^0.0.29^0.0.31 age confidence devDependencies patch
@libsql/client (source) ^0.17.0^0.17.3 age confidence dependencies patch
@markdoc/markdoc (source) ^0.5.4^0.5.7 age confidence dependencies patch
@nanostores/preact ^1.0.0^1.1.0 age confidence dependencies minor
@playwright/test (source) 1.58.21.59.1 age confidence devDependencies minor
@preact/signals (source) ^2.8.1^2.9.0 age confidence dependencies minor
@tailwindcss/vite (source) ^4.2.1^4.2.4 age confidence dependencies patch
@types/picomatch (source) ^4.0.2^4.0.3 age confidence devDependencies patch
alpinejs (source) ^3.15.8^3.15.11 age confidence dependencies patch
bgproc ^0.2.0^0.3.0 age confidence devDependencies minor
devalue ^5.6.3^5.7.1 age confidence devDependencies minor
eslint (source) ^9.39.3^9.39.4 age confidence devDependencies patch
eslint-plugin-regexp ^3.0.0^3.1.0 age confidence devDependencies minor
nanoid ^5.1.6^5.1.9 age confidence dependencies patch
nanostores ^1.1.1^1.3.0 age confidence dependencies minor
node (source) 24.14.024.15.0 age confidence minor
node 24.14.0-bullseye24.15.0-bullseye age confidence final minor
node 24.14.0-bookworm-slim24.15.0-bookworm-slim age confidence final minor
pnpm (source) 10.30.310.33.2 age confidence packageManager minor
preact (source) ^10.28.4^10.29.1 age confidence dependencies patch
prettier (source) ^3.8.1^3.8.3 age confidence devDependencies patch
publint (source) ^0.3.17^0.3.18 age confidence devDependencies patch
sass ^1.97.3^1.99.0 age confidence dependencies minor
shiki (source) ^4.0.0^4.0.2 age confidence dependencies patch
sitemap ^9.0.0^9.0.1 age confidence dependencies patch
smol-toml ^1.6.0^1.6.1 age confidence dependencies patch
solid-js (source) ^1.9.11^1.9.12 age confidence dependencies patch
svelte (source) ^5.53.5^5.55.5 age confidence dependencies patch
tailwindcss (source) ^4.2.1^4.2.4 age confidence dependencies patch
tinyexec ^1.0.2^1.1.1 age confidence dependencies minor
tinyglobby (source) ^0.2.15^0.2.16 age confidence dependencies patch
tinyglobby (source) ^0.2.15^0.2.16 age confidence devDependencies patch
turbo (source) ^2.8.15^2.9.6 age confidence devDependencies minor
typescript-eslint (source) ^8.56.1^8.59.0 age confidence devDependencies minor 8.59.1
valibot (source) ^1.2.0^1.3.1 age confidence devDependencies minor
vitest (source) ^4.1.0^4.1.5 age confidence dependencies patch
vitest (source) ^4.1.0^4.1.5 age confidence devDependencies patch
vue (source) ^3.5.29^3.5.33 age confidence dependencies patch

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.6.0

Compare Source

Minor Changes
Patch Changes
bombshell-dev/clack (@​clack/prompts)

v1.2.0

Compare Source

Minor Changes
  • 9786226: Externalize fast-string-width and fast-wrap-ansi to avoid double dependencies
  • 090902c: Adds date prompt with format support (YMD, MDY, DMY)
Patch Changes
  • 134a1a1: Fix the path prompt so directory: true correctly enforces directory-only selection while still allowing directory navigation, and add regression tests for both directory and default file selection behavior.
  • bdf89a5: Adds placeholder option to autocomplete. When the placeholder is set and the input is empty, pressing tab will set the value to placeholder.
  • 336495a: Apply guide to wrapped multi-line messages in confirm prompt.
  • 9fe8de6: Respect withGuide: false in autocomplete and multiselect prompts.
  • 29a50cb: Fix path directory mode so pressing Enter with an existing directory initialValue submits that current directory instead of the first child option, and add regression coverage for immediate submit and child-directory navigation.
  • Updated dependencies [9786226]
  • Updated dependencies [bdf89a5]
  • Updated dependencies [417b451]
  • Updated dependencies [090902c]
CodSpeedHQ/codspeed-node (@​codspeed/vitest-plugin)

v5.3.0

Compare Source

What's Changed

We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.

This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.

Full Changelog: CodSpeedHQ/codspeed-node@v5.2.0...v5.3.0

tursodatabase/libsql-client-ts (@​libsql/client)

v0.17.3

Compare Source

v0.17.2

Compare Source

v0.17.1

Compare Source

markdoc/markdoc (@​markdoc/markdoc)

v0.5.7

Compare Source

What's Changed
  • Make table-syntax validation error location more precise by @​yue-stripe in #​605
    • the validate() method now returns more location/line info than before
    • Build output now includes ES2022 syntax. The esbuild version used to build markdoc was upgraded from 0.13 to 0.25, which raises the effective output target from ~ES2020 to ES2022+. If your build pipeline transpiles @​markdoc/markdoc, you may need to ensure your toolchain supports ES2022 features such as static class blocks.

Full Changelog: markdoc/markdoc@0.5.6...0.5.7

v0.5.6

Compare Source

What's Changed
  • Add validation for invalid Markdoc table syntax by @​yue-stripe in #​603
    • Markdoc.validate will now raise errors for invalid syntax within {% table %} tags.

Full Changelog: markdoc/markdoc@0.5.5...0.5.6

v0.5.5

Compare Source

Added support for providing a list of conditional tags in addition to if. (['if'] is set by default). No breaking changes.

#​600

nanostores/preact (@​nanostores/preact)

v1.1.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.59.1

Compare Source

v1.59.0

Compare Source

preactjs/signals (@​preact/signals)

v2.9.0

Compare Source

Minor Changes
  • #​907 904a879 Thanks @​jbalsas! - Add optional getKey prop to <For> component for stable list reconciliation. When provided, getKey generates stable keys for the internal <Item> wrapper, fixing incorrect DOM reuse when items are removed or reordered.
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)
alpinejs/alpine (alpinejs)

v3.15.11

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.15.10...v3.15.11

v3.15.10

Compare Source

Fixed
  • Fix x-anchor crash during wire:navigate cleanup #​4790

v3.15.9

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.15.8...v3.15.9

ascorbic/bgproc (bgproc)

v0.3.0

Compare Source

Minor Changes
  • #​8 8e24687 Thanks @​ascorbic! - Add restart command to restart a process with the same command and cwd. Supports -w to wait for port detection.
Patch Changes
sveltejs/devalue (devalue)

v5.7.1

Compare Source

Patch Changes
  • 8becc7c: fix: handle regexes consistently in uneval's value and reference formats

v5.7.0

Compare Source

Minor Changes
  • df2e284: feat: use native alternatives to encode/decode base64
  • 498656e: feat: add DataView support
  • a210130: feat: whitelist Float16Array
  • df2e284: feat: simplify TypedArray slices
Patch Changes
  • 5590634: fix: get uneval type handling up to parity with stringify
  • 57f73fc: fix: correctly support boxed bigints and sentinel values
eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.1.0

Compare Source

Minor Changes
  • refactor: Name the default export 'regexp' (#​952)
ai/nanoid (nanoid)

v5.1.9

Compare Source

  • Fixed npm package size regression.

v5.1.8

Compare Source

v5.1.7

Compare Source

nanostores/nanostores (nanostores)

v1.3.0

Compare Source

  • Added globalThis.nanostoresGlobal to sync stores in JS bundles (by @​afurm).

v1.2.0

Compare Source

  • Deprecated async computed in favor of @nanostores/async (by @​Fryuni).
  • Added Store#init to fix SSR (by @​jmurty).
nodejs/node (node)

v24.15.0

Compare Source

v24.14.1

Compare Source

pnpm/pnpm (pnpm)

v10.33.2

Compare Source

v10.33.1: pnpm 10.33.1

Compare Source

Patch Changes
  • When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, star, stars, unstar, whoami, etc.) are now handed over to the wanted pnpm, which implements them natively. Previously they silently shelled out to npm — making, for example, pnpm version --help print npm's help on a project with packageManager: pnpm@11.0.0-rc.3 #​11328.
Platinum Sponsors
Bit
Gold Sponsors
Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

<

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.

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 30, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 542 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 152, reused 0, downloaded 0, added 0
Progress: resolved 271, reused 0, downloaded 0, added 0
Progress: resolved 287, reused 0, downloaded 0, added 0
Progress: resolved 398, reused 0, downloaded 0, added 0
Progress: resolved 792, reused 0, downloaded 0, added 0
Progress: resolved 1011, reused 0, downloaded 0, added 0
Progress: resolved 1493, reused 0, downloaded 0, added 0
Progress: resolved 1603, reused 0, downloaded 0, added 0
Progress: resolved 1735, reused 0, downloaded 0, added 0
Progress: resolved 1823, reused 0, downloaded 0, added 0
Progress: resolved 1876, reused 0, downloaded 0, added 0
Progress: resolved 1977, reused 0, downloaded 0, added 0
Progress: resolved 2124, reused 0, downloaded 0, added 0
Progress: resolved 2147, reused 0, downloaded 0, added 0
Progress: resolved 2201, reused 0, downloaded 0, added 0
Progress: resolved 2265, reused 0, downloaded 0, added 0
Progress: resolved 2330, reused 0, downloaded 0, added 0
 ERR_PNPM_UNUSED_PATCH  The following patches were not used: @changesets/get-github-info@0.7.0

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@github-actions github-actions Bot added feat: markdown Related to Markdown (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope) pkg: create-astro Related to the `create-astro` package (scope) labels Mar 30, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 30, 2026

⚠️ No Changeset found

Latest commit: b2544c2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from a3b9e18 to d0c11ce Compare April 6, 2026 07:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5c085f2 to 15ecb2c Compare April 8, 2026 13:58
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0e6d1ac to 64cf322 Compare April 16, 2026 08:37
@renovate renovate Bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from 0c09a7a to 40bf6b0 Compare April 23, 2026 05:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from dda243e to 78ed363 Compare April 23, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat: markdown Related to Markdown (scope) pkg: create-astro Related to the `create-astro` package (scope) pkg: example Related to an example package (scope) pkg: integration Related to any renderer integration (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants