Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2025

Bumps the npm-deps group with 8 updates:

Package From To
node-forge 1.3.2 1.3.3
sweetalert2 11.26.3 11.26.4
@types/chrome 0.1.31 0.1.32
eslint-plugin-jsdoc 61.4.1 61.5.0
googleapis 166.0.0 167.0.0
prettier 3.7.3 3.7.4
puppeteer 24.31.0 24.32.0
typescript-eslint 8.48.0 8.48.1

Updates node-forge from 1.3.2 to 1.3.3

Changelog

Sourced from node-forge's changelog.

1.3.3 - 2025-12-02

Fixed

  • [pkcs12] Make digestAlgorithm parameters optional to fix PKCS#12/PFX issues introduced in 1.3.2.
Commits

Updates sweetalert2 from 11.26.3 to 11.26.4

Release notes

Sourced from sweetalert2's releases.

v11.26.4

11.26.4 (2025-12-06)

Bug Fixes

Changelog

Sourced from sweetalert2's changelog.

11.26.4 (2025-12-06)

Bug Fixes

Commits
  • fb13fa2 chore(release): 11.26.4 [skip ci]
  • 879ec39 fix: draggable in RTL (#2888)
  • d47c1c6 chore: enable eslint-plugin-no-unsanitized
  • 96e71f2 chore: add Mark Mitchell to sponsors
  • 5e54f59 chore: add pleasuremenow to sponsors
  • 0b49ee2 chore: rm siteshartbandi, huntlocals from sponsors
  • See full diff in compare view

Updates @types/chrome from 0.1.31 to 0.1.32

Commits

Updates eslint-plugin-jsdoc from 61.4.1 to 61.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.5.0

61.5.0 (2025-12-07)

Features

  • check-tag-names, require-template, check-template-names: make typeParam a non-preferred alias for template (3cd7cbd)

v61.4.2

61.4.2 (2025-12-06)

Bug Fixes

  • require-rejects: reflect proper tag name in error message (44b2631)
Commits
  • 3cd7cbd feat(check-tag-names, require-template, check-template-names): make `ty...
  • 44b2631 fix(require-rejects): reflect proper tag name in error message
  • See full diff in compare view

Updates googleapis from 166.0.0 to 167.0.0

Release notes

Sourced from googleapis's releases.

googleapis: v167.0.0

167.0.0 (2025-11-26)

⚠ BREAKING CHANGES

  • content: This release has breaking changes.
  • cloudresourcemanager: This release has breaking changes.
  • cloudresourcemanager: This release has breaking changes.

Features

  • apihub: update the API (0f4bc80)
  • appengine: update the API (372faa7)
  • backupdr: update the API (adc09cb)
  • cloudasset: update the API (e187595)
  • cloudbuild: update the API (b52c547)
  • cloudresourcemanager: update the API (d8748c1)
  • cloudresourcemanager: update the API (19e13f8)
  • contactcenterinsights: update the API (e91d1fe)
  • container: update the API (57d79cc)
  • content: update the API (ed09cca)
  • datafusion: update the API (2eb8b27)
  • dialogflow: update the API (8cdce8a)
  • discoveryengine: update the API (8a91a6d)
  • gmail: update the API (5010318)
  • merchantapi: update the API (126dbf3)
  • merchantapi: update the API (33ba80e)
  • migrationcenter: update the API (e033cbd)
  • paymentsresellersubscription: update the API (e80f94c)
  • regenerate index files (f8cbdfb)
  • regenerate index files (55171de)
  • spanner: update the API (8188170)
  • sqladmin: update the API (30f6973)
  • storagetransfer: update the API (e97da3e)

Bug Fixes

  • admin: update the API (3c5f18d)
  • androidmanagement: update the API (8876edf)
  • artifactregistry: update the API (9f4a2be)
  • beyondcorp: update the API (50a4ed4)
  • bigquerydatatransfer: update the API (ae9c4a4)
  • chat: update the API (2e4aa03)
  • datamanager: update the API (eda5333)
  • gkebackup: update the API (f414f28)
  • logging: update the API (5625193)
  • secretmanager: update the API (5e40d7f)
Commits
  • 1c15d2a chore: release main (#3836)
  • 05b1db8 chore: lint failures
  • 9a7c492 chore: set NODE_OPTIONS for increased memory limit (#3841)
  • 8633a63 chore(deps): update dependency @​types/sinon to v21
  • f8cbdfb feat: regenerate index files
  • e97da3e feat(storagetransfer): update the API
  • 5e40d7f fix(secretmanager): update the API
  • 126dbf3 feat(merchantapi): update the API
  • 5625193 fix(logging): update the API
  • 5010318 feat(gmail): update the API
  • Additional commits viewable in compare view

Updates prettier from 3.7.3 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits

Updates puppeteer from 24.31.0 to 24.32.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.32.0

24.32.0 (2025-12-03)

🎉 Features

🛠️ Fixes

  • ignore non-page DevTools targets when handleDevToolsAsPage=true (#14472) (11bf1d2)
  • prevent accessibility nodes attributes with false from being ignored (#14475) (086a8ab)
  • roll to Firefox 145.0.2 (#14462) (97ca894)
  • webdriver: allow for scripts to throw platform objects (#14456) (7c0d3d9)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.13 to 2.11.0

puppeteer: v24.32.0

24.32.0 (2025-12-03)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.13 to 2.11.0
      • puppeteer-core bumped from 24.31.0 to 24.32.0
Changelog

Sourced from puppeteer's changelog.

24.32.0 (2025-12-03)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.13 to 2.11.0

🛠️ Fixes

  • ignore non-page DevTools targets when handleDevToolsAsPage=true (#14472) (11bf1d2)
  • prevent accessibility nodes attributes with false from being ignored (#14475) (086a8ab)
  • roll to Firefox 145.0.2 (#14462) (97ca894)
  • webdriver: allow for scripts to throw platform objects (#14456) (7c0d3d9)
Commits

Updates typescript-eslint from 8.48.0 to 8.48.1

Release notes

Sourced from typescript-eslint's releases.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.48.1 (2025-12-02)

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

| Package | From | To |
| --- | --- | --- |
| [node-forge](https://github.com/digitalbazaar/forge) | `1.3.2` | `1.3.3` |
| [sweetalert2](https://github.com/sweetalert2/sweetalert2) | `11.26.3` | `11.26.4` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.1.31` | `0.1.32` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `61.4.1` | `61.5.0` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `166.0.0` | `167.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.3` | `3.7.4` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.31.0` | `24.32.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.0` | `8.48.1` |


Updates `node-forge` from 1.3.2 to 1.3.3
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.2...v1.3.3)

Updates `sweetalert2` from 11.26.3 to 11.26.4
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.26.3...v11.26.4)

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

Updates `eslint-plugin-jsdoc` from 61.4.1 to 61.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v61.4.1...v61.5.0)

Updates `googleapis` from 166.0.0 to 167.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-config.json)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v166.0.0...googleapis-v167.0.0)

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

Updates `puppeteer` from 24.31.0 to 24.32.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.31.0...puppeteer-v24.32.0)

Updates `typescript-eslint` from 8.48.0 to 8.48.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.48.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: sweetalert2
  dependency-version: 11.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: "@types/chrome"
  dependency-version: 0.1.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: googleapis
  dependency-version: 167.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
- dependency-name: puppeteer
  dependency-version: 24.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: typescript-eslint
  dependency-version: 8.48.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Dec 7, 2025
@dependabot dependabot bot requested a review from sosnovsky as a code owner December 7, 2025 22:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 7, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) December 7, 2025 22:02
@sosnovsky
Copy link
Collaborator

Hi @ioanatflowcrypt, please check this one - there are many failing tests + our compiled forge.js should be replaced with new 1.3.3 version. Thanks!

@ioanatflowcrypt
Copy link
Collaborator

Flaky tests started failing suddenly in SemaphoreCI without any code changes on our side.
It might be due to recent changes in SemaphoreCI or an update in Chromium.
Need to investigate and implement the necessary fixes in our infrastructure.

@sosnovsky
Copy link
Collaborator

Latest puppeteer release updates chrome from v142 to v143, maybe it includes some changes causing tests to fail.

@ioanatflowcrypt
Copy link
Collaborator

Fixed tests in #6127. Please check

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 9, 2025
auto-merge was automatically disabled December 9, 2025 11:35

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-deps-cedf70fde7 branch December 9, 2025 11:35
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.

4 participants