Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2025

Bumps the npm-deps group with 7 updates:

Package From To
globby 15.0.0 16.0.0
@openpgp/web-stream-tools 0.2.1 0.3.0
@types/chrome 0.1.27 0.1.29
eslint-plugin-jsdoc 61.1.12 61.2.1
googleapis 165.0.0 166.0.0
puppeteer 24.29.1 24.30.0
typescript-eslint 8.46.3 8.46.4

Updates globby from 15.0.0 to 16.0.0

Release notes

Sourced from globby's releases.

v16.0.0

Breaking

  • Respect parent .gitignore files when gitignore option is enabled b9a9a84
    • When {gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.

Improvements

  • Support negation-only patterns 1273541
  • Respect custom fs implementation from options c2eb272
  • Add some more options to isGitIgnored functions e794ff9
  • Improve error message for invalid cwd option 7535e6d

Fixes

  • Fix {gitignore: true} performance issue fcb07c3
  • Fix bundler compatibility e6c72c9
  • Fix parent directory patterns with gitignore option 11dd2df
  • Fix ignore patterns with parent directory references a58d117
  • Fix types for stats option c10f600

sindresorhus/globby@v15.0.0...v16.0.0

Commits
  • cdbb6a2 16.0.0
  • e6c72c9 Fix bundler compatibility
  • b9a9a84 Respect parent .gitignore files when gitignore option is enabled
  • db9cb72 Add test for suppressErrors option with file patterns
  • 69e0ee7 Add test for ignore option with trailing slashes
  • 11dd2df Fix parent directory patterns with gitignore option
  • e4d0918 Add tests for special characters in directory names
  • f926132 Improve path check in gitignore logic
  • 7535e6d Improve error message for invalid cwd option
  • c10f600 Fix types for stats option
  • Additional commits viewable in compare view

Updates @openpgp/web-stream-tools from 0.2.1 to 0.3.0

Commits

Updates @types/chrome from 0.1.27 to 0.1.29

Commits

Updates eslint-plugin-jsdoc from 61.1.12 to 61.2.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.2.1

61.2.1 (2025-11-13)

Bug Fixes

  • require-param: ensure all structures with interfaces do not trigger with interfaceExemptsParamsCheck: true (39a5b0a)
  • tag-lines: avoid reformatting post-delimiter spacing; fixes #1593 (702b226)

v61.2.0

61.2.0 (2025-11-12)

Features

  • sort-tags: add tagExceptions to allow additional lines per tag; fixes #1594 (85a1ea1)
Commits
  • 7d032f2 chore: update lock file
  • 702b226 fix(tag-lines): avoid reformatting post-delimiter spacing; fixes #1593
  • 39a5b0a fix(require-param): ensure all structures with interfaces do not trigger w...
  • 92a87f7 test: remove deprecated type from tests
  • 85a1ea1 feat(sort-tags): add tagExceptions to allow additional lines per tag; fix...
  • See full diff in compare view

Updates googleapis from 165.0.0 to 166.0.0

Release notes

Sourced from googleapis's releases.

googleapis: v166.0.0

166.0.0 (2025-11-11)

⚠ BREAKING CHANGES

  • This release has breaking changes.

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.1.0", "src/apis/sourcerepo": "8.0.0", "src/apis/customsearch": "7.0.0", "src/apis/localservices": "8.0.0", "src/apis/cloudidentity": "21.1.0", "src/apis/bigquery": "20.1.0", "src/apis/plus": "5.0.0", "src/apis/language": "10.0.0", "src/apis/clouddebugger": "5.0.0", "src/apis/analyticshub": "18.1.0", "src/apis/metastore": "14.0.1", "src/apis/toolresults": "7.0.0", "src/apis/managedkafka": "7.2.0", "src/apis/areainsights": "4.0.0", "src/apis/dataproc": "16.0.0", "src/apis/bigqueryreservation": "7.1.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": "8.0.0", "src/apis/datastore": "8.0.0", "src/apis/dataplex": "24.0.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.1", "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": "12.0.0", "src/apis/cloudscheduler": "7.1.0", "src/apis/dataportability": "8.0.0", "src/apis/pagespeedonline": "5.0.0", "src/apis/businessprofileperformance": "5.0.0", "src/apis/admin": "30.1.0", "src/apis/kgsearch": "5.0.0", "src/apis/contactcenterinsights": "20.0.0", "src/apis/youtube": "30.0.0", "src/apis/readerrevenuesubscriptionlinking": "5.0.0",

... (truncated)

Commits

Updates puppeteer from 24.29.1 to 24.30.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.30.0

24.30.0 (2025-11-12)

🎉 Features

🛠️ Fixes

puppeteer: v24.30.0

24.30.0 (2025-11-12)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.1 to 24.30.0
Changelog

Sourced from puppeteer's changelog.

24.30.0 (2025-11-12)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.29.1 to 24.30.0

🎉 Features

🛠️ Fixes

Commits
  • 1afcd16 chore: release main (#14413)
  • 1d9881c feat: roll to Firefox 145.0 (#14418)
  • be07e5d fix: roll to Chrome 142.0.7444.162 (#14415)
  • e2c071c chore: disable flaky tests (#14414)
  • 66bf224 chore(deps-dev): bump the dev-dependencies group with 8 updates (#14406)
  • b923eec fix(cdp): update request with ExtraInfo if available (#14410)
  • 3131b24 chore: remove workaround for disabling Firefox Backup (#14411)
  • 53d0a66 chore(deps): bump docker/metadata-action from 5.8.0 to 5.9.0 in the all group...
  • 804d0ce chore(deps): bump node from 22ab967 to dcf0610 in /docker in the all grou...
  • bec9244 chore: bump chromium-bidi to 11.0.0 (#14404)
  • See full diff in compare view

Updates typescript-eslint from 8.46.3 to 8.46.4

Release notes

Sourced from typescript-eslint's releases.

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.46.4 (2025-11-10)

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

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

| Package | From | To |
| --- | --- | --- |
| [globby](https://github.com/sindresorhus/globby) | `15.0.0` | `16.0.0` |
| [@openpgp/web-stream-tools](https://github.com/openpgpjs/web-stream-tools) | `0.2.1` | `0.3.0` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.27` | `0.1.29` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.1.12` | `61.2.1` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `165.0.0` | `166.0.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.29.1` | `24.30.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.46.4` |


Updates `globby` from 15.0.0 to 16.0.0
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v15.0.0...v16.0.0)

Updates `@openpgp/web-stream-tools` from 0.2.1 to 0.3.0
- [Commits](https://github.com/openpgpjs/web-stream-tools/commits)

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

Updates `eslint-plugin-jsdoc` from 61.1.12 to 61.2.1
- [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.12...v61.2.1)

Updates `googleapis` from 165.0.0 to 166.0.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-v165.0.0...googleapis-v166.0.0)

Updates `puppeteer` from 24.29.1 to 24.30.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.29.1...puppeteer-v24.30.0)

Updates `typescript-eslint` from 8.46.3 to 8.46.4
- [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.4/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: globby
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: "@openpgp/web-stream-tools"
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@types/chrome"
  dependency-version: 0.1.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: googleapis
  dependency-version: 166.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.46.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Nov 16, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner November 16, 2025 22:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 16, 2025
FlowCryptRobot
FlowCryptRobot previously approved these changes Nov 16, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) November 16, 2025 22:02
@FlowCryptRobot FlowCryptRobot merged commit efa3629 into master Nov 17, 2025
11 of 12 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/npm_and_yarn/npm-deps-d80ac18953 branch November 17, 2025 07:44
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