Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-test-deps group with 12 updates in the /tests/performance-tests/agent-performance-tests-k6 directory:

Package From To
@hyperledger/identus-cloud-agent-client 1.40.1-4106e54 2.1.0
uuid 11.1.0 13.0.0
@babel/core 7.22.11 7.28.5
@babel/preset-env 7.22.14 7.28.5
@babel/preset-typescript 7.22.11 7.28.5
@types/k6 0.46.3 1.4.0
babel-loader 9.1.3 10.0.0
copy-webpack-plugin 11.0.0 13.0.1
webpack 5.88.2 5.103.0
@types/webpack 5.28.2 5.28.5
webpack-cli 5.1.4 6.0.1
ts-deepmerge 6.2.0 7.0.3

Updates @hyperledger/identus-cloud-agent-client from 1.40.1-4106e54 to 2.1.0

Release notes

Sourced from @​hyperledger/identus-cloud-agent-client's releases.

Identus Cloud Agent v2.1.0

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

... (truncated)

Changelog

Sourced from @​hyperledger/identus-cloud-agent-client's changelog.

2.1.0 (2025-10-28)

Features

Bug Fixes

  • update broken links in oas (#1578) (ebaf912)
  • update default value for API_KEY_AUTO_PROVISIONING to false (#1628) (67ee436)
  • update examples to ensure they work correctly (#1625) (b8f58c6)
  • update key selection logic to accept Ed25519 in status-list and proof jobs (#1616) (0b7ac9c)
  • use custom vdr scheme for vdr endpoints (#1600) (fd409b5)

2.0.0 (2025-05-05)

⚠ BREAKING CHANGES

  • trigger major version release (#1570)

Features

  • add e2e tests for different createCredentialOffer API variations (#1476) (2ce192e)
  • add feature flag to enable/disable support for Anoncred (backend job and API) (#1492) (54b7b5b), closes #1491
  • add LOG_LEVEL environment variable to the cloud-agent logback.x… (#1504) (fa1c04f)
  • align the credential schema property name according to the VCDM 1.1 (#1467) (c6a3e0c)
  • delete endpoint for user to delete cloud-agent connection (#1568) (8796be1)
  • disable the APIKEY authentication in the cloud-agent (#1479) (2fb833a)
  • migrate mercury protocols and repositories from Circe to ZIO Json (#1471) (d0c3506)
  • migrate pollux VC JWT from Circe to zio-json (#1475) (248ba5f)
  • share Kafka producers among threads (#1460) (5ece0dd)
  • support 'pollux.domain' config param (#1483) (81350ea)

Bug Fixes

  • Add disclose claims to presentation record credential type SDJWT (#1487) (5e00556)
  • add LRUDocumentLoader to optimize the JsonLD.toRdf call, fix #1553 (#1560) (c710196)
  • add SDJWT value to the OAS enum validation in IssueCredentialRec… (#1533) (0b6fbc8)
  • broken links in the docusaurus documentation files (#1489) (38b251b)
  • code cleanup (#1539) (75bc1ce)
  • Commit message guideline broken link fixed (#1542) (fa21e86)
  • createCredentialIssueRecordRequest schemaId field to be Option[String] (#1481) (7524ec7)
  • docker compose to pass enable API_KEY_ENABLED flag (#1531) (a1a545a)
  • documentation build (#1488) (b947a8b)
  • Kafka consumer not picking messages (#1441) (b0effec)
  • LOG_LEVEL environment variable and cleanup logging entries (#1562) (7c57df0)
  • mapping the claims attributes to json (#1480) (a96e544)
  • migration: quote reserved "format" column for PostgreSQL compatibility (#1554) (06c7c52)
  • mitigation to #1495 (update the outdated url) (#1549) (27c7f97)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​hyperledger/identus-cloud-agent-client since your current version.


Updates uuid from 11.1.0 to 13.0.0

Release notes

Sourced from uuid's releases.

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

v12.0.0

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

Changelog

Sourced from uuid's changelog.

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

Commits

Updates @babel/core from 7.22.11 to 7.28.5

Release notes

Sourced from @​babel/core's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/core since your current version.


Updates @babel/preset-env from 7.22.14 to 7.28.5

Release notes

Sourced from @​babel/preset-env's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/preset-env since your current version.


Updates @babel/preset-typescript from 7.22.11 to 7.28.5

Release notes

Sourced from @​babel/preset-typescript's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/preset-typescript's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

  • babel-types
    • #17494 Type checking babel-types scripts (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 3, 2025 16:55
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

Integration Test Results

 24 files   24 suites   3s ⏱️
 61 tests  61 ✅ 0 💤 0 ❌
113 runs  113 ✅ 0 💤 0 ❌

Results for commit 96778b5.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 2025

Unit Test Results

106 files  106 suites   20m 28s ⏱️
899 tests 891 ✅ 8 💤 0 ❌
906 runs  898 ✅ 8 💤 0 ❌

Results for commit 96778b5.

♻️ This comment has been updated with latest results.

…updates

Bumps the npm-test-deps group with 12 updates in the /tests/performance-tests/agent-performance-tests-k6 directory:

| Package | From | To |
| --- | --- | --- |
| [@hyperledger/identus-cloud-agent-client](https://github.com/hyperledger-identus/cloud-agent) | `1.40.1-4106e54` | `2.1.0` |
| [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `13.0.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.22.11` | `7.28.5` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.22.14` | `7.28.5` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.22.11` | `7.28.5` |
| [@types/k6](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/k6) | `0.46.3` | `1.4.0` |
| [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `10.0.0` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) | `11.0.0` | `13.0.1` |
| [webpack](https://github.com/webpack/webpack) | `5.88.2` | `5.103.0` |
| [@types/webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webpack) | `5.28.2` | `5.28.5` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `5.1.4` | `6.0.1` |
| [ts-deepmerge](https://github.com/voodoocreation/ts-deepmerge) | `6.2.0` | `7.0.3` |



Updates `@hyperledger/identus-cloud-agent-client` from 1.40.1-4106e54 to 2.1.0
- [Release notes](https://github.com/hyperledger-identus/cloud-agent/releases)
- [Changelog](https://github.com/hyperledger-identus/cloud-agent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hyperledger-identus/cloud-agent/commits/v2.1.0)

Updates `uuid` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v13.0.0)

Updates `@babel/core` from 7.22.11 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-core)

Updates `@babel/preset-env` from 7.22.14 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.22.11 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-typescript)

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

Updates `babel-loader` from 9.1.3 to 10.0.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.3...v10.0.0)

Updates `copy-webpack-plugin` from 11.0.0 to 13.0.1
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v11.0.0...v13.0.1)

Updates `webpack` from 5.88.2 to 5.103.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.103.0)

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

Updates `webpack-cli` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.1)

Updates `ts-deepmerge` from 6.2.0 to 7.0.3
- [Release notes](https://github.com/voodoocreation/ts-deepmerge/releases)
- [Commits](voodoocreation/ts-deepmerge@6.2.0...7.0.3)

---
updated-dependencies:
- dependency-name: "@hyperledger/identus-cloud-agent-client"
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: "@babel/core"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-test-deps
- dependency-name: "@babel/preset-env"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-test-deps
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-test-deps
- dependency-name: "@types/k6"
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: babel-loader
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: copy-webpack-plugin
  dependency-version: 13.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: webpack
  dependency-version: 5.103.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-test-deps
- dependency-name: "@types/webpack"
  dependency-version: 5.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-test-deps
- dependency-name: webpack-cli
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: ts-deepmerge
  dependency-version: 7.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-f9322fed5a branch from 796d3c9 to 96778b5 Compare January 1, 2026 13:28
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 2026

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.

1 participant