Skip to content

chore(deps): update all npm dependencies#478

Merged
joelmccoy merged 2 commits into
mainfrom
renovate/npm-dependencies
Jul 17, 2026
Merged

chore(deps): update all npm dependencies#478
joelmccoy merged 2 commits into
mainfrom
renovate/npm-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@astrojs/markdown-remark (source) 7.2.07.2.1 age confidence
@astrojs/starlight (source) ^0.40.0^0.41.0 age confidence
@playwright/test (source) 1.61.01.61.1 age confidence
@tailwindcss/vite (source) 4.3.14.3.2 age confidence
@types/node (source) 24.13.224.13.3 age confidence
sharp (source, changelog) 0.35.20.35.3 age confidence
starlight-github-alerts (source) ^0.3.0^0.4.0 age confidence
starlight-image-zoom (source) ^0.14.0^0.15.0 age confidence
starlight-links-validator (source) ^0.24.0^0.25.0 age confidence
starlight-llms-txt (source) ^0.10.0^0.11.0 age confidence
tailwindcss (source) 4.3.14.3.2 age confidence
tsx (source) 4.22.44.23.1 age confidence
vitest (source) 4.1.94.1.10 age confidence

Release Notes

withastro/astro (@​astrojs/markdown-remark)

v7.2.1

Compare Source

Patch Changes
withastro/starlight (@​astrojs/starlight)

v0.41.3

Compare Source

Patch Changes
  • #​3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.

v0.41.2

Compare Source

Patch Changes
  • #​4008 58a3520 Thanks @​FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom --sl-content-width value exceeds available space

  • #​4015 bdbfffc Thanks @​delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabled

v0.41.1

Compare Source

Patch Changes

v0.41.0

Compare Source

Minor Changes
Upgrade Astro and dependencies

⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

npx @​astrojs/upgrade

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.

⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes
  • #​3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.
microsoft/playwright (@​playwright/test)

v1.61.1

Compare Source

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.2

Compare Source

Fixed
  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#​20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#​20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#​20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#​20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#​20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#​20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#​20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#​20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#​20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#​20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#​20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#​20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#​20289)
lovell/sharp (sharp)

v0.35.3

Compare Source

HiDeoo/starlight-github-alerts (starlight-github-alerts)

v0.4.0

Compare Source

Minor Changes
  • #​14 f5c0909 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0.

    Please follow the upgrade guide to update your project.

  • #​14 f5c0909 Thanks @​HiDeoo! - Adds support for the Sätteri Markdown processor.

HiDeoo/starlight-image-zoom (starlight-image-zoom)

v0.15.0

Compare Source

Minor Changes
HiDeoo/starlight-links-validator (starlight-links-validator)

v0.25.2

Compare Source

Patch Changes

v0.25.1

Compare Source

Patch Changes

v0.25.0

Compare Source

Minor Changes
  • #​167 5019546 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0.

    Please follow the upgrade guide to update your project.

  • #​167 5019546 Thanks @​HiDeoo! - Adds support for the Sätteri Markdown processor.

delucis/starlight-llms-txt (starlight-llms-txt)

v0.11.0

Compare Source

Minor Changes
  • #​127 bf986de Thanks @​funkadelic! - Updates to support Astro 7. The astro peer dependency is now ^7.0.0 and the @astrojs/starlight peer 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.1

Compare Source

Bug Fixes
  • support tsImport after global preload (8d4ffc2)
  • watch: avoid clearing piped output (95d0672)
  • watch: treat script and dependency paths literally (79fddde)
Performance Improvements
  • index transform cache lazily (e818ad6)
  • load esbuild lazily in CLI (d067938)
  • map Node TypeScript formats directly (cdcc623)
  • use sync module hooks on Node v22.22.3+ (f8992f1)

This release is also available on:

v4.23.0

Compare Source

Bug Fixes
Features

This release is also available on:

v4.22.5

Compare Source

Bug Fixes
  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

vitest-dev/vitest (vitest)

v4.1.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 requested a review from a team as a code owner June 27, 2026 00:31
@renovate

renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: uds-docs@0.0.1
npm error Found: astro@6.4.8
npm error node_modules/astro
npm error   astro@"^6.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer astro@"^7.0.2" from @astrojs/starlight@0.41.3
npm error node_modules/@astrojs/starlight
npm error   @astrojs/starlight@"^0.41.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-07-16T19_00_04_861Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-16T19_00_04_861Z-debug-0.log

@netlify

netlify Bot commented Jun 27, 2026

Copy link
Copy Markdown

Deploy Preview for uds-product-docs ready!

Name Link
🔨 Latest commit 39dca71
🔍 Latest deploy log https://app.netlify.com/projects/uds-product-docs/deploys/6a5a5e5dd891b50008c24489
😎 Deploy Preview https://deploy-preview-478--uds-product-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovate Bot force-pushed the renovate/npm-dependencies branch 4 times, most recently from 006cc16 to 30a3041 Compare July 4, 2026 15:12
| 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
renovate Bot force-pushed the renovate/npm-dependencies branch from 30a3041 to bcc01df Compare July 15, 2026 14:19
@renovate

renovate Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

@joelmccoy

Copy link
Copy Markdown
Contributor

Had to bring in major npm updates for astro/vite to get this working: #476

@joelmccoy
joelmccoy merged commit 839b3f8 into main Jul 17, 2026
8 checks passed
@joelmccoy
joelmccoy deleted the renovate/npm-dependencies branch July 17, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants