Skip to content

chore(deps): update npm packages #9

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update npm packages #9

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.15.3 -> ^22.15.32 age adoption passing confidence
playwright (source) ^1.52.0 -> ^1.53.1 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.8.3 age adoption passing confidence
vitest (source) ^3.1.2 -> ^3.2.4 age adoption passing confidence
vue-tsc (source) ^2.1.10 -> ^2.2.10 age adoption passing confidence

Release Notes

microsoft/playwright (playwright)

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
vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "on Monday" (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 changed the title chore(deps): update devdependency @types/node to ^20.14.5 chore(deps): update devdependency @types/node to ^20.14.6 Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.14.6 chore(deps): update devdependency @types/node to ^20.14.7 Jun 20, 2024
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.14.7 chore(deps): update devdependency @types/node to ^20.14.8 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from e1fd8cd to e69854b Compare June 22, 2024 17:01
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.14.8 chore(deps): update npm packages Jun 22, 2024
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 1d26c5c to 4eed2d2 Compare June 30, 2024 08:09
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from e9e3304 to 8d32f44 Compare July 5, 2024 19:44
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from b680795 to bfeec3d Compare July 16, 2024 20:22
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 50edcdb to a6c9663 Compare July 28, 2024 11:18
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 00abb31 to bc62e70 Compare August 16, 2024 19:08
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 45daf75 to d40cd95 Compare August 19, 2024 04:20
@renovate renovate bot changed the title chore(deps): update npm packages chore(deps): update npm packages - autoclosed Aug 27, 2024
@renovate renovate bot closed this Aug 27, 2024
@renovate renovate bot deleted the renovate/npm branch August 27, 2024 20:04
@renovate renovate bot changed the title chore(deps): update npm packages - autoclosed chore(deps): update npm packages Aug 28, 2024
@renovate renovate bot reopened this Aug 28, 2024
@renovate renovate bot restored the renovate/npm branch August 28, 2024 03:27
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from d7183b9 to d687f82 Compare May 6, 2025 09:34
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from fcb8c9c to 36dde94 Compare May 8, 2025 14:42
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from e0d1952 to 6dda666 Compare May 21, 2025 00:30
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from fda4a66 to 06089a0 Compare June 2, 2025 12:25
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from ef1e1d6 to 7ee4ee6 Compare June 10, 2025 20:41
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from dd0371d to 134b508 Compare June 18, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants