Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2026

Bumps the npm-deps group with 6 updates:

Package From To
@types/chrome 0.1.33 0.1.36
eslint-plugin-jsdoc 62.1.0 62.4.1
prettier 3.8.0 3.8.1
puppeteer 24.35.0 24.36.0
typescript-eslint 8.53.0 8.53.1
undici-types 7.18.2 7.19.1

Updates @types/chrome from 0.1.33 to 0.1.36

Commits

Updates eslint-plugin-jsdoc from 62.1.0 to 62.4.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.4.1

62.4.1 (2026-01-24)

Bug Fixes

v62.4.0

62.4.0 (2026-01-23)

Features

  • type-formatting: support trailingPunctuationMultilineOnly boolean option; fixes #1636 (#1638) (3907822)

v62.3.1

62.3.1 (2026-01-22)

Bug Fixes

v62.3.0

62.3.0 (2026-01-20)

Features

  • type-formatting: add objectTypeBracketSpacing option; fixes #1615 (#1632) (78b6980)

v62.2.0

62.2.0 (2026-01-19)

Features

  • no-undefined-types: support strict validation for TS namespaces (#1616) (ed260c5)
Commits
  • ba0034e fix: update jsdoccomment, devDeps. (#1639)
  • 3907822 feat(type-formatting): support trailingPunctuationMultilineOnly boolean o...
  • f443986 fix: update comment-parser, devDeps (#1637)
  • 78b6980 feat(type-formatting): add objectTypeBracketSpacing option; fixes #1615 (...
  • ed260c5 feat(no-undefined-types): support strict validation for TS namespaces (#1616)
  • See full diff in compare view

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates puppeteer from 24.35.0 to 24.36.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.36.0

24.36.0 (2026-01-22)

🎉 Features

🛠️ Fixes

  • HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
  • roll to Firefox 147.0.1 (#14574) (c9bdb7a)

puppeteer: v24.36.0

24.36.0 (2026-01-22)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.35.0 to 24.36.0
Changelog

Sourced from puppeteer's changelog.

24.36.0 (2026-01-22)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.35.0 to 24.36.0

🛠️ Fixes

  • HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
  • roll to Firefox 147.0.1 (#14574) (c9bdb7a)
Commits

Updates typescript-eslint from 8.53.0 to 8.53.1

Release notes

Sourced from typescript-eslint's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.53.1 (2026-01-19)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits

Updates undici-types from 7.18.2 to 7.19.1

Release notes

Sourced from undici-types's releases.

v7.19.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.19.0...v7.19.1

v7.19.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.18.2...v7.19.0

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.33` | `0.1.36` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.1.0` | `62.4.1` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.35.0` | `24.36.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.0` | `8.53.1` |
| [undici-types](https://github.com/nodejs/undici) | `7.18.2` | `7.19.1` |


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

Updates `eslint-plugin-jsdoc` from 62.1.0 to 62.4.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.1.0...v62.4.1)

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `puppeteer` from 24.35.0 to 24.36.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.35.0...puppeteer-v24.36.0)

Updates `typescript-eslint` from 8.53.0 to 8.53.1
- [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.53.1/packages/typescript-eslint)

Updates `undici-types` from 7.18.2 to 7.19.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.18.2...v7.19.1)

---
updated-dependencies:
- dependency-name: "@types/chrome"
  dependency-version: 0.1.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: undici-types
  dependency-version: 7.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
...

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 Jan 25, 2026
@dependabot dependabot bot requested a review from sosnovsky as a code owner January 25, 2026 22:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 25, 2026
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) January 25, 2026 22:04
FlowCryptRobot
FlowCryptRobot previously approved these changes Jan 25, 2026
@FlowCryptRobot FlowCryptRobot merged commit cb15d50 into master Jan 26, 2026
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-2a06f6a6f2 branch January 26, 2026 10:02
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.

2 participants