Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ^1.49.1 -> ^1.52.0 age adoption passing confidence
@sveltejs/adapter-cloudflare (source) ^5.0.0 -> ^5.1.0 age adoption passing confidence
@sveltejs/adapter-netlify (source) ^4.4.0 -> ^4.4.2 age adoption passing confidence
@sveltejs/adapter-node (source) ^5.2.11 -> ^5.2.12 age adoption passing confidence
@sveltejs/adapter-vercel (source) ^5.5.2 -> ^5.7.2 age adoption passing confidence
@sveltejs/package (source) ^2.3.7 -> ^2.3.11 age adoption passing confidence
@types/lodash (source) ^4.17.13 -> ^4.17.17 age adoption passing confidence
@types/luxon (source) ^3.4.2 -> ^3.6.2 age adoption passing confidence
@types/node (source) ^20.17.10 -> ^20.17.51 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.2 -> ^3.1.4 age adoption passing confidence
luxon ^3.5.0 -> ^3.6.1 age adoption passing confidence
npm-check-updates ^17.1.13 -> ^17.1.18 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.3 age adoption passing confidence
prettier-plugin-svelte ^3.3.2 -> ^3.4.0 age adoption passing confidence
publint (source) ^0.2.12 -> ^0.3.12 age adoption passing confidence
svelte (source) ^5.16.0 -> ^5.33.4 age adoption passing confidence
svelte-check ^4.1.1 -> ^4.2.1 age adoption passing confidence
typescript (source) ^5.7.2 -> ^5.8.3 age adoption passing confidence
vite (source) ^6.0.7 -> ^6.3.5 age adoption passing confidence
vitest (source) ^3.0.2 -> ^3.1.4 age adoption passing confidence
wrangler (source) 3.114.4 -> 3.114.9 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.52.0

Compare Source

v1.51.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning: 2149630.634 does not fit into a 32-bit signed integer
https://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133

v1.51.0

Compare Source

v1.50.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/34483 - [Feature]: single aria snapshot for different engines/browsershttps://github.com/microsoft/playwright/issues/344977 - [Bug]: Firefox not handling keepalive: true fetch requesthttps://github.com/microsoft/playwright/issues/3450404 - [Bug]: update snapshots not creating good difhttps://github.com/microsoft/playwright/issues/34507507 - [Bug]: snapshotPathTemplate doesnt work when multiple projehttps://github.com/microsoft/playwright/issues/344624462 - [Bug]: updateSnapshots "changed" throws an error

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

  • New option pathTemplate for toHaveScreenshot and toMatchAriaSnapshot assertions in the testConfig.expect configuration.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132
sveltejs/kit (@​sveltejs/adapter-cloudflare)

v5.1.0

Compare Source

Minor Changes
Patch Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-netlify)

v4.4.2

Compare Source

Patch Changes

v4.4.1

Compare Source

Patch Changes
  • fix: avoid unnecessary Netlify edge function invocations for static files, which resolves a conflict between Netlify Edge Functions and Netlify Identity (#​12052)
sveltejs/kit (@​sveltejs/adapter-node)

v5.2.12

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-vercel)

v5.7.2

Compare Source

Patch Changes
  • chore(deps): upgrade to esbuild 0.25.4 (#​13770)

v5.7.1

Compare Source

Patch Changes

v5.7.0

Compare Source

Minor Changes
  • feat: create symlink functions for each route, for better observability (#​13679)
Patch Changes

v5.6.3

Compare Source

Patch Changes

v5.6.2

Compare Source

Patch Changes

v5.6.1

Compare Source

Patch Changes
  • fix: correct edge function path for route resolution endpoint (#​13409)

v5.6.0

Compare Source

Minor Changes
  • feat: generate edge function dedicated to server side route resolution when using that option in SvelteKit (#​13379)
Patch Changes

v5.5.3

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/package)

v2.3.11

Compare Source

Patch Changes
  • fix: handle missing package.json gracefully (#​13691)

v2.3.10

Compare Source

Patch Changes
  • chore: update to chokidar 4.0.3 (#​13381)

v2.3.9

Compare Source

Patch Changes
  • chore: bump svelte2tsx dependency for more up-to-date d.ts output (#​8843)

  • fix: adjust declaration map paths (#​8843)

v2.3.8

Compare Source

Patch Changes
  • fix: resolve aliases more robustly (#​13351)
vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.4

Compare Source

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Tokyo, Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate label Apr 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from d577e6a to 7c29d31 Compare April 21, 2025 09:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8c15f3e to 234f060 Compare April 28, 2025 13:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from f218a1d to 89e2224 Compare May 6, 2025 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1341eed to 74bd93b Compare May 14, 2025 19:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9764ab8 to 47bae64 Compare May 20, 2025 23:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 83de77b to b6db816 Compare May 27, 2025 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6db816 to eb9a908 Compare May 28, 2025 09:56
@renovate renovate bot merged commit 203f002 into main May 28, 2025
14 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 28, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant