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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.21.8 -> 7.22.1 age adoption passing confidence
@babel/node (source) 7.20.7 -> 7.22.1 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.21.0 -> 7.22.3 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.21.4 -> 7.22.4 age adoption passing confidence
@babel/preset-env (source) 7.21.5 -> 7.22.4 age adoption passing confidence
@babel/runtime (source) 7.21.5 -> 7.22.3 age adoption passing confidence
@types/lodash (source) 4.14.194 -> 4.14.195 age adoption passing confidence
@types/marked (source) 4.3.0 -> 4.3.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.59.5 -> 5.59.8 age adoption passing confidence
@typescript-eslint/parser 5.59.5 -> 5.59.8 age adoption passing confidence
eslint (source) 8.40.0 -> 8.41.0 age adoption passing confidence
snyk 1.1154.0 -> 1.1173.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.22.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7221-2023-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.22.0...v7.22.1) ##### :bug: Bug Fix - `babel-preset-env` - [#​15658](https://togithub.com/babel/babel/pull/15658) Workaround for broken babel-preset-react-app ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.22.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7220-2023-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.21.8...v7.22.0) ##### :rocket: New Feature - `babel-parser`, `babel-plugin-transform-typescript` - [#​15497](https://togithub.com/babel/babel/pull/15497) \[ts] Support `import ... =` and `export =` in scripts ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-core`, `babel-plugin-proposal-unicode-sets-regex`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-standalone` - [#​15636](https://togithub.com/babel/babel/pull/15636) Add `unicode-sets-regex` transform to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-runtime`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​15633](https://togithub.com/babel/babel/pull/15633) Implement transform support for `using` declarations ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-import-attributes-to-assertions` - [#​15620](https://togithub.com/babel/babel/pull/15620) Create `@babel/plugin-proposal-import-attributes-to-assertions` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-import-attributes`, `babel-preset-env`, `babel-standalone`, `babel-types` - [#​15536](https://togithub.com/babel/babel/pull/15536) Add support for the updated import attributes proposal ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-parser`, `babel-traverse`, `babel-types` - [#​15520](https://togithub.com/babel/babel/pull/15520) Parse `await using` declarations ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core`, `babel-helper-create-regexp-features-plugin`, `babel-parser` - [#​15638](https://togithub.com/babel/babel/pull/15638) Enable regexp unicode sets parsing by default ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15570](https://togithub.com/babel/babel/pull/15570) Add decorators version `2023-05` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx`, `babel-traverse`, `babel-types` - [#​15549](https://togithub.com/babel/babel/pull/15549) Improve type definitions for validators ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-parser` - [#​15630](https://togithub.com/babel/babel/pull/15630) Unify parsing of import/export modifiers (type/typeof/module) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3` - [#​15531](https://togithub.com/babel/babel/pull/15531) Allow polyfill providers to specify custom `@babel/runtime` pkg ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-unicode-property-regex`, `babel-preset-env`, `babel-standalone` - [#​15614](https://togithub.com/babel/babel/pull/15614) Rename `-proposal-`s that became standard to `-transform-` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.8`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5598-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5597v5598-2023-05-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.59.8`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5598-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5597v5598-2023-05-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.6`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5596-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5595v5596-2023-05-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
eslint/eslint ### [`v8.41.0`](https://togithub.com/eslint/eslint/releases/tag/v8.41.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.40.0...v8.41.0) #### Features - [`880a431`](https://togithub.com/eslint/eslint/commit/880a4317b949e575a4a6c5e8baaba1eea7674cc6) feat: change default ignore pattern to `**/node_modules/` in flat config ([#​17184](https://togithub.com/eslint/eslint/issues/17184)) (Milos Djermanovic) - [`8bf5505`](https://togithub.com/eslint/eslint/commit/8bf550594fca6d29fab1a3453e701c1a457767e1) feat: expose `shouldUseFlatConfig` ([#​17169](https://togithub.com/eslint/eslint/issues/17169)) (Connor Prussin) #### Bug Fixes - [`4f5440d`](https://togithub.com/eslint/eslint/commit/4f5440db631707b17140c4e5cc7beb223afbd2b9) fix: incorrect warning message for ignored dotfiles ([#​17196](https://togithub.com/eslint/eslint/issues/17196)) (Milos Djermanovic) - [`94da96c`](https://togithub.com/eslint/eslint/commit/94da96cbf0fb2bb6694fa2e757eb1b3e74c40db7) fix: unify `LintMessage` type ([#​17076](https://togithub.com/eslint/eslint/issues/17076)) (Brandon Mills) - [`0c415cd`](https://togithub.com/eslint/eslint/commit/0c415cda5d76dbe5120ab9f3c4c81320538e35f0) fix: validate `ignorePatterns` constructor option in `FlatESLint` class ([#​17139](https://togithub.com/eslint/eslint/issues/17139)) (Milos Djermanovic) - [`9682d66`](https://togithub.com/eslint/eslint/commit/9682d669e4ee8641293914e21679f40fee8bc354) fix: switch `grapheme-splitter` to `graphemer` ([#​17160](https://togithub.com/eslint/eslint/issues/17160)) (fisker Cheung) #### Documentation - [`7709b14`](https://togithub.com/eslint/eslint/commit/7709b14e18ad4e11c1119ed6575454243b8e7084) docs: Update README (GitHub Actions Bot) - [`7f183e0`](https://togithub.com/eslint/eslint/commit/7f183e020579380fa57473caaf9ed154470c25b3) docs: Update triage process description ([#​17157](https://togithub.com/eslint/eslint/issues/17157)) (Nicholas C. Zakas) - [`b68346b`](https://togithub.com/eslint/eslint/commit/b68346b290d55324e73868ca42b3854157b27375) docs: fix license to reflect relicensing of jshint ([#​17165](https://togithub.com/eslint/eslint/issues/17165)) (Stefan Bischof) #### Chores - [`f43216a`](https://togithub.com/eslint/eslint/commit/f43216a8c77ab6cf1d0823978e8c728786b4cba7) chore: upgrade [@​eslint/js](https://togithub.com/eslint/js)[@​8](https://togithub.com/8).41.0 ([#​17200](https://togithub.com/eslint/eslint/issues/17200)) (Milos Djermanovic) - [`95c3007`](https://togithub.com/eslint/eslint/commit/95c300780a1cfd9ad680bc78850542eb55d7fbf4) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`ddc5291`](https://togithub.com/eslint/eslint/commit/ddc5291debd90ff476e17c532af7577e26720b91) chore: don't use deprecated `context` methods in `ast-utils` tests ([#​17194](https://togithub.com/eslint/eslint/issues/17194)) (Milos Djermanovic) - [`b1516db`](https://togithub.com/eslint/eslint/commit/b1516db51514032ed06e1425c4b1f955238dc682) chore: Fix return type of `findFlatConfigFile` ([#​17161](https://togithub.com/eslint/eslint/issues/17161)) (Milos Djermanovic) - [`918b0fd`](https://togithub.com/eslint/eslint/commit/918b0fd21723e84bd7acb17942a36606f1d8360a) perf: Store indent descriptors in a plain array ([#​17148](https://togithub.com/eslint/eslint/issues/17148)) (Francesco Trotta) - [`4caa344`](https://togithub.com/eslint/eslint/commit/4caa34449555d8a680222ec2049d97c59476c11e) refactor: locateConfigFileToUse returns an Error object ([#​17159](https://togithub.com/eslint/eslint/issues/17159)) (唯然)
snyk/snyk ### [`v1.1173.0`](https://togithub.com/snyk/cli/releases/tag/v1.1173.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1172.0...v1.1173.0) ##### Bug Fixes - bump SwiftPM again ([bccdc64](https://togithub.com/snyk/snyk/commit/bccdc645c8fe8ac2a0cd2aa67151860a9b023119)) ### [`v1.1172.0`](https://togithub.com/snyk/cli/releases/tag/v1.1172.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1171.0...v1.1172.0) ##### Features - bump cloud custom rules extension ([3f1265f](https://togithub.com/snyk/snyk/commit/3f1265fe56e9e8a7a2e607e3b9a63507eada31fa)) ### [`v1.1171.0`](https://togithub.com/snyk/cli/releases/tag/v1.1171.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1170.0...v1.1171.0) ##### Bug Fixes - add final copy step to deploy alpine binaries ([e0412ea](https://togithub.com/snyk/snyk/commit/e0412ea1426825c93ce8ee70fbdc3faa33413dd7)) ### [`v1.1170.0`](https://togithub.com/snyk/cli/releases/tag/v1.1170.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1169.0...v1.1170.0) ##### Bug Fixes - remove debug symbols to reduce binary size ([9b91968](https://togithub.com/snyk/snyk/commit/9b919683ce0a77b00d9119a9d8c2a776455fc5de)) - use prettier version from package for user docs formatting ([ec03210](https://togithub.com/snyk/snyk/commit/ec0321021e854e09d0cc54f671a11ed0baf1cfbf)) ##### Features - bumped SwiftPM due to broken logic in previous version ([f0c9758](https://togithub.com/snyk/snyk/commit/f0c975866c1a5eb99e9d4fb8ac4ebfd885c859a6)) ### [`v1.1169.0`](https://togithub.com/snyk/snyk/compare/v1.1168.0...v1.1169.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1168.0...v1.1169.0) ### [`v1.1168.0`](https://togithub.com/snyk/cli/releases/tag/v1.1168.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1167.0...v1.1168.0) ##### Bug Fixes - upgrade snyk-iac-test to 0.45.0 ([3d4bace](https://togithub.com/snyk/snyk/commit/3d4bace1f8ec2b5e554db659c31f6da477553853)) ##### Features - support --all-projects for sbom command ([849268c](https://togithub.com/snyk/snyk/commit/849268c801f926730aad3c2cc040d2cf73375a9f)) ### [`v1.1167.0`](https://togithub.com/snyk/cli/releases/tag/v1.1167.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1166.0...v1.1167.0) ##### Bug Fixes - stream snyk-iac-test ([69bf8aa](https://togithub.com/snyk/snyk/commit/69bf8aa02161f3ec3b9502e9340e8c1c7a766c2d)) ### [`v1.1166.0`](https://togithub.com/snyk/cli/releases/tag/v1.1166.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1165.0...v1.1166.0) ##### Bug Fixes - publish to latest in S3 ([#​4619](https://togithub.com/snyk/snyk/issues/4619)) ([b6d2aab](https://togithub.com/snyk/snyk/commit/b6d2aabf4a7388ce9d1a6585e4e0950ce96e07ac)) ### [`v1.1165.0`](https://togithub.com/snyk/cli/releases/tag/v1.1165.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1164.0...v1.1165.0) ##### Features - split release workflow ([#​4618](https://togithub.com/snyk/snyk/issues/4618)) ([949abc2](https://togithub.com/snyk/snyk/commit/949abc2d411d5ebd55af9f3cebcc1047f455553c)) ### [`v1.1164.0`](https://togithub.com/snyk/cli/releases/tag/v1.1164.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1163.0...v1.1164.0) ##### Bug Fixes - support —DISABLE_ANALYTICS ([6854f62](https://togithub.com/snyk/snyk/commit/6854f6229b676164db2fdf39daa032f62c29613a)) ### [`v1.1163.0`](https://togithub.com/snyk/cli/releases/tag/v1.1163.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1162.0...v1.1163.0) ##### Features - improve cli yarn performance for yarn workspaces ([97a60a6](https://togithub.com/snyk/snyk/commit/97a60a6ca7e0e841f53bd265370cfcfdf3eb56c6)) - replaced manual pMap with actual pMap ([d91299a](https://togithub.com/snyk/snyk/commit/d91299aa301f5935a08489f5709d7f250eb0096c)) ### [`v1.1162.0`](https://togithub.com/snyk/cli/releases/tag/v1.1162.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1161.0...v1.1162.0) ##### Features - add `snyk iac rules` extension ([2f36c9b](https://togithub.com/snyk/snyk/commit/2f36c9b0d325570162a01b2b15e1a7297af0e694)) ### [`v1.1161.0`](https://togithub.com/snyk/cli/releases/tag/v1.1161.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1160.0...v1.1161.0) ##### Bug Fixes - add alternative env variable names to disable analytics ([41ee05c](https://togithub.com/snyk/snyk/commit/41ee05c71d7c82502a072aba069fcf8fe53fa4c9)) ### [`v1.1160.0`](https://togithub.com/snyk/cli/releases/tag/v1.1160.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1159.0...v1.1160.0) ##### Bug Fixes - correct handling of ignored (suppressed) issues ([650613a](https://togithub.com/snyk/snyk/commit/650613a000fb704abddedd70780bc45a1f9b3829)) - remove markdown when only ignored issues are found (extraneous condition) ([3f838ac](https://togithub.com/snyk/snyk/commit/3f838acd9e62b043e5c793d54ca20c36e8e522e9)) ### [`v1.1159.0`](https://togithub.com/snyk/cli/releases/tag/v1.1159.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1158.0...v1.1159.0) ##### Bug Fixes - fix new setuptools for python3 ([25744c6](https://togithub.com/snyk/snyk/commit/25744c6a41f038b78445288f2f5ca2e0c2a27035)) ### [`v1.1158.0`](https://togithub.com/snyk/cli/releases/tag/v1.1158.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1157.0...v1.1158.0) ##### Bug Fixes - Fix outdated type incompatibility ([33e0373](https://togithub.com/snyk/snyk/commit/33e0373c671296a7e7cf3a63677758f959631091)) ##### Features - bump dep-graph lib to v2 ([ba496d3](https://togithub.com/snyk/snyk/commit/ba496d31e5080b670a26947ca37d17eea3303b91)) ### [`v1.1157.0`](https://togithub.com/snyk/cli/releases/tag/v1.1157.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1156.0...v1.1157.0) ##### Features - output integrated IaC scan warnings(non-fatal errors) ([710b78e](https://togithub.com/snyk/snyk/commit/710b78e5515f51200c7c717490f90fee31cb23cd)) ### [`v1.1156.0`](https://togithub.com/snyk/cli/releases/tag/v1.1156.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1155.0...v1.1156.0) ##### Bug Fixes - remove feature flag used to toggle old and new unmanaged service ([3c8118f](https://togithub.com/snyk/snyk/commit/3c8118f5eef8654e8bc6002dc0310d24914acef2)) ##### Features - bump go plugin to v1.23.0 ([548a328](https://togithub.com/snyk/snyk/commit/548a3286e824a7dcb1248073585ef01837c06f29)) ### [`v1.1155.0`](https://togithub.com/snyk/cli/releases/tag/v1.1155.0) [Compare Source](https://togithub.com/snyk/snyk/compare/v1.1154.0...v1.1155.0) ##### Bug Fixes - respect exit codes for unmanaged ([cb6be2e](https://togithub.com/snyk/snyk/commit/cb6be2e7823c4e447a69c093dcf87b62aedb9f5d))

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.