chore(deps): update all npm dependencies#478
Merged
Merged
Conversation
Contributor
Author
|
✅ Deploy Preview for uds-product-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/npm-dependencies
branch
4 times, most recently
from
July 4, 2026 15:12
006cc16 to
30a3041
Compare
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | npm | @astrojs/markdown-remark | 7.2.0 | 7.2.1 | | npm | @astrojs/starlight | 0.40.0 | 0.41.3 | | npm | @playwright/test | 1.61.0 | 1.61.1 | | npm | @tailwindcss/vite | 4.3.1 | 4.3.2 | | npm | @types/node | 24.13.2 | 24.13.3 | | npm | sharp | 0.35.2 | 0.35.3 | | npm | starlight-github-alerts | 0.3.0 | 0.4.0 | | npm | starlight-image-zoom | 0.14.2 | 0.15.0 | | npm | starlight-links-validator | 0.24.1 | 0.25.2 | | npm | starlight-llms-txt | 0.10.0 | 0.11.0 | | npm | tailwindcss | 4.3.1 | 4.3.2 | | npm | tsx | 4.22.4 | 4.23.0 | | npm | vitest | 4.1.9 | 4.1.10 |
renovate
Bot
force-pushed
the
renovate/npm-dependencies
branch
from
July 15, 2026 14:19
30a3041 to
bcc01df
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
Contributor
|
Had to bring in major npm updates for astro/vite to get this working: #476 |
chance-coleman
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.0→7.2.1^0.40.0→^0.41.01.61.0→1.61.14.3.1→4.3.224.13.2→24.13.30.35.2→0.35.3^0.3.0→^0.4.0^0.14.0→^0.15.0^0.24.0→^0.25.0^0.10.0→^0.11.04.3.1→4.3.24.22.4→4.23.14.1.9→4.1.10Release Notes
withastro/astro (@astrojs/markdown-remark)
v7.2.1Compare Source
Patch Changes
eb6f97e]:withastro/starlight (@astrojs/starlight)
v0.41.3Compare Source
Patch Changes
1686eccThanks @timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.v0.41.2Compare Source
Patch Changes
#4008
58a3520Thanks @FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom--sl-content-widthvalue exceeds available space#4015
bdbfffcThanks @delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabledv0.41.1Compare Source
Patch Changes
#3967
72e63dcThanks @HiDeoo! - Adds 2 new icons:linkandlink-alt.#3988
ac55cfaThanks @delucis! - Fixes a dependency resolution issue introduced in Starlight v0.41#3967
72e63dcThanks @HiDeoo! - Optimizes the icons of Markdown asides.v0.41.0Compare Source
Minor Changes
1202dd4Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.Upgrade Astro and dependencies
Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.
Patch Changes
a935d33Thanks @HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.microsoft/playwright (@playwright/test)
v1.61.1Compare Source
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)lovell/sharp (sharp)
v0.35.3Compare Source
Tighten verification of
textdimensions, TIFF tile dimensions andextendvalues.Improve code bundler support by resolving path to libvips binary.
Increase default concurrency when use of
MALLOC_ARENA_MAXis detected.Emit warning about binaries provided by Electron for use on Linux.
Add
hasAlphaproperty to outputinfo.#4500
TypeScript: Return more precise
Buffer<ArrayBuffer>fromtoBuffer.#4520
@Andarist
Bound
clahewidth and height to avoid signed overflow.#4551
@metsw24-max
Bound
trimmargin to avoid signed overflow.#4552
@metsw24-max
Reject infinite values when validating numbers.
#4553
@metsw24-max
Bound extract region to libvips coordinate limit.
#4555
@metsw24-max
Verify background colour values are numbers.
#4556
@metsw24-max
Bound create and raw input dimensions to coordinate limit.
#4558
@metsw24-max
Tighten recomb and affine matrix verification.
#4560
@chatman-media
Verify cache memory limit to avoid overflow.
#4561
@metsw24-max
HiDeoo/starlight-github-alerts (starlight-github-alerts)
v0.4.0Compare Source
Minor Changes
#14
f5c0909Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.0.41.0.Please follow the upgrade guide to update your project.
#14
f5c0909Thanks @HiDeoo! - Adds support for the Sätteri Markdown processor.HiDeoo/starlight-image-zoom (starlight-image-zoom)
v0.15.0Compare Source
Minor Changes
#65
90bf6c7Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.0.41.0.Please follow the upgrade guide to update your project.
Note that the Sätteri Markdown processor is not yet supported and you must use
unified()from@astrojs/markdown-remarkinstead. To follow the progress of Sätteri support, see this issue.HiDeoo/starlight-links-validator (starlight-links-validator)
v0.25.2Compare Source
Patch Changes
19b97a0Thanks @HiDeoo! - Fixes link validation issue for frontmatter-only pages when using Sätteri.v0.25.1Compare Source
Patch Changes
0016925Thanks @HiDeoo! - Fixes a potential type error.v0.25.0Compare Source
Minor Changes
#167
5019546Thanks @HiDeoo! - Adds support for Astro v7, drops support for Astro v6.0.41.0.Please follow the upgrade guide to update your project.
#167
5019546Thanks @HiDeoo! - Adds support for the Sätteri Markdown processor.delucis/starlight-llms-txt (starlight-llms-txt)
v0.11.0Compare Source
Minor Changes
#127
bf986deThanks @funkadelic! - Updates to support Astro 7. Theastropeer dependency is now^7.0.0and the@astrojs/starlightpeer dependency is now>=0.41.0.Support for Astro 6 and Starlight versions below 0.41 has been dropped. Existing projects on Astro 6 can continue using the previous release until they are ready to upgrade to Astro 7.
privatenumber/tsx (tsx)
v4.23.1Compare Source
Bug Fixes
Performance Improvements
This release is also available on:
v4.23.0Compare Source
Bug Fixes
Features
This release is also available on:
v4.22.5Compare Source
Bug Fixes
This release is also available on:
vitest-dev/vitest (vitest)
v4.1.10Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.