Skip to content

Lock file maintenance dependencies - #43

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/dependencies
Aug 1, 2025
Merged

Lock file maintenance dependencies#43
renovate[bot] merged 1 commit into
developfrom
renovate/dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@playwright/test (source) devDependencies minor 1.53.1 -> 1.54.1 age confidence
@types/lodash (source) devDependencies patch 4.17.19 -> 4.17.20 age confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.35.0 -> 8.38.0 age confidence
@typescript-eslint/parser (source) devDependencies minor 8.35.0 -> 8.38.0 age confidence
@vitejs/plugin-legacy (source) devDependencies minor 7.0.0 -> 7.1.0 age confidence
@vitejs/plugin-vue (source) devDependencies patch 6.0.0 -> 6.0.1 age confidence
@vitest/eslint-plugin devDependencies patch 1.3.3 -> 1.3.4 age confidence
@vue/eslint-config-typescript devDependencies minor 14.5.1 -> 14.6.0 age confidence
chai (source) devDependencies patch 5.2.0 -> 5.2.1 age confidence
core-js (source) dependencies minor 3.43.0 -> 3.44.0 age confidence
eslint (source) devDependencies minor 9.30.0 -> 9.32.0 age confidence
eslint-plugin-playwright devDependencies patch 2.2.0 -> 2.2.1 2.2.2 age confidence
eslint-plugin-vue (source) devDependencies minor 10.2.0 -> 10.3.0 10.4.0 age confidence
mcr.microsoft.com/playwright container minor v1.53.2-noble -> v1.54.1-noble age confidence
vite (source) devDependencies patch 7.0.0 -> 7.0.6 age confidence
vite-plugin-pwa devDependencies patch 1.0.1 -> 1.0.2 age confidence
vue (source) dependencies patch 3.5.17 -> 3.5.18 age confidence
vue-i18n (source) dependencies patch 11.1.7 -> 11.1.11 age confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

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

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

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.

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

v8.38.0

Compare Source

This was a version bump only for parser 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 parser 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

This was a version bump only for parser 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

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

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

vitejs/vite (@​vitejs/plugin-legacy)

v7.1.0

Features

v7.0.1

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.1

Bug Fixes
Performance Improvements
Miscellaneous Chores
Build System
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.3.4

Compare Source

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

chaijs/chai (chai)

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

zloirock/core-js (core-js)

v3.44.0

Compare Source

eslint/eslint (eslint)

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

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

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

Compare Source

Minor Changes
Patch Changes
vitejs/vite (vite)

v7.0.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.4

Compare Source

Bug Fixes
  • allow resolving bare specifiers to relative paths for entries (#​20379) (324669c)
Build System

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
Miscellaneous Chores
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v1.0.2

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (vue)

v3.5.18

Compare Source

Bug Fixes
intlify/vue-i18n (vue-i18n)

v11.1.11

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.10...v11.1.11

v11.1.10

Compare Source

🔒 Security Fixes
  • fix: DOM-based XSS via tag attributes for escape parameter, about details see GHSA-x8qp-wqqm-57ph

Full Changelog: intlify/vue-i18n@v11.1.9...v11.1.10

v11.1.9

Compare Source

Full Changelog: intlify/vue-i18n@v11.1.8...v11.1.9

v11.1.8

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.1.7...v11.1.8


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 label Aug 1, 2025
@sonarqubecloud

sonarqubecloud Bot commented Aug 1, 2025

Copy link
Copy Markdown

@renovate
renovate Bot merged commit f6a2a5f into develop Aug 1, 2025
5 checks passed
@renovate
renovate Bot deleted the renovate/dependencies branch August 1, 2025 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants