Skip to content

Lock file maintenance dependencies - #52

Merged
stefanseifert merged 1 commit into
developfrom
renovate/dependencies
Feb 8, 2026
Merged

Lock file maintenance dependencies#52
stefanseifert merged 1 commit into
developfrom
renovate/dependencies

Conversation

@renovate

@renovate renovate Bot commented Feb 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@brdgm/brdgm-commons dependencies patch 1.8.11.8.2 age confidence
@playwright/test (source) devDependencies minor 1.57.01.58.1 1.58.2 age confidence
@tsconfig/node24 (source) devDependencies patch 24.0.324.0.4 age confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.52.08.54.0 age confidence
@typescript-eslint/parser (source) devDependencies minor 8.52.08.54.0 age confidence
@vitejs/plugin-vue (source) devDependencies patch 6.0.36.0.4 age confidence
@vitest/coverage-istanbul (source) devDependencies patch 4.0.164.0.18 age confidence
core-js (source) dependencies minor 3.47.03.48.0 age confidence
eslint-plugin-playwright devDependencies minor 2.4.12.5.1 age confidence
eslint-plugin-vue (source) devDependencies minor 10.6.210.7.0 age confidence
jsdom devDependencies major ^27.0.0^28.0.0 age confidence
lodash (source) dependencies patch 4.17.214.17.23 age confidence
mcr.microsoft.com/playwright container minor v1.57.0-noblev1.58.2-noble age confidence
vitest (source) devDependencies patch 4.0.164.0.18 age confidence
vue (source) dependencies patch 3.5.263.5.27 age confidence
vue-router (source) dependencies major ^4.5.0^5.0.0 age confidence

Release Notes

brdgm/brdgm-commons (@​brdgm/brdgm-commons)

v1.8.2

Compare Source

What’s Changed

  • Update dependencies
microsoft/playwright (@​playwright/test)

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

tsconfig/bases (@​tsconfig/node24)

v24.0.4

Compare Source

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

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

v8.54.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.53.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.

v8.53.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.

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

v6.0.4

Bug Fixes
Miscellaneous Chores
vitest-dev/vitest (@​vitest/coverage-istanbul)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.17

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
zloirock/core-js (core-js)

v3.48.0

Compare Source

  • Changes v3.47.0...v3.48.0 (126 commits)
  • Map upsert proposal:
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
    • Moved to stable ES, January 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
  • Use CreateDataProperty / CreateDataPropertyOrThrow in some missed cases, #​1497
  • Minor fix / optimization in the RegExp constructor (NCG and dotAll) polyfill
  • Added some more workarounds for a Safari < 13 bug with silent ignore of non-writable array .length
  • Added detection of a Webkit bug: Iterator.prototype.flatMap throws on iterator without return method
  • Added detection of a V8 ~ Chromium < 144 bug: Uint8Array.prototype.setFromHex throws an error on length-tracking views over ResizableArrayBuffer
  • Compat data improvements:
mskelton/eslint-plugin-playwright (eslint-plugin-playwright)

v2.5.1

Compare Source

Bug Fixes
  • no-conditional-in-test: Fix false positive for || (611657c)

v2.5.0

Compare Source

Bug Fixes
Features
  • Add enforce-consistent-spacing-between-blocks rule (#​411) (a9b78d5)
  • Add no-restricted-locators rule (a65200b), closes #​407
  • prefer-web-first-assertions: Support allInnerTexts() and allTextContents() (36917a8), closes #​362
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.7.0

Compare Source

Minor Changes
Patch Changes
  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#​2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#​2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#​2986)
jsdom/jsdom (jsdom)

v28.0.0

Compare Source

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.
lodash/lodash (lodash)

v4.17.23

Compare Source

vuejs/core (vue)

v3.5.27

Compare Source

Bug Fixes
vuejs/router (vue-router)

v5.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v5.0.0

Compare Source

Vue Router 5 is a boring release, it merges unplugin-vue-router into the core package with no breaking changes. The only exception is that the iife build no longer includes @vue/devtools-api because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in this issue. See the migration guide for instructions on how to upgrade from unplugin-vue-router to Vue Router 5.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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 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 label Feb 1, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies branch 6 times, most recently from 4591421 to a231de8 Compare February 6, 2026 17:54
@renovate
renovate Bot force-pushed the renovate/dependencies branch from a231de8 to 57692f8 Compare February 8, 2026 10:08
@sonarqubecloud

sonarqubecloud Bot commented Feb 8, 2026

Copy link
Copy Markdown

@stefanseifert
stefanseifert merged commit 9dd5454 into develop Feb 8, 2026
4 of 5 checks passed
@stefanseifert
stefanseifert deleted the renovate/dependencies branch February 8, 2026 10:26
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.

1 participant