Skip to content

chore(deps): bump the npm-test-deps group across 1 directory with 12 updates#1750

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-5706fe9103
Closed

chore(deps): bump the npm-test-deps group across 1 directory with 12 updates#1750
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-5706fe9103

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

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.29.0
@babel/preset-env 7.22.14 7.29.2
@babel/preset-typescript 7.22.11 7.28.5
@types/k6 0.46.3 1.7.0
babel-loader 9.1.3 10.1.1
copy-webpack-plugin 11.0.0 14.0.0
webpack 5.104.1 5.105.4
@types/webpack 5.28.2 5.28.5
webpack-cli 5.1.4 7.0.2
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.29.0

Release notes

Sourced from @​babel/core's releases.

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

🏃‍♀️ Performance

Committers: 6

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix

  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx

💅 Polish

  • babel-core, babel-standalone

🏠 Internal

  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex

... (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.29.2

Release notes

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

v7.29.2 (2026-03-16)

👓 Spec Compliance

  • babel-parser

🐛 Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-preset-env, babel-runtime-corejs3
  • babel-preset-env
    • #17789 [7.x backport] preset-env include/exclude should accept bugfix plugins (@​JLHwung)

🏠 Internal

Committers: 2

v7.29.1 (2026-02-04)

🐛 Bug Fix

Committers: 2

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature

  • babel-types
  • babel-standalone

🐛 Bug Fix

  • babel-parser
  • babel-traverse
    • #17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)

... (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.

Changelog

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliance]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

This file contains the changelog starting from v8.0.0-alpha.0.

v8.0.0-rc.3 (2026-03-16)

👓 Spec Compliance

💥 Breaking Change

  • babel-parser, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-instanceof, babel-traverse, babel-types
  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-generator, babel-parser, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules

🚀 New Feature

  • babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-preset-react
  • babel-parser

... (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-typescript since your current version.


Updates @types/k6 from 0.46.3 to 1.7.0

Commits

Updates babel-loader from 9.1.3 to 10.1.1

Release notes

Sourced from babel-loader's releases.

v10.1.1

What's Changed

Full Changelog: babel/babel-loader@v10.1.0...v10.1.1

v10.1.0

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v10.0.0...v10.1.0

v10.0.0

What's Changed

Breaking Changes

…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.29.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.22.14` | `7.29.2` |
| [@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.7.0` |
| [babel-loader](https://github.com/babel/babel-loader) | `9.1.3` | `10.1.1` |
| [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin) | `11.0.0` | `14.0.0` |
| [webpack](https://github.com/webpack/webpack) | `5.104.1` | `5.105.4` |
| [@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` | `7.0.2` |
| [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.29.0
- [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.29.0/packages/babel-core)

Updates `@babel/preset-env` from 7.22.14 to 7.29.2
- [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.29.2/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.7.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.1.1
- [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.1.1)

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

Updates `webpack` from 5.104.1 to 5.105.4
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.104.1...v5.105.4)

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 7.0.2
- [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@7.0.2)

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.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-test-deps
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.2
  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.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: babel-loader
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: copy-webpack-plugin
  dependency-version: 14.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-test-deps
- dependency-name: webpack
  dependency-version: 5.105.4
  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: 7.0.2
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 1, 2026 16:29
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 1, 2026

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 1, 2026

Integration Test Results (prism-node)

1 tests  ±0   1 ✅ ±0   1s ⏱️ -1s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit e25650b. ± Comparison against base commit ada4f46.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 1, 2026

Integration Test Results

 23 files  ±0   23 suites  ±0   3s ⏱️ ±0s
 58 tests ±0   58 ✅ ±0  0 💤 ±0  0 ❌ ±0 
106 runs  ±0  106 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e25650b. ± Comparison against base commit ada4f46.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 1, 2026

Unit Test Results

113 files  ±0  113 suites  ±0   29m 27s ⏱️ + 4m 13s
927 tests ±0  918 ✅  - 1  8 💤 ±0  1 ❌ +1 
934 runs  ±0  925 ✅  - 1  8 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit e25650b. ± Comparison against base commit ada4f46.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

Superseded by #1761.

@dependabot dependabot Bot closed this Apr 13, 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.

0 participants