New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".
New "copy" buttons for annotations and test location in the HTML report.
Route method calls like route.fulfill() are not shown in the report and trace viewer anymore. You can see which network requests were routed in the network tab instead.
New "Copy as cURL" and "Copy as fetch" buttons for requests in the network tab.
To install Sass 1.79.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Changes to how selector.unify() and @extend combine selectors:
The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.
Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to srgb-linear and display-p3.
Potentially breaking bug fix:math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.
Command-Line Interface
Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.
JS API
Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.
Embedded Sass
Properly pass missing color channel values to and from custom functions.
Changes to how selector.unify() and @extend combine selectors:
The relative order of pseudo-classes (like :hover) and pseudo-elements
(like ::before) within each original selector is now preserved when
they're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to srgb-linear and
display-p3.
Potentially breaking bug fix:math.unit() now wraps multiple denominator
units in parentheses. For example, px/(em*em) instead of px/em*em.
Command-Line Interface
Use @parcel/watcher to watch the filesystem when running from JavaScript and
not using --poll. This should mitigate more frequent failures users have
been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
Fix SassColor.interpolate() to allow an undefined options parameter, as
the types indicate.
Embedded Sass
Properly pass missing color channel values to and from custom functions.
Commits
7290399 Partially replace chokidar with @parcel/watcher (#2379)
bd0955ca5d322f83bd27e0b03fc55e3fa6b69759: fix(migration): handle null value when fetching migration name (#2746) (@sweatybridge)
v1.204.2
Changelog
Bug fixes
dd8ee93bdd0b57c8b1a23653d60a7fbd779aa6cb: fix(storage): update default storage version to 1.11.13 (#2743) (@sweatybridge)
Others
5c98d66fce46a28d3a2880e5fae90abfac9e0197: chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1 (#2739) (@dependabot[bot])
d5cb75f2e52315dbe07d50469a737527463fdfed: chore(deps): bump github.com/docker/cli from 27.2.1+incompatible to 27.3.1+incompatible (#2740) (@dependabot[bot])
6fb25bc0bf100272d136f90a0902d6fd14f4a3d1: chore(deps): bump github.com/docker/docker from 27.2.1+incompatible to 27.3.1+incompatible (#2741) (@dependabot[bot])
v1.204.1
Changelog
Bug fixes
fcd8ea08e905dcf7508713c4d324376efd464b3a: fix: update path separator for windows glob (#2735) (@sweatybridge)
v1.204.0
Changelog
Features
ce26abdb52b26a6c88cda6b47cad25801c44c421: feat: check project status at link time (#2730) (@avallete)
v1.203.1
Changelog
Bug fixes
52dfb4dbc907cf25231be3210cd70ee0526077b2: fix: bump edge-runtime to 1.58.12 (#2733) (@nyannyacha)
Others
e642265f0d1a27a776538c520cc80de91736b25d: chore(deps): bump bin-links from 4.0.4 to 5.0.0 (#2712) (@dependabot[bot])
v1.203.0
Changelog
Features
887b5bb921ee4df787ac4c6045d00360112b3470: feat: track seeded files in migration table (@sweatybridge)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the patch-minor group with 11 updates:
1.2.0
1.2.1
1.47.2
1.48.0
5.4.4
5.4.5
2.6.2
2.7.0
2.1.2
2.1.3
1.79.4
1.79.5
1.200.3
1.204.3
4.0.4
4.0.5
5.6.2
5.6.3
5.4.8
5.4.9
2.1.2
2.1.3
Updates
@iconify-json/ri
from 1.2.0 to 1.2.1Commits
Updates
@playwright/test
from 1.47.2 to 1.48.0Release notes
Sourced from
@playwright/test
's releases.Commits
0cdbb11
chore: mark v1.48.0 (#33009)ca368d4
cherry-pick(#32991): fix(routeWebSocket): do not show in the trace (#33004)c329c5c
cherry-pick(#33005): chore(driver): roll driver to recent Node.js LTS version97aaa12
cherry-pick(#32956): fix(fetch): listener leaks on Socket0c17732
cherry-pick(#32949): feat(chromium): roll to r1140530f043
cherry-pick(#32938): feat(firefox): roll to r14651054930
cherry-pick(#32924): docs: fix Java/.NET types for docs rollinge732f68
cherry-pick(#32906): feat(chromium): roll to r1139dfa0e8b
cherry-pick(#32905): chore: remove 'screenshot instead of snapshot' usages7155356
cherry-pick(#32880): chore: unflake 'should record'Updates
@sveltejs/adapter-vercel
from 5.4.4 to 5.4.5Release notes
Sourced from
@sveltejs/adapter-vercel
's releases.Changelog
Sourced from
@sveltejs/adapter-vercel
's changelog.Commits
25d4591
Version Packages (#12764)7fb1f5c
fix: updated@default
annotation for runtime (#12717)Updates
@sveltejs/kit
from 2.6.2 to 2.7.0Release notes
Sourced from
@sveltejs/kit
's releases.Changelog
Sourced from
@sveltejs/kit
's changelog.Commits
f3b638e
Version Packages (#12789)df48fc6
fix: handle relative assets paths in serverfetch
correctly (#12113)5780deb
fix: decode hash when clicking on same hash to correctly scroll on non ascii ...989949a
docs: add report uri directive to CSP example (#12788)8aa95b4
feat: update service worker when new version is detected (#12448)6f9aefd
fix: page response missing CSP and Link headers when return promise inload
...4c1e3c0
chore: add code comment explaining empty catch block (#12780)16568c2
Version Packages (#12777)571f731
fix: only preload link if the URL differs from current page (#12773)5f1de9f
chore: add test for #12763 (#12774)Updates
@vitest/coverage-v8
from 2.1.2 to 2.1.3Release notes
Sourced from
@vitest/coverage-v8
's releases.Commits
4c03a0d
chore: release v2.1.37155cee
refactor(coverage): move re-usable parts to base provider (#6665)Updates
sass
from 1.79.4 to 1.79.5Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
7290399
Partially replace chokidar with@parcel/watcher
(#2379)85b467b
Update LMS matrices (#2374)2c5f1e9
Use correct notation for multiple denominator units (#2375)d58e219
Addsass-parser
support for for the@supports
rule (#2378)5535d1f
Fix srgb to linear (#2372)5acae8a
Fix JS APIcolor.interpolate(color2)
without options (#2369)4890989
Add support for missing color channels to the protofier (#2366)67fecff
unifyComound() and unifyComplex() no longer move pseudo-classes across pseudo...Updates
supabase
from 1.200.3 to 1.204.3Release notes
Sourced from supabase's releases.
... (truncated)
Commits
bd0955c
fix(migration): handle null value when fetching migration name (#2746)dd8ee93
fix(storage): update default storage version to 1.11.13 (#2743)6fb25bc
chore(deps): bump github.com/docker/docker from 27.2.1+incompatible to 27.3.1...d5cb75f
chore(deps): bump github.com/docker/cli from 27.2.1+incompatible to 27.3.1+in...5c98d66
chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.1 (#2739)fcd8ea0
fix: update path separator for windows glob (#2735)ce26abd
feat: check project status at link time (#2730)52dfb4d
fix: bump edge-runtime to 1.58.12 (#2733)e642265
chore(deps): bump bin-links from 4.0.4 to 5.0.0 (#2712)c805fc6
chore: create seed table separatelyUpdates
svelte-check
from 4.0.4 to 4.0.5Release notes
Sourced from svelte-check's releases.
Commits
156bd7d
fix: correctly position quick fixes in instance and module (#2531)a167a93
feat: provide Svelte 5 component migration commandb12afd1
fix: include named exports in svelte 5 type (#2528)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)Updates
vite
from 5.4.8 to 5.4.9Changelog
Sourced from vite's changelog.
Commits
898d61f
release: v5.4.9508d9ab
fix: bump launch-editor-middleware to v2.9.1 (#18348)dc5434c
fix(deps): bump tsconfck (#18322)851b258
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation (#18252)96084d6
fix(data-uri): only match ids starting withdata:
(#18241)eae00b5
fix(css): fix lightningcss dep url resolution with custom root (#18125)c23558a
chore: update all url references of vitejs.dev to vite.dev (#18276)1864eb1
chore: update license copyright (#18278)ae44163
docs: update homepage (#18274)262a879
fix(ssr): (backport #18150) fix source map remapping with multiple sources (#...Updates
vitest
from 2.1.2 to 2.1.3Release notes
Sourced from vitest's releases.
Commits
4c03a0d
chore: release v2.1.370baaaa
fix(vitest): usefast-glob
instead oftinyglobby
in Vitest (#6688)19d64e2
fix(vitest): always inline setup files (#6689)47dde76
fix(vitest): show rollup error details as test error (#6686)7155cee
refactor(coverage): move re-usable parts to base provider (#6665)7a0de0a
perf: reuse full name in reported tasks, update generator types (#6666)8bef5d2
fix(browser): not.toBeInTheDocument works with locators API (#6634)9ece395
fix(vitest): fix\<empty line>
logs when interleavingconsole.log/error
(#...000459a
fix(vitest): deprecate old task types and node-reliant types (#6632)946d8bb
fix(vitest): don't hang with maxConcurrency 0 (#6627)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show