Skip to content

build(deps): bump the npm-deps group with 7 updates - #6275

Merged
FlowCryptRobot merged 2 commits into
masterfrom
dependabot/npm_and_yarn/npm-deps-ef4f665515
Aug 17, 2026
Merged

build(deps): bump the npm-deps group with 7 updates#6275
FlowCryptRobot merged 2 commits into
masterfrom
dependabot/npm_and_yarn/npm-deps-ef4f665515

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-deps group with 7 updates:

Package From To
@zxcvbn-ts/core 4.1.2 4.2.0
eslint 10.8.0 10.8.1
eslint-plugin-jsdoc 63.3.3 64.1.0
globby 16.2.2 16.2.3
mailparser 3.9.14 3.9.15
puppeteer 25.5.0 25.7.0
typescript-eslint 8.66.0 8.67.0

Updates @zxcvbn-ts/core from 4.1.2 to 4.2.0

Commits

Updates eslint from 10.8.0 to 10.8.1

Release notes

Sourced from eslint's releases.

v10.8.1

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

  • 0a14800 chore: update github/codeql-action action to v4.37.4 (#21196) (renovate[bot])
  • 05adcb1 test: fix failing ecosystem test for eslint-plugin-unicorn (#21191) (Lazizbek Ergashev)
  • 5611035 test: add error locations info to no-void (#21185) (Lee Daeun)
  • ee47333 ci: bump github/codeql-action from 4 to 4.37.3 (#21176) (dependabot[bot])
  • f131c03 chore: improve ecosystem test failure reporting (#20937) (crimsonjay0)
  • 1f6edde chore: update ecosystem plugins (#21182) (ESLint Bot)
  • d3266fb chore: unpin webpack dependency (#21172) (Francesco Trotta)
  • 65a6519 chore: add allowScripts field to package.json (#21092) (GiHoon Noh)
  • 22e5256 ci: add triage:no label to Dependabot PRs (#21141) (lumir)
  • 55c9038 ci: bump actions/labeler from 6 to 7 (#21159) (dependabot[bot])
  • 7280e78 chore: update dependency prettier to v3.9.6 (#21162) (renovate[bot])
  • eddbad6 test: fix failing ecosystem test for eslint-plugin-unicorn (#21156) (Francesco Trotta)
  • 60a178d chore: update ecosystem plugins (#21150) (ESLint Bot)
  • f9f61dc test: add error locations to no-unreachable (#21151) (JIYEON)
  • d086293 test: add error locations to no-undef (#21147) (JIYEON)
  • cc01b67 test: add error locations to no-useless-catch (#21144) (devoil)
  • 688e75e chore: add missing backticks in JSDoc (#21143) (Bo Hyun Kim)
  • 7c1e175 test: add error locations to require-await (#21145) (Grit)
  • 588a26d test: add error locations to no-extra-label (#21139) (dongkyu lee)
  • 059aa89 test: add error locations to no-useless-concat (#21140) (dongkyu lee)
  • 5a452a8 test: add error locations to no-const-assign (#21138) (dongkyu lee)
Commits

Updates eslint-plugin-jsdoc from 63.3.3 to 64.1.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v64.1.0

64.1.0 (2026-08-10)

Features

  • update jsdoccomment, devDeps.; use nodenext for module properties in TS (7309d7d)

v64.0.2

64.0.2 (2026-08-09)

Bug Fixes

  • update jsdoccomment and devDep. (fbe2a2b)

v64.0.1

64.0.1 (2026-08-08)

Bug Fixes

  • resume support for CJS via require(esm) (343516a)

v64.0.0

64.0.0 (2026-08-07)

Features

BREAKING CHANGES

    • Requires Node ^22.22.2 || >=24.15.0
  • Drops CJS exports; should be able to use require(esm) with newly supported Node versions
Commits
  • 7309d7d feat: update jsdoccomment, devDeps.; use nodenext for module properties in TS
  • 4de1b19 chore: update jsdoccomment, devDep.
  • fbe2a2b fix: update jsdoccomment and devDep.
  • 343516a fix: resume support for CJS via require(esm)
  • 7e94c04 chore: update jsdoccomment, comment-parser, devDeps.
  • 9c9b723 feat: ESM only; fixes #1626
  • See full diff in compare view

Updates globby from 16.2.2 to 16.2.3

Release notes

Sourced from globby's releases.

v16.2.3

  • Fix backslash-escaped .gitignore rules 5775ffb

sindresorhus/globby@v16.2.2...v16.2.3

Commits

Updates mailparser from 3.9.14 to 3.9.15

Changelog

Sourced from mailparser's changelog.

3.9.15 (2026-08-07)

Bug Fixes

  • update dependencies (@​zone-eu/mailsplit 5.4.15, libmime 5.4.2, nodemailer 9.0.5) (047379d)
Commits
  • 743e258 chore(master): release 3.9.15 [skip-ci] (#430)
  • 047379d fix: update dependencies (@​zone-eu/mailsplit 5.4.15, libmime 5.4.2, nodemaile...
  • a22688a chore(deps): update eslint and prettier
  • af9c731 chore(deps): update dev dependencies and pin linkify-it to 5.x
  • 3ae3c28 Remove CodeQL scanning GitHub Action
  • See full diff in compare view

Updates puppeteer from 25.5.0 to 25.7.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v25.7.0

25.7.0 (2026-08-13)

🎉 Features

🛠️ Fixes

🏗️ Refactor

puppeteer: v25.7.0

25.7.0 (2026-08-13)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.6.0 to 25.7.0

puppeteer-core: v25.6.0

25.6.0 (2026-08-11)

🎉 Features

🛠️ Fixes

... (truncated)

Changelog

Sourced from puppeteer's changelog.

25.7.0 (2026-08-13)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.6.0 to 25.7.0

🛠️ Fixes

🏗️ Refactor

25.6.0 (2026-08-11)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.1.0 to 3.2.0

🎉 Features

🛠️ Fixes

  • cdp: do not fail a per-frame fan-out when an OOP iframe goes away (#15300) (e29c4e7)

... (truncated)

Commits

Updates typescript-eslint from 8.66.0 to 8.67.0

Release notes

Sourced from typescript-eslint's releases.

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

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

| Package | From | To |
| --- | --- | --- |
| [@zxcvbn-ts/core](https://github.com/zxcvbn-ts/zxcvbn) | `4.1.2` | `4.2.0` |
| [eslint](https://github.com/eslint/eslint) | `10.8.0` | `10.8.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `63.3.3` | `64.1.0` |
| [globby](https://github.com/sindresorhus/globby) | `16.2.2` | `16.2.3` |
| [mailparser](https://github.com/nodemailer/mailparser) | `3.9.14` | `3.9.15` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `25.5.0` | `25.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.66.0` | `8.67.0` |


Updates `@zxcvbn-ts/core` from 4.1.2 to 4.2.0
- [Changelog](https://github.com/zxcvbn-ts/zxcvbn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/core@4.1.2...@zxcvbn-ts/core@4.2.0)

Updates `eslint` from 10.8.0 to 10.8.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.0...v10.8.1)

Updates `eslint-plugin-jsdoc` from 63.3.3 to 64.1.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v63.3.3...v64.1.0)

Updates `globby` from 16.2.2 to 16.2.3
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v16.2.2...v16.2.3)

Updates `mailparser` from 3.9.14 to 3.9.15
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.9.14...v3.9.15)

Updates `puppeteer` from 25.5.0 to 25.7.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v25.5.0...puppeteer-v25.7.0)

Updates `typescript-eslint` from 8.66.0 to 8.67.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.67.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@zxcvbn-ts/core"
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 64.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: globby
  dependency-version: 16.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: mailparser
  dependency-version: 3.9.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 25.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.67.0
  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 Aug 16, 2026
@dependabot
dependabot Bot requested a review from sosnovsky as a code owner August 16, 2026 22:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 16, 2026
@FlowCryptRobot
FlowCryptRobot enabled auto-merge (squash) August 16, 2026 22:03
FlowCryptRobot
FlowCryptRobot previously approved these changes Aug 16, 2026
@FlowCryptRobot
FlowCryptRobot merged commit 78f34e3 into master Aug 17, 2026
12 checks passed
@FlowCryptRobot
FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-ef4f665515 branch August 17, 2026 09:56
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