verdaccio / monorepo

🏰 Core dependencies and plugins for verdaccio 5.x branch ⚠️ DEPRECATED
https://verdaccio.org
MIT License
81 stars 62 forks source link

fix(deps): update all core dependencies #711

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.23.9 -> 7.24.5 age adoption passing confidence
@babel/core (source) 7.24.0 -> 7.24.5 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.24.0 -> 7.24.1 age adoption passing confidence
@babel/plugin-proposal-function-sent (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@babel/plugin-proposal-throw-expressions (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@babel/plugin-transform-async-to-generator (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@babel/plugin-transform-classes (source) 7.23.8 -> 7.24.5 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.24.0 -> 7.24.3 age adoption passing confidence
@babel/preset-env (source) 7.24.0 -> 7.24.5 age adoption passing confidence
@babel/preset-typescript (source) 7.23.3 -> 7.24.1 age adoption passing confidence
@babel/runtime (source) 7.24.0 -> 7.24.5 age adoption passing confidence
@verdaccio/config (source) 7.0.0-next-7.12 -> 7.0.0-next-7.13 age adoption passing confidence
@verdaccio/core (source) 7.0.0-next-7.12 -> 7.0.0-next-7.13 age adoption passing confidence
snyk 1.1284.0 -> 1.1291.0 age adoption passing confidence
typedoc-umlclass ^0.8.0 -> ^0.9.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli) ### [`v7.24.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7245-2024-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.5) ##### :bug: Bug Fix - `babel-plugin-transform-classes`, `babel-traverse` - [#​16377](https://togithub.com/babel/babel/pull/16377) fix: TypeScript annotation affects output ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3` - [#​16440](https://togithub.com/babel/babel/pull/16440) Fix suppressed error order ([@​sossost](https://togithub.com/sossost)) - [#​16408](https://togithub.com/babel/babel/pull/16408) Await nullish async disposable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#​16407](https://togithub.com/babel/babel/pull/16407) Recover from exported `using` declaration ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​16414](https://togithub.com/babel/babel/pull/16414) Relax ESLint peerDependency constraint to allow v9 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​16425](https://togithub.com/babel/babel/pull/16425) Improve `@babel/parser` AST types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16417](https://togithub.com/babel/babel/pull/16417) Always pass type argument to `.startNode` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16439](https://togithub.com/babel/babel/pull/16439) Make `NodePath` distributive ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-partial-application`, `babel-types` - [#​16421](https://togithub.com/babel/babel/pull/16421) Remove `JSXNamespacedName` from valid `CallExpression` args ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-class-properties`, `babel-preset-env` - [#​16406](https://togithub.com/babel/babel/pull/16406) Do not load unnecessary Babel 7 syntax plugins in Babel 8 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3` - [#​16357](https://togithub.com/babel/babel/pull/16357) Performance: improve `objectWithoutPropertiesLoose` on V8 ([@​romgrk](https://togithub.com/romgrk)) ### [`v7.24.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7241-2024-03-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.9...v7.24.1) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16350](https://togithub.com/babel/babel/pull/16350) Fix decorated class computed keys ordering ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16344](https://togithub.com/babel/babel/pull/16344) Fix decorated class static field private access ([@​JLHwung](https://togithub.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://togithub.com/babel/babel/pull/16329) Respect `moduleName` for `@babel/runtime/regenerator` imports ([@​nicolo-ribaudo](https://togithub.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://togithub.com/babel/babel/pull/16331) Fix decorator memoiser binding kind ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16325](https://togithub.com/babel/babel/pull/16325) Fix decorator evaluation private environment ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​16319](https://togithub.com/babel/babel/pull/16319) Update SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16359](https://togithub.com/babel/babel/pull/16359) Replace `chalk` with `picocolors` ([@​nicolo-ribaudo](https://togithub.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://togithub.com/babel/babel/pull/16352) Run Babel transform tests on old node if possible ([@​JLHwung](https://togithub.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://togithub.com/babel/babel/pull/16323) Allow separate helpers to be excluded in Babel 8 ([@​liuxingbaoyu](https://togithub.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://togithub.com/babel/babel/pull/16349) Support merging imports in import injector ([@​nicolo-ribaudo](https://togithub.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://togithub.com/babel/babel/pull/16332) Test Babel 7 plugins compatibility with Babel 8 core ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-plugin-transform-object-rest-spread`, `babel-preset-env` - [#​16318](https://togithub.com/babel/babel/pull/16318) \[babel 8] Fix `@babel/compat-data` package.json ([@​nicolo-ribaudo](https://togithub.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://togithub.com/babel/babel/pull/16345) Optimize the use of `assertThisInitialized` after `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16343](https://togithub.com/babel/babel/pull/16343) Use simpler `assertThisInitialized` more often ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-object-rest-spread`, `babel-traverse` - [#​16342](https://togithub.com/babel/babel/pull/16342) Consider well-known and registered symbols as literals ([@​nicolo-ribaudo](https://togithub.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://togithub.com/babel/babel/pull/16326) Reduce the use of class names ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
verdaccio/verdaccio (@​verdaccio/config) ### [`v7.0.0-next-7.13`](https://togithub.com/verdaccio/verdaccio/compare/@verdaccio/config@7.0.0-next-7.12...@verdaccio/config@7.0.0-next-7.13) [Compare Source](https://togithub.com/verdaccio/verdaccio/compare/@verdaccio/config@7.0.0-next-7.12...@verdaccio/config@7.0.0-next-7.13)
verdaccio/verdaccio (@​verdaccio/core) ### [`v7.0.0-next-7.13`](https://togithub.com/verdaccio/verdaccio/blob/HEAD/packages/core/core/CHANGELOG.md#700-next-713) [Compare Source](https://togithub.com/verdaccio/verdaccio/compare/@verdaccio/core@7.0.0-next-7.12...@verdaccio/core@7.0.0-next-7.13)
snyk/snyk (snyk) ### [`v1.1291.0`](https://togithub.com/snyk/cli/releases/tag/v1.1291.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1290.0...v1.1291.0) The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see [this documentation](https://docs.snyk.io/snyk-cli/releases-and-channels-for-the-snyk-cli) ##### News - This is the first **stable release** of the CLI - It makes use of semantic versioning and is the successor of [1.1290.0](https://togithub.com/snyk/cli/releases/tag/v1.1290.0) ##### Bug Fixes - **test:** Fix support of cyclic dependencies in maven with dverbose [#​5208](https://togithub.com/snyk/cli/pull/5208) ### [`v1.1290.0`](https://togithub.com/snyk/cli/releases/tag/v1.1290.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1289.0...v1.1290.0) ##### Bug Fixes - **code:** Fix error handling for experimental go native code client ([#​5170](https://togithub.com/snyk/snyk/issues/5170)) ([5400c69](https://togithub.com/snyk/snyk/commit/5400c698a2798672e96c91dd18706c2effebc416)) ##### Features - **code:** introduce human readable formatting for experimental test mechanism ([#​5174](https://togithub.com/snyk/snyk/issues/5174)) ([34bbc95](https://togithub.com/snyk/snyk/commit/34bbc955d241d619177dcdbf5f45bf02342e2adc)) - **sbom:** Introduce experimental sbom test command ([#​5176](https://togithub.com/snyk/snyk/issues/5176)) ([ea6293b](https://togithub.com/snyk/snyk/commit/ea6293b3adabd2459bb10a0ae65f78da8cf1311d)) - snyk woof ro language support and tests ([#​5166](https://togithub.com/snyk/snyk/issues/5166)) ([ed2e754](https://togithub.com/snyk/snyk/commit/ed2e754bace7a37f10a86564d5cf662f69e58daf)) ### [`v1.1289.0`](https://togithub.com/snyk/cli/releases/tag/v1.1289.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1288.1...v1.1289.0) ##### Bug Fixes - **ls:** Trigger re-analysis after fixing interfile issues ([#​5163](https://togithub.com/snyk/snyk/issues/5163)) ([05cb9f5](https://togithub.com/snyk/snyk/commit/05cb9f5ba9284999269368d1a0a98c8562f4badd)) ##### Features - **code:** Integrate experimental go native code client \[CLI-224] ([#​5164](https://togithub.com/snyk/snyk/issues/5164)) ([5bd898e](https://togithub.com/snyk/snyk/commit/5bd898e708dfb8caaa758debbf7d21998e9f2693)) - include additional policy properties, when provided, in plain text output ([#​5142](https://togithub.com/snyk/snyk/issues/5142)) ([a8be764](https://togithub.com/snyk/snyk/commit/a8be76486bfc17dda643d18a6fa9475744ddbd5c)) - use workflow data to determine exit code errors ([51c717b](https://togithub.com/snyk/snyk/commit/51c717b20c7eb8de1d2bca48c4d78ed530890b7c)) ### [`v1.1288.1`](https://togithub.com/snyk/cli/releases/tag/v1.1288.1) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1288.0...v1.1288.1) ##### Bug Fixes - **iac:** Fix Issue Path in human readable and json output \[IAC-2935] ([#​5159](https://togithub.com/snyk/snyk/issues/5159)) ([5fc3d59](https://togithub.com/snyk/snyk/commit/5fc3d591fefbcf0c5e7615bf4d9899a3a17c7990)) ### [`v1.1288.0`](https://togithub.com/snyk/cli/releases/tag/v1.1288.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1287.0...v1.1288.0) ##### Bug Fixes - add --experimental flag for snyk code test ([#​5151](https://togithub.com/snyk/snyk/issues/5151)) ([08647f2](https://togithub.com/snyk/snyk/commit/08647f295dd92ceb206a4f1b99e3b1905eab016e)) - make download of CLI in language server more resilient under windows \[IDE-90] ([#​5155](https://togithub.com/snyk/snyk/issues/5155)) ([1e51948](https://togithub.com/snyk/snyk/commit/1e5194853a3183629a9fad9679fc83e7b8d4d4cb)) ##### Features - bump language server protocol version to 11 \[IDE-236] ([#​5156](https://togithub.com/snyk/snyk/issues/5156)) ([fc41937](https://togithub.com/snyk/snyk/commit/fc41937f14f647e43e2b21b93ce3cc261a3de468)) ### [`v1.1287.0`](https://togithub.com/snyk/cli/releases/tag/v1.1287.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1286.4...v1.1287.0) ##### Features - upgrade snyk-iac-test to v0.51.3 ([#​5127](https://togithub.com/snyk/snyk/issues/5127)) ([0fd8fa6](https://togithub.com/snyk/snyk/commit/0fd8fa6063f35f208c36fdcbd04c8c4732d32af4)) ### [`v1.1286.4`](https://togithub.com/snyk/cli/releases/tag/v1.1286.4) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1286.3...v1.1286.4) ##### Bug Fixes - upgrade iac custom rules extension to address vulns \[IAC-2921] ([#​5149](https://togithub.com/snyk/snyk/issues/5149)) ([6b96473](https://togithub.com/snyk/snyk/commit/6b96473e3c07a93fdc5da2f10bb39ea6f5a222d7)) ### [`v1.1286.3`](https://togithub.com/snyk/cli/releases/tag/v1.1286.3) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1286.2...v1.1286.3) ##### Bug Fixes - always finish progress when auto-fixing in language server ([#​5145](https://togithub.com/snyk/snyk/issues/5145)) ([f645bbe](https://togithub.com/snyk/snyk/commit/f645bbe4b439a9523fcd16cc9857786bd25898b4)) - avoid potentially outputting very large JSON objects ([#​5147](https://togithub.com/snyk/snyk/issues/5147)) ([84b5e8b](https://togithub.com/snyk/snyk/commit/84b5e8bf390d4e68665c79efa57a4a7ed7cb3600)) ### [`v1.1286.2`](https://togithub.com/snyk/cli/releases/tag/v1.1286.2) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1286.1...v1.1286.2) ##### Bug Fixes - enhance sbt output width, fixing false positives vulns ([#​5130](https://togithub.com/snyk/snyk/issues/5130)) ([2011b90](https://togithub.com/snyk/snyk/commit/2011b90704582654560d6d64819fe8d3cdfc91fd)) ### [`v1.1286.1`](https://togithub.com/snyk/cli/releases/tag/v1.1286.1) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1286.0...v1.1286.1) ##### Bug Fixes - Fix error in sbom command when using --json-file-output ([#​5136](https://togithub.com/snyk/snyk/issues/5136)) ([eee1ec5](https://togithub.com/snyk/snyk/commit/eee1ec5fb73a55da2afbe2eb5a8dfc867942c77e)) ### [`v1.1286.0`](https://togithub.com/snyk/cli/releases/tag/v1.1286.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1285.1...v1.1286.0) ##### Features - support CycloneDX v1.5 ([#​5123](https://togithub.com/snyk/snyk/issues/5123)) ([b22b166](https://togithub.com/snyk/snyk/commit/b22b1667ff87d5a48f6b0d36a1f42f4cd67d0990)) ### [`v1.1285.1`](https://togithub.com/snyk/cli/releases/tag/v1.1285.1) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1285.0...v1.1285.1) ##### Bug Fixes - **ci:** add missing node types ([#​5129](https://togithub.com/snyk/snyk/issues/5129)) ([c55af61](https://togithub.com/snyk/snyk/commit/c55af61d0c76256605bf1f5780d9082f85a84120)) - Fix handling of large json data when using --json \[CLI-73] ([#​5093](https://togithub.com/snyk/snyk/issues/5093)) ([c0d401c](https://togithub.com/snyk/snyk/commit/c0d401c38742f4da593b680a53a509726f9e9717)) ### [`v1.1285.0`](https://togithub.com/snyk/cli/releases/tag/v1.1285.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1284.0...v1.1285.0) ##### Features - **language-server:** Added command to retrieve fix suggestions for snyk code - **language-server:** Added Feature Flag command - **language-server:** Associate learn lessons with all specified ecosystems
krisztianb/typedoc-umlclass (typedoc-umlclass) ### [`v0.9.0`](https://togithub.com/krisztianb/typedoc-umlclass/blob/HEAD/CHANGELOG.md#090---2023-04-28) [Compare Source](https://togithub.com/krisztianb/typedoc-umlclass/compare/v0.8.1...v0.9.0) ##### BREAKING CHANGES - Removed the following options in favor of the new "style" option: backgroundColor, boxBackgroundColor, boxBorderColor, boxBorderRadius, boxBorderWidth, arrowColor, classFontName, classFontSize, classFontStyle, classFontColor, attributeFontName, attributeFontSize, attributeFontStyle and attributeFontColor ##### Added - New option "style" which let's you specify individual font settings for specific parts (for example: class name, property type, method return type, etc.) of the diagram - Option "style.arrow.width" can now be used the specify the thickness of the arrows in the class diagrams ##### Fixed - Default value of option "hideShadow" adjusted to PlantUML's new default value: true ### [`v0.8.1`](https://togithub.com/krisztianb/typedoc-umlclass/blob/HEAD/CHANGELOG.md#081---2024-04-25) [Compare Source](https://togithub.com/krisztianb/typedoc-umlclass/compare/v0.8.0...v0.8.1) ##### Fixed - Plugin was not inserting diagrams into the documentation when using TypeDoc version 0.25.5 or above. ##### Changes - Updated dependencies

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.

socket-security[bot] commented 4 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/cli@7.24.5 Transitive: environment, filesystem, shell +20 784 kB nicolo-ribaudo
npm/@babel/core@7.24.5 environment, filesystem, unsafe +56 20.2 MB nicolo-ribaudo
npm/@babel/plugin-proposal-decorators@7.24.1 Transitive: environment +33 15.2 MB nicolo-ribaudo
npm/@babel/plugin-proposal-function-sent@7.24.1 Transitive: environment +27 14 MB nicolo-ribaudo
npm/@babel/plugin-proposal-throw-expressions@7.24.1 None +2 20.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.24.1 Transitive: environment +30 14 MB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.24.5 Transitive: environment, filesystem +37 14.9 MB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.24.3 unsafe Transitive: environment, filesystem +28 9 MB nicolo-ribaudo
npm/@babel/preset-env@7.24.5 environment, filesystem Transitive: unsafe +149 27.5 MB nicolo-ribaudo
npm/@babel/preset-typescript@7.24.1 Transitive: environment +42 15.8 MB nicolo-ribaudo
npm/@babel/runtime@7.24.5 None +1 290 kB nicolo-ribaudo
npm/@verdaccio/config@7.0.0-next-7.13 environment, filesystem +8 1.39 MB verdaccio.npm
npm/@verdaccio/core@7.0.0-next-7.13 filesystem, network Transitive: environment, eval, unsafe +13 2.83 MB verdaccio.npm

🚮 Removed packages: npm/@babel/cli@7.23.9, npm/@babel/core@7.24.0, npm/@babel/plugin-proposal-decorators@7.24.0, npm/@babel/plugin-proposal-function-sent@7.23.3, npm/@babel/plugin-proposal-throw-expressions@7.23.3, npm/@babel/plugin-transform-async-to-generator@7.23.3, npm/@babel/plugin-transform-classes@7.23.8, npm/@babel/plugin-transform-runtime@7.24.0, npm/@babel/preset-env@7.24.0, npm/@babel/preset-typescript@7.23.3, npm/@babel/runtime@7.24.0, npm/@verdaccio/config@7.0.0-next-7.12, npm/@verdaccio/core@7.0.0-next-7.12, npm/snyk@1.1284.0

View full report↗︎