Skip to content

fix(deps): update all dependencies - #450

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Closed

fix(deps): update all dependencies#450
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config 9.1.09.2.0 age confidence
@vue/language-core (source) 3.3.73.3.9 age confidence
@vueuse/core (source) 14.3.014.4.0 age confidence
better-sqlite3 12.11.113.0.2 age confidence
bumpp 11.1.012.1.1 age confidence
npm-run-all2 9.0.29.0.3 age confidence
nuxt (source) 4.5.04.5.1 age confidence
playwright (source) 1.61.11.62.1 age confidence
vite (source) 8.1.58.2.0 age confidence
vue-component-type-helpers (source) 3.3.73.3.9 age confidence
vue-tsc (source) 3.3.73.3.9 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v9.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (@​vue/language-core)

v3.3.9

Compare Source

component-meta
language-core
language-service
  • fix: preserve trailing modifiers when completing in the middle of a directive (#​6133) - Thanks to @​lazerg!
  • fix: only replace current directive modifier on completion - Thanks to @​KazariEX!
  • fix: preserve current modifier when filtering completion duplicates - Thanks to @​KazariEX!
workspace
  • feat: migrate build and tests to typescript-native-bridge (#​6129)

v3.3.8

Compare Source

language-core
workspace
vueuse/vueuse (@​vueuse/core)

v14.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)

v13.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v13.0.1...v13.0.2

v13.0.1

Compare Source

Full Changelog: WiseLibs/better-sqlite3@v13.0.0...v13.0.1

Fixed a regression in parameter binding where it would be overly strict and reject plain objects from other realms (e.g., in jest tests).

v13.0.0

Compare Source

Version 13.0.0 marks a major milestone, as it's the first version of better-sqlite3 to run on the N-API. This means prebuilt binaries should theoretically work across different versions of Node.js and Electron, and perhaps even other runtimes like Bun. As a result, we've removed the deprecated prebuild-install dependency, and now prebuilt binaries are published directly with the better-sqlite3 code itself. If your platform/architecture doesn't have a prebuilt binary, it should compile during install as before.

What's Changed
New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.12.0...v13.0.0

antfu-collective/bumpp (bumpp)

v12.1.1

Compare Source

   🚀 Features
    View changes on GitHub

v12.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
bcomnes/npm-run-all2 (npm-run-all2)

v9.0.3

Compare Source

Merged
  • Upgrade: Bump ansi-styles from 6.2.3 to 7.0.0 #244
  • Upgrade: Bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #243
  • Upgrade: Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 #242
  • Upgrade: Bump actions/setup-node from 6 to 7 #241
  • chore: update schema version in .knip.jsonc to v6 #237
  • Upgrade: Bump @​types/node from 25.9.4 to 26.0.0 #239
  • Upgrade: Bump actions/checkout from 6 to 7 #238
Commits
  • Harden GitHub Actions workflows 7f5fca6
  • Remove obsolete shell-quote types d970668
nuxt/nuxt (nuxt)

v4.5.1

Compare Source

⚠️ This is a security release. We recommend upgrading as soon as possible with npx nuxt upgrade --dedupe.

It fixes server-side RCE and unauthorized component instantiation via server island props, a route rule authorization bypass, server component DoS, cross-user payload disclosure on cached pages, and dev server path disclosure. Refreshing your lockfile also pulls in @nuxt/devtools@3.3.1, which fixes a separate critical development-only RCE.

If you already upgraded for the earlier route rule advisory (CVE-2026-53721), you still need this release: one of the fixes addresses a regression introduced by that fix.

If you use the cache, swr or isr route rules, purge any CDN or edge cache after upgrading; a leaked _payload.json may already be cached upstream.

Full details: Nuxt Security Patch Releases and GitHub Security Advisories.

👉 Changelog

compare changes

🔥 Performance
  • nitro: Replace island teleports in a single html pass (#​35515)
  • nuxt: Add vue.optionsApi and disable it for v5+ (#​35791)
  • nuxt: Without pages, skip client plugins that require routing (#​35794)
  • nuxt: Skip payload revival plugin when ssr: false (#​35782)
🩹 Fixes
  • nitro: Read rspack dev output fs lazily for server entry (#​35740)
  • rspack,webpack: Resolve loaders and runtime deps from nuxt dirs (#​35568)
  • nuxt: Return global route for useRoute in detached effect scope (#​35659)
  • nuxt: Ignore custom name or path when reusing an existing page in pages:extend (#​35661)
  • nuxt: Render client components in nested server components (#​35669)
  • nuxt: Preserve explicit useFetch method inference (#​35671)
  • nuxt: Revalidate cached route payloads instead of using force-cache (#​35672)
  • nuxt: Correct default export detection in plugin metadata (#​35676)
  • nuxt: Clear hide/reset timeouts in set() (#​35534)
  • kit,nuxt,rspack,schema,webpack: Add .mts file extension in resolver (#​33845)
  • nuxt: Preserve trailing slash in NuxtLink href when unset (#​35501)
  • nuxt: Don't cross-pollute useAsyncData cache on reactive key change (#​35656)
  • nuxt: Filter plugin dependencies by build target (#​35682)
  • nuxt: Reload real page module on HMR of JSX render-function pages (#​35678)
  • nuxt: Resolve @unhead/vue/* from nuxt's dependency tree (#​35690)
  • kit: Surface module load errors instead of masking as missing (#​35497)
  • nuxt: Type auto-imported $fetch with nitro's $Fetch (#​35704)
  • nuxt: Don't reference app config sources in shared and node tsconfigs (#​35673)
  • vite: Resolve SSR inlined CSS module class name mismatch (#​35610)
  • nuxt: Generate layout types even when pages module is disabled (#​35717)
  • nitro: Skip resource hints for stylesheets already rendered as blocking links (#​35691)
  • kit: Dedupe layers that are both auto-scanned and explicitly extended (#​35712)
  • nuxt: Don't apply scroll behaviour after a subsequent nav (#​35719)
  • vite: Ensure server sourcemap-preserver plugin actually runs (#​35680)
  • vite: Preserve css suffix when extracting ssr inline styles (#​35714)
  • nuxt: Watch external component directories in development (#​35652)
  • nuxt: Don't exclude client entry module from style extraction (#​35720)
  • nuxt: Amend cleanup command in NUXT_B7014 error message (#​35735)
  • nuxt: Only pull in vue-router when there are island pages (#​35739)
  • vite: Suppress external warnings for internal vite-node paths (#​35744)
  • nuxt: Use scope-aware oxc parser for auto-imports (#​35743)
  • nuxt: Sync layout meta during middleware on SSR (#​35633)
  • nitro: Add alias for h3 that pins it to the version nuxt depends on (#​35774)
  • nuxt: Preserve query params in cached payload extraction (#​35696)
  • nuxt: Mirror runtime route tree in generated typed-router types (#​35788)
  • nuxt: Warn when an imports preset from cannot be resolved (#​35799)
  • kit: Avoid mutating layer configs when resolving options (#​35729)
  • nuxt: Convert inline route rules exactly or drop with a warning (#​35455)
  • nitro,nuxt,vite: Dedupe and normalise global css links in dev (#​35834)
  • vite: Register template HMR plugin on dev servers (929c6c138)
  • nuxt: Remove dev error overlay when error is cleared (#​35821)
  • rspack,webpack: Resolve bundled postcss defaults from builder (#​35823)
  • schema: Normalise slashes in app.buildAssetsDir (#​35833)
  • nitro: Bound island props and v-for to prevent unauthenticated DoS (4e35ae9ba)
  • nitro: Confine runtime payload cache to prerendering (ac9b41a36)
  • nuxt: Case-fold route rule keys to match folded lookups (ad624a75a)
  • nitro: Require loopback peer for chrome devtools workspace endpoint (0769c4f9b)
  • nuxt: Reject reserved template island prop under runtime compiler (ee6c84633)
  • nuxt: Reject top-level as prop for islands (581651ff3)
💅 Refactors
  • nuxt: Use tick based debounce for asyncData executes (#​34151)
  • kit,nuxt: Replace semver with verkit (#​35713)
  • rspack,webpack: Use DI model to split builders (#​35751)
📖 Documentation
  • Add dev container setup guide (#​35665)
  • Fix dev container setup guide (#​35666)
  • Add explanation of 200.html and 404.html SPA fallbacks (#​34483)
  • Expand payload extraction documentation (#​35648)
  • Clarify NuxtLink componentName is the internal (devtools) name (#​35658)
  • Add example for components dir pattern option (#​35663)
  • Require a single root element (#​35677)
  • Add reason for why you should never import Vue app code in nitro code (#​34481)
  • Document disabling code-splitting with codeSplitting: false (#​35683)
  • Document nuxt-client caveat for non-SFC components (#​35654)
  • Clarify favicon does not use cdnURL by default (#​35681)
  • Standardize section order and headings across docs (#​35685)
  • Clarify onPrehydrate example comment (#​35684)
  • Add useId as a known limitation of nuxt island (#​35693)
  • Recommend status over pending in data fetching (#​35694)
  • Fill gaps in API minimalVersion badges after #​34485 (#​35708, #​34485)
  • Explain dynamic asset paths (#​35695)
  • Document runtimeConfig env var casting edge cases (#​35709)
  • Clarify module dependency resolution (#​35718)
  • Add more writing guidelines (#​35662)
  • Add note with alternatives to using remote layers (#​35721)
  • Use nuxt rather than nuxi (8891e179c)
  • Document relative baseURL workarounds (#​34004)
  • Warn about runtimeCompiler security best practices (449b63ab1)
  • Warn about validating server component props (2c981cb07)
📦 Build
  • nitro: Re-export type from augments to preserve module (dac937675)
  • nuxt: Remove .ts file extension from runtime/ imports (#​35689)
  • ui-templates: Commit generated ui template files (#​35770)
🏡 Chore
  • Add extension 🤦 (d595fb3d4)
  • Move to pnpm catalogs (#​35748)
  • Update knip config, resolve issues, and run in ci (#​35742)
  • Ignore @nuxt/telemetry in knip (9824d4f10)
  • ui-templates: Pass config file path to unocss (34e7a810d)
  • Allow regenerating lockfile in release script (c31389df3)
  • nuxt: Bump @nuxt/devtools to v3.3.1 (#​35815)
  • Ensure types are setup before unit tests (784d8f700)
  • Simplify knip configuration (#​35827)
✅ Tests
  • Reproduce duplicate CSS in shared chunks (#​35649)
  • Prepare fixtures automatically before fixture and e2e runs (e8b3e6411)
  • Improve and refactor basic fixture (#​35687)
  • Slim down client-only, chunk-error and axis-independent suites (#​35706)
  • Do not run type checking when benchmarking nuxt build (6355f3bc9)
  • kit: Scope loadNuxt temp dir so it doesn't delete sibling fixtures (37301dd51)
  • Guard against transient undefined _route in gotoPath (ca92d082b)
  • Retry fixture prepare on transient ENOTEMPTY (3a6b59f96)
  • Raise route-HMR polling timeout to reduce e2e flakiness (01dc27b7e)
  • Update bundle size snapshot (30d24817c)
🤖 CI
  • Rebalance shards and drop non-vite windows fixtures (#​35700)
  • Warm windows dependency cache on main (#​35730)
  • Run knip in default and production modes (#​35745)
  • Run knip on pull requests (d620aa972)
  • Prepare tests (c7bf7f738)
  • Also prepare tests in knip job (58f68bd64)
  • Check internal docs links on pull requests and all links weekly (#​35767)
❤️ Contributors
microsoft/playwright (playwright)

v1.62.1

Compare Source

v1.62.0

Compare Source

🧱 New component testing model

Component testing moves to a stories and galleries model.
A story wraps your component in one specific scenario — hard-coded props, mock data, providers — and a

gallery page that you serve renders stories on demand. The new fixtures.mount() fixture navigates
to the gallery, mounts a story by id, and returns a Locator scoped to the story's root element:

test('click should expand', async ({ mount }) => {
  const component = await mount('components/Expandable/Stateful');
  await component.getByRole('button').click();
  await expect(component.getByTestId('expanded')).toHaveValue('true');
});

Pass a story type as a template argument to type-check its props, and use update(props) /
unmount() on the returned locator to re-render or tear down within a test.

🛑 Cancel operations with AbortSignal

Most operations and web-first assertions now accept a signal option that takes an
AbortSignal, letting you
cancel long-running actions, navigations, waits, and assertions:

const controller = new AbortController();
setTimeout(() => controller.abort(), 1000);

await page.getByRole('button', { name: 'Submit' }).click({ signal: controller.signal });
await expect(page.getByText('Done')).toBeVisible({ signal: controller.signal });

Providing a signal does not disable the default timeout; pass timeout: 0 to disable it.

🖼️ WebP screenshots

expect(page).toHaveScreenshot() and expect(locator).toHaveScreenshot()
can now store snapshots in the WebP format — just give the snapshot a .webp name:

// Visual comparisons store the golden snapshot as lossless WebP.
await expect(page).toHaveScreenshot('homepage.webp');

// Standalone screenshots can trade quality for size with lossy WebP.
await page.screenshot({ path: 'homepage.webp', quality: 50 });

page.screenshot() and locator.screenshot() also accept webp as a type,
where quality 100 (the default) is lossless and lower values use lossy compression.

🧩 Custom test filtering with Reporter.preprocess()

New reporter.preprocess() hook runs after the configuration is resolved and before
reporter.onBegin(), letting a reporter mark individual tests as skipped, excluded,
fixed, or failing through a TestRun object:

class MyReporter {
  async preprocess({ config, suite, testRun }) {
    for (const test of suite.allTests()) {
      if (shouldSkip(test))
        testRun.skip(test);
    }
  }
}
🔁 Isolated retries

New testConfig.retryStrategy controls when failed tests are retried. The default
'immediate' retries as soon as a worker is free; 'isolated' runs all retries at the end,
one by one in a single worker, to minimize interference with the rest of the suite:

// playwright.config.ts
export default defineConfig({
  retries: 2,
  retryStrategy: 'isolated',
});
New APIs
Browser and Context
  • New option credentials includes the context's virtual WebAuthn Credentials (passkeys) in the storage state, so they can be persisted and re-seeded into later contexts.
Actions
  • New scroll option ("auto" | "none") on actions to opt out of Playwright's automatic scroll-into-view.
Network
Evaluation
Command line & MCP
Reporters
  • The HTML report's Merge files grouping — previously only a UI toggle — can now be enabled from the config with the new mergeFiles reporter option:
// playwright.config.ts
export default defineConfig({
  reporter: [['html', { mergeFiles: true }]],
});
Announcements
  • ⚠️ Debian 11 is not supported anymore.
Browser Versions
  • Chromium 151.0.7922.34
  • Mozilla Firefox 153.0
  • WebKit 26.5

This version was also tested against the following stable channels:

  • Google Chrome 151
  • Microsoft Edge 151
vitejs/vite (vite)

v8.2.0

Compare Source

Features
Bug Fixes
  • bundledDev: print build errors to the terminal when an HMR update fails (#​23024) (41c4658)
  • deps: update all non-major dependencies (#​23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#​22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#​23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#​23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#​22932) (fa005d1)
  • support resolving top-level input option with plugins (#​23101) (41df81a)
Documentation
Tests

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 5 workspace projects
? Verifying lockfile against supply-chain policies (1664 entries)...
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 16, reused 0, downloaded 0, added 0
Progress: resolved 20, reused 0, downloaded 0, added 0
Progress: resolved 22, reused 0, downloaded 0, added 0
Progress: resolved 24, reused 0, downloaded 0, added 0

   ╭──────────────────────────────────────────╮
   │                                          │
   │   Update available! 11.10.0 → 11.18.0.   │
   │   Changelog: https://pnpm.io/v/11.18.0   │
   │     To update, run: pnpm add -g pnpm     │
   │                                          │
   ╰──────────────────────────────────────────╯

Progress: resolved 27, reused 0, downloaded 0, added 0
[WARN] Request took 20854ms: https://registry.npmjs.org/@types%2Fnode
Progress: resolved 28, reused 0, downloaded 0, added 0
[WARN] Request took 11652ms: https://registry.npmjs.org/@typescript-eslint%2Ftypes
[WARN] Request took 12990ms: https://registry.npmjs.org/@typescript-eslint%2Fvisitor-keys
[WARN] Request took 14149ms: https://registry.npmjs.org/@typescript-eslint%2Fscope-manager
[WARN] Request took 10854ms: https://registry.npmjs.org/ai
[WARN] Request took 18492ms: https://registry.npmjs.org/@typescript-eslint%2Fparser
[WARN] Request took 19044ms: https://registry.npmjs.org/@typescript-eslint%2Ftypescript-estree
[WARN] Request took 29682ms: https://registry.npmjs.org/typescript
Progress: resolved 29, reused 0, downloaded 0, added 0
[WARN] Request took 21146ms: https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin
[WARN] Request took 11890ms: https://registry.npmjs.org/hono
[WARN] Request took 32924ms: https://registry.npmjs.org/playwright
Progress: resolved 30, reused 0, downloaded 0, added 0
[WARN] Request took 18569ms: https://registry.npmjs.org/@types%2Fnode
[WARN] Request took 14596ms: https://registry.npmjs.org/@typescript-eslint%2Ftype-utils
[WARN] Request took 12693ms: https://registry.npmjs.org/playwright
[WARN] Request took 12798ms: https://registry.npmjs.org/playwright-core
[WARN] Request took 15221ms: https://registry.npmjs.org/@typescript-eslint%2Futils
[WARN] Request took 12826ms: https://registry.npmjs.org/framer-motion
[WARN] Request took 10899ms: https://registry.npmjs.org/typescript
[WARN] Request took 15223ms: https://registry.npmjs.org/@typescript-eslint%2Ftypes
[WARN] Request took 14686ms: https://registry.npmjs.org/@typescript-eslint%2Fvisitor-keys
[WARN] Request took 14095ms: https://registry.npmjs.org/@typescript-eslint%2Fscope-manager
[WARN] Request took 11234ms: https://registry.npmjs.org/@typescript-eslint%2Fparser
[WARN] Request took 10711ms: https://registry.npmjs.org/@typescript-eslint%2Ftypescript-estree
[WARN] Request took 10198ms: https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin
[WARN] Request took 42556ms: https://registry.npmjs.org/vite
Progress: resolved 31, reused 0, downloaded 0, added 0
Progress: resolved 139, reused 0, downloaded 0, added 0
Progress: resolved 164, reused 0, downloaded 0, added 0
Progress: resolved 249, reused 0, downloaded 0, added 0
[WARN] Request took 11264ms: https://registry.npmjs.org/playwright-core
Progress: resolved 262, reused 0, downloaded 0, added 0
Progress: resolved 268, reused 0, downloaded 0, added 0
Progress: resolved 270, reused 0, downloaded 0, added 0
Progress: resolved 271, reused 0, downloaded 0, added 0
[WARN] Request took 20432ms: https://registry.npmjs.org/vite
✓ Lockfile passes supply-chain policies (1664 entries in 53.4s)
Progress: resolved 272, reused 0, downloaded 0, added 0
[WARN] Request took 10303ms: https://registry.npmjs.org/@typescript-eslint%2Feslint-plugin
Progress: resolved 273, reused 0, downloaded 0, added 0
Progress: resolved 346, reused 0, downloaded 0, added 0
Progress: resolved 403, reused 0, downloaded 0, added 0
Progress: resolved 484, reused 0, downloaded 0, added 0
Progress: resolved 510, reused 0, downloaded 0, added 0
Progress: resolved 576, reused 0, downloaded 0, added 0
Progress: resolved 634, reused 0, downloaded 0, added 0
Progress: resolved 693, reused 0, downloaded 0, added 0
Progress: resolved 699, reused 0, downloaded 0, added 0
[WARN] Request took 10629ms: https://registry.npmjs.org/@typescript-eslint%2Ftype-utils
Progress: resolved 700, reused 0, downloaded 0, added 0
[WARN] Request took 11798ms: https://registry.npmjs.org/@typescript-eslint%2Futils
Progress: resolved 702, reused 0, downloaded 0, added 0
[WARN] Request took 12360ms: https://registry.npmjs.org/@typescript-eslint%2Ftypes
[WARN] Request took 12602ms: https://registry.npmjs.org/@typescript-eslint%2Fvisitor-keys
[WARN] Request took 14020ms: https://registry.npmjs.org/@typescript-eslint%2Fscope-manager
Progress: resolved 705, reused 0, downloaded 0, added 0
[WARN] Request took 14701ms: https://registry.npmjs.org/@typescript-eslint%2Ftypescript-estree
Progress: resolved 738, reused 0, downloaded 0, added 0
Progress: resolved 864, reused 0, downloaded 0, added 0
Progress: resolved 866, reused 0, downloaded 0, added 0
Progress: resolved 959, reused 0, downloaded 0, added 0
Progress: resolved 1059, reused 0, downloaded 0, added 0
Progress: resolved 1064, reused 0, downloaded 0, added 0
Progress: resolved 1164, reused 0, downloaded 0, added 0
Progress: resolved 1294, reused 0, downloaded 0, added 0
Progress: resolved 1390, reused 0, downloaded 0, added 0
Progress: resolved 1393, reused 0, downloaded 0, added 0
Progress: resolved 1452, reused 0, downloaded 0, added 0
Progress: resolved 1613, reused 0, downloaded 0, added 0
Progress: resolved 1614, reused 0, downloaded 0, added 0
Progress: resolved 1625, reused 0, downloaded 0, added 0
Progress: resolved 1656, reused 0, downloaded 0, added 0
[ERR_PNPM_NO_MATURE_MATCHING_VERSION] 16 versions do not meet the minimumReleaseAge constraint:
  @vue/language-core@3.3.9 was published at 2026-07-31T07:23:27.776Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  @vue/language-core@3.3.9 was published at 2026-07-31T07:23:27.776Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  @vue/language-core@3.3.9 was published at 2026-07-31T07:23:27.776Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  playwright-core@1.62.1 was published at 2026-07-30T16:36:51.295Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  playwright-core@1.62.1 was published at 2026-07-30T16:36:51.295Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  playwright-core@1.62.1 was published at 2026-07-30T16:36:51.295Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  playwright@1.62.1 was published at 2026-07-30T16:38:49.134Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  playwright@1.62.1 was published at 2026-07-30T16:38:49.134Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vite@8.2.0 was published at 2026-07-30T12:03:25.771Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vite@8.2.0 was published at 2026-07-30T12:03:25.771Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vite@8.2.0 was published at 2026-07-30T12:03:25.771Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vite@8.2.0 was published at 2026-07-30T12:03:25.771Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vue-component-type-helpers@3.3.9 was published at 2026-07-31T07:22:26.084Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vue-tsc@3.3.9 was published at 2026-07-31T07:22:28.456Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vue-tsc@3.3.9 was published at 2026-07-31T07:22:28.456Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
  vue-tsc@3.3.9 was published at 2026-07-31T07:22:28.456Z, within the minimumReleaseAge cutoff (2026-07-30T10:36:52.317Z)
Progress: resolved 1673, reused 0, downloaded 0, added 0

@renovate
renovate Bot force-pushed the renovate/all branch 6 times, most recently from aab9c61 to 9d8e2cd Compare July 30, 2026 17:45
@TotomInc TotomInc closed this Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant