Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2025

Bumps the npm-deps group with 6 updates:

Package From To
eslint-plugin-jsdoc 61.1.5 61.1.9
googleapis 164.0.0 164.1.0
lint-staged 16.2.4 16.2.6
puppeteer 24.25.0 24.26.1
typescript-eslint 8.46.1 8.46.2
web-ext 9.0.0 9.1.0

Updates eslint-plugin-jsdoc from 61.1.5 to 61.1.9

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.1.9

61.1.9 (2025-10-26)

Bug Fixes

  • CJS: provide CJS version of to-valid-identiifer; fixes #1583 (ca57a1f)

v61.1.8

61.1.8 (2025-10-24)

Bug Fixes

  • no-undefined-types: consider module scope variables as defined; fixes #1581 (f938fdc)

v61.1.7

61.1.7 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: handle resolve.exports errors (0c4e5b6)

v61.1.6

61.1.6 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: check within exports for types; fixes #1114 (c0e4e7c)
Commits
  • ca57a1f fix(CJS): provide CJS version of to-valid-identiifer; fixes #1583
  • f938fdc fix(no-undefined-types): consider module scope variables as defined; fixes ...
  • 0c4e5b6 fix(imports-as-dependencies): handle resolve.exports errors
  • 6c13a32 chore: check Node 24
  • c0e4e7c fix(imports-as-dependencies): check within exports for types; fixes #1114
  • 8aa719c refactor: use node protocol identifier
  • See full diff in compare view

Updates googleapis from 164.0.0 to 164.1.0

Release notes

Sourced from googleapis's releases.

googleapis: v164.1.0

164.1.0 (2025-10-20)

Features

Changelog

Sourced from googleapis's changelog.

{ "src/apis/kmsinventory": "8.0.0", "src/apis/cloudbilling": "9.0.0", "src/apis/mybusinessaccountmanagement": "7.0.0", "src/apis/reseller": "8.0.0", "src/apis/websecurityscanner": "4.0.0", "src/apis/fcmdata": "5.0.0", "src/apis/transcoder": "8.0.0", "src/apis/serviceconsumermanagement": "25.0.0", "src/apis/sourcerepo": "8.0.0", "src/apis/customsearch": "7.0.0", "src/apis/localservices": "8.0.0", "src/apis/cloudidentity": "21.0.0", "src/apis/bigquery": "20.0.0", "src/apis/plus": "5.0.0", "src/apis/language": "10.0.0", "src/apis/clouddebugger": "5.0.0", "src/apis/analyticshub": "18.0.0", "src/apis/metastore": "14.0.0", "src/apis/toolresults": "7.0.0", "src/apis/managedkafka": "7.1.0", "src/apis/areainsights": "4.0.0", "src/apis/dataproc": "15.1.0", "src/apis/bigqueryreservation": "7.0.0", "src/apis/adsenseplatform": "5.0.0", "src/apis/androiddeviceprovisioning": "10.0.0", "src/apis/appsactivity": "5.0.0", "src/apis/accesscontextmanager": "12.0.0", "src/apis/workflows": "7.0.0", "src/apis/datastore": "8.0.0", "src/apis/dataplex": "23.1.0", "src/apis/streetviewpublish": "8.0.0", "src/apis/fcm": "9.0.0", "src/apis/realtimebidding": "8.0.0", "src/apis/androidmanagement": "22.1.0", "src/apis/parametermanager": "5.0.0", "src/apis/remotebuildexecution": "7.0.0", "src/apis/cloudcontrolspartner": "4.0.0", "src/apis/mybusinessqanda": "5.0.0", "src/apis/chromeuxreport": "7.0.0", "src/apis/tasks": "11.0.0", "src/apis/cloudscheduler": "7.0.0", "src/apis/dataportability": "8.0.0", "src/apis/pagespeedonline": "5.0.0", "src/apis/businessprofileperformance": "5.0.0", "src/apis/admin": "30.0.0", "src/apis/kgsearch": "5.0.0", "src/apis/contactcenterinsights": "19.0.0", "src/apis/youtube": "30.0.0", "src/apis/readerrevenuesubscriptionlinking": "5.0.0",

... (truncated)

Commits

Updates lint-staged from 16.2.4 to 16.2.6

Release notes

Sourced from lint-staged's releases.

v16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
Changelog

Sourced from lint-staged's changelog.

16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

16.2.5

Patch Changes

  • #1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.
Commits
  • a1ec972 chore(changeset): release
  • ddd5340 build(deps): regenerate package-lock.json
  • ceb253a build(deps): update Vitest 4
  • 58cc126 build(deps): update listr2
  • 33d4502 fix: run all tasks when --continue-on-error=true
  • 54ba9eb test: fix test usage for --continue-on-error
  • b1715d9 test: fix test assertions for --continue-on-error to reveal incorrect behavior
  • 1f6a326 chore(changeset): release
  • 6ab937c ci: use separate caches for MSYS2 and Cygwin
  • 6d71384 fix: catch errors when calling spawn
  • Additional commits viewable in compare view

Updates puppeteer from 24.25.0 to 24.26.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.26.1

24.26.1 (2025-10-22)

🛠️ Fixes

puppeteer: v24.26.1

24.26.1 (2025-10-22)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.26.0 to 24.26.1

puppeteer-core: v24.26.0

24.26.0 (2025-10-21)

🎉 Features

🛠️ Fixes

📄 Documentation

puppeteer: v24.26.0

24.26.0 (2025-10-21)

🎉 Features

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.26.1 (2025-10-22)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.26.0 to 24.26.1

🛠️ Fixes

24.26.0 (2025-10-21)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.25.0 to 24.26.0

🛠️ Fixes

📄 Documentation

Commits

Updates typescript-eslint from 8.46.1 to 8.46.2

Release notes

Sourced from typescript-eslint's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.46.2 (2025-10-20)

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 web-ext from 9.0.0 to 9.1.0

Release notes

Sourced from web-ext's releases.

9.1.0

main changes

  • web-ext lint: the linter now emits a warning when the add-on ID is missing in the manifest file (MISSING_ADDON_ID).

dependencies

  • Updated: dependency addons-linter to 8.4.0 (#3543)
  • Updated: dependency pino to 9.12.0 (#3525)

dev dependencies

  • Updated: dependency @babel/core to 7.28.5 (#3544)
  • Updated: dependency @babel/eslint-parser to 7.28.5 (#3542)
  • Updated: dependency @babel/preset-env to 7.28.5 (#3541)
  • Updated: dependency @commitlint/cli to 20.1.0 (#3527)
  • Updated: dependency @commitlint/config-conventional (#3523)
  • Updated: dependency chai to 6.2.0 (#3524)
  • Updated: dependency mocha to 11.7.4 (#3529)

others

  • Fixed: update the description of the sign command (#3537)

See all changes: mozilla/web-ext@9.0.0...9.1.0

Commits
  • 6c2d222 9.1.0
  • 6fbb675 chore(deps-dev): bump @​babel/eslint-parser from 7.28.4 to 7.28.5 (#3542)
  • 64a83d9 chore(deps-dev): bump @​babel/preset-env from 7.28.3 to 7.28.5 (#3541)
  • d7c3d2c chore(deps-dev): bump @​babel/core from 7.28.4 to 7.28.5 (#3544)
  • 95aa5c7 chore(deps): bump addons-linter from 8.3.0 to 8.4.0 (#3543)
  • 0348cd4 chore(deps): bump addons-linter from 8.2.0 to 8.3.0 (#3540)
  • 74b8650 docs(sign): submit to AMO for signing so it can be installed in Firefox (#3537)
  • 982a373 chore(deps): bump addons-linter from 8.1.0 to 8.2.0 (#3539)
  • e4776c6 chore(deps): bump addons-linter from 8.0.0 to 8.1.0 (#3533)
  • 294573d chore(deps-dev): bump mocha from 11.7.3 to 11.7.4 (#3529)
  • Additional commits viewable in compare view

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 |
| --- | --- | --- |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.1.5` | `61.1.9` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `164.0.0` | `164.1.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.4` | `16.2.6` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.25.0` | `24.26.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.1` | `8.46.2` |
| [web-ext](https://github.com/mozilla/web-ext) | `9.0.0` | `9.1.0` |


Updates `eslint-plugin-jsdoc` from 61.1.5 to 61.1.9
- [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@v61.1.5...v61.1.9)

Updates `googleapis` from 164.0.0 to 164.1.0
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/.release-please-manifest.json)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v164.0.0...googleapis-v164.1.0)

Updates `lint-staged` from 16.2.4 to 16.2.6
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.4...v16.2.6)

Updates `puppeteer` from 24.25.0 to 24.26.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.25.0...puppeteer-v24.26.1)

Updates `typescript-eslint` from 8.46.1 to 8.46.2
- [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.46.2/packages/typescript-eslint)

Updates `web-ext` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@9.0.0...9.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: googleapis
  dependency-version: 164.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: lint-staged
  dependency-version: 16.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: web-ext
  dependency-version: 9.1.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 Oct 26, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner October 26, 2025 22:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 26, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) October 26, 2025 22:03
FlowCryptRobot
FlowCryptRobot previously approved these changes Oct 26, 2025
@FlowCryptRobot FlowCryptRobot merged commit 3e0a015 into master Oct 27, 2025
12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-f6ad42100e branch October 27, 2025 10:40
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