Skip to content

chore(deps): update all non-major dependencies #74

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2025

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) ^2.29.4 -> ^2.29.5 age confidence
@playwright/test (source) ^1.53.0 -> ^1.54.1 age confidence
@types/node (source) ^22.15.31 -> ^22.16.3 age confidence
@typescript-eslint/eslint-plugin (source) ^8.34.0 -> ^8.36.0 age confidence
@vitest/eslint-plugin ^1.2.2 -> ^1.3.4 age confidence
@vue/eslint-config-typescript ^14.5.0 -> ^14.6.0 age confidence
eslint (source) ^9.28.0 -> ^9.31.0 age confidence
eslint-import-resolver-typescript ^4.4.3 -> ^4.4.4 age confidence
eslint-plugin-import-x ^4.15.2 -> ^4.16.1 age confidence
eslint-plugin-n ^17.19.0 -> ^17.21.0 age confidence
eslint-plugin-vue (source) ^10.2.0 -> ^10.3.0 age confidence
globals ^16.2.0 -> ^16.3.0 age confidence
vitest (source) ^3.2.3 -> ^3.2.4 age confidence
vue (source) ^3.5.16 -> ^3.5.17 age confidence
vue-tsc (source) ^2.2.10 -> ^2.2.12 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.5

Compare Source

Patch Changes
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.

    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

v1.53.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.36.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.34.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0: v1.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0

v1.2.7

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.6.0

Compare Source

New Features

Full Changelog: vuejs/eslint-config-typescript@v14.5.1...v14.6.0

v14.5.1

Compare Source

Notable Changes

Full Changelog: vuejs/eslint-config-typescript@v14.5.0...v14.5.1

eslint/eslint (eslint)

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v4.4.4

Compare Source

Patch Changes
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.16.1

Compare Source

Patch Changes

v4.16.0

Compare Source

Minor Changes
Patch Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.21.0

Compare Source

🌟 Features
🩹 Fixes
  • correctly handle version ranges in prefer-node-protocol (#​454) (d60439d)
🧹 Chores

v17.20.0

Compare Source

🌟 Features
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.3.0

Compare Source

Minor Changes
Patch Changes
sindresorhus/globals (globals)

v16.3.0

Compare Source


vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.17

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v2.2.12

Compare Source


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.


  • 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 dependencies Pull requests that update a dependency file label Jun 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d7273fb to ce311ca Compare June 20, 2025 07:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from cd5a640 to 96fbb5c Compare June 30, 2025 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 49452b5 to 68f507c Compare July 7, 2025 19:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 251ca8c to 58e2cfc Compare July 11, 2025 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58e2cfc to 335c82f Compare July 11, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants