-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix(deps): update astro dependencies #13749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
3e8b96a to
61fe55d
Compare
bbe22ea to
5e84f78
Compare
918cb13 to
6a86188
Compare
|
I'm honestly not sure, I think it's caused by the update of |
This reverts commit 22048af.
|
@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 |
|
I'll send a PR to fix that, thank you! |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This PR contains the following updates:
5.2.5->5.2.65.2.5->5.2.6^3.1.0->^3.1.1^1.51.1->^1.55.02.0.2->2.3.1^5.1.4->^5.2.0^4.0.17->^4.1.12^1.0.7->^1.0.8^18.3.20->^18.3.24^18.3.5->^18.3.7^8.14.1->^8.15.01.0.0->1.1.2^4.2.0->^4.3.0^4.4.0->^4.4.1^1.6.0->^1.7.0^1.2.0->^1.2.2^2.7.1->^2.8.1^4.1.1->^4.2.0^4.1.0->^4.2.0^0.18.9->^0.18.12^3.2.1->^3.3.1^0.30.17->^0.30.18^1.16.2->^1.17.2^1.1.0->^1.3.0^4.0.2->^4.0.3^8.5.3->^8.5.6^10.1.5->^10.3.1^10.26.4->^10.27.1^19.1.0->^19.1.119.0.0->19.1.1^19.1.0->^19.1.119.0.0->19.1.1^11.1.1->^11.1.2^4.37.0->^4.50.0^1.86.0->^1.91.0^7.7.1->^7.7.2^3.2.1->^3.12.0^1.3.4->^1.4.2^1.9.5->^1.9.9^0.7.4->^0.7.6^5.25.3->^5.38.6^4.0.17->^4.1.12^0.2.12->^0.2.14^3.1.5->^3.1.6^5.8.3->^5.9.2^5.8.2->^5.9.2~0.5.0->~0.5.2^1.15.0->^1.17.0^6.3.4->^6.3.5^1.0.6->^1.1.1^3.0.9->^3.2.4^3.5.13->^3.5.20^0.2.1->^0.2.3^3.24.4->^3.25.76^3.24.5->^3.24.6Release Notes
fontsource/font-files (@fontsource/monofett)
v5.2.6Compare Source
fontsource/font-files (@fontsource/montserrat)
v5.2.6Compare Source
mdx-js/mdx (@mdx-js/mdx)
v3.1.1Compare Source
Fix
3cad7d7@mdx-js/mdx: add dependency onacorn0dc4472@mdx-js/esbuild: fix crash with esbuild loader andjsxoptionby @egnor in #2593
84ec66e@mdx-js/esbuild: refactor to improve error conversion in esbuildby @egnor in #2595
2b3381a@mdx-js/rollup: fix support for query parameters in Viteby @markdalgleish in #2629
Types
933ab44@mdx-js/mdx: addattributesto export/import declarationsDocs
c156a1fAddrehype-mdx-tocto list of pluginby @boning-w in #2622
913659cAddrecma-module-to-functionto list of pluginsby @remcohaszing in #2605
67fb1d0Remove unneeded JSX type casting in docs, testsf0d20daRemove local use ofJSXby @remcohaszing in #2604
63f39ceRemove references to twitter35ac59dRefactor some docs regarding recma pluginsFull Changelog: mdx-js/mdx@3.1.0...3.1.1
microsoft/playwright (@playwright/test)
v1.55.0Compare Source
v1.54.2Compare 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
This version was also tested against the following stable channels:
v1.54.1Compare Source
v1.54.0Compare Source
Highlights
New cookie property
partitionKeyin 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
noSnippetsto disable code snippets in the html report.New property
locationin test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skiportest.fixmewas added.Command Line
New option
--user-data-dirin multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.Option
-gvhas been removed from thenpx playwright testcommand. Use--grep-invertinstead.npx playwright opendoes not open the test recorder anymore. Usenpx playwright codegeninstead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
v1.53.2Compare Source
v1.53.1Compare Source
v1.53.0Compare Source
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'reporter to set the title of a specific test run:Miscellaneous
New option
kindin testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
npx playwright install --listwill now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
v1.52.0Compare Source
preactjs/signals (@preact/signals)
v2.3.1Patch Changes
b178480Thanks @rschristian! - Correct semver range to support beta releases of Preact v11v2.3.0Minor Changes
#727
8fe8decThanks @JoviDeCroock! - Call into component tracking of the chrome extension#681
6cc7005Thanks @JoviDeCroock! - Allow for naming your singals/computeds/effectsPatch Changes
#728
0fd9503Thanks @marvinhagemeister! - Fix prefresh HMR not working withuseSignal.#729
b45c2b6Thanks @rschristian! - Expand semver range to support the upcoming v11 beta releaseUpdated dependencies [
6cc7005]:v2.2.1Compare Source
Patch Changes
#701
01f406cThanks @calebeby! - Narrow types for Show utility, the callback is truthy by designUpdated dependencies [
4045d2d]:v2.2.0Compare Source
Minor Changes
62bed44Thanks @JoviDeCroock! - Add an option to specify a watched/unwatched callback to a signalPatch Changes
587e702,62bed44]:v2.1.1Compare Source
Patch Changes
a34eab2Thanks @JoviDeCroock! - Ensure we build the thingv2.1.0Compare Source
Minor Changes
4b585a5Thanks @JoviDeCroock! - Provide@preact/signals/utilspackage with some helpers to make working with signals easier in Preactv2.0.5Compare Source
Patch Changes
#677
b990e7eThanks @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
f51eef4Thanks @WeirdConstructor! - Fix accessing signals from Preact Class Component constructor.v2.0.4Compare Source
Patch Changes
36fcb2eThanks @JoviDeCroock! - Correctly set peerDep of signalsv2.0.3Compare Source
Patch Changes
f72e769Thanks @JoviDeCroock! - Fix array signals when used as jsxcheeriojs/cheerio (cheerio)
v1.1.2Compare Source
What's Changed
Full Changelog: cheeriojs/cheerio@v1.1.1...v1.1.2
v1.1.1Compare Source
91a2b3dv1.1.0Compare Source
What's Changed
.propon document nodes by @fb55 in #4320browsertopackage.jsonroot by @UNIDY2002 in #4033Doc Improvements
.htmlwith.propfor outerHTML by @fb55 in #4321New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0...v1.1.0
wooorm/import-meta-resolve (import-meta-resolve)
v4.2.0Compare Source
Types
4598fbeAdd declaration mapsFix
2514cb5Fix defaultconditionsformoduleResolveby @JounQin in #32
resolve/pull/32
Full Changelog: wooorm/import-meta-resolve@4.1.0...4.2.0
csstools/postcss-plugins (postcss-preset-env)
v10.3.1Compare Source
August 27, 2025
css-has-pseudoto7.0.3(patch)facebook/react (react)
v19.1.1Compare Source
v19.1.0Compare Source
facebook/react (react-dom)
v19.1.1Compare Source
v19.1.0Compare Source
rollup/rollup (rollup)
v4.50.0Compare Source
2025-08-31
Features
Bug Fixes
Pull Requests
v4.49.0Compare Source
2025-08-27
Features
Pull Requests
cli/run/loadConfigFile.tsas last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz, @TrickyPi)shikijs/shiki (shiki)
v3.12.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
sveltejs/svelte (svelte)
v5.38.6Compare Source
Patch Changes
flushSyncwhile flushing effects (#16674)v5.38.5Compare Source
Patch Changes
microsoft/TypeScript (typescript)
v5.9.2Compare 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.
This PR was generated by Mend Renovate. View the repository job log.