Skip to content

chore(deps-dev): bump the dev-dependencies group with 4 updates#2210

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-411fd5536b
Closed

chore(deps-dev): bump the dev-dependencies group with 4 updates#2210
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-411fd5536b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates: @types/node, lighthouse, rollup and semver.

Updates @types/node from 25.9.2 to 25.9.3

Commits

Updates lighthouse from 13.3.0 to 13.4.0

Release notes

Sourced from lighthouse's releases.

v13.4.0

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

  • upgrade deps (#17070)
  • upgrade typescript to 6.0.3 (#17060)
  • upgrade terser to 5.48.0 (#17059)
  • upgrade esbuild to 0.28.0 (#17058)
  • upgrade trace_engine to 0.0.65 (#17046)
  • upgrade puppeteer to 25.0.2 (#17019)

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

... (truncated)

Changelog

Sourced from lighthouse's changelog.

13.4.0 (2026-06-09)

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

  • upgrade deps (#17070)
  • upgrade typescript to 6.0.3 (#17060)
  • upgrade terser to 5.48.0 (#17059)
  • upgrade esbuild to 0.28.0 (#17058)
  • upgrade trace_engine to 0.0.65 (#17046)
  • upgrade puppeteer to 25.0.2 (#17019)

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

... (truncated)

Commits

Updates rollup from 4.61.1 to 4.62.0

Release notes

Sourced from rollup's releases.

v4.62.0

4.62.0

2026-06-13

Features

  • Ensure that shared dependencies between manual chunks and entry points receive a serparate chunk (#6374)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.62.0

2026-06-13

Features

  • Ensure that shared dependencies between manual chunks and entry points receive a serparate chunk (#6374)

Pull Requests

Commits
  • 5e0066d 4.62.0
  • 93e85fc chore(deps): update dependency eslint-plugin-unicorn to v65 (#6413)
  • 5c9ef2e fix(deps): update minor/patch updates (#6412)
  • 18654d8 chore(deps): lock file maintenance minor/patch updates (#6414)
  • d96ed95 Extract the static dependencies imported by manual chunks into separate chunk...
  • 126e141 chore(deps): pin dependency concurrently to v9 (#6406)
  • f2f58c4 chore(deps): lock file maintenance minor/patch updates (#6410)
  • 5a15062 chore(deps): update minor/patch updates to v6.2.0 (#6409)
  • d02f03a chore(deps): lock file maintenance minor/patch updates (#6407)
  • 844671c fix(deps): update minor/patch updates (#6405)
  • See full diff in compare view

Updates semver from 7.8.3 to 7.8.4

Release notes

Sourced from semver's releases.

v7.8.4

7.8.4 (2026-06-09)

Bug Fixes

Changelog

Sourced from semver's changelog.

7.8.4 (2026-06-09)

Bug Fixes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [lighthouse](https://github.com/GoogleChrome/lighthouse), [rollup](https://github.com/rollup/rollup) and [semver](https://github.com/npm/node-semver).


Updates `@types/node` from 25.9.2 to 25.9.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `lighthouse` from 13.3.0 to 13.4.0
- [Release notes](https://github.com/GoogleChrome/lighthouse/releases)
- [Changelog](https://github.com/GoogleChrome/lighthouse/blob/main/changelog.md)
- [Commits](GoogleChrome/lighthouse@v13.3.0...v13.4.0)

Updates `rollup` from 4.61.1 to 4.62.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.61.1...v4.62.0)

Updates `semver` from 7.8.3 to 7.8.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.8.3...v7.8.4)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lighthouse
  dependency-version: 13.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: rollup
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: semver
  dependency-version: 7.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-411fd5536b branch June 16, 2026 12:20
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants