Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2025

Bumps the npm-deps group with 5 updates:

Package From To
@types/chrome 0.1.6 0.1.11
eslint-plugin-jsdoc 54.5.0 57.0.8
puppeteer 24.19.0 24.20.0
typescript-eslint 8.42.0 8.43.0
undici-types 7.15.0 7.16.0

Updates @types/chrome from 0.1.6 to 0.1.11

Commits

Updates eslint-plugin-jsdoc from 54.5.0 to 57.0.8

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v57.0.8

57.0.8 (2025-09-14)

Bug Fixes

v57.0.7

57.0.7 (2025-09-14)

Bug Fixes

v57.0.6

57.0.6 (2025-09-14)

Bug Fixes

  • examples configs: disable @typescript-eslint/no-unsed-vars (#1507) (34e5910)

v57.0.5

57.0.5 (2025-09-14)

Bug Fixes

  • types: add missing configs to index.configs type (#1505) (f019adf)

v57.0.4

57.0.4 (2025-09-14)

Bug Fixes

v57.0.3

57.0.3 (2025-09-13)

Bug Fixes

  • valid-types: avoid reporting for next (handled by own rule) (#1503) (76b8406)

v57.0.2

57.0.2 (2025-09-13)

... (truncated)

Commits
  • 6692d0e fix(types): plugin property should be an intersection; fixes #1509 (#1510)
  • 03a8a69 fix: CJS export regression; fixes #1478 (#1508)
  • 34e5910 fix(examples configs): disable @typescript-eslint/no-unsed-vars (#1507)
  • d137021 docs(processor): demonstrate use with TypeScript (#1506)
  • f019adf fix(types): add missing configs to index.configs type (#1505)
  • ab14982 fix(jsdoc/examples/rules and jsdoc/default-expressions/rules configs): ad...
  • 76b8406 fix(valid-types): avoid reporting for next (handled by own rule) (#1503)
  • 91f1c30 fix(extraRuleDefinitions.forbid jsdoc function option): point default link ...
  • 33a4529 fix(require-next-type, require-throws-type, require-yields-type): fix U...
  • 0645428 feat(require-next-type, require-throws-type, require-yields-type): adds...
  • Additional commits viewable in compare view

Updates puppeteer from 24.19.0 to 24.20.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.20.0

24.20.0 (2025-09-10)

Features

  • add Browser.deleteMatchingCookies() method (#14175) (925460d)
  • support offline parameter in emulateNetworkConditions (#14184) (79c47f4)

Bug Fixes

  • accessibility: reports snapshot with uninteresting root and focusable Document is not a leaf node (#14169) (3bad7ad)
  • roll to Chrome 140.0.7339.82 (#14182) (7e4440d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.8 to 2.10.9

puppeteer: v24.20.0

24.20.0 (2025-09-10)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.8 to 2.10.9
      • puppeteer-core bumped from 24.19.0 to 24.20.0
Changelog

Sourced from puppeteer's changelog.

24.20.0 (2025-09-10)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.8 to 2.10.9

Features

  • add Browser.deleteMatchingCookies() method (#14175) (925460d)
  • support offline parameter in emulateNetworkConditions (#14184) (79c47f4)

Bug Fixes

  • accessibility: reports snapshot with uninteresting root and focusable Document is not a leaf node (#14169) (3bad7ad)
  • roll to Chrome 140.0.7339.82 (#14182) (7e4440d)
Commits

Updates typescript-eslint from 8.42.0 to 8.43.0

Release notes

Sourced from typescript-eslint's releases.

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.43.0 (2025-09-08)

🩹 Fixes

  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • ef9173c chore(release): publish 8.43.0
  • d8ca5ef fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...
  • See full diff in compare view

Updates undici-types from 7.15.0 to 7.16.0

Release notes

Sourced from undici-types's releases.

v7.16.0

What's Changed

... (truncated)

Commits
  • 7392d6f Bumped v7.16.0 (#4532)
  • 415c66d fix: make error symbols non enumerable (#4531)
  • f182ff1 Disable SIMD for PPC64 architecture, add UNDICI_NO_WASM_SIMD env to facilitat...
  • 95d835c example: use metcoders https-pem for the example (#4436)
  • 7c42918 fix: shell command built from environment values (#4392)
  • 51651a1 fix: wpt should use master branch (#4524)
  • 82ea8fc refactor: parseHttpDate (#4421)
  • 909a584 websocket: always emit error event (#4521)
  • d7bb09e fetch: process content-encoding header only if relevant (#4496)
  • e652f03 wpt: properly handle write permissions errors in wpt-runner setup (#4518)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for undici-types since your current version.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
puppeteer [>= 21.7.a, < 21.8]
puppeteer [>= 22.0.a, < 22.1]
puppeteer [>= 22.1.a, < 22.2]
puppeteer [>= 22.3.a, < 22.4]
puppeteer [>= 22.5.a, < 22.6]
puppeteer [>= 22.6.a, < 22.7]
puppeteer [>= 22.4.a, < 22.5]
puppeteer [>= 22.2.a, < 22.3]
puppeteer [>= 22.7.a, < 22.8]

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

Bumps the npm-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.6` | `0.1.11` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `54.5.0` | `57.0.8` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.19.0` | `24.20.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.42.0` | `8.43.0` |
| [undici-types](https://github.com/nodejs/undici) | `7.15.0` | `7.16.0` |


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

Updates `eslint-plugin-jsdoc` from 54.5.0 to 57.0.8
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v54.5.0...v57.0.8)

Updates `puppeteer` from 24.19.0 to 24.20.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.19.0...puppeteer-v24.20.0)

Updates `typescript-eslint` from 8.42.0 to 8.43.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/typescript-eslint)

Updates `undici-types` from 7.15.0 to 7.16.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.15.0...v7.16.0)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 57.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.43.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: undici-types
  dependency-version: 7.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 14, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner September 14, 2025 22:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 14, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) September 14, 2025 22:02
@FlowCryptRobot FlowCryptRobot merged commit 5c81c83 into master Sep 14, 2025
11 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-57cfb75286 branch September 14, 2025 22:33
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.

1 participant