Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@fontsource/monofett (source) 5.2.5 -> 5.2.6 age confidence
@fontsource/montserrat (source) 5.2.5 -> 5.2.6 age confidence
@mdx-js/mdx (source) ^3.1.0 -> ^3.1.1 age confidence
@playwright/test (source) ^1.51.1 -> ^1.55.0 age confidence
@preact/signals (source) 2.0.2 -> 2.3.1 age confidence
@rollup/pluginutils (source) ^5.1.4 -> ^5.2.0 age confidence
@tailwindcss/vite (source) ^4.0.17 -> ^4.1.12 age confidence
@types/estree (source) ^1.0.7 -> ^1.0.8 age confidence
@types/react (source) ^18.3.20 -> ^18.3.24 age confidence
@types/react-dom (source) ^18.3.5 -> ^18.3.7 age confidence
acorn ^8.14.1 -> ^8.15.0 age confidence
cheerio (source) 1.0.0 -> 1.1.2 age confidence
ci-info ^4.2.0 -> ^4.3.0 age confidence
debug ^4.4.0 -> ^4.4.1 age confidence
es-module-lexer ^1.6.0 -> ^1.7.0 age confidence
expect-type ^1.2.0 -> ^1.2.2 age confidence
fs-fixture ^2.7.1 -> ^2.8.1 age confidence
http-cache-semantics ^4.1.1 -> ^4.2.0 age confidence
import-meta-resolve ^4.1.0 -> ^4.2.0 age confidence
linkedom ^0.18.9 -> ^0.18.12 age confidence
lit (source) ^3.2.1 -> ^3.3.1 age confidence
magic-string ^0.30.17 -> ^0.30.18 age confidence
node-mocks-http ^1.16.2 -> ^1.17.2 age confidence
package-manager-detector ^1.1.0 -> ^1.3.0 age confidence
picomatch ^4.0.2 -> ^4.0.3 age confidence
postcss (source) ^8.5.3 -> ^8.5.6 age confidence
postcss-preset-env (source) ^10.1.5 -> ^10.3.1 age confidence
preact (source) ^10.26.4 -> ^10.27.1 age confidence
react (source) ^19.1.0 -> ^19.1.1 age confidence
react (source) 19.0.0 -> 19.1.1 age confidence
react-dom (source) ^19.1.0 -> ^19.1.1 age confidence
react-dom (source) 19.0.0 -> 19.1.1 age confidence
remark-rehype ^11.1.1 -> ^11.1.2 age confidence
rollup (source) ^4.37.0 -> ^4.50.0 age confidence
sass ^1.86.0 -> ^1.91.0 age confidence
semver ^7.7.1 -> ^7.7.2 age confidence
shiki (source) ^3.2.1 -> ^3.12.0 age confidence
smol-toml ^1.3.4 -> ^1.4.2 age confidence
solid-js (source) ^1.9.5 -> ^1.9.9 age confidence
source-map ^0.7.4 -> ^0.7.6 age confidence
svelte (source) ^5.25.3 -> ^5.38.6 age confidence
tailwindcss (source) ^4.0.17 -> ^4.1.12 age confidence
tinyglobby ^0.2.12 -> ^0.2.14 age confidence
tsconfck (source) ^3.1.5 -> ^3.1.6 age confidence
typescript (source) ^5.8.3 -> ^5.9.2 age confidence
typescript (source) ^5.8.2 -> ^5.9.2 age confidence
unifont ~0.5.0 -> ~0.5.2 age confidence
unstorage (source) ^1.15.0 -> ^1.17.0 age confidence
vite (source) ^6.3.4 -> ^6.3.5 age confidence
vitefu ^1.0.6 -> ^1.1.1 age confidence
vitest (source) ^3.0.9 -> ^3.2.4 age confidence
vue (source) ^3.5.13 -> ^3.5.20 age confidence
yocto-spinner ^0.2.1 -> ^0.2.3 age confidence
zod (source) ^3.24.4 -> ^3.25.76 age confidence
zod-to-json-schema ^3.24.5 -> ^3.24.6 age confidence

Release Notes

fontsource/font-files (@​fontsource/monofett)

v5.2.6

Compare Source

fontsource/font-files (@​fontsource/montserrat)

v5.2.6

Compare Source

mdx-js/mdx (@​mdx-js/mdx)

v3.1.1

Compare Source

Fix
Types
  • 933ab44 @mdx-js/mdx: add attributes to export/import declarations
Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

microsoft/playwright (@​playwright/test)

v1.55.0

Compare Source

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
    
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
    
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source

v1.53.1

Compare Source

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });
    

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
    
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

v1.52.0

Compare Source

preactjs/signals (@​preact/signals)

v2.3.1

Patch Changes

v2.3.0

Minor Changes
Patch Changes

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
Patch Changes

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes

v2.0.5

Compare Source

Patch Changes
  • #​677 b990e7e Thanks @​JoviDeCroock! - We reduce the raf timeout to be just above a timeout that is associated with a 30hz refresh rate. This ensures that for hidden frames the timeout drift can't be too large, the drift being too high could lead to unexpected situations.

  • #​679 f51eef4 Thanks @​WeirdConstructor! - Fix accessing signals from Preact Class Component constructor.

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes
cheeriojs/cheerio (cheerio)

v1.1.2

Compare Source

What's Changed

Full Changelog: cheeriojs/cheerio@v1.1.1...v1.1.2

v1.1.1

Compare Source


v1.1.0

Compare Source

What's Changed
Doc Improvements
New Contributors

Full Changelog: cheeriojs/cheerio@v1.0.0...v1.1.0

wooorm/import-meta-resolve (import-meta-resolve)

v4.2.0

Compare Source

Types
Fix

resolve/pull/32

Full Changelog: wooorm/import-meta-resolve@4.1.0...4.2.0

csstools/postcss-plugins (postcss-preset-env)

v10.3.1

Compare Source

August 27, 2025

facebook/react (react)

v19.1.1

Compare Source

v19.1.0

Compare Source

facebook/react (react-dom)

v19.1.1

Compare Source

v19.1.0

Compare Source

rollup/rollup (rollup)

v4.50.0

Compare Source

2025-08-31

Features
  • Support openharmony-arm64 platform (#​6081)
Bug Fixes
  • Fix loading of extensionless imports in config files (#​6084)
Pull Requests

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests
shikijs/shiki (shiki)

v3.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
sveltejs/svelte (svelte)

v5.38.6

Compare Source

Patch Changes
  • fix: don't fail on flushSync while flushing effects (#​16674)

v5.38.5

Compare Source

Patch Changes
  • fix: ensure async deriveds always get dependencies from thennable (#​16672)
microsoft/TypeScript (typescript)

v5.9.2

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 Pull requests that update a dependency file label May 5, 2025
@changeset-bot
Copy link

changeset-bot bot commented May 5, 2025

⚠️ No Changeset found

Latest commit: 7426424

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

@github-actions github-actions bot added pkg: integration Related to any renderer integration (scope) pkg: astro Related to the core `astro` package (scope) labels May 5, 2025
@renovate renovate bot force-pushed the renovate/astro-dependencies branch 11 times, most recently from 3e8b96a to 61fe55d Compare May 11, 2025 02:06
@renovate renovate bot force-pushed the renovate/astro-dependencies branch 13 times, most recently from bbe22ea to 5e84f78 Compare May 18, 2025 05:56
@renovate renovate bot force-pushed the renovate/astro-dependencies branch 2 times, most recently from 918cb13 to 6a86188 Compare May 20, 2025 04:03
@florian-lefebvre
Copy link
Member

florian-lefebvre commented Sep 1, 2025

I'm honestly not sure, I think it's caused by the update of @types/node

@github-actions github-actions bot added pkg: vue Related to Vue (scope) pkg: react Related to React (scope) labels Sep 2, 2025
@github-actions github-actions bot removed pkg: vue Related to Vue (scope) pkg: react Related to React (scope) labels Sep 2, 2025
@florian-lefebvre florian-lefebvre marked this pull request as draft September 2, 2025 17:26
@github-actions github-actions bot removed the pkg: integration Related to any renderer integration (scope) label Sep 3, 2025
@florian-lefebvre florian-lefebvre marked this pull request as ready for review September 3, 2025 09:36
@florian-lefebvre florian-lefebvre merged commit d63f6bb into main Sep 3, 2025
20 checks passed
@florian-lefebvre florian-lefebvre deleted the renovate/astro-dependencies branch September 3, 2025 09:42
@adamchal
Copy link
Contributor

@florian-lefebvre + @ascorbic the changes in this commit are breaking the non-node runtimes like @astrojs/cloudflare. If the intention was to simply fix types, can we do some as ArrayBuffer or something similar instead of the node runtime Buffer.from(…)?

@florian-lefebvre
Copy link
Member

I'll send a PR to fix that, thank you!

openscript pushed a commit to openscript/astro that referenced this pull request Sep 12, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pkg: astro Related to the core `astro` package (scope)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants