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.33.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.1 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.4 age confidence
eslint (source) ^9.30.1 -> ^9.33.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.3 age confidence
pnpm (source) 9 -> 9.15.9 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.33.0

Compare Source

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(ui/composables): support for "emits" in Object form #​10773 #​10775
  • feat(VirtualScroll,QInfiniteScroll): restore scroll position when using keep-alive #​10240
  • feat(QLinearProgress/QCircularProgress): New prop -> animation-speed #​10464

Fixes

  • fix(QPopupProxy): default slot not rendered correctly in SSR mode after first show()/hide() #​10218
  • fix(QInfiniteScroll): loading slot after "done(true)" doesn't disappear #​11100
  • fix(QTable): correctly define onUpdate:pagination type so additional event attachment besides v-model to work
  • fix(ui): cover corner-case for Quasar portals with script setup #​9880
Possible small breaking change

We're sorry, we don't do this like ever in minor releases, but we cannot go around fixing #​10218 without it ("default slot not rendered correctly in SSR mode after first show()/hide()"), so it is an exceptional case:
QPopupProxy + QDate/QTime/QCarousel/QColor had "cover" prop applied by default when using menu; now you need to add it yourself (everything will still work if not added, it just won't have the "cover" behavior).

<q-popup-proxy>
  <q-time />
</q-popup-proxy>

<!-- now becomes -->

<q-popup-proxy cover>
  <q-time />
</q-popup-proxy>
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.4

Compare Source

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

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.33.0

Compare Source

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

v10.3.0

Compare Source

Minor Changes
Patch Changes
privatenumber/pkgroll (pkgroll)

v2.15.3

Compare Source

Bug Fixes
  • preserve cjs exports for node (39e0859)

v2.15.2

Compare Source

Bug Fixes

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)
pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes

  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes

  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.7: pnpm 9.15.7

Compare Source

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • Allow scope registry CLI option without --config. prefix such as --@&#8203;scope:registry=https://scope.example.com/npm #​9089.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit

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 7 times, most recently from 9145cee to 49154bf Compare August 8, 2025 04:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 871d21a to a6cbca1 Compare August 9, 2025 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6cbca1 to 4186e5a Compare August 10, 2025 15: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