Skip to content

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

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

fix(deps): update all non-major dependencies#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.30.0 age confidence devDependencies minor 2.31.0
@clack/prompts (source) ^1.0.1^1.2.0 age confidence dependencies minor
@​flue/cli ^0.0.47^0.0.49 age confidence devDependencies patch 0.1.0
@​flue/client ^0.0.29^0.0.31 age confidence devDependencies patch
@libsql/client (source) ^0.17.0^0.17.2 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.2 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
fast-xml-parser ^5.5.7^5.6.0 age confidence dependencies minor 5.7.1 (+1)
nanoid ^5.1.6^5.1.9 age confidence dependencies patch
nanostores ^1.1.1^1.2.0 age confidence dependencies minor 1.3.0
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
picomatch ^4.0.3^4.0.4 age confidence dependencies patch
pnpm (source) 10.30.310.33.0 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.4 age confidence dependencies patch
tailwindcss (source) ^4.2.1^4.2.2 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.58.2 age confidence devDependencies minor
valibot (source) ^1.2.0^1.3.1 age confidence devDependencies minor
vitest (source) ^4.1.0^4.1.4 age confidence dependencies patch
vitest (source) ^4.1.0^4.1.4 age confidence devDependencies patch
vue (source) ^3.5.29^3.5.32 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]
tursodatabase/libsql-client-ts (@​libsql/client)

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.
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)
NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.6.0

Compare Source

v5.5.12

Compare Source

v5.5.11

Compare Source

v5.5.10: performance improvment, increase entity expansion default limit

Compare Source

  • increase default entity explansion limit as many projects demand for that
maxEntitySize: 10000,
maxExpansionDepth: 10000,
maxTotalExpansions: Infinity,
maxExpandedLength: 100000,
maxEntityCount: 1000,
  • performance improvement
    • reduce calls to toString
    • early return when entities are not present
    • prepare rawAttrsForMatcher only if user sets jPath: false

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.5.9...v5.5.10

v5.5.9: fix typins and matcher instance in callbacks

Compare Source

combine typings file to avoid configuration changes
pass readonly instance of matcher to the call backs to avoid accidental push/pop call

v5.5.8

Compare Source

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

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

preactjs/preact (preact)

v10.29.1

Compare Source

Fixes

Maintenance

prettier/prettier (prettier)

v3.8.3

Compare Source

publint/publint (publint)

v0.3.18

Compare Source

Patch Changes
  • Fix deprecated subpath mapping check crash and make getPkgPathValue from publint/utils return undefined if the path is invalid (ad2aa9c)
sass/dart-sass (sass)

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

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.

@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 15, reused 0, downloaded 0, added 0
Progress: resolved 21, reused 0, downloaded 0, added 0
Progress: resolved 49, reused 0, downloaded 0, added 0
Progress: resolved 52, reused 0, downloaded 0, added 0
Progress: resolved 55, reused 0, downloaded 0, added 0
Progress: resolved 64, reused 0, downloaded 0, added 0
Progress: resolved 65, reused 0, downloaded 0, added 0
Progress: resolved 68, reused 0, downloaded 0, added 0
Progress: resolved 138, reused 0, downloaded 0, added 0
Progress: resolved 154, reused 0, downloaded 0, added 0
Progress: resolved 181, reused 0, downloaded 0, added 0
Progress: resolved 217, reused 0, downloaded 0, added 0
Progress: resolved 274, reused 0, downloaded 0, added 0
Progress: resolved 285, reused 0, downloaded 0, added 0
Progress: resolved 286, reused 0, downloaded 0, added 0
Progress: resolved 363, reused 0, downloaded 0, added 0
Progress: resolved 441, reused 0, downloaded 0, added 0
Progress: resolved 508, reused 0, downloaded 0, added 0
Progress: resolved 575, reused 0, downloaded 0, added 0
Progress: resolved 621, reused 0, downloaded 0, added 0
Progress: resolved 678, reused 0, downloaded 0, added 0
Progress: resolved 689, reused 0, downloaded 0, added 0
Progress: resolved 723, reused 0, downloaded 0, added 0
Progress: resolved 752, reused 0, downloaded 0, added 0
Progress: resolved 758, reused 0, downloaded 0, added 0
Progress: resolved 857, reused 0, downloaded 0, added 0
Progress: resolved 932, reused 0, downloaded 0, added 0
Progress: resolved 949, reused 0, downloaded 0, added 0
Progress: resolved 1077, reused 0, downloaded 0, added 0
Progress: resolved 1093, reused 0, downloaded 0, added 0
Progress: resolved 1094, reused 0, downloaded 0, added 0
Progress: resolved 1109, reused 0, downloaded 0, added 0
Progress: resolved 1171, reused 0, downloaded 0, added 0
Progress: resolved 1225, reused 0, downloaded 0, added 0
Progress: resolved 1247, reused 0, downloaded 0, added 0
Progress: resolved 1284, reused 0, downloaded 0, added 0
Progress: resolved 1385, reused 0, downloaded 0, added 0
Progress: resolved 1420, reused 0, downloaded 0, added 0
Progress: resolved 1476, reused 0, downloaded 0, added 0
 WARN  Request took 14055ms: https://registry.npmjs.org/playwright-core
Progress: resolved 1523, reused 0, downloaded 0, added 0
Progress: resolved 1627, reused 0, downloaded 0, added 0
Progress: resolved 1702, reused 0, downloaded 0, added 0
Progress: resolved 1757, reused 0, downloaded 0, added 0
Progress: resolved 1769, reused 0, downloaded 0, added 0
Progress: resolved 1844, reused 0, downloaded 0, added 0
Progress: resolved 2015, reused 0, downloaded 0, added 0
Progress: resolved 2098, reused 0, downloaded 0, added 0
Progress: resolved 2106, reused 0, downloaded 0, added 0
Progress: resolved 2110, reused 0, downloaded 0, added 0
Progress: resolved 2111, 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: 7c2ca67

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 16 times, most recently from e90839e to 0e6d1ac Compare April 15, 2026 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 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 9 times, most recently from 5c39aa1 to ea88cb7 Compare April 18, 2026 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ea88cb7 to 7c2ca67 Compare April 19, 2026 17:43
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