fix(deps): update astro dependencies #13749
Open
+1,483
−1,406
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:
5.2.5
->5.2.6
5.2.5
->5.2.6
^1.51.1
->^1.54.1
2.0.2
->2.2.1
^5.1.4
->^5.2.0
^4.0.17
->^4.1.11
^1.0.7
->^1.0.8
^18.3.20
->^18.3.23
^18.3.5
->^18.3.7
^8.14.1
->^8.15.0
1.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
^0.18.9
->^0.18.11
^3.2.1
->^3.3.1
^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.2.4
^10.26.4
->^10.26.9
19.0.0
->19.1.0
19.0.0
->19.1.0
^11.1.1
->^11.1.2
^4.37.0
->^4.45.3
^1.86.0
->^1.89.2
^7.7.1
->^7.7.2
^3.2.1
->^3.8.1
^1.3.4
->^1.4.1
^1.9.5
->^1.9.7
^0.7.4
->^0.7.6
^5.25.3
->^5.36.17
^4.0.17
->^4.1.11
^0.2.12
->^0.2.14
^3.1.5
->^3.1.6
^5.8.2
->^5.8.3
^7.5.0
->^7.12.0
~0.5.0
->~0.5.2
^1.15.0
->^1.16.1
^6.3.4
->^6.3.5
^1.0.6
->^1.1.1
^3.0.9
->^3.2.4
^3.5.13
->^3.5.18
^0.2.1
->^0.2.3
^3.24.4
->^3.25.76
^3.24.5
->^3.24.6
Release Notes
fontsource/font-files (@fontsource/monofett)
v5.2.6
Compare Source
fontsource/font-files (@fontsource/montserrat)
v5.2.6
Compare Source
microsoft/playwright (@playwright/test)
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.New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.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.Option
-gv
has been removed from thenpx playwright test
command. Use--grep-invert
instead.npx playwright open
does not open the test recorder anymore. Usenpx playwright codegen
instead.Miscellaneous
Browser Versions
This version was also tested against the following stable channels:
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 option in
'html'
reporter to set the title of a specific test run: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.
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
This version was also tested against the following stable channels:
v1.52.0
Compare Source
preactjs/signals (@preact/signals)
v2.2.1
Compare Source
Patch Changes
#701
01f406c
Thanks @calebeby! - Narrow types for Show utility, the callback is truthy by designUpdated dependencies [
4045d2d
]:v2.2.0
Compare Source
Minor Changes
62bed44
Thanks @JoviDeCroock! - Add an option to specify a watched/unwatched callback to a signalPatch Changes
587e702
,62bed44
]:v2.1.1
Compare Source
Patch Changes
a34eab2
Thanks @JoviDeCroock! - Ensure we build the thingv2.1.0
Compare Source
Minor Changes
4b585a5
Thanks @JoviDeCroock! - Provide@preact/signals/utils
package with some helpers to make working with signals easier in Preactv2.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
36fcb2e
Thanks @JoviDeCroock! - Correctly set peerDep of signalsv2.0.3
Compare Source
Patch Changes
f72e769
Thanks @JoviDeCroock! - Fix array signals when used as jsxrollup/plugins (@rollup/pluginutils)
v5.2.0
2025-06-17
Features
exactRegex
andprefixRegex
(#1865)tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.11
Compare Source
Fixed
emit(…)
(#18330)--watch=always
in the CLI's usage (#18337)@tailwindcss/vite
(#18384)v4.1.10
Compare Source
Fixed
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Compare Source
Fixed
/[0.16]
→/16
) (#18184)mb-[-32rem]
→-mb-128
) (#18212)blur
inwire:model.blur
(#18216)v4.1.8
Compare Source
Added
@apply
fails (#18059)Fixed
<style>
blocks (#18057, 18068)tailwindcss
in pnpm monorepos (#18065)order-none
toorder-0
(#18126)class:
attributes when extracting classes (#18093)-mt-[0px]
tomt-[0px]
instead of the other way around (#18154)\n
at the end of the file (#18155).pnpm-store
folders by default (can be overridden by@source …
rules) (#18163)toJSON()
(#18083)v4.1.7
Compare Source
Added
Fixed
_
before numbers during candidate extraction (#17961)@theme
and@utility
together (#17675)::before
and::after
pseudo selectors create valid CSS rules in production builds (#17979)-rotate-*
utilities properly negate arbitrary values (#18014):merge(…)
selectors in legacy JS plugins (#18020).
are properly extracted from 8000 Clojure files (#18038)@import … source(…)
(#17963)class
(#18025)v4.1.6
Compare Source
Added
h-[1lh]
toh-lh
) (#17831, #17854)@source
directives, discovered files and scanned files when usingDEBUG=*
(#17906, #17952)Fixed
scale
values generate negative values (#17831)@reference
(#17836)_
withbg-red-500/(--my_opacity)
(#17889).log
files for classes by default (#17906)@apply
rules (#17925)optionalDependencies
are skipped (#17929)v4.1.5
Compare Source
Added
@tailwindcss/upgrade
to upgrade between versions of v4.* (#17717)h-lh
/min-h-lh
/max-h-lh
utilities (#17790)display
,visibility
,content-visibility
,overlay
, andpointer-events
when usingtransition
to simplify@starting-style
usage (#17812)Fixed
.geojson
or.db
files for classes by default (#17700, #17711)_
with.
in theme suggestions for@utility
if surrounded by digits (#17733)color-mix(…)
when opacity is100%
(#17815)-
to variants starting with@
(#17814)Changed
.hg
,.svn
,.venv
,venv
,.yarn
,.next
,.turbo
,.parcel-cache
,__pycache__
, and.svelte-kit
folders by default (can be overridden by@source …
rules) (#17892)@source
rules that point inside.hg
,.svn
,.venv
,venv
,.yarn
,.next
,.turbo
,.parcel-cache
,__pycache__
, and.svelte-kit
folders no longer consider your.gitignore
rules (#17892)v4.1.4
Compare Source
Added
@tailwindcss/oxide-wasm32-wasi
target for running Tailwind in browser environments like StackBlitz (#17558)Fixed
color-mix(…)
polyfills do not cause used CSS variables to be removed (#17555)color-mix(…)
polyfills create fallbacks for theme variables that reference other theme variables (#17562){10..0..5}
and{0..10..-5}
(#17591)skew-*
utilities (#17627)shadow-inherit
,inset-shadow-inherit
,drop-shadow-inherit
, andtext-shadow-inherit
inherit the shadow color (#17647)fontSize
JS theme keys (#17630)fontSize
array tuple syntax to CSS theme variables (#17630)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
91a2b3d
v1.1.0
Compare Source
What's Changed
.prop
on document nodes by @fb55 in https://github.com/cheeriojs/cheerio/pull/4320browser
topackage.json
root by @UNIDY2002 in https://github.com/cheeriojs/cheerio/pull/4033Doc Improvements
.html
with.prop
for outerHTML by @fb55 in https://github.com/cheeriojs/cheerio/pull/4321New Contributors
Full Changelog: cheeriojs/cheerio@v1.0.0...v1.1.0
watson/ci-info (ci-info)
v4.3.0
Compare Source
guybedford/es-module-lexer (es-module-lexer)
v1.7.0
Compare Source
What's Changed
Full Changelog: guybedford/es-module-lexer@1.6.0...1.7.0
mmkal/expect-type (expect-type)
v1.2.2
Compare Source
7d6fa42
0c9d8c2
7ff4f4d
1149186
v1.2.1
Compare Source
0c5a05d
privatenumber/fs-fixture (fs-fixture)
v2.8.1
Compare Source
Bug Fixes
v2.8.0
Compare Source
Features
v2.7.2
Compare Source
Bug Fixes
cp
destination to be optional (#11) (918d201)kornelski/http-cache-semantics (http-cache-semantics)
v4.2.0
Compare Source
lit/lit (lit)
v3.3.1
Compare Source
Patch Changes
#4997
aea85e24
- Update README#4988
6792b7ef
Thanks @ADNolan! - Adjusted the comparison to use the name property of the _$resolve function and the resolveOverrideFn in private ssr support to prevent duplicated patching of the directive class.#4976
a126d8df
- Fix minor regression in property converters. fromAttribute may return either null or undefined.v3.3.0
Compare Source
Minor Changes
#4901
c9160405
Thanks @maxpatiiuk! - Dev mode warnings are now emitted on the next microtask after package import, allowing for a wider opportunity to suppress the warnings by consumers.#4934
4824c4ce
- Adds property option foruseDefault
. When set, the initial default value is not considered a change and does not reflect whenreflect
is set. In addition, when the attribute is removed, the default value is restored.Patch Changes
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.