Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-all-minor-patch
Open

chore(deps): update all non-major dependencies (main)#4268
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@crxjs/vite-plugin (source) ~2.4.0~2.7.0 age confidence dependencies minor
@jsverse/transloco (source) ~8.3.0~8.4.0 age confidence devDependencies minor
@jsverse/transloco (source) ~8.3.0~8.4.0 age confidence dependencies minor
@jsverse/transloco-messageformat (source) ~8.3.0~8.4.0 age confidence devDependencies minor
@jsverse/transloco-messageformat (source) ~8.3.0~8.4.0 age confidence dependencies minor
@openapitools/openapi-generator-cli ~2.34.0~2.38.0 age confidence devDependencies minor 2.39.0
@openapitools/openapi-generator-cli ~2.34.0~2.38.0 age confidence dependencies minor 2.39.0
@redocly/openapi-core ~2.31.0~2.34.0 age confidence devDependencies minor
@types/vscode (source) ~1.120.0~1.125.0 age confidence devDependencies minor
@vercel/ncc ~0.38.0~0.44.0 age confidence devDependencies minor
actions/setup-java v5.2.0v5.3.0 age confidence action minor
lighthouse ~13.3.0~13.4.0 age confidence dependencies minor
lighthouse ~13.3.0~13.4.0 age confidence devDependencies minor
node (source) 24.1624.17 age confidence minor
node 24.1624.17 age confidence uses-with minor
sass ~1.100.0~1.101.0 age confidence devDependencies minor
sass ~1.100.0~1.101.0 age confidence dependencies minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

crxjs/chrome-extension-tools (@​crxjs/vite-plugin)

v2.7.0

Minor Changes
  • 9f00943: Add dev HMR support for manifest-declared MAIN world content scripts.
Patch Changes
  • a9cc89a: Remove unused vite-plugin dependencies and update selected dependency
    versions.

v2.6.1

Patch Changes
  • 2b88621: Coalesce file writer readiness waits so large dev-server graph
    updates do not repeatedly recompute the same dependency traversal. This also
    fixes late HMR readiness waits that could miss the shared ready event and
    delay content script updates.

v2.6.0

Minor Changes
  • 4f5d2ec: feat: add IIFE content script bundling

    Content scripts named with .iife.ts extension are automatically bundled as
    self-contained IIFE files with all dependencies inlined. This is useful for
    MAIN world content scripts used with chrome.scripting.executeScript or
    chrome.scripting.registerContentScripts.

Patch Changes
  • 5316e9c: Allow chrome-extension:// and moz-extension:// origins in Vite
    dev-server CORS automatically. This keeps extension pages able to fetch
    dev-server files on Vite releases with the stricter localhost-only CORS
    default, including Vite 4.5.6, 5.4.12, and 6.0.9+, without requiring
    projects to configure server.cors.origin manually.
  • 1aee9ad: fix: dynamic content scripts failing in build --watch mode
  • 2f8bab5: Fix the dev-mode loading page so it waits for the requested extension
    HTML file, preserves the page URL query string, allows extension-origin
    readiness polling, and throttles automatic reloads to avoid rapid flicker.
  • 1681511: Expand vite-plugin CI to run e2e tests against supported Vite
    versions and fix compatibility issues exposed by the matrix.
  • 0593d58: fix: publish ESM declarations for the Vite plugin entrypoint

v2.5.0

Minor Changes
  • 4756baf: feat: add HMR support for CSS declared in manifest content_scripts

  • 4756baf: add: browser_specific_settings.gecko properties

  • 4756baf: Fix "TypeError: plugins is not iterable" error when using
    rolldown-vite (Vite 7).

    In rolldown-vite, the buildStart hook doesn't receive options.plugins. This
    fix uses the configResolved hook to get plugins from the resolved config, with
    buildStart kept as a fallback for older Vite versions.

  • 4756baf: Fixed
    #​852, the plugin
    now emits a correct URL in service-worker-loader.js when the Vite option
    server.https is enabled.

  • 4756baf: fix: resolve TypeScript types correctly for ESM and CJS consumers

  • 4756baf: feat: add Vite 8 beta support

Patch Changes
  • 4756baf: ci: migrate release workflow to npm trusted publishers

  • 570312a: fix: sanitize colons from output filenames on Windows

  • 4756baf: fix: copy CSS files declared in manifest content_scripts to output

  • 4756baf: Replace cheerio with node-html-parser to fix npm deprecation warning
    for whatwg-encoding.

    Also adds explicit vite peerDependency declaration (^3.0.0 through ^7.0.0) to
    enable proper version resolution when used with different vite versions.

  • 4756baf: ci: run compat tests against stable Vite 8, make the vite8 available
    as a peer dependency

  • 4756baf: fix: UnoCSS/TailwindCSS HMR issues with virtual CSS modules

  • 8a99b4f: made data_collection_permissions optional

  • 4756baf: fix: respect user's build.manifest setting in Vite 4+

    When users set build.manifest: false in their Vite config, the Vite manifest
    file (.vite/manifest.json in Vite 5+, or manifest.json in older versions)
    is now properly removed from the output bundle.

    CRXJS internally requires the Vite manifest to derive content script resources
    during build, so it forces build.manifest: true. Previously, this meant the
    Vite manifest was always included in the output even if the user explicitly
    disabled it. Now, CRXJS removes the manifest from the bundle after processing
    if the user didn't want it.

    Closes #​1077

  • d364bd8: chore: upgrade chokidar to 5.0.0

  • 4756baf: feat(client): Update the style and content of the development mode
    loading page

jsverse/transloco (@​jsverse/transloco)

v8.4.0

Compare Source

🚀 Features
  • transloco: transpile function arguments in FunctionalTranspiler
🩹 Fixes
  • translateSignal utility missing injector for toSignal
  • transloco-scoped-libs: multi-scope i18n with join strategy
❤️ Thank You
  • Dafnik
  • f-aubert
  • Ilshat Khamitov
OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.38.0

Compare Source

Features
  • release: trigger a release after upgrading concurrently to newer versions (#​1225) (a265046)

v2.37.0

Compare Source

Features
  • release: trigger a release after upgrading deps to newer versions (#​1223) (899c037)

v2.36.0

Compare Source

Features
  • release: trigger a release after upgrading to node 22.x (#​1217) (8f69e5a)

v2.35.0

Compare Source

Features
Redocly/redocly-cli (@​redocly/openapi-core)

v2.34.0

Compare Source

Minor Changes
  • Improved CLI install speed by bundling the CLI into a dependency-free package.

    Warning: The published package no longer ships runtime dependencies in node_modules.
    Plugins that relied on importing packages hoisted from the CLI (such as @redocly/openapi-core) must now declare those packages as their own dependencies.

v2.33.2

Compare Source

Patch Changes
  • Fixed a path traversal in the split command that might have written files outside the chosen --outDir.
  • Updated @​redocly/openapi-core to v2.33.2.

v2.33.1

Compare Source

Patch Changes

v2.33.0

Compare Source

Minor Changes
  • Added the --component-names-strategy option to the bundle command.
    This option allows a choice of how inline Schema components are named: basename (default) or title (from each schema's title field).
Patch Changes

v2.32.2

Compare Source

Patch Changes

v2.32.1

Compare Source

Patch Changes

v2.32.0

Compare Source

Minor Changes
  • Added support for junit output in the lint command.
Patch Changes
vercel/ncc (@​vercel/ncc)

v0.44.0

Compare Source

Features

v0.43.0

Compare Source

Changes
actions/setup-java (actions/setup-java)

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-java@v5...v5.3.0

GoogleChrome/lighthouse (lighthouse)

v13.4.0

Compare Source

Full Changelog

We expect this release to ship in the DevTools of Chrome 151, and to PageSpeed Insights within 2 weeks.

New contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Core

  • canonical: improve validation for invalid URLs (#​16765)
  • llms-txt: allow leading whitespace for header check (#​17057)
  • geolocation-on-start: mention geolocation element (#​16835)
  • add public Lighthouse types entrypoint (#​17028)
  • match scripts to network requests using frameId (#​16774)
  • config: import LH types (#​17048)
  • driver: add ExecutionContext.evaluateOnObject (#​17050)
  • driver: check if usage data exists before using (#​17033)

Report

  • fix performance gauge label, improve load animation (#​17045)
  • decouple link creation from link details rendering (#​17049)
  • viewer: persist dark mode when when changing langauge (#​17063)

Deps

Clients

  • viewer: prevent toast showing on load (#​17069)
  • viewer: clear github auth token on 401 error (#​17064)
  • viewer: disable agentic-browsing in PSI api call (#​17041)

I18n

Docs

Tests

  • exclude origin-isolation-coop-present smoke test (#​17072)
  • remove accidental .only (#​17042)
  • remove unused c8 (#​16845)
  • llms-txt: add coverage for network failure and heading edge cases (#​17040)
  • viewer: update psi key (#​17037)

Misc

  • migrate typescript moduleResolution to bundler (#​17061)
  • build: generate subset of web-features data (#​17047)
  • ci: add Node 26 to unit matrix (#​17062)
  • ci: bump actions/upload-artifact from 4 to 7 (#​16938)
nodejs/node (node)

v24.17.0: 2026-06-18, Version 24.17.0 'Krypton' (LTS), @​aduh95

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
  • (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
  • (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
  • (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
  • (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
  • (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
  • (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
  • (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
  • (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
  • (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
  • (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
Commits
actions/node-versions (node)

v24.17.0: 24.17.0

Compare Source

Node.js 24.17.0

sass/dart-sass (sass)

v1.101.0

Compare Source

  • Potentially breaking bug fix: The Node package importer now properly
    supports resolving import-only variants of Sass files declared in the
    exports, sass, and style fields of package.json. Previously, these
    files were ignored even when loaded via @import, so any code relying on
    loading module-system-only files this way may break.

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At any time (no schedule defined)
  • 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 requested a review from a team as a code owner June 13, 2026 17:10
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 13, 2026
@nx-cloud

nx-cloud Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit 0dddee3

Command Status Duration Result
nx run-many --target=build,build-jar ❌ Failed 4m 48s View ↗
nx affected --target=lint --configuration ci ✅ Succeeded 5m 14s View ↗
nx run-many --target=documentation ✅ Succeeded 17s View ↗
nx affected --target=test --coverage --configur... ✅ Succeeded 48s View ↗
nx run-many --tui=false --target=build --projec... ✅ Succeeded 2m View ↗
nx affected --target=package-github-action ✅ Succeeded 3s View ↗

💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.


☁️ Nx Cloud last updated this comment at 2026-06-23 20:01:55 UTC

@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.80%. Comparing base (25814f5) to head (0dddee3).
✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from c3bebff to 8005984 Compare June 14, 2026 21:21
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 8005984 to 54d7516 Compare June 15, 2026 09:37
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 54d7516 to 21c34b0 Compare June 15, 2026 10:06
nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 21c34b0 to 90d9ead Compare June 16, 2026 09:12
@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from eea9b06 to 7d7499d Compare June 22, 2026 02:24
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 7d7499d to 440b336 Compare June 22, 2026 04:12
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 440b336 to e9ad50d Compare June 22, 2026 08:19
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 66b00ba to d78fee8 Compare June 22, 2026 12:59
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from d78fee8 to f0143d9 Compare June 22, 2026 15:59
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from f0143d9 to 2cd5250 Compare June 22, 2026 16:32
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 2cd5250 to 2d89f65 Compare June 23, 2026 03:46
nx-cloud[bot]

This comment was marked as outdated.

fpaul-1A
fpaul-1A previously approved these changes Jun 23, 2026
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 2d89f65 to 8246f01 Compare June 23, 2026 07:11
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 8246f01 to 8f5d3c2 Compare June 23, 2026 16:04
@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch 2 times, most recently from 66f8343 to 66be729 Compare June 23, 2026 18:14
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 66be729 to 41df751 Compare June 23, 2026 18:50
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 41df751 to 0dddee3 Compare June 23, 2026 19:49

@nx-cloud nx-cloud Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud is proposing a fix for your failed CI:

We added an ambient module declaration for picomatch to fix TS7016 errors in both chrome-devtools:build-panel and chrome-devtools:build-components. The dependency updates in this PR transitively introduced fdir@6.5.0, whose type definitions import picomatch@4.0.4, which no longer ships TypeScript types. Adding declare module 'picomatch'; in src/picomatch.d.ts satisfies the TypeScript compiler without changing any runtime behaviour.

Tip

We verified this fix by re-running chrome-devtools:build-panel.

diff --git a/apps/chrome-devtools/src/picomatch.d.ts b/apps/chrome-devtools/src/picomatch.d.ts
new file mode 100644
index 000000000..26eba8841
--- /dev/null
+++ b/apps/chrome-devtools/src/picomatch.d.ts
@@ -0,0 +1 @@
+declare module 'picomatch';

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally jDMY-q4NV

Apply fix locally with your editor ↗   View interactive diff ↗



🎓 Learn more about Self-Healing CI on nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment