Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@actions/github (source) 6.0.0 -> 6.0.1 age confidence
@commitlint/cli (source) 19.6.1 -> 19.8.1 age confidence
@commitlint/config-conventional (source) 19.6.0 -> 19.8.1 age confidence
@commitlint/config-lerna-scopes (source) 19.7.0 -> 19.8.1 age confidence
@playwright/test (source) 1.53.1 -> 1.56.0 age confidence
@vitest/coverage-v8 (source) 3.0.6 -> 3.2.4 age confidence
@vscode/test-electron 2.4.1 -> 2.5.2 age confidence
eslint-config-prettier 10.0.1 -> 10.1.8 age confidence
eslint-plugin-prettier 5.2.1 -> 5.5.4 age confidence
lint-staged 15.3.0 -> 15.5.2 age confidence
openapi-typescript (source) 7.8.0 -> 7.10.0 age confidence
ovsx (source) 0.10.1 -> 0.10.6 age confidence
pkg-types 2.2.0 -> 2.3.0 age confidence
prettier (source) 3.4.2 -> 3.6.2 age confidence
semver 7.6.3 -> 7.7.3 age confidence
typescript (source) 5.7.3 -> 5.9.3 age confidence
vitest (source) 3.0.6 -> 3.2.4 age confidence

Release Notes

actions/toolkit (@​actions/github)

v6.0.1

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/config-lerna-scopes)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-lerna-scopes

microsoft/playwright (@​playwright/test)

v1.56.0

Compare Source

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.55.0

Compare Source

v1.54.2

Compare 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

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

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.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.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.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

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

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🐞 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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) February 19, 2025 12:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 915e637 to cd4ab73 Compare February 26, 2025 14:07
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 9 times, most recently from e75f65c to fde472f Compare March 7, 2025 15:49
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 9601db8 to 78be05e Compare March 17, 2025 13:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 8fdc365 to b15bcac Compare March 25, 2025 11:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 3fa978d to 7c7a1d0 Compare April 5, 2025 02:45
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 2efc540 to 04153b1 Compare April 10, 2025 10:51
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from a81cb09 to 33925c3 Compare July 11, 2025 19:08
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 6b1027a to 21b8ba9 Compare July 24, 2025 11:27
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 7a54f9f to 0836a7e Compare August 6, 2025 19:19
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 222f42d to e2cd369 Compare August 13, 2025 13:05
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 8685296 to 7d51611 Compare August 20, 2025 12:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 7d51611 to 57e669a Compare August 31, 2025 10:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from b748a8a to dcbd6c7 Compare September 30, 2025 10:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from d601a07 to 587f932 Compare October 6, 2025 15:29
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 587f932 to d37e67e Compare October 8, 2025 04:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d37e67e to 6e13221 Compare October 14, 2025 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants