Skip to content

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

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 Aug 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) ^9.30.1 -> ^9.32.0 age confidence
@playwright/test (source) ^1.53.2 -> ^1.54.2 age confidence
@quasar/app-vite (source) ^2.2.1 -> ^2.3.0 age confidence
@types/node (source) ^22.16.0 -> ^22.17.0 age confidence
@typescript-eslint/utils (source) ^8.35.1 -> ^8.39.0 age confidence
chromedriver ^138.0.1 -> ^138.0.5 age confidence
cypress (source) ^14.5.1 -> ^14.5.3 age confidence
eslint (source) ^9.30.1 -> ^9.32.0 age confidence
eslint-plugin-playwright ^2.2.0 -> ^2.2.2 age confidence
eslint-plugin-vue (source) ~10.2.0 -> ~10.4.0 age confidence
pkgroll ^2.13.1 -> ^2.15.1 age confidence
quasar (source) ^2.18.1 -> ^2.18.2 age confidence
start-server-and-test ^2.0.12 -> ^2.0.13 age confidence
typescript-eslint (source) ^8.35.1 -> ^8.39.0 age confidence
vue (source) ^3.5.17 -> ^3.5.18 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.32.0

Compare Source

v9.31.0

Compare Source

microsoft/playwright (@​playwright/test)

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
quasarframework/quasar (@​quasar/app-vite)

v2.3.0

Compare Source

New

  • feat(app-vite): allow manual creation of ssr dev https server (#​18050)

Changes

  • fix(app-vite): Electron build fails with pnpm as package manager #​18007

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

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

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.38.0

Compare Source

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

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

v8.37.0

Compare Source

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

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

v8.36.0

Compare Source

🚀 Features
  • typescript-eslint: support basePath in tseslint.config() (#​11357)
❤️ Thank You

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

giggio/node-chromedriver (chromedriver)

v138.0.5

Compare Source

v138.0.4

Compare Source

v138.0.3

Compare Source

v138.0.2

Compare Source

cypress-io/cypress (cypress)

v14.5.3

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-5-3

v14.5.2

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-5-2

eslint/eslint (eslint)

v9.32.0

Compare Source

v9.31.0

Compare Source

playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)

v2.2.2

Compare Source

Bug Fixes
  • prefer-web-first-assertions: Fix false positive (#​384) (38a559e)
  • valid-test-tags: disallow extra properties in rule options and add to recommended (#​381) (4762bbd)

v2.2.1

Compare Source

Features
  • Support addInitScript in no-unsafe-references
  • Add toContainClass method
  • Add valid-test-tags rule
  • Add no-wait-for-navigation rule
Bug Fixes
  • clean published package.json (#​371) (b8401e5), closes #​360
  • no-conditional-in-test does not trigger for conditionals in test metadata (fixes #​363) (#​372) (12b0832)
  • Remove no-slowed-test from recommended list (#​348) (6baec3a)
  • Support non-awaited expressions in prefer-web-first-assertions
  • Allow valid locators declared as variables
  • Fix false positive when using allowConditional
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.4.0

Compare Source

Minor Changes
Patch Changes
  • Resolved TypeScript compatibility issues introduced by eslint-typegen (#​2790)

  • Fixed inconsistent quotes in vue/block-lang error messages (#​2805)

v10.3.0

Compare Source

Minor Changes
Patch Changes
privatenumber/pkgroll (pkgroll)

v2.15.1

Compare Source

Bug Fixes
  • dts: share type chunks across multiple src:dist pairs (f259ece)

v2.15.0

Compare Source

Bug Fixes
  • dont inject createRequire on property "require" (61da02b)
Features

v2.14.5

Compare Source

Bug Fixes
  • track sync imports before filtering output (d312b0a)

v2.14.4

Compare Source

Bug Fixes
  • remove unnecessary chunks (5726d14)

v2.14.3

Compare Source

Bug Fixes
  • binary: ensure file is built before chmod (9278e74)

v2.14.2

Compare Source

Bug Fixes
  • binary: race condition resolving list of binaries too early (bab3e5c)

v2.14.1

Compare Source

Bug Fixes

v2.14.0

Compare Source

Bug Fixes
  • dts: account for duplicate input file names (ccfeb83)
Features
  • cleaner watch mode timestamp (570fcf2)
  • srcdist flag for multiple src and dist directories (affa309)
bahmutov/start-server-and-test (start-server-and-test)

v2.0.13

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • typescript-eslint: error on nested extends in tseslint.config() (#​11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#​11412)
❤️ Thank You

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

v8.37.0

Compare Source

🚀 Features
  • typescript-estree: infer tsconfigRootDir from call stack (#​11370)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.36.0

Compare Source

🚀 Features
  • typescript-eslint: support basePath in tseslint.config() (#​11357)
❤️ Thank You

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

vuejs/core (vue)

v3.5.18

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e39b85d to 1eb045b Compare August 4, 2025 21:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1eb045b to fa6f491 Compare August 5, 2025 13:42
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