Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps the dev-dependencies group in /Framework with 2 updates: eslint-plugin-jsdoc and puppeteer.

Updates eslint-plugin-jsdoc from 61.4.1 to 61.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.5.0

61.5.0 (2025-12-07)

Features

  • check-tag-names, require-template, check-template-names: make typeParam a non-preferred alias for template (3cd7cbd)

v61.4.2

61.4.2 (2025-12-06)

Bug Fixes

  • require-rejects: reflect proper tag name in error message (44b2631)
Commits
  • 3cd7cbd feat(check-tag-names, require-template, check-template-names): make `ty...
  • 44b2631 fix(require-rejects): reflect proper tag name in error message
  • See full diff in compare view

Updates puppeteer from 24.31.0 to 24.32.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.32.1

24.32.1 (2025-12-08)

🛠️ Fixes

  • assertion errors and wrong URL in puppeteer.connect(channel) (#14486) (1095b46)

📄 Documentation

puppeteer: v24.32.1

24.32.1 (2025-12-08)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.32.0 to 24.32.1

puppeteer-core: v24.32.0

24.32.0 (2025-12-03)

🎉 Features

🛠️ Fixes

  • ignore non-page DevTools targets when handleDevToolsAsPage=true (#14472) (11bf1d2)
  • prevent accessibility nodes attributes with false from being ignored (#14475) (086a8ab)
  • roll to Firefox 145.0.2 (#14462) (97ca894)
  • webdriver: allow for scripts to throw platform objects (#14456) (7c0d3d9)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.32.1 (2025-12-08)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.32.0 to 24.32.1

🛠️ Fixes

  • assertion errors and wrong URL in puppeteer.connect(channel) (#14486) (1095b46)

📄 Documentation

24.32.0 (2025-12-03)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.13 to 2.11.0

🛠️ Fixes

  • ignore non-page DevTools targets when handleDevToolsAsPage=true (#14472) (11bf1d2)
  • prevent accessibility nodes attributes with false from being ignored (#14475) (086a8ab)
  • roll to Firefox 145.0.2 (#14462) (97ca894)

... (truncated)

Commits
  • 1a29a6a chore: release main (#14482)
  • 1095b46 fix: assertion errors and wrong URL in puppeteer.connect(channel) (#14486)
  • 1af199d docs: fix versioning in Supported browsers (#14481)
  • c5530c1 chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website (#14474)
  • 05f2506 chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 up...
  • f3c4cd6 chore(deps): bump the all group across 1 directory with 5 updates (#14478)
  • c324e1b chore: release main (#14454)
  • b0e15af feat: roll to Chrome 143.0.7499.40 (#14476)
  • 086a8ab fix: prevent accessibility nodes attributes with false from being ignored (#1...
  • 11bf1d2 fix: ignore non-page DevTools targets when handleDevToolsAsPage=true (#14472)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added the Framework label Dec 9, 2025
@dependabot dependabot bot requested a review from graduta as a code owner December 9, 2025 06:01
@dependabot dependabot bot added the Framework label Dec 9, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/Framework/dev-dependencies-f13f680a79 branch 2 times, most recently from c5c4ec2 to c72e54a Compare December 13, 2025 21:36
Bumps the dev-dependencies group in /Framework with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `eslint-plugin-jsdoc` from 61.4.1 to 61.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v61.4.1...v61.5.0)

Updates `puppeteer` from 24.31.0 to 24.32.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.31.0...puppeteer-v24.32.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: puppeteer
  dependency-version: 24.32.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/Framework/dev-dependencies-f13f680a79 branch from c72e54a to 50661ee Compare December 13, 2025 21:37
@graduta graduta merged commit a1eb8a1 into dev Dec 15, 2025
14 checks passed
@graduta graduta deleted the dependabot/npm_and_yarn/Framework/dev-dependencies-f13f680a79 branch December 15, 2025 09:34
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.

2 participants