chore: update npm dependencies #314

Merged
Wuast94 merged 1 commit from updatarr/npm-dependencies-bac734c5b3 into main 2026-06-25 14:33:38 +02:00
Owner

Updates npm dependencies.

Automerge: Enabled

Changed files:

  • package.json:28 ^25.2.0 -> ^25.2.1
Release notes

puppeteer-core-v25.2.0: puppeteer: puppeteer-core: v25.2.0

Compare source

25.2.0 (2026-06-22)

🎉 Features

🛠️ Fixes

📄 Documentation

  • clarify the network allowlist/blocklist implementation (#15148) (a7f124c)
  • Update Page.target deprecation message to cover broader usage. (#15108) (882c43d)

Performance

  • cdp: parallelize extension workers fetching (#15057) (fdee509)
  • optimize headersArray iteration in HTTPRequest (#15004) (eb95798)
  • optimize property descriptors iteration in JSHandle (#15094) (2483b65)
  • parallelize iframe population in accessibility snapshots (#15083) (7e3d42e)

🏗️ Refactor

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @puppeteer/browsers bumped from 3.0.4 to 3.0.5

puppeteer-v25.2.0: puppeteer: puppeteer: v25.2.0

Compare source

25.2.0 (2026-06-22)

🎉 Features

🛠️ Fixes

  • remove global skipDownload early return to include other configs (#15130) (5b1cb20)
  • restore the reading config .puppeteerrc (#15089) (797faff)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @puppeteer/browsers bumped from 3.0.4 to 3.0.5
      • puppeteer-core bumped from 25.1.0 to 25.2.0
Updates `npm dependencies`. Automerge: Enabled Changed files: - `package.json:28` `^25.2.0` -> `^25.2.1` <details> <summary>Release notes</summary> ### [`puppeteer-core-v25.2.0`](https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v25.2.0): puppeteer: puppeteer-core: v25.2.0 [Compare source](https://github.com/puppeteer/puppeteer.git#main/compare/%5E25.2.0...puppeteer-core-v25.2.0) ## [25.2.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v25.1.0...puppeteer-core-v25.2.0) (2026-06-22) ### 🎉 Features * add page locale emulation ([#15075](https://github.com/puppeteer/puppeteer/issues/15075)) ([c528f65](https://github.com/puppeteer/puppeteer/commit/c528f6508dcbe830a2bf7b61605ea53b14b56168)) * add waitForFunction to webWorkers ([#15100](https://github.com/puppeteer/puppeteer/issues/15100)) ([0bdfa77](https://github.com/puppeteer/puppeteer/commit/0bdfa77b1244f4a397e22fc1ed4d9cf6eabe2697)) * allow extensions to run over websockets ([#15059](https://github.com/puppeteer/puppeteer/issues/15059)) ([b84d8a1](https://github.com/puppeteer/puppeteer/commit/b84d8a18584fcf54670fff169408b8ac712d8c06)) * roll to Chrome 150.0.7871.24 ([#15126](https://github.com/puppeteer/puppeteer/issues/15126)) ([b74ed1c](https://github.com/puppeteer/puppeteer/commit/b74ed1c81caffa7c727b8e21498dda42899467ed)) * roll to Firefox 152.0 ([#15125](https://github.com/puppeteer/puppeteer/issues/15125)) ([87be906](https://github.com/puppeteer/puppeteer/commit/87be90674742650fd0bcb138922ff61d2bf2ca98)) ### 🛠️ Fixes * apply allowlist to non-auto-attach sessions ([#15136](https://github.com/puppeteer/puppeteer/issues/15136)) ([5c7a0e0](https://github.com/puppeteer/puppeteer/commit/5c7a0e0e09eef73177d27d4c4fa2669ebe8d65b7)) * await for Worker script exection ([#15099](https://github.com/puppeteer/puppeteer/issues/15099)) ([dc469b8](https://github.com/puppeteer/puppeteer/commit/dc469b8aae9008b8ec665014d4fac9e13c8a0650)) * block service worker registrations ([#15135](https://github.com/puppeteer/puppeteer/issues/15135)) ([d03617c](https://github.com/puppeteer/puppeteer/commit/d03617c36148a0d9ac86c51b3b5661c07c150ef9)) * correct screencast frame timing so playback matches real time ([#15112](https://github.com/puppeteer/puppeteer/issues/15112)) ([525b384](https://github.com/puppeteer/puppeteer/commit/525b3843bb4920abe2142c1ae381fb2384d9d2dc)) * remove global skipDownload early return to include other configs ([#15130](https://github.com/puppeteer/puppeteer/issues/15130)) ([5b1cb20](https://github.com/puppeteer/puppeteer/commit/5b1cb20ce060c88c5f43f1a4bbfdcfd513db6cc3)) * roll to Firefox 152.0.1 ([#15134](https://github.com/puppeteer/puppeteer/issues/15134)) ([fd12dd6](https://github.com/puppeteer/puppeteer/commit/fd12dd6f31604835b7476b624b8972b8c8c090b6)) * **webmcp:** invalidate webmcp tools on context destruction ([#15068](https://github.com/puppeteer/puppeteer/issues/15068)) ([8e9c0fa](https://github.com/puppeteer/puppeteer/commit/8e9c0fa4ac4054f3f31868f17761c73335229306)) ### 📄 Documentation * clarify the network allowlist/blocklist implementation ([#15148](https://github.com/puppeteer/puppeteer/issues/15148)) ([a7f124c](https://github.com/puppeteer/puppeteer/commit/a7f124c930e6119581a4e54c3293cbca66c0f498)) * Update Page.target deprecation message to cover broader usage. ([#15108](https://github.com/puppeteer/puppeteer/issues/15108)) ([882c43d](https://github.com/puppeteer/puppeteer/commit/882c43d57698596921d83b56ef82b666ad0528c5)) ### ⚡ Performance * **cdp:** parallelize extension workers fetching ([#15057](https://github.com/puppeteer/puppeteer/issues/15057)) ([fdee509](https://github.com/puppeteer/puppeteer/commit/fdee509f47f1587f17cf25b176a50d5d8fcde38a)) * optimize `headersArray` iteration in HTTPRequest ([#15004](https://github.com/puppeteer/puppeteer/issues/15004)) ([eb95798](https://github.com/puppeteer/puppeteer/commit/eb9579844f071c2aa8ad1a0c19443b618fac63b7)) * optimize property descriptors iteration in JSHandle ([#15094](https://github.com/puppeteer/puppeteer/issues/15094)) ([2483b65](https://github.com/puppeteer/puppeteer/commit/2483b656cd17b99af089087094a0e6f88c6ba4fb)) * parallelize iframe population in accessibility snapshots ([#15083](https://github.com/puppeteer/puppeteer/issues/15083)) ([7e3d42e](https://github.com/puppeteer/puppeteer/commit/7e3d42ec56c017978ca780af394ac4e5cf5391fd)) ### 🏗️ Refactor * sync accessing debugger ([#15066](https://github.com/puppeteer/puppeteer/issues/15066)) ([9046239](https://github.com/puppeteer/puppeteer/commit/904623947f270e50243c3f7fb74f4aef3245c22d)) ### Dependencies * The following workspace dependencies were updated * dependencies * @puppeteer/browsers bumped from 3.0.4 to 3.0.5 ### [`puppeteer-v25.2.0`](https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-v25.2.0): puppeteer: puppeteer: v25.2.0 [Compare source](https://github.com/puppeteer/puppeteer.git#main/compare/%5E25.2.0...puppeteer-v25.2.0) ## [25.2.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v25.1.0...puppeteer-v25.2.0) (2026-06-22) ### 🎉 Features * roll to Chrome 150.0.7871.24 ([#15126](https://github.com/puppeteer/puppeteer/issues/15126)) ([b74ed1c](https://github.com/puppeteer/puppeteer/commit/b74ed1c81caffa7c727b8e21498dda42899467ed)) ### 🛠️ Fixes * remove global skipDownload early return to include other configs ([#15130](https://github.com/puppeteer/puppeteer/issues/15130)) ([5b1cb20](https://github.com/puppeteer/puppeteer/commit/5b1cb20ce060c88c5f43f1a4bbfdcfd513db6cc3)) * restore the reading config `.puppeteerrc` ([#15089](https://github.com/puppeteer/puppeteer/issues/15089)) ([797faff](https://github.com/puppeteer/puppeteer/commit/797faff26d96d1a509bff01607634b8088ed8631)) ### Dependencies * The following workspace dependencies were updated * dependencies * @puppeteer/browsers bumped from 3.0.4 to 3.0.5 * puppeteer-core bumped from 25.1.0 to 25.2.0 </details>
chore: update npm dependencies
All checks were successful
CI / Quality (pull_request) Successful in 6m9s
CI / Build (pull_request) Successful in 11m15s
CI / SBOM (pull_request) Successful in 32m5s
969fee6e31
Wuast94 scheduled this pull request to auto merge when all checks succeed 2026-06-25 14:16:07 +02:00
Wuast94 deleted branch updatarr/npm-dependencies-bac734c5b3 2026-06-25 14:33:39 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vault/deltamon!314
No description provided.