energywebfoundation / iam-client-lib

TypeScript library to be used within decentralised applications for authentication and authorisation using DIDs (Decentralised Identifiers) and VCs (Verifiable Credentials)
GNU General Public License v3.0
19 stars 9 forks source link

build(deps): update dependencies #726

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.9 -> 7.22.10 age adoption passing confidence
@babel/plugin-transform-regenerator (source) 7.22.5 -> 7.22.10 age adoption passing confidence
@babel/preset-env (source) 7.22.9 -> 7.22.10 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.1.0 -> 15.2.1 age adoption passing confidence
@semantic-release/npm 10.0.4 -> 10.0.5 age adoption passing confidence
@sphereon/ssi-types ^0.14.0 -> ^0.15.0 age adoption passing confidence
fsevents 2.3.2 -> 2.3.3 age adoption passing confidence
nats.ws 1.16.1 -> 1.17.0 age adoption passing confidence
nock 13.3.2 -> 13.3.3 age adoption passing confidence
rollup (source) 3.28.0 -> 3.28.1 age adoption passing confidence
semantic-release 21.0.7 -> 21.0.9 age adoption passing confidence
tslib (source) 2.6.1 -> 2.6.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.22.10`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72210-2023-08-07) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.9...v7.22.10) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15799](https://togithub.com/babel/babel/pull/15799) \[ts] Strip type-only namespaces ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​15798](https://togithub.com/babel/babel/pull/15798) \[ts] Fix compiling extended exported nested namespace ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-private-methods`, `babel-preset-env` - [#​15701](https://togithub.com/babel/babel/pull/15701) Memoize class binding when compiling private methods and static elements ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-cli` - [#​15824](https://togithub.com/babel/babel/pull/15824) Add `meta` object to `@babel/eslint-plugin` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-traverse`, `babel-types` - [#​15661](https://togithub.com/babel/babel/pull/15661) Improve the type definition of `path.isX` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​15776](https://togithub.com/babel/babel/pull/15776) improve SourceLocation typing ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​15818](https://togithub.com/babel/babel/pull/15818) build: generate flow typings in prepublish job ([@​JLHwung](https://togithub.com/JLHwung)) - [#​15777](https://togithub.com/babel/babel/pull/15777) chore: bump dev dependencies and remove .eslintignore ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-builder-react-jsx`, `babel-preset-env`, `babel-standalone` - [#​15794](https://togithub.com/babel/babel/pull/15794) Enable `@typescript-eslint/no-redundant-type-constituents` rule ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​15811](https://togithub.com/babel/babel/pull/15811) Remove `@babel/core` peerDep from `helper-compilation-targets` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15793](https://togithub.com/babel/babel/pull/15793) Use const enum in babel-parser ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-runtime`, `babel-traverse`, `babel-types` - [#​15716](https://togithub.com/babel/babel/pull/15716) chore: Use `typescript-eslint@v6` with reworked configs ([@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg)) ##### :microscope: Output optimization - `babel-plugin-transform-block-scoping`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator` - [#​15746](https://togithub.com/babel/babel/pull/15746) Reduce `transform-block-scoping` loops output size ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
rollup/plugins (@​rollup/plugin-node-resolve) ### [`v15.2.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1521) [Compare Source](https://togithub.com/rollup/plugins/compare/7d395b8828db2b208c561a5bda87997c00ecf2b6...767a8f5b49a3c871d681407a7b237475a7c6a97d) *2023-08-22* ##### Bugfixes - fix: Implement package exports / imports resolution algorithm according to Node documentation [#​1549](https://togithub.com/rollup/plugins/pull/1549) ### [`v15.2.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1520) [Compare Source](https://togithub.com/rollup/plugins/compare/616bdd3e2dd613821267e4e56e9666d65aef862e...7d395b8828db2b208c561a5bda87997c00ecf2b6) *2023-08-17* ##### Features - feat: pass original importee to secondary resolve [#​1557](https://togithub.com/rollup/plugins/pull/1557)
semantic-release/npm (@​semantic-release/npm) ### [`v10.0.5`](https://togithub.com/semantic-release/npm/releases/tag/v10.0.5) [Compare Source](https://togithub.com/semantic-release/npm/compare/v10.0.4...v10.0.5) ##### Bug Fixes - **deps:** update dependency execa to v8 ([#​659](https://togithub.com/semantic-release/npm/issues/659)) ([502d5ba](https://togithub.com/semantic-release/npm/commit/502d5bab919db25d14a2e84e13d83a2539c2cf54))
Sphereon-OpenSource/ssi-sdk (@​sphereon/ssi-types) ### [`v0.15.1`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0151-2023-08-10) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.15.0...v0.15.1) ##### Bug Fixes - /well-known/did/json wasn't resolving anymore because of an incorrect path match ([e94f4da](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/e94f4dad1eef2f1e428eef0967b4c75c6509f77c)) ### [`v0.15.0`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0150-2023-08-10) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.14.1...v0.15.0) ##### Bug Fixes - Alg header was not correctly set, and we do support ES256 for JsonWebSignature2020 now ([d8e961c](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/d8e961c984ca522ebb657b420853e4c0687161f8)) - Authentication fixes ([adafd6b](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/adafd6bd09142492f7b3bddbab8d03ae24cf8600)) ##### Features - Add graceful http server termination ([bba073b](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/bba073b22afe1e09663532ac4427cf3a16a9e734)) - Add morgan logging to express builder. Allow expres to start from build result ([caa4909](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/caa4909009d33d0bade1df637b354af8a89d9a4b)) - Add optional entra ID auth builder ([960f2df](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/960f2dfc645ca09567765e6cb67df5915cd02183)) - Add optional static bearer auth builder, with hashed tokens ([6a7dd17](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/6a7dd1799ada74a4fa8d1a8b0ce3f89ffc043d5a)) - Allow document loader to also load DID from the agent and fall back to the universal resolver (all configurable) ([f2f9fbc](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/f2f9fbc0c999664c8c1cfdd4b0f0204ea1b8ccf1)) - allow signing credential with local resolved DID. Especially handy for did:web that is not yet published/exposed ([34793e9](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/34793e9bacc7dfcc689ad8c11119d5f7d7b1d3ef)) - Separate SIOPv2 REST API into individual functions and use express-support ([2495980](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/24959808b9a4b59cec5171e2abb5fdc260448b98)) #### [0.14.1](https://togithub.com/Sphereon-Opensource/SSI-SDK/compare/v0.14.0...v0.14.1) (2023-07-31) **Note:** Version bump only for package [@​sphereon/sphereon-sdk](https://togithub.com/sphereon/sphereon-sdk).workspace
fsevents/fsevents (fsevents) ### [`v2.3.3`](https://togithub.com/fsevents/fsevents/releases/tag/v2.3.3) [Compare Source](https://togithub.com/fsevents/fsevents/compare/v2.3.2...v2.3.3) Released to npm as v2.3.3
nats-io/nats.ws (nats.ws) ### [`v1.17.0`](https://togithub.com/nats-io/nats.ws/releases/tag/v1.17.0) [Compare Source](https://togithub.com/nats-io/nats.ws/compare/v1.16.1...v1.17.0) #### What's Changed There are many new features, fixes, and one breaking change with [NBC v1.16.0](https://togithub.com/nats-io/nats.deno/releases/tag/v1.16.0). Please read the release notes before updating if you use the prerelease ObjectStore APIs. ##### Nats.ws Specific Changes - \[FIX] Firefox zombie connections by [@​aricart](https://togithub.com/aricart) in [https://github.com/nats-io/nats.ws/pull/207](https://togithub.com/nats-io/nats.ws/pull/207) - \[FEAT] bench req/rep by [@​aricart](https://togithub.com/aricart) in [https://github.com/nats-io/nats.ws/pull/208](https://togithub.com/nats-io/nats.ws/pull/208) - \[BUMP] \[CI] word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/nats-io/nats.ws/pull/204](https://togithub.com/nats-io/nats.ws/pull/204) **Full Changelog**: https://github.com/nats-io/nats.ws/compare/v1.16.1...v1.17.0
nock/nock (nock) ### [`v13.3.3`](https://togithub.com/nock/nock/releases/tag/v13.3.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.2...v13.3.3) ##### Bug Fixes - revert [#​2350](https://togithub.com/nock/nock/issues/2350) (Push persisted interceptors to the end instead of ignore on remove) ([#​2511](https://togithub.com/nock/nock/issues/2511)) ([fcea779](https://togithub.com/nock/nock/commit/fcea7792954af0ec25d1d12e1f26ad4ca74e5375)), closes [#​2500](https://togithub.com/nock/nock/issues/2500)
rollup/rollup (rollup) ### [`v3.28.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3281) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.28.0...v3.28.1) *2023-08-22* ##### Bug Fixes - Ensure external files with relative import paths outside the target are rendered correctly ([#​5099](https://togithub.com/rollup/rollup/issues/5099)) ##### Pull Requests - [#​5093](https://togithub.com/rollup/rollup/pull/5093): chore(deps): update dependency eslint-config-prettier to v9 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5094](https://togithub.com/rollup/rollup/pull/5094): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5099](https://togithub.com/rollup/rollup/pull/5099): Fix resolution of relative external files outside target directory ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5101](https://togithub.com/rollup/rollup/pull/5101): chore(deps): update dependency lint-staged to v14 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5102](https://togithub.com/rollup/rollup/pull/5102): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot])
semantic-release/semantic-release (semantic-release) ### [`v21.0.9`](https://togithub.com/semantic-release/semantic-release/releases/tag/v21.0.9) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v21.0.8...v21.0.9) ##### Bug Fixes - **deps:** update dependency hosted-git-info to v7 ([#​2908](https://togithub.com/semantic-release/semantic-release/issues/2908)) ([eba86ac](https://togithub.com/semantic-release/semantic-release/commit/eba86ac8e520d143db3853b24a7c5b5158b71ad3)) ### [`v21.0.8`](https://togithub.com/semantic-release/semantic-release/releases/tag/v21.0.8) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v21.0.7...v21.0.8) ##### Bug Fixes - **deps:** update dependency execa to v8 ([#​2914](https://togithub.com/semantic-release/semantic-release/issues/2914)) ([7bc21fc](https://togithub.com/semantic-release/semantic-release/commit/7bc21fcdc7c9962e27770cdfb268290d7ff610d2))
Microsoft/tslib (tslib) ### [`v2.6.2`](https://togithub.com/microsoft/tslib/releases/tag/v2.6.2): tslib 2.6.2 [Compare Source](https://togithub.com/Microsoft/tslib/compare/v2.6.1...v2.6.2) #### What's Changed - Fix path to `exports["module"]["types"]` by [@​andrewbranch](https://togithub.com/andrewbranch) in [https://github.com/microsoft/tslib/pull/217](https://togithub.com/microsoft/tslib/pull/217) **Full Changelog**: https://github.com/microsoft/tslib/compare/v2.6.1...v2.6.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

ewf-devops commented 4 months ago

:tada: This PR is included in version 8.1.0-alpha.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ewf-devops commented 4 months ago

:tada: This PR is included in version 8.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: