Closed renovate[bot] closed 1 year ago
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.
:tada: This PR is included in version 8.1.0-alpha.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 8.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR contains the following updates:
7.22.17
->7.23.0
7.22.15
->7.22.20
7.22.15
->7.23.1
11.1.3
->11.1.4
9.0.5
->9.2.1
10.0.5
->10.0.6
^0.15.0
->^0.17.0
1.1.3
->1.1.4
2.4.3
->2.4.4
3.7.0
->3.8.0
8.49.0
->8.50.0
0.9.1
->0.9.2
1.17.0
->1.18.0
3.29.1
->3.29.4
21.1.1
->21.1.2
0.11.0
->0.12.0
Release Notes
babel/babel (@babel/core)
### [`v7.23.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7230-2023-09-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.20...v7.23.0) ##### :rocket: New Feature - `babel-plugin-proposal-import-wasm-source`, `babel-plugin-syntax-import-source`, `babel-plugin-transform-dynamic-import` - [#15870](https://togithub.com/babel/babel/pull/15870) Support transforming `import source` for wasm ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-proposal-import-defer`, `babel-plugin-syntax-import-defer`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#15878](https://togithub.com/babel/babel/pull/15878) Implement `import defer` proposal transform support ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#15845](https://togithub.com/babel/babel/pull/15845) Implement `import defer` parsing support ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#15829](https://togithub.com/babel/babel/pull/15829) Add parsing support for the "source phase imports" proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-traverse`, `babel-types` - [#15682](https://togithub.com/babel/babel/pull/15682) Add `createImportExpressions` parser option ([@JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#15671](https://togithub.com/babel/babel/pull/15671) Pass through nonce to the transformed script element ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-function-name`, `babel-helper-member-expression-to-functions`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#15751](https://togithub.com/babel/babel/pull/15751) Add support for optional chain in assignments ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#15895](https://togithub.com/babel/babel/pull/15895) Implement the "decorator metadata" proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse`, `babel-types` - [#15893](https://togithub.com/babel/babel/pull/15893) Add `t.buildUndefinedNode` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-preset-typescript` - [#15913](https://togithub.com/babel/babel/pull/15913) Add `rewriteImportExtensions` option to TS preset ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#15896](https://togithub.com/babel/babel/pull/15896) Allow TS tuples to have both labeled and unlabeled elements ([@yukukotani](https://togithub.com/yukukotani)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#15962](https://togithub.com/babel/babel/pull/15962) fix: `transform-block-scoping` captures the variables of the method in the loop ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#15797](https://togithub.com/babel/babel/pull/15797) Expand evaluation of global built-ins in `@babel/traverse` ([@lorenzoferre](https://togithub.com/lorenzoferre)) - `babel-plugin-proposal-explicit-resource-management` - [#15985](https://togithub.com/babel/babel/pull/15985) Improve source maps for blocks with `using` declarations ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#15984](https://togithub.com/babel/babel/pull/15984) Inline `exports.XXX =` update in simple variable declarations ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.20`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72220-2023-09-16) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.19...v7.22.20) ##### :house: Internal - `babel-helper-validator-identifier` - [#15973](https://togithub.com/babel/babel/pull/15973) Remove special-casing of U+200C and U+200D ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-dotall-regex` - [#15974](https://togithub.com/babel/babel/pull/15974) Update Unicode test fixtures ([@JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-helper-remap-async-to-generator`, `babel-helper-wrap-function`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-function-sent`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#15979](https://togithub.com/babel/babel/pull/15979) Revert "Improve output when wrapping functions" ([@jjonescz](https://togithub.com/jjonescz)) ### [`v7.22.19`](https://togithub.com/babel/babel/releases/tag/v7.22.19) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.18...v7.22.19) #### v7.22.19 (2023-09-14) Re-published 7.22.18, due to a releasing error. ### [`v7.22.18`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72218-2023-09-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.17...v7.22.18) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#15957](https://togithub.com/babel/babel/pull/15957) Update identifier name definitions to Unicode 15.1 ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#15898](https://togithub.com/babel/babel/pull/15898) Fix transform of named import with shadowed namespace import ([@dhlolo](https://togithub.com/dhlolo)) ##### :leftwards_arrow_with_hook: Revert - [#15965](https://togithub.com/babel/babel/pull/15965) Revert Node.js 20.6.0 bug workaround ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))babel/babel (@babel/runtime)
### [`v7.23.1`](https://togithub.com/babel/babel/releases/tag/v7.23.1) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.0...v7.23.1) #### v7.23.1 (2023-09-25) Re-publishing `@babel/helpers` due to a publishing error in 7.23.0. ### [`v7.23.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7230-2023-09-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.15...v7.23.0) ##### :rocket: New Feature - `babel-plugin-proposal-import-wasm-source`, `babel-plugin-syntax-import-source`, `babel-plugin-transform-dynamic-import` - [#15870](https://togithub.com/babel/babel/pull/15870) Support transforming `import source` for wasm ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-module-transforms`, `babel-helpers`, `babel-plugin-proposal-import-defer`, `babel-plugin-syntax-import-defer`, `babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#15878](https://togithub.com/babel/babel/pull/15878) Implement `import defer` proposal transform support ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-types` - [#15845](https://togithub.com/babel/babel/pull/15845) Implement `import defer` parsing support ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#15829](https://togithub.com/babel/babel/pull/15829) Add parsing support for the "source phase imports" proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helper-module-transforms`, `babel-parser`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-traverse`, `babel-types` - [#15682](https://togithub.com/babel/babel/pull/15682) Add `createImportExpressions` parser option ([@JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#15671](https://togithub.com/babel/babel/pull/15671) Pass through nonce to the transformed script element ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-function-name`, `babel-helper-member-expression-to-functions`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-types` - [#15751](https://togithub.com/babel/babel/pull/15751) Add support for optional chain in assignments ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-decorators` - [#15895](https://togithub.com/babel/babel/pull/15895) Implement the "decorator metadata" proposal ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse`, `babel-types` - [#15893](https://togithub.com/babel/babel/pull/15893) Add `t.buildUndefinedNode` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-preset-typescript` - [#15913](https://togithub.com/babel/babel/pull/15913) Add `rewriteImportExtensions` option to TS preset ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#15896](https://togithub.com/babel/babel/pull/15896) Allow TS tuples to have both labeled and unlabeled elements ([@yukukotani](https://togithub.com/yukukotani)) ##### :bug: Bug Fix - `babel-plugin-transform-block-scoping` - [#15962](https://togithub.com/babel/babel/pull/15962) fix: `transform-block-scoping` captures the variables of the method in the loop ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-traverse` - [#15797](https://togithub.com/babel/babel/pull/15797) Expand evaluation of global built-ins in `@babel/traverse` ([@lorenzoferre](https://togithub.com/lorenzoferre)) - `babel-plugin-proposal-explicit-resource-management` - [#15985](https://togithub.com/babel/babel/pull/15985) Improve source maps for blocks with `using` declarations ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-core`, `babel-helper-module-transforms`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-classes`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#15984](https://togithub.com/babel/babel/pull/15984) Inline `exports.XXX =` update in simple variable declarations ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))rollup/plugins (@rollup/plugin-typescript)
### [`v11.1.4`](https://togithub.com/rollup/plugins/blob/HEAD/packages/typescript/CHANGELOG.md#v1114) [Compare Source](https://togithub.com/rollup/plugins/compare/435e4a175fad94daa9927ae86d14f42850ac8db9...6caf7130c29197bc709b930772b49343d7a4b3e0) *2023-09-25* ##### Bugfixes - fix: fix sourcemap sourcecontent referencing non-existent files [#1571](https://togithub.com/rollup/plugins/pull/1571)semantic-release/github (@semantic-release/github)
### [`v9.2.1`](https://togithub.com/semantic-release/github/compare/v9.2.0...v9.2.1) [Compare Source](https://togithub.com/semantic-release/github/compare/v9.2.0...v9.2.1) ### [`v9.2.0`](https://togithub.com/semantic-release/github/releases/tag/v9.2.0) [Compare Source](https://togithub.com/semantic-release/github/compare/v9.1.0...v9.2.0) ##### Features - add discussionCategoryName option ([#702](https://togithub.com/semantic-release/github/issues/702)) ([34c0afd](https://togithub.com/semantic-release/github/commit/34c0afded9391608ad334fa8379f4f1e83cc35fa)) ### [`v9.1.0`](https://togithub.com/semantic-release/github/releases/tag/v9.1.0) [Compare Source](https://togithub.com/semantic-release/github/compare/v9.0.7...v9.1.0) ##### Features - `releaseNameTemplate` and `releaseBodyTemplate` options for customizing release body and name ([#704](https://togithub.com/semantic-release/github/issues/704)) ([9e2678c](https://togithub.com/semantic-release/github/commit/9e2678cd69e67ce0b79c5bd1731a376f269d958c)) ### [`v9.0.7`](https://togithub.com/semantic-release/github/releases/tag/v9.0.7) [Compare Source](https://togithub.com/semantic-release/github/compare/v9.0.6...v9.0.7) ##### Bug Fixes - **deps:** update octokit monorepo (major) ([#708](https://togithub.com/semantic-release/github/issues/708)) ([47f2b2e](https://togithub.com/semantic-release/github/commit/47f2b2e39ae75549988023e534e068fde365d836)) ### [`v9.0.6`](https://togithub.com/semantic-release/github/releases/tag/v9.0.6) [Compare Source](https://togithub.com/semantic-release/github/compare/v9.0.5...v9.0.6) ##### Bug Fixes - **deps:** update dependency aggregate-error to v5 ([#698](https://togithub.com/semantic-release/github/issues/698)) ([706544c](https://togithub.com/semantic-release/github/commit/706544c2d961f8a5644f36812e60a07327fa2851))semantic-release/npm (@semantic-release/npm)
### [`v10.0.6`](https://togithub.com/semantic-release/npm/releases/tag/v10.0.6) [Compare Source](https://togithub.com/semantic-release/npm/compare/v10.0.5...v10.0.6) ##### Bug Fixes - **deps:** update dependency aggregate-error to v5 ([#676](https://togithub.com/semantic-release/npm/issues/676)) ([f2bc9e7](https://togithub.com/semantic-release/npm/commit/f2bc9e70eeb68ad9cf7f0eec5545ba323d94da19))Sphereon-OpenSource/ssi-sdk (@sphereon/ssi-types)
### [`v0.17.5`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0175-2023-10-01) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.4...v0.17.5) **Note:** Version bump only for package [@sphereon/sphereon-sdk](https://togithub.com/sphereon/sphereon-sdk).workspace ### [`v0.17.4`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0174-2023-10-01) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.3...v0.17.4) **Note:** Version bump only for package [@sphereon/sphereon-sdk](https://togithub.com/sphereon/sphereon-sdk).workspace ### [`v0.17.3`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0173-2023-09-30) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.2...v0.17.3) **Note:** Version bump only for package [@sphereon/sphereon-sdk](https://togithub.com/sphereon/sphereon-sdk).workspace ### [`v0.17.2`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0172-2023-09-30) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.1...v0.17.2) **Note:** Version bump only for package [@sphereon/sphereon-sdk](https://togithub.com/sphereon/sphereon-sdk).workspace ### [`v0.17.1`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0171-2023-09-28) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.17.0...v0.17.1) ##### Bug Fixes - update deps to fix an issue with VCI offer ids not mapping on issuer metadata ([aa6f98c](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/aa6f98c951b41b9273a9128fbc0c08f4eb5aa41b)) ### [`v0.17.0`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0170-2023-09-28) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.16.0...v0.17.0) ##### Features - Do not raise an error by default in case we encounter a VC with a statuslist we do not support. More strict scenario's are supported with an optional parm ([2dde4b7](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/2dde4b7ec63f579d208a8ea676e063cfe3b3a2ed)) - Do not raise an error by default in case we encounter a VC with a statuslist we do not support. More strict scenario's are supported with an optional parm ([4a634b7](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/4a634b77aadb59b93dd384018e64045fe95762e7)) ### [`v0.16.0`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/blob/HEAD/CHANGELOG.md#0160-2023-09-28) [Compare Source](https://togithub.com/Sphereon-OpenSource/ssi-sdk/compare/v0.15.1...v0.16.0) ##### Bug Fixes - Create a issuer.id in a uniform credential in case the issuer is already an object and there is an iss claim in the JWT ([706baff](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/706baffee81c1a6993bf1573a083696c45cb3ab9)) - [`Ed25519`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/commit/Ed25519) 2018 handling for verification ([b858710](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/b858710167a34a6a1c968f459cfae207b0d5a226)) - [`Ed25519`](https://togithub.com/Sphereon-OpenSource/ssi-sdk/commit/Ed25519) 2018 handling for verification ([14125e5](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/14125e58070e89b0c1a95769f24af79c0c1e1df5)) - Fix multibase/codec code ([4354927](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/43549278bb1a2f10f8eb4fab03abcd78c234bda2)) - fixed partyId property in rest api ([51861fd](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/51861fd35110b57975c4d897893a65f670e50430)) - Internally alg needs uppercase ([0388f11](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/0388f117d6cf1d753cf0eff10a3ab6a98f10faa0)) - Make sure we do not throw an error when the IDP does not have an end_session_url ([781e250](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/781e2500a3296fb74f3c774b8e2862cbca9abdb0)) - Secp256k recovery 2020 fix ([196ad4c](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/196ad4c158cc5c51400c17ed52f521b3deeb52e8)) - Secp256k recovery 2020 fix ([8be1da2](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/8be1da2a13572ec3dace13d87f9206d357f34266)) ##### Features - Add auth support to VCI REST client ([c541b23](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/c541b2347f4d602e5a017116e5d0155e8d6290dd)) - Add initial versions of VC API clients back ([f6465cf](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/f6465cf91e32e29349e91e203a2354cb229052ad)) - Add static header support to siop rest client ([e9fb5ee](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/e9fb5ee97e9f466b87a7a0424392571cff9fd56c)) - Add support for an OIDC BFF Passport based solution to express. Allows for SPA to work IDPs that require confidential clients ([d4e082c](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/d4e082c76693b2449a0bf101db99e974fe4a796f)) - Add web3 signer/wallet support directly using KMS, so you can use keys managed by the KMS in web3, without ever having to expose private keys ([e3d3df7](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/e3d3df746efd076a93d8452c79360840026f58b5)) - added contact test data ([daeb87d](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/daeb87d5a5f3f955b096be44e098d053f78a885b)) - Allow VCI issuer to also supply the issuer DID when the credential issuer is an object without an id ([7c72d31](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/7c72d31e05b90d0064dcff5ab25c985636438ec8)) - statuslist2021 functions ([61729f3](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/61729f3c2808a96339ee64a82ff8cce12b1ecef2)) - statuslist2021 support ([2649b95](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/2649b95dc5fe5882d6b43ccfdcf085e37918e713)) - statuslist2021 support ([46986dd](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/46986dd9eae27aaa6a980eac55a8d5e1d5c85a57)) - web3 headless provider and wallet ([00fc40a](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/00fc40a6fd2ade1cab03d750a1c012ca8cb6d05a)) - web3 headless provider and wallet ([c69cf9e](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/c69cf9e65de30180e2898ed2289c572fe228eb20)) - web3 headless provider and wallet ([62dc7df](https://togithub.com/Sphereon-Opensource/SSI-SDK/commit/62dc7dfb43b0461707d4ef2afc6f21406e57ae5e)) #### [0.15.1](https://togithub.com/Sphereon-Opensource/SSI-SDK/compare/v0.15.0...v0.15.1) (2023-08-10) ##### 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))softonic/axios-retry (axios-retry)
### [`v3.8.0`](https://togithub.com/softonic/axios-retry/blob/HEAD/CHANGELOG.md#380---2023-09-21) [Compare Source](https://togithub.com/softonic/axios-retry/compare/v3.7.0...v3.8.0) - Don't retry cancelled requests by defaulteslint/eslint (eslint)
### [`v8.50.0`](https://togithub.com/eslint/eslint/releases/tag/v8.50.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.49.0...v8.50.0) #### Features - [`27d5a9e`](https://togithub.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0) feat: add suggestions to array-callback-return ([#17590](https://togithub.com/eslint/eslint/issues/17590)) (Tanuj Kanti) - [`f9082ff`](https://togithub.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f) feat: flat-rule-tester make sure default config always matches ([#17585](https://togithub.com/eslint/eslint/issues/17585)) (fnx) - [`83914ad`](https://togithub.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc) feat: Implement SourceCode#applyInlineConfig() ([#17351](https://togithub.com/eslint/eslint/issues/17351)) (Nicholas C. Zakas) - [`22a5582`](https://togithub.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20) feat: add rule `no-object-constructor`, deprecate `no-new-object` ([#17576](https://togithub.com/eslint/eslint/issues/17576)) (Francesco Trotta) - [`85a3d9e`](https://togithub.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e) feat: allowVoid option in array-callback-return ([#17564](https://togithub.com/eslint/eslint/issues/17564)) (Tanuj Kanti) #### Bug Fixes - [`cc4d26b`](https://togithub.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a) fix: Ensure deprecated context.parserServices warns ([#17593](https://togithub.com/eslint/eslint/issues/17593)) (Nicholas C. Zakas) - [`1ea4cfb`](https://togithub.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b) fix: Ensure all RuleTester tests all deprecated context methods ([#17587](https://togithub.com/eslint/eslint/issues/17587)) (Nicholas C. Zakas) - [`aa1b657`](https://togithub.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322) fix: wrong suggestion and message in `no-misleading-character-class` ([#17571](https://togithub.com/eslint/eslint/issues/17571)) (Yosuke Ota) #### Documentation - [`1800537`](https://togithub.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0) docs: Fix and standardize JSX code examples ([#17591](https://togithub.com/eslint/eslint/issues/17591)) (Francesco Trotta) - [`48a44a7`](https://togithub.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830) docs: Add correct/incorrect tags to `prefer-arrow-callback` ([#17589](https://togithub.com/eslint/eslint/issues/17589)) (Francesco Trotta) - [`20893d4`](https://togithub.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e) docs: fix incorrect tag's place ([#17575](https://togithub.com/eslint/eslint/issues/17575)) (Tanuj Kanti) - [`bd7a71f`](https://togithub.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45) docs: Update README (GitHub Actions Bot) #### Chores - [`f8a8a2d`](https://togithub.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).50.0 ([#17599](https://togithub.com/eslint/eslint/issues/17599)) (Milos Djermanovic) - [`38ada6d`](https://togithub.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)emn178/js-sha3 (js-sha3)
### [`v0.9.2`](https://togithub.com/emn178/js-sha3/blob/HEAD/CHANGELOG.md#v092--2023-09-16) [Compare Source](https://togithub.com/emn178/js-sha3/compare/v0.9.1...v0.9.2) ##### Fixed - don't modify global Array and ArrayBuffer prototypes. [#33](https://togithub.com/emn178/js-sha3/issues/33) - refactor: simplify formatMessage internal logic. [#34](https://togithub.com/emn178/js-sha3/issues/34)nats-io/nats.ws (nats.ws)
### [`v1.18.0`](https://togithub.com/nats-io/nats.ws/releases/tag/v1.18.0) [Compare Source](https://togithub.com/nats-io/nats.ws/compare/v1.17.0...v1.18.0) #### What's Changed Many new features and fixes with [NBC v1.17.0](https://togithub.com/nats-io/nats.deno/releases/tag/v1.17.0), including removal of preview notice for ObjectStore APIs and support for new features introduced with nats-server 2.10.0. For a complete list, please visit the [release notes](https://togithub.com/nats-io/nats.deno/releases/tag/v1.17.0). - \[BUMP] nbc to 1.17.0 by [@aricart](https://togithub.com/aricart) in [https://github.com/nats-io/nats.ws/pull/215](https://togithub.com/nats-io/nats.ws/pull/215) - \[FIX] removed console.log on transport close by [@aricart](https://togithub.com/aricart) in [https://github.com/nats-io/nats.ws/pull/210](https://togithub.com/nats-io/nats.ws/pull/210) - \[REPO] Add issue forms by [@bruth](https://togithub.com/bruth) in [https://github.com/nats-io/nats.ws/pull/211](https://togithub.com/nats-io/nats.ws/pull/211) - \[REPO] Fix issue config discussions link by [@bruth](https://togithub.com/bruth) in [https://github.com/nats-io/nats.ws/pull/212](https://togithub.com/nats-io/nats.ws/pull/212) - \[CI] updates nats-server and deno by [@aricart](https://togithub.com/aricart) in [https://github.com/nats-io/nats.ws/pull/214](https://togithub.com/nats-io/nats.ws/pull/214) #### New Contributors - [@bruth](https://togithub.com/bruth) made their first contribution in [https://github.com/nats-io/nats.ws/pull/211](https://togithub.com/nats-io/nats.ws/pull/211) **Full Changelog**: https://github.com/nats-io/nats.ws/compare/v1.17.0...v1.18.0rollup/rollup (rollup)
### [`v3.29.4`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3294) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.29.3...v3.29.4) *2023-09-28* ##### Bug Fixes - Fix static analysis when an exported function uses callbacks ([#5158](https://togithub.com/rollup/rollup/issues/5158)) ##### Pull Requests - [#5158](https://togithub.com/rollup/rollup/pull/5158): Deoptimize all parameters when losing track of a function ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.29.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3293) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.29.2...v3.29.3) *2023-09-24* ##### Bug Fixes - Fix a bug where code was wrongly tree-shaken after mutating function parameters ([#5153](https://togithub.com/rollup/rollup/issues/5153)) ##### Pull Requests - [#5145](https://togithub.com/rollup/rollup/pull/5145): docs: improve the docs repl appearance in the light mode ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5148](https://togithub.com/rollup/rollup/pull/5148): chore(deps): update dependency [@vue/eslint-config-typescript](https://togithub.com/vue/eslint-config-typescript) to v12 ([@renovate](https://togithub.com/renovate)\[bot]) - [#5149](https://togithub.com/rollup/rollup/pull/5149): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot]) - [#5153](https://togithub.com/rollup/rollup/pull/5153): Fully deoptimize first level path when deoptimizing nested parameter paths ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v3.29.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#3292) [Compare Source](https://togithub.com/rollup/rollup/compare/v3.29.1...v3.29.2) *2023-09-15* ##### Bug Fixes - Export `TreeshakingPreset` type ([#5131](https://togithub.com/rollup/rollup/issues/5131)) ##### Pull Requests - [#5131](https://togithub.com/rollup/rollup/pull/5131): fix: exports `TreeshakingPreset` ([@moltar](https://togithub.com/moltar)) - [#5134](https://togithub.com/rollup/rollup/pull/5134): docs: steps to enable symlinks on windows ([@thebanjomatic](https://togithub.com/thebanjomatic)) - [#5137](https://togithub.com/rollup/rollup/pull/5137): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot])semantic-release/semantic-release (semantic-release)
### [`v21.1.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v21.1.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v21.1.1...v21.1.2) ##### Bug Fixes - **deps:** update dependency aggregate-error to v5 ([#2956](https://togithub.com/semantic-release/semantic-release/issues/2956)) ([1017e1a](https://togithub.com/semantic-release/semantic-release/commit/1017e1aac2d12736fb3027a8693aca228b0717d1))styfle/cancel-workflow-action (styfle/cancel-workflow-action)
### [`v0.12.0`](https://togithub.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.0) [Compare Source](https://togithub.com/styfle/cancel-workflow-action/compare/0.11.0...0.12.0)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.