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 #579

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.18.2 -> 7.18.5 age adoption passing confidence
@babel/node (source) 7.17.10 -> 7.18.5 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.18.2 -> 7.18.5 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.27.0 -> 5.28.0 age adoption passing confidence
@typescript-eslint/parser 5.27.0 -> 5.28.0 age adoption passing confidence
async (source) 3.2.3 -> 3.2.4 age adoption passing confidence
marked (source) 4.0.16 -> 4.0.17 age adoption passing confidence
prettier (source) 2.6.2 -> 2.7.0 age adoption passing confidence
snyk 1.946.0 -> 1.950.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.18.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7185-2022-06-13) [Compare Source](https://togithub.com/babel/babel/compare/v7.18.2...v7.18.5) ##### :bug: Bug Fix - `babel-plugin-transform-new-target` - [#​14611](https://togithub.com/babel/babel/pull/14611) fix: `new.target` with shadowed class name ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-modules-systemjs` - [#​14655](https://togithub.com/babel/babel/pull/14655) Fix named destructuring exports ([@​underfin](https://togithub.com/underfin)) ##### :memo: Documentation - [#​14332](https://togithub.com/babel/babel/pull/14332) docs: eslint-parser requireConfigFile behaviour ([@​JLHwung](https://togithub.com/JLHwung)) - [#​14619](https://togithub.com/babel/babel/pull/14619) Move v7 prereleases changelog to a separate file ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-traverse` - [#​14649](https://togithub.com/babel/babel/pull/14649) Rely on the call stack to clean up cache in `_guessExecutionStatusRelativeTo` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​14641](https://togithub.com/babel/babel/pull/14641) Change limit of source map 3MB ([@​vasicvuk](https://togithub.com/vasicvuk)) - Other - [#​14627](https://togithub.com/babel/babel/pull/14627) Speedup e2e test on github ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​14248](https://togithub.com/babel/babel/pull/14248) chore: automate compat-data update ([@​tony-go](https://togithub.com/tony-go)) - `babel-parser` - [#​14592](https://togithub.com/babel/babel/pull/14592) feat: Automatically generate test results that do not exist ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-traverse` - [#​14617](https://togithub.com/babel/babel/pull/14617) Fix `_guessExecutionStatusRelativeToDifferentFunctions` perf ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.28.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5280-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5271v5280-2022-06-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) ##### Bug Fixes - \[TS4.7] allow visiting of typeParameters in TSTypeQuery ([#​5166](https://togithub.com/typescript-eslint/typescript-eslint/issues/5166)) ([dc1f930](https://togithub.com/typescript-eslint/typescript-eslint/commit/dc1f9309cf04aa7314e758980ac687558482f47f)) - **eslint-plugin:** \[space-infix-ops] support for optional property without type ([#​5155](https://togithub.com/typescript-eslint/typescript-eslint/issues/5155)) ([1f25daf](https://togithub.com/typescript-eslint/typescript-eslint/commit/1f25daf74e5d45077199f9ee9fa9bf31107f4089)) ##### Features - **eslint-plugin:** \[consistent-generic-constructors] add rule ([#​4924](https://togithub.com/typescript-eslint/typescript-eslint/issues/4924)) ([921cdf1](https://togithub.com/typescript-eslint/typescript-eslint/commit/921cdf17e548845311d0591249616ec844503926)) #### [5.27.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06) ##### Bug Fixes - **eslint-plugin:** \[space-infix-ops] correct PropertyDefinition with typeAnnotation ([#​5113](https://togithub.com/typescript-eslint/typescript-eslint/issues/5113)) ([d320174](https://togithub.com/typescript-eslint/typescript-eslint/commit/d320174f40a74b34e6b6e4c88128ef6e736311d8)) - **eslint-plugin:** \[space-infix-ops] regression fix for conditional types ([#​5135](https://togithub.com/typescript-eslint/typescript-eslint/issues/5135)) ([e5238c8](https://togithub.com/typescript-eslint/typescript-eslint/commit/e5238c84e56e7c34174b2c6f1e3ea59456797c2f)) - **eslint-plugin:** \[space-infix-ops] regression fix for type aliases ([#​5138](https://togithub.com/typescript-eslint/typescript-eslint/issues/5138)) ([4e13deb](https://togithub.com/typescript-eslint/typescript-eslint/commit/4e13deb05fbd8724996156b15b65f6a66794a7cc)) ### [`v5.27.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5271-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5270v5271-2022-06-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) ##### Bug Fixes - **eslint-plugin:** \[space-infix-ops] correct PropertyDefinition with typeAnnotation ([#​5113](https://togithub.com/typescript-eslint/typescript-eslint/issues/5113)) ([d320174](https://togithub.com/typescript-eslint/typescript-eslint/commit/d320174f40a74b34e6b6e4c88128ef6e736311d8)) - **eslint-plugin:** \[space-infix-ops] regression fix for conditional types ([#​5135](https://togithub.com/typescript-eslint/typescript-eslint/issues/5135)) ([e5238c8](https://togithub.com/typescript-eslint/typescript-eslint/commit/e5238c84e56e7c34174b2c6f1e3ea59456797c2f)) - **eslint-plugin:** \[space-infix-ops] regression fix for type aliases ([#​5138](https://togithub.com/typescript-eslint/typescript-eslint/issues/5138)) ([4e13deb](https://togithub.com/typescript-eslint/typescript-eslint/commit/4e13deb05fbd8724996156b15b65f6a66794a7cc))
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.28.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5280-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5271v5280-2022-06-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.27.1...v5.28.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.27.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) (2022-06-06) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.27.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5271-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5270v5271-2022-06-06) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.27.0...v5.27.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
caolan/async ### [`v3.2.4`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v324) [Compare Source](https://togithub.com/caolan/async/compare/v3.2.3...v3.2.4) - Fix a bug in `priorityQueue` where it didn't wait for the result. ([#​1725](https://togithub.com/caolan/async/issues/1725)) - Fix a bug where `unshiftAsync` was included in `priorityQueue`. ([#​1790](https://togithub.com/caolan/async/issues/1790))
markedjs/marked ### [`v4.0.17`](https://togithub.com/markedjs/marked/releases/tag/v4.0.17) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.0.16...v4.0.17) ##### Bug Fixes - Code and heading after list without blank line ([#​2483](https://togithub.com/markedjs/marked/issues/2483)) ([15f3f15](https://togithub.com/markedjs/marked/commit/15f3f157de6ec4bce90707b848c7026034388a39))
prettier/prettier ### [`v2.7.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​270) [Compare Source](https://togithub.com/prettier/prettier/compare/2.6.2...2.7.0) [diff](https://togithub.com/prettier/prettier/compare/2.6.2...2.7.0) 🔗 [Release Notes](https://prettier.io/blog/2022/06/14/2.7.0.html)
snyk/snyk ### [`v1.950.0`](https://togithub.com/snyk/cli/releases/tag/v1.950.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.949.0...v1.950.0) ##### Features - prune across Gradle dep-graph ([44f75ff](https://togithub.com/snyk/snyk/commit/44f75ff624e52c22a962e7894afb78f37156b70d)) ### [`v1.949.0`](https://togithub.com/snyk/cli/releases/tag/v1.949.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.948.0...v1.949.0) ##### Bug Fixes - include the custom rules warning if feature flag is not enabled ([44e892b](https://togithub.com/snyk/snyk/commit/44e892b192f4a668040dc9679a1254465e9d3181)) ### [`v1.948.0`](https://togithub.com/snyk/cli/releases/tag/v1.948.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.947.0...v1.948.0) ##### Features - upgrade to snyk-docker-plugin@4.38.0 ([5b66290](https://togithub.com/snyk/snyk/commit/5b66290c00b6ab8b8061100acbdd0cc61073eb93)) ### [`v1.947.0`](https://togithub.com/snyk/cli/releases/tag/v1.947.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.946.0...v1.947.0) ##### Bug Fixes - IaC issue info when impact or description are missing ([e785a64](https://togithub.com/snyk/snyk/commit/e785a644223e0a39afd01a9aa0dfdbd09b3d1ad8)) - remove warning message from iac --report ([b1aee5d](https://togithub.com/snyk/snyk/commit/b1aee5d9dfd77d1648919e0223e6602bc9e4bfc1)) ##### Features - improve error message for iac describe ([c58b5af](https://togithub.com/snyk/snyk/commit/c58b5afc73d023b379a87f1262580da07af8f7f3))

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.