diff --git a/.changeset/unlucky-lizards-suffer.md b/.changeset/unlucky-lizards-suffer.md new file mode 100644 index 0000000000..15862e1736 --- /dev/null +++ b/.changeset/unlucky-lizards-suffer.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-cicd-statistics-module-gitlab': patch +'@backstage/plugin-github-pull-requests-board': patch +--- + +Align `p-limit` dependency version to v3 diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f0916226cd..22b5735256 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -54,5 +54,13 @@ matchPackageNames: ['inquirer', '@types/inquirer'], allowedVersions: '<9.0.0', }, + { + matchPackageNames: ['ora'], + allowedVersions: '<5.0.0', + }, + { + matchPackageNames: ['p-limit'], + allowedVersions: '<4.0.0', + }, ], } diff --git a/plugins/cicd-statistics-module-gitlab/package.json b/plugins/cicd-statistics-module-gitlab/package.json index 9c6a7c8be6..a08a2cb07c 100644 --- a/plugins/cicd-statistics-module-gitlab/package.json +++ b/plugins/cicd-statistics-module-gitlab/package.json @@ -40,7 +40,7 @@ "@gitbeaker/browser": "^35.6.0", "@gitbeaker/core": "^35.6.0", "luxon": "^3.0.0", - "p-limit": "^4.0.0" + "p-limit": "^3.1.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0 || ^18.0.0", diff --git a/plugins/github-pull-requests-board/package.json b/plugins/github-pull-requests-board/package.json index acf1ae04e0..e76bbb7505 100644 --- a/plugins/github-pull-requests-board/package.json +++ b/plugins/github-pull-requests-board/package.json @@ -46,7 +46,7 @@ "@octokit/rest": "^19.0.3", "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0", "luxon": "^3.0.0", - "p-limit": "^4.0.0" + "p-limit": "^3.1.0" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0 || ^18.0.0", diff --git a/yarn.lock b/yarn.lock index 75061be243..4bcad2fb8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5888,7 +5888,7 @@ __metadata: "@gitbeaker/core": ^35.6.0 "@types/react": ^16.13.1 || ^17.0.0 luxon: ^3.0.0 - p-limit: ^4.0.0 + p-limit: ^3.1.0 peerDependencies: react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -6839,7 +6839,7 @@ __metadata: "@testing-library/react": ^14.0.0 "@types/react": ^16.13.1 || ^17.0.0 || ^18.0.0 luxon: ^3.0.0 - p-limit: ^4.0.0 + p-limit: ^3.1.0 peerDependencies: react: ^16.13.1 || ^17.0.0 || ^18.0.0 react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 @@ -36844,15 +36844,6 @@ __metadata: languageName: node linkType: hard -"p-limit@npm:^4.0.0": - version: 4.0.0 - resolution: "p-limit@npm:4.0.0" - dependencies: - yocto-queue: ^1.0.0 - checksum: 01d9d70695187788f984226e16c903475ec6a947ee7b21948d6f597bed788e3112cc7ec2e171c1d37125057a5f45f3da21d8653e04a3a793589e12e9e80e756b - languageName: node - linkType: hard - "p-locate@npm:^3.0.0": version: 3.0.0 resolution: "p-locate@npm:3.0.0" @@ -46248,13 +46239,6 @@ __metadata: languageName: node linkType: hard -"yocto-queue@npm:^1.0.0": - version: 1.0.0 - resolution: "yocto-queue@npm:1.0.0" - checksum: 2cac84540f65c64ccc1683c267edce396b26b1e931aa429660aefac8fbe0188167b7aee815a3c22fa59a28a58d898d1a2b1825048f834d8d629f4c2a5d443801 - languageName: node - linkType: hard - "yup@npm:^0.32.9": version: 0.32.11 resolution: "yup@npm:0.32.11"