decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
431 stars 131 forks source link

chore(deps): update devdeps #1272

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/plugin-syntax-import-assertions (source) 7.23.3 -> 7.25.7 age adoption passing confidence
@babel/preset-typescript (source) 7.23.0 -> 7.25.7 age adoption passing confidence
@microsoft/api-documenter (source) 7.23.30 -> 7.25.17 age adoption passing confidence
@microsoft/api-extractor (source) 7.40.6 -> 7.47.9 age adoption passing confidence
@microsoft/api-extractor-model (source) 7.28.13 -> 7.29.8 age adoption passing confidence
@microsoft/tsdoc (source) 0.14.2 -> 0.15.0 age adoption passing confidence
@noble/hashes (source) 1.4.0 -> 1.5.0 age adoption passing confidence
@types/eslint (source) 8.56.2 -> 8.56.12 age adoption passing confidence
@types/node (source) 20.11.19 -> 20.16.10 age adoption passing confidence
@types/react (source) 18.2.57 -> 18.3.11 age adoption passing confidence
@types/react-dom (source) 18.2.19 -> 18.3.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-promise 6.1.1 -> 6.6.0 age adoption passing confidence
ethers (source) 6.11.1 -> 6.13.3 age adoption passing confidence
express (source) 4.19.2 -> 4.21.0 age adoption passing confidence
jest-environment-puppeteer (source) 10.0.1 -> 10.1.1 age adoption passing confidence
jest-puppeteer (source) 10.0.1 -> 10.1.1 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.3 age adoption passing confidence
puppeteer (source) 22.2.0 -> 22.15.0 age adoption passing confidence
semantic-release 23.0.2 -> 23.1.1 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.2.5 age adoption passing confidence
typescript (source) 5.3.3 -> 5.6.2 age adoption passing confidence
uint8arrays 5.0.2 -> 5.1.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/plugin-syntax-import-assertions) ### [`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.6...v7.25.7) ##### :bug: Bug Fix - `babel-helper-validator-identifier` - [#​16825](https://redirect.github.com/babel/babel/pull/16825) fix: update identifier to unicode 16 ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-traverse` - [#​16814](https://redirect.github.com/babel/babel/pull/16814) fix: issue with node path keys updated on unrelated paths ([@​DylanPiercey](https://redirect.github.com/DylanPiercey)) - `babel-plugin-transform-classes` - [#​16797](https://redirect.github.com/babel/babel/pull/16797) Use an inclusion rather than exclusion list for `super()` check ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16788](https://redirect.github.com/babel/babel/pull/16788) Fix printing of TS `infer` in compact mode ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16785](https://redirect.github.com/babel/babel/pull/16785) Print TS type annotations for destructuring in assignment pattern ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16778](https://redirect.github.com/babel/babel/pull/16778) Respect `[no LineTerminator here]` after nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-types` - [#​16852](https://redirect.github.com/babel/babel/pull/16852) Add deprecated JSDOC for fields ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core` - [#​16820](https://redirect.github.com/babel/babel/pull/16820) Allow sync loading of ESM when `--experimental-require-module` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-helper-plugin-utils`, `babel-preset-env` - [#​16858](https://redirect.github.com/babel/babel/pull/16858) Add browserslist config to external dependency ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-destructuring-private`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`, `babel-standalone` - [#​16809](https://redirect.github.com/babel/babel/pull/16809) Archive syntax-import-reflection and syntax-decimal ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16779](https://redirect.github.com/babel/babel/pull/16779) Simplify logic for `[no LineTerminator here]` before nodes ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-plugin-transform-typescript` - [#​16875](https://redirect.github.com/babel/babel/pull/16875) perf: Avoid extra cloning of namespaces ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-types` - [#​16842](https://redirect.github.com/babel/babel/pull/16842) perf: Improve [@​babel/types](https://redirect.github.com/babel/types) builders ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - [#​16828](https://redirect.github.com/babel/babel/pull/16828) Only access `BABEL_TYPES_8_BREAKING` at startup ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.25.6`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7256-2024-08-29) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.7...v7.25.6) ##### :bug: Bug Fix - `babel-generator` - [#​16783](https://redirect.github.com/babel/babel/pull/16783) Properly print inner comments in TS array types ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#​16775](https://redirect.github.com/babel/babel/pull/16775) fix: jsx whitespace is not properly preserved when retainLines ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-traverse` - [#​16727](https://redirect.github.com/babel/babel/pull/16727) fix: `path.getAssignmentIdentifiers` may be `undefined` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-parser` - [#​16761](https://redirect.github.com/babel/babel/pull/16761) fix: improve static canFollowModifier checks ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-optional-chaining`, `babel-runtime-corejs3` - [#​16769](https://redirect.github.com/babel/babel/pull/16769) Only wrap functions in `superPropertyGet` helper ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16780](https://redirect.github.com/babel/babel/pull/16780) Do not enforce printing space between `(` and comments ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes` - [#​16781](https://redirect.github.com/babel/babel/pull/16781) Don't throw when enabling both syntax-import-{assertions,attributes} ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-generator` - [#​16782](https://redirect.github.com/babel/babel/pull/16782) TS union/intersection nested in union does not need parens ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-generator` - [#​16777](https://redirect.github.com/babel/babel/pull/16777) Remove unused `parent` params in the generator ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.24.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://redirect.github.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://redirect.github.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://redirect.github.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://redirect.github.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://redirect.github.com/blakewilson)) ### [`v7.24.6`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.1...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://redirect.github.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://redirect.github.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://redirect.github.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​16484](https://redirect.github.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://redirect.github.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://redirect.github.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://redirect.github.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://redirect.github.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://redirect.github.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://redirect.github.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - Other - [#​16466](https://redirect.github.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://redirect.github.com/JLHwung)) ### [`v7.24.1`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7241-2024-03-19) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.23.3...v7.24.1) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16350](https://redirect.github.com/babel/babel/pull/16350) Fix decorated class computed keys ordering ([@​JLHwung](https://redirect.github.com/JLHwung)) - [#​16344](https://redirect.github.com/babel/babel/pull/16344) Fix decorated class static field private access ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-json-modules`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16329](https://redirect.github.com/babel/babel/pull/16329) Respect `moduleName` for `@babel/runtime/regenerator` imports ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16331](https://redirect.github.com/babel/babel/pull/16331) Fix decorator memoiser binding kind ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16325](https://redirect.github.com/babel/babel/pull/16325) Fix decorator evaluation private environment ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :memo: Documentation - [#​16319](https://redirect.github.com/babel/babel/pull/16319) Update SECURITY.md ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16359](https://redirect.github.com/babel/babel/pull/16359) Replace `chalk` with `picocolors` ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow` - [#​16352](https://redirect.github.com/babel/babel/pull/16352) Run Babel transform tests on old node if possible ([@​JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​16323](https://redirect.github.com/babel/babel/pull/16323) Allow separate helpers to be excluded in Babel 8 ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-module-imports`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​16349](https://redirect.github.com/babel/babel/pull/16349) Support merging imports in import injector ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-attributes-to-assertions`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-decimal`, `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-reflection`, `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-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-literals`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-new-target`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-property-regex`, `babel-plugin-transform-unicode-regex`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript` - [#​16332](https://redirect.github.com/babel/babel/pull/16332) Test Babel 7 plugins compatibility with Babel 8 core ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-plugin-transform-object-rest-spread`, `babel-preset-env` - [#​16318](https://redirect.github.com/babel/babel/pull/16318) \[babel 8] Fix `@babel/compat-data` package.json ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-replace-supers`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime` - [#​16345](https://redirect.github.com/babel/babel/pull/16345) Optimize the use of `assertThisInitialized` after `super()` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16343](https://redirect.github.com/babel/babel/pull/16343) Use simpler `assertThisInitialized` more often ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-object-rest-spread`, `babel-traverse` - [#​16342](https://redirect.github.com/babel/babel/pull/16342) Consider well-known and registered symbols as literals ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16326](https://redirect.github.com/babel/babel/pull/16326) Reduce the use of class names ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
microsoft/rushstack (@​microsoft/api-documenter) ### [`v7.25.17`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72517) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.16...@microsoft/api-documenter_v7.25.17) Wed, 02 Oct 2024 00:11:19 GMT *Version update only* ### [`v7.25.16`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72516) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.15...@microsoft/api-documenter_v7.25.16) Tue, 01 Oct 2024 00:11:28 GMT *Version update only* ### [`v7.25.15`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72515) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.14...@microsoft/api-documenter_v7.25.15) Mon, 30 Sep 2024 15:12:19 GMT *Version update only* ### [`v7.25.14`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72514) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.13...@microsoft/api-documenter_v7.25.14) Fri, 13 Sep 2024 00:11:42 GMT *Version update only* ### [`v7.25.13`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72513) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.12...@microsoft/api-documenter_v7.25.13) Tue, 10 Sep 2024 20:08:11 GMT *Version update only* ### [`v7.25.12`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72512) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.11...@microsoft/api-documenter_v7.25.12) Wed, 21 Aug 2024 05:43:04 GMT *Version update only* ### [`v7.25.11`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72511) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.10...@microsoft/api-documenter_v7.25.11) Mon, 12 Aug 2024 22:16:04 GMT *Version update only* ### [`v7.25.10`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72510) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.9...@microsoft/api-documenter_v7.25.10) Fri, 02 Aug 2024 17:26:42 GMT *Version update only* ### [`v7.25.9`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7259) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.8...@microsoft/api-documenter_v7.25.9) Sat, 27 Jul 2024 00:10:27 GMT ##### Patches - Include CHANGELOG.md in published releases again ### [`v7.25.8`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7258) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.7...@microsoft/api-documenter_v7.25.8) Wed, 24 Jul 2024 00:12:14 GMT *Version update only* ### [`v7.25.7`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7257) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.6...@microsoft/api-documenter_v7.25.7) Wed, 17 Jul 2024 06:55:09 GMT *Version update only* ### [`v7.25.6`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7256) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.5...@microsoft/api-documenter_v7.25.6) Wed, 17 Jul 2024 00:11:19 GMT *Version update only* ### [`v7.25.5`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7255) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.4...@microsoft/api-documenter_v7.25.5) Tue, 16 Jul 2024 00:36:21 GMT *Version update only* ### [`v7.25.4`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7254) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.3...@microsoft/api-documenter_v7.25.4) Thu, 27 Jun 2024 21:01:36 GMT *Version update only* ### [`v7.25.3`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7253) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.2...@microsoft/api-documenter_v7.25.3) Mon, 03 Jun 2024 23:43:15 GMT *Version update only* ### [`v7.25.2`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7252) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.1...@microsoft/api-documenter_v7.25.2) Thu, 30 May 2024 00:13:05 GMT ##### Patches - Include missing `type` modifiers on type-only exports. ### [`v7.25.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72514) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.25.0...@microsoft/api-documenter_v7.25.1) Fri, 13 Sep 2024 00:11:42 GMT *Version update only* ### [`v7.25.0`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7250) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.13...@microsoft/api-documenter_v7.25.0) Wed, 29 May 2024 00:10:52 GMT ##### Minor changes - Bump TSDoc dependencies. ### [`v7.24.13`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72413) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.12...@microsoft/api-documenter_v7.24.13) Tue, 28 May 2024 15:10:09 GMT *Version update only* ### [`v7.24.12`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72412) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.11...@microsoft/api-documenter_v7.24.12) Tue, 28 May 2024 00:09:47 GMT *Version update only* ### [`v7.24.11`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72411) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.10...@microsoft/api-documenter_v7.24.11) Sat, 25 May 2024 04:54:07 GMT *Version update only* ### [`v7.24.10`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72410) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.9...@microsoft/api-documenter_v7.24.10) Fri, 24 May 2024 00:15:08 GMT *Version update only* ### [`v7.24.9`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7249) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.8...@microsoft/api-documenter_v7.24.9) Thu, 23 May 2024 02:26:56 GMT *Version update only* ### [`v7.24.8`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7248) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.7...@microsoft/api-documenter_v7.24.8) Thu, 16 May 2024 15:10:22 GMT *Version update only* ### [`v7.24.7`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7247) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.6...@microsoft/api-documenter_v7.24.7) Wed, 15 May 2024 23:42:58 GMT *Version update only* ### [`v7.24.6`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7246) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.5...@microsoft/api-documenter_v7.24.6) Wed, 15 May 2024 06:04:17 GMT *Version update only* ### [`v7.24.5`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7245) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.4...@microsoft/api-documenter_v7.24.5) Fri, 10 May 2024 05:33:33 GMT *Version update only* ### [`v7.24.4`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7244) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.3...@microsoft/api-documenter_v7.24.4) Wed, 08 May 2024 22:23:50 GMT *Version update only* ### [`v7.24.3`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7243) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.2...@microsoft/api-documenter_v7.24.3) Mon, 06 May 2024 15:11:04 GMT *Version update only* ### [`v7.24.2`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7242) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.1...@microsoft/api-documenter_v7.24.2) Wed, 10 Apr 2024 15:10:09 GMT *Version update only* ### [`v7.24.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72413) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.24.0...@microsoft/api-documenter_v7.24.1) Tue, 28 May 2024 15:10:09 GMT *Version update only* ### [`v7.24.0`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#7240) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.38...@microsoft/api-documenter_v7.24.0) Sat, 16 Mar 2024 00:11:37 GMT ##### Minor changes - Emit HTML tags for tables instead of Markdown code. ### [`v7.23.38`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72338) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.37...@microsoft/api-documenter_v7.23.38) Fri, 15 Mar 2024 00:12:40 GMT *Version update only* ### [`v7.23.37`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72337) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.36...@microsoft/api-documenter_v7.23.37) Tue, 05 Mar 2024 01:19:24 GMT *Version update only* ### [`v7.23.36`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72336) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.35...@microsoft/api-documenter_v7.23.36) Sun, 03 Mar 2024 20:58:12 GMT *Version update only* ### [`v7.23.35`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72335) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.34...@microsoft/api-documenter_v7.23.35) Sat, 02 Mar 2024 02:22:23 GMT *Version update only* ### [`v7.23.34`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72334) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.33...@microsoft/api-documenter_v7.23.34) Fri, 01 Mar 2024 01:10:08 GMT *Version update only* ### [`v7.23.33`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72333) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.32...@microsoft/api-documenter_v7.23.33) Thu, 29 Feb 2024 07:11:45 GMT *Version update only* ### [`v7.23.32`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72332) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.31...@microsoft/api-documenter_v7.23.32) Wed, 28 Feb 2024 16:09:27 GMT *Version update only* ### [`v7.23.31`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-documenter/CHANGELOG.md#72331) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.23.30...@microsoft/api-documenter_v7.23.31) Sat, 24 Feb 2024 23:02:51 GMT *Version update only*
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.47.9`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7479) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.8...@microsoft/api-extractor_v7.47.9) Fri, 13 Sep 2024 00:11:42 GMT *Version update only* ### [`v7.47.8`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7478) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.7...@microsoft/api-extractor_v7.47.8) Tue, 10 Sep 2024 20:08:11 GMT *Version update only* ### [`v7.47.7`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7477) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.6...@microsoft/api-extractor_v7.47.7) Wed, 21 Aug 2024 05:43:04 GMT *Version update only* ### [`v7.47.6`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7476) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.5...@microsoft/api-extractor_v7.47.6) Mon, 12 Aug 2024 22:16:04 GMT *Version update only* ### [`v7.47.5`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7475) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.4...@microsoft/api-extractor_v7.47.5) Fri, 02 Aug 2024 17:26:42 GMT *Version update only* ### [`v7.47.4`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7474) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.3...@microsoft/api-extractor_v7.47.4) Sat, 27 Jul 2024 00:10:27 GMT ##### Patches - Include CHANGELOG.md in published releases again ### [`v7.47.3`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7473) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.2...@microsoft/api-extractor_v7.47.3) Wed, 24 Jul 2024 00:12:14 GMT ##### Patches - Fix an edge case when discarding the file extension from the "reportFileName" setting and improve its documentation ### [`v7.47.2`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7472) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.1...@microsoft/api-extractor_v7.47.2) Wed, 17 Jul 2024 06:55:09 GMT *Version update only* ### [`v7.47.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7471) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.47.0...@microsoft/api-extractor_v7.47.1) Tue, 16 Jul 2024 00:36:22 GMT *Version update only* ### [`v7.47.0`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7470) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.46.2...@microsoft/api-extractor_v7.47.0) Mon, 03 Jun 2024 23:43:15 GMT ##### Minor changes - Add support for re-exporting modules using syntax such as `export * as ns from './file'` (GitHub [#​2780](https://redirect.github.com/microsoft/rushstack/issues/2780)) ### [`v7.46.2`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7462) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.46.1...@microsoft/api-extractor_v7.46.2) Thu, 30 May 2024 00:13:05 GMT ##### Patches - Include missing `type` modifiers on type-only exports. ### [`v7.46.1`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7461) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.46.0...@microsoft/api-extractor_v7.46.1) Wed, 29 May 2024 02:03:50 GMT *Version update only* ### [`v7.46.0`](https://redirect.github.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7460) [Compare Source](https://redirect.github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.45.1...@microsoft/api-extractor_v7.46.0) Wed, 29 May 2024 00:10:52 GMT ##### Minor changes - Bump TSDoc dependencies. ### [`v7.45.1`](https://redirect.github.com/microsoft/rushsta

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.79%. Comparing base (2110590) to head (5b5c74f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #1272 +/- ## ======================================= Coverage 89.79% 89.79% ======================================= Files 176 176 Lines 27791 27791 Branches 2208 2208 ======================================= Hits 24954 24954 Misses 2837 2837 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.