From dc6a766310b8c37b79bc2bdd6d2afaa8c509da66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:00:40 +0000 Subject: [PATCH] chore(deps): update dependency lint-staged to v15 --- applications/app/package.json | 2 +- configs/eslint-config/package.json | 2 +- configs/jest-config/package.json | 2 +- configs/markdownlint-config/package.json | 2 +- configs/prettier-config/package.json | 2 +- configs/tsconfig/package.json | 2 +- libraries/react-utils/package.json | 2 +- package.json | 2 +- plugins/scaffolder/package.json | 2 +- .../package.json | 2 +- templates/library/package.json | 2 +- templates/node-server/package.json | 2 +- templates/plugin/package.json | 2 +- templates/react-application/package.json | 2 +- templates/react-library/package.json | 2 +- templates/solid-application/package.json | 2 +- yarn.lock | 302 ++++++++++++------ 17 files changed, 219 insertions(+), 115 deletions(-) diff --git a/applications/app/package.json b/applications/app/package.json index 048466f0f7..11e9dcd30f 100644 --- a/applications/app/package.json +++ b/applications/app/package.json @@ -127,7 +127,7 @@ "jest-environment-jsdom": "29.7.0", "jest-extended": "4.0.2", "jest-when": "3.6.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "mini-css-extract-plugin": "2.9.1", "msw": "2.3.5", diff --git a/configs/eslint-config/package.json b/configs/eslint-config/package.json index 78a23b4ea1..daafc766d7 100644 --- a/configs/eslint-config/package.json +++ b/configs/eslint-config/package.json @@ -81,7 +81,7 @@ }, "devDependencies": { "@package/markdownlint-config": "workspace:*", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "prettier": "3.3.3", "pretty-quick": "4.0.0" diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index 419a9c279f..a74e7033f4 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@package/markdownlint-config": "workspace:*", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "prettier": "3.3.3", "pretty-quick": "4.0.0" diff --git a/configs/markdownlint-config/package.json b/configs/markdownlint-config/package.json index 9e1997ecec..53c1f20bfa 100644 --- a/configs/markdownlint-config/package.json +++ b/configs/markdownlint-config/package.json @@ -33,7 +33,7 @@ "markdownlint-cli": "^0.40.0 || ^0.41.0" }, "devDependencies": { - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "prettier": "3.3.3", "pretty-quick": "4.0.0" diff --git a/configs/prettier-config/package.json b/configs/prettier-config/package.json index 443ee28e60..2c20f92714 100644 --- a/configs/prettier-config/package.json +++ b/configs/prettier-config/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@package/markdownlint-config": "workspace:*", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "prettier": "3.3.3", "pretty-quick": "4.0.0" diff --git a/configs/tsconfig/package.json b/configs/tsconfig/package.json index ed470dc611..3aaab8ece2 100644 --- a/configs/tsconfig/package.json +++ b/configs/tsconfig/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@package/markdownlint-config": "workspace:*", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "prettier": "3.3.3", "pretty-quick": "4.0.0" diff --git a/libraries/react-utils/package.json b/libraries/react-utils/package.json index 9e84870657..e1b4c1dea2 100644 --- a/libraries/react-utils/package.json +++ b/libraries/react-utils/package.json @@ -67,7 +67,7 @@ "@types/react-dom": "18.3.0", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/package.json b/package.json index ad461f5d50..e83be0f9b3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "commitizen": "4.3.0", "husky": "9.1.5", "libyear": "0.8.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "prettier": "3.3.3" }, diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json index 3246118859..a8fee64ad9 100644 --- a/plugins/scaffolder/package.json +++ b/plugins/scaffolder/package.json @@ -60,7 +60,7 @@ "@yarnpkg/core": "4.1.2", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/plugins/typescript-project-references/package.json b/plugins/typescript-project-references/package.json index 0be8ccac91..a66a2ba2aa 100644 --- a/plugins/typescript-project-references/package.json +++ b/plugins/typescript-project-references/package.json @@ -56,7 +56,7 @@ "@yarnpkg/core": "4.1.2", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/templates/library/package.json b/templates/library/package.json index e840cece86..089e7d7f45 100644 --- a/templates/library/package.json +++ b/templates/library/package.json @@ -59,7 +59,7 @@ "@types/node": "20.16.1", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/templates/node-server/package.json b/templates/node-server/package.json index be949634df..577ddb0e04 100644 --- a/templates/node-server/package.json +++ b/templates/node-server/package.json @@ -63,7 +63,7 @@ "@types/node": "20.16.1", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/templates/plugin/package.json b/templates/plugin/package.json index eba619870d..2342642556 100644 --- a/templates/plugin/package.json +++ b/templates/plugin/package.json @@ -53,7 +53,7 @@ "@yarnpkg/core": "4.1.2", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/templates/react-application/package.json b/templates/react-application/package.json index fd26ff1484..3bc780acf2 100644 --- a/templates/react-application/package.json +++ b/templates/react-application/package.json @@ -87,7 +87,7 @@ "jest-environment-jsdom": "29.7.0", "jest-extended": "4.0.2", "jest-when": "3.6.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "mini-css-extract-plugin": "2.9.1", "msw": "2.3.5", diff --git a/templates/react-library/package.json b/templates/react-library/package.json index c62c58ea62..8c30f768b8 100644 --- a/templates/react-library/package.json +++ b/templates/react-library/package.json @@ -67,7 +67,7 @@ "@types/react-dom": "18.3.0", "eslint": "8.57.0", "jest": "29.7.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "npm-run-all": "4.1.5", "prettier": "3.3.3", diff --git a/templates/solid-application/package.json b/templates/solid-application/package.json index 6bb1fd31a5..c56d0a2566 100644 --- a/templates/solid-application/package.json +++ b/templates/solid-application/package.json @@ -87,7 +87,7 @@ "jest-environment-jsdom": "29.7.0", "jest-extended": "4.0.2", "jest-when": "3.6.0", - "lint-staged": "12.1.7", + "lint-staged": "15.2.9", "markdownlint-cli": "0.41.0", "mini-css-extract-plugin": "2.9.1", "msw": "2.3.5", diff --git a/yarn.lock b/yarn.lock index 033c8f839e..ddf39517fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -228,7 +228,7 @@ __metadata: jest-extended: "npm:4.0.2" jest-when: "npm:3.6.0" ky: "npm:1.7.1" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" lodash-es: "npm:4.17.21" markdownlint-cli: "npm:0.41.0" mini-css-extract-plugin: "npm:2.9.1" @@ -305,7 +305,7 @@ __metadata: jest-environment-jsdom: "npm:29.7.0" jest-extended: "npm:4.0.2" jest-when: "npm:3.6.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" mini-css-extract-plugin: "npm:2.9.1" msw: "npm:2.3.5" @@ -363,7 +363,7 @@ __metadata: jest-environment-jsdom: "npm:29.7.0" jest-extended: "npm:4.0.2" jest-when: "npm:3.6.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" mini-css-extract-plugin: "npm:2.9.1" msw: "npm:2.3.5" @@ -3009,7 +3009,7 @@ __metadata: "@types/node": "npm:20.16.1" eslint: "npm:8.57.0" jest: "npm:29.7.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -3040,7 +3040,7 @@ __metadata: "@types/react-dom": "npm:18.3.0" eslint: "npm:8.57.0" jest: "npm:29.7.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -3075,7 +3075,7 @@ __metadata: "@types/react-dom": "npm:18.3.0" eslint: "npm:8.57.0" jest: "npm:29.7.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -3251,7 +3251,7 @@ __metadata: eslint-plugin-testing-library: "npm:6.3.0" eslint-plugin-tsdoc: "npm:0.3.0" eslint-plugin-unicorn: "npm:55.0.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" prettier: "npm:3.3.3" pretty-quick: "npm:4.0.0" @@ -3271,7 +3271,7 @@ __metadata: resolution: "@package/jest-config@workspace:configs/jest-config" dependencies: "@package/markdownlint-config": "workspace:*" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" prettier: "npm:3.3.3" pretty-quick: "npm:4.0.0" @@ -3288,7 +3288,7 @@ __metadata: version: 0.0.0-use.local resolution: "@package/markdownlint-config@workspace:configs/markdownlint-config" dependencies: - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" prettier: "npm:3.3.3" pretty-quick: "npm:4.0.0" @@ -3302,7 +3302,7 @@ __metadata: resolution: "@package/prettier-config@workspace:configs/prettier-config" dependencies: "@package/markdownlint-config": "workspace:*" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" prettier: "npm:3.3.3" pretty-quick: "npm:4.0.0" @@ -3316,7 +3316,7 @@ __metadata: resolution: "@package/tsconfig@workspace:configs/tsconfig" dependencies: "@package/markdownlint-config": "workspace:*" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" prettier: "npm:3.3.3" pretty-quick: "npm:4.0.0" @@ -3521,7 +3521,7 @@ __metadata: eslint: "npm:8.57.0" fastify: "npm:4.28.1" jest: "npm:29.7.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -5950,7 +5950,7 @@ __metadata: languageName: node linkType: hard -"ansi-escapes@npm:^4.2.1, ansi-escapes@npm:^4.3.0, ansi-escapes@npm:^4.3.2": +"ansi-escapes@npm:^4.2.1, ansi-escapes@npm:^4.3.2": version: 4.3.2 resolution: "ansi-escapes@npm:4.3.2" dependencies: @@ -5959,6 +5959,15 @@ __metadata: languageName: node linkType: hard +"ansi-escapes@npm:^7.0.0": + version: 7.0.0 + resolution: "ansi-escapes@npm:7.0.0" + dependencies: + environment: "npm:^1.0.0" + checksum: 10c0/86e51e36fabef18c9c004af0a280573e828900641cea35134a124d2715e0c5a473494ab4ce396614505da77638ae290ff72dd8002d9747d2ee53f5d6bbe336be + languageName: node + linkType: hard + "ansi-html-community@npm:^0.0.8": version: 0.0.8 resolution: "ansi-html-community@npm:0.0.8" @@ -6016,7 +6025,7 @@ __metadata: languageName: node linkType: hard -"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0": +"ansi-styles@npm:^6.0.0, ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1": version: 6.2.1 resolution: "ansi-styles@npm:6.2.1" checksum: 10c0/5d1ec38c123984bcedd996eac680d548f31828bd679a66db2bdf11844634dde55fec3efa9c6bb1d89056a5e79c1ac540c4c784d592ea1d25028a92227d2f2d5c @@ -6953,7 +6962,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^5.0.1, chalk@npm:^5.3.0": +"chalk@npm:^5.0.1, chalk@npm:^5.3.0, chalk@npm:~5.3.0": version: 5.3.0 resolution: "chalk@npm:5.3.0" checksum: 10c0/8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09 @@ -7090,6 +7099,15 @@ __metadata: languageName: node linkType: hard +"cli-cursor@npm:^5.0.0": + version: 5.0.0 + resolution: "cli-cursor@npm:5.0.0" + dependencies: + restore-cursor: "npm:^5.0.0" + checksum: 10c0/7ec62f69b79f6734ab209a3e4dbdc8af7422d44d360a7cb1efa8a0887bbe466a6e625650c466fe4359aee44dbe2dc0b6994b583d40a05d0808a5cb193641d220 + languageName: node + linkType: hard + "cli-spinners@npm:^2.5.0, cli-spinners@npm:^2.9.2": version: 2.9.2 resolution: "cli-spinners@npm:2.9.2" @@ -7107,13 +7125,13 @@ __metadata: languageName: node linkType: hard -"cli-truncate@npm:^3.1.0": - version: 3.1.0 - resolution: "cli-truncate@npm:3.1.0" +"cli-truncate@npm:^4.0.0": + version: 4.0.0 + resolution: "cli-truncate@npm:4.0.0" dependencies: slice-ansi: "npm:^5.0.0" - string-width: "npm:^5.0.0" - checksum: 10c0/a19088878409ec0e5dc2659a5166929629d93cfba6d68afc9cde2282fd4c751af5b555bf197047e31c87c574396348d011b7aa806fec29c4139ea4f7f00b324c + string-width: "npm:^7.0.0" + checksum: 10c0/d7f0b73e3d9b88cb496e6c086df7410b541b56a43d18ade6a573c9c18bd001b1c3fba1ad578f741a4218fdc794d042385f8ac02c25e1c295a2d8b9f3cb86eb4c languageName: node linkType: hard @@ -7253,7 +7271,7 @@ __metadata: languageName: node linkType: hard -"colorette@npm:^2.0.10, colorette@npm:^2.0.14, colorette@npm:^2.0.16": +"colorette@npm:^2.0.10, colorette@npm:^2.0.14, colorette@npm:^2.0.20": version: 2.0.20 resolution: "colorette@npm:2.0.20" checksum: 10c0/e94116ff33b0ff56f3b83b9ace895e5bf87c2a7a47b3401b8c3f3226e050d5ef76cf4072fb3325f9dc24d1698f9b730baf4e05eeaf861d74a1883073f4c98a40 @@ -7907,7 +7925,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4": +"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:~4.3.6": version: 4.3.6 resolution: "debug@npm:4.3.6" dependencies: @@ -8421,6 +8439,13 @@ __metadata: languageName: node linkType: hard +"emoji-regex@npm:^10.3.0": + version: 10.3.0 + resolution: "emoji-regex@npm:10.3.0" + checksum: 10c0/b4838e8dcdceb44cf47f59abe352c25ff4fe7857acaf5fb51097c427f6f75b44d052eb907a7a3b86f86bc4eae3a93f5c2b7460abe79c407307e6212d65c91163 + languageName: node + linkType: hard + "emoji-regex@npm:^8.0.0": version: 8.0.0 resolution: "emoji-regex@npm:8.0.0" @@ -8517,6 +8542,13 @@ __metadata: languageName: node linkType: hard +"environment@npm:^1.0.0": + version: 1.1.0 + resolution: "environment@npm:1.1.0" + checksum: 10c0/fb26434b0b581ab397039e51ff3c92b34924a98b2039dcb47e41b7bca577b9dbf134a8eadb364415c74464b682e2d3afe1a4c0eb9873dc44ea814c5d3103331d + languageName: node + linkType: hard + "err-code@npm:^2.0.2": version: 2.0.3 resolution: "err-code@npm:2.0.3" @@ -9615,6 +9647,13 @@ __metadata: languageName: node linkType: hard +"eventemitter3@npm:^5.0.1": + version: 5.0.1 + resolution: "eventemitter3@npm:5.0.1" + checksum: 10c0/4ba5c00c506e6c786b4d6262cfbce90ddc14c10d4667e5c83ae993c9de88aa856033994dd2b35b83e8dc1170e224e66a319fa80adc4c32adcd2379bbc75da814 + languageName: node + linkType: hard + "events@npm:^3.2.0, events@npm:^3.3.0": version: 3.3.0 resolution: "events@npm:3.3.0" @@ -9656,7 +9695,7 @@ __metadata: languageName: node linkType: hard -"execa@npm:^8.0.1": +"execa@npm:^8.0.1, execa@npm:~8.0.1": version: 8.0.1 resolution: "execa@npm:8.0.1" dependencies: @@ -10324,6 +10363,13 @@ __metadata: languageName: node linkType: hard +"get-east-asian-width@npm:^1.0.0": + version: 1.2.0 + resolution: "get-east-asian-width@npm:1.2.0" + checksum: 10c0/914b1e217cf38436c24b4c60b4c45289e39a45bf9e65ef9fd343c2815a1a02b8a0215aeec8bf9c07c516089004b6e3826332481f40a09529fcadbf6e579f286b + languageName: node + linkType: hard + "get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.2, get-intrinsic@npm:^1.2.3, get-intrinsic@npm:^1.2.4": version: 1.2.4 resolution: "get-intrinsic@npm:1.2.4" @@ -11547,6 +11593,15 @@ __metadata: languageName: node linkType: hard +"is-fullwidth-code-point@npm:^5.0.0": + version: 5.0.0 + resolution: "is-fullwidth-code-point@npm:5.0.0" + dependencies: + get-east-asian-width: "npm:^1.0.0" + checksum: 10c0/cd591b27d43d76b05fa65ed03eddce57a16e1eca0b7797ff7255de97019bcaf0219acfc0c4f7af13319e13541f2a53c0ace476f442b13267b9a6a7568f2b65c8 + languageName: node + linkType: hard + "is-generator-fn@npm:^2.0.0": version: 2.1.0 resolution: "is-generator-fn@npm:2.1.0" @@ -12888,10 +12943,10 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:2.0.4": - version: 2.0.4 - resolution: "lilconfig@npm:2.0.4" - checksum: 10c0/bdd3d4bd82c6381a3e600962cfc285610564888f126e2cec3cd0fdc41a1892266fa17f32f372a4a6c9c57c265d377ab58a36e2b68a91eedd377389b41334f112 +"lilconfig@npm:~3.1.2": + version: 3.1.2 + resolution: "lilconfig@npm:3.1.2" + checksum: 10c0/f059630b1a9bddaeba83059db00c672b64dc14074e9f232adce32b38ca1b5686ab737eb665c5ba3c32f147f0002b4bee7311ad0386a9b98547b5623e87071fbe languageName: node linkType: hard @@ -12911,47 +12966,37 @@ __metadata: languageName: node linkType: hard -"lint-staged@npm:12.1.7": - version: 12.1.7 - resolution: "lint-staged@npm:12.1.7" +"lint-staged@npm:15.2.9": + version: 15.2.9 + resolution: "lint-staged@npm:15.2.9" dependencies: - cli-truncate: "npm:^3.1.0" - colorette: "npm:^2.0.16" - commander: "npm:^8.3.0" - debug: "npm:^4.3.3" - execa: "npm:^5.1.1" - lilconfig: "npm:2.0.4" - listr2: "npm:^3.13.5" - micromatch: "npm:^4.0.4" - normalize-path: "npm:^3.0.0" - object-inspect: "npm:^1.11.1" - string-argv: "npm:^0.3.1" - supports-color: "npm:^9.2.1" - yaml: "npm:^1.10.2" + chalk: "npm:~5.3.0" + commander: "npm:~12.1.0" + debug: "npm:~4.3.6" + execa: "npm:~8.0.1" + lilconfig: "npm:~3.1.2" + listr2: "npm:~8.2.4" + micromatch: "npm:~4.0.7" + pidtree: "npm:~0.6.0" + string-argv: "npm:~0.3.2" + yaml: "npm:~2.5.0" bin: lint-staged: bin/lint-staged.js - checksum: 10c0/5b62fe938dbdae7f97185d31c1396a67661fbc99b26aab42847280268d5e818187b8dbe519c9786eea90ab8c8eb04fe0fdd8ec8c638c295211ccbe448548584a + checksum: 10c0/820c622378b62b826974af17f1747e2a4b0556e4fb99d101af89ad298d392ff079f580fdc576f16a27e975d726b95d73495fd524139402ff654c4649ef2f1a6a languageName: node linkType: hard -"listr2@npm:^3.13.5": - version: 3.14.0 - resolution: "listr2@npm:3.14.0" +"listr2@npm:~8.2.4": + version: 8.2.4 + resolution: "listr2@npm:8.2.4" dependencies: - cli-truncate: "npm:^2.1.0" - colorette: "npm:^2.0.16" - log-update: "npm:^4.0.0" - p-map: "npm:^4.0.0" - rfdc: "npm:^1.3.0" - rxjs: "npm:^7.5.1" - through: "npm:^2.3.8" - wrap-ansi: "npm:^7.0.0" - peerDependencies: - enquirer: ">= 2.3.0 < 3" - peerDependenciesMeta: - enquirer: - optional: true - checksum: 10c0/8301703876ad6bf50cd769e9c1169c2aa435951d69d4f54fc202a13c1b6006a9b3afbcf9842440eb22f08beec4d311d365e31d4ed2e0fcabf198d8085b06a421 + cli-truncate: "npm:^4.0.0" + colorette: "npm:^2.0.20" + eventemitter3: "npm:^5.0.1" + log-update: "npm:^6.1.0" + rfdc: "npm:^1.4.1" + wrap-ansi: "npm:^9.0.0" + checksum: 10c0/df5b129e9767de1997973cec6103cd4bd6fc3b3367685b7c23048d12b61d5b7e44fecd8a3d3534c0e1c963bd5ac43ca501d14712f46fa101050037be323a5c16 languageName: node linkType: hard @@ -13120,15 +13165,16 @@ __metadata: languageName: node linkType: hard -"log-update@npm:^4.0.0": - version: 4.0.0 - resolution: "log-update@npm:4.0.0" +"log-update@npm:^6.1.0": + version: 6.1.0 + resolution: "log-update@npm:6.1.0" dependencies: - ansi-escapes: "npm:^4.3.0" - cli-cursor: "npm:^3.1.0" - slice-ansi: "npm:^4.0.0" - wrap-ansi: "npm:^6.2.0" - checksum: 10c0/18b299e230432a156f2535660776406d15ba8bb7817dd3eaadd58004b363756d4ecaabcd658f9949f90b62ea7d3354423be3fdeb7a201ab951ec0e8d6139af86 + ansi-escapes: "npm:^7.0.0" + cli-cursor: "npm:^5.0.0" + slice-ansi: "npm:^7.1.0" + strip-ansi: "npm:^7.1.0" + wrap-ansi: "npm:^9.0.0" + checksum: 10c0/4b350c0a83d7753fea34dcac6cd797d1dc9603291565de009baa4aa91c0447eab0d3815a05c8ec9ac04fdfffb43c82adcdb03ec1fceafd8518e1a8c1cff4ff89 languageName: node linkType: hard @@ -13425,7 +13471,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4": +"micromatch@npm:^4.0.0, micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:~4.0.7": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -13481,6 +13527,13 @@ __metadata: languageName: node linkType: hard +"mimic-function@npm:^5.0.0": + version: 5.0.1 + resolution: "mimic-function@npm:5.0.1" + checksum: 10c0/f3d9464dd1816ecf6bdf2aec6ba32c0728022039d992f178237d8e289b48764fee4131319e72eedd4f7f094e22ded0af836c3187a7edc4595d28dd74368fd81d + languageName: node + linkType: hard + "mimic-response@npm:^1.0.0": version: 1.0.1 resolution: "mimic-response@npm:1.0.1" @@ -13989,7 +14042,7 @@ __metadata: languageName: node linkType: hard -"object-inspect@npm:^1.11.1, object-inspect@npm:^1.13.1": +"object-inspect@npm:^1.13.1": version: 1.13.2 resolution: "object-inspect@npm:1.13.2" checksum: 10c0/b97835b4c91ec37b5fd71add84f21c3f1047d1d155d00c0fcd6699516c256d4fcc6ff17a1aced873197fe447f91a3964178fd2a67a1ee2120cdaf60e81a050b4 @@ -14134,6 +14187,15 @@ __metadata: languageName: node linkType: hard +"onetime@npm:^7.0.0": + version: 7.0.0 + resolution: "onetime@npm:7.0.0" + dependencies: + mimic-function: "npm:^5.0.0" + checksum: 10c0/5cb9179d74b63f52a196a2e7037ba2b9a893245a5532d3f44360012005c9cadb60851d56716ebff18a6f47129dab7168022445df47c2aff3b276d92585ed1221 + languageName: node + linkType: hard + "open@npm:^10.0.3": version: 10.1.0 resolution: "open@npm:10.1.0" @@ -14570,6 +14632,15 @@ __metadata: languageName: node linkType: hard +"pidtree@npm:~0.6.0": + version: 0.6.0 + resolution: "pidtree@npm:0.6.0" + bin: + pidtree: bin/pidtree.js + checksum: 10c0/0829ec4e9209e230f74ebf4265f5ccc9ebfb488334b525cb13f86ff801dca44b362c41252cd43ae4d7653a10a5c6ab3be39d2c79064d6895e0d78dc50a5ed6e9 + languageName: node + linkType: hard + "pify@npm:^3.0.0": version: 3.0.0 resolution: "pify@npm:3.0.0" @@ -15755,6 +15826,16 @@ __metadata: languageName: node linkType: hard +"restore-cursor@npm:^5.0.0": + version: 5.1.0 + resolution: "restore-cursor@npm:5.1.0" + dependencies: + onetime: "npm:^7.0.0" + signal-exit: "npm:^4.1.0" + checksum: 10c0/c2ba89131eea791d1b25205bdfdc86699767e2b88dee2a590b1a6caa51737deac8bad0260a5ded2f7c074b7db2f3a626bcf1fcf3cdf35974cbeea5e2e6764f60 + languageName: node + linkType: hard + "ret@npm:~0.4.0": version: 0.4.3 resolution: "ret@npm:0.4.3" @@ -15783,7 +15864,7 @@ __metadata: languageName: node linkType: hard -"rfdc@npm:^1.2.0, rfdc@npm:^1.3.0": +"rfdc@npm:^1.2.0, rfdc@npm:^1.3.0, rfdc@npm:^1.4.1": version: 1.4.1 resolution: "rfdc@npm:1.4.1" checksum: 10c0/4614e4292356cafade0b6031527eea9bc90f2372a22c012313be1dcc69a3b90c7338158b414539be863fa95bfcb2ddcd0587be696841af4e6679d85e62c060c7 @@ -15900,7 +15981,7 @@ __metadata: commitizen: "npm:4.3.0" husky: "npm:9.1.5" libyear: "npm:0.8.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" prettier: "npm:3.3.3" languageName: unknown @@ -15976,7 +16057,7 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:7.8.1, rxjs@npm:^7.5.1, rxjs@npm:^7.5.5, rxjs@npm:^7.8.1": +"rxjs@npm:7.8.1, rxjs@npm:^7.5.5, rxjs@npm:^7.8.1": version: 7.8.1 resolution: "rxjs@npm:7.8.1" dependencies: @@ -16446,17 +16527,6 @@ __metadata: languageName: node linkType: hard -"slice-ansi@npm:^4.0.0": - version: 4.0.0 - resolution: "slice-ansi@npm:4.0.0" - dependencies: - ansi-styles: "npm:^4.0.0" - astral-regex: "npm:^2.0.0" - is-fullwidth-code-point: "npm:^3.0.0" - checksum: 10c0/6c25678db1270d4793e0327620f1e0f9f5bea4630123f51e9e399191bc52c87d6e6de53ed33538609e5eacbd1fab769fae00f3705d08d029f02102a540648918 - languageName: node - linkType: hard - "slice-ansi@npm:^5.0.0": version: 5.0.0 resolution: "slice-ansi@npm:5.0.0" @@ -16467,6 +16537,16 @@ __metadata: languageName: node linkType: hard +"slice-ansi@npm:^7.1.0": + version: 7.1.0 + resolution: "slice-ansi@npm:7.1.0" + dependencies: + ansi-styles: "npm:^6.2.1" + is-fullwidth-code-point: "npm:^5.0.0" + checksum: 10c0/631c971d4abf56cf880f034d43fcc44ff883624867bf11ecbd538c47343911d734a4656d7bc02362b40b89d765652a7f935595441e519b59e2ad3f4d5d6fe7ca + languageName: node + linkType: hard + "smart-buffer@npm:^4.2.0": version: 4.2.0 resolution: "smart-buffer@npm:4.2.0" @@ -16793,7 +16873,7 @@ __metadata: languageName: node linkType: hard -"string-argv@npm:^0.3.1": +"string-argv@npm:~0.3.2": version: 0.3.2 resolution: "string-argv@npm:0.3.2" checksum: 10c0/75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82 @@ -16821,7 +16901,7 @@ __metadata: languageName: node linkType: hard -"string-width@npm:^5.0.0, string-width@npm:^5.0.1, string-width@npm:^5.1.2": +"string-width@npm:^5.0.1, string-width@npm:^5.1.2": version: 5.1.2 resolution: "string-width@npm:5.1.2" dependencies: @@ -16832,6 +16912,17 @@ __metadata: languageName: node linkType: hard +"string-width@npm:^7.0.0": + version: 7.2.0 + resolution: "string-width@npm:7.2.0" + dependencies: + emoji-regex: "npm:^10.3.0" + get-east-asian-width: "npm:^1.0.0" + strip-ansi: "npm:^7.1.0" + checksum: 10c0/eb0430dd43f3199c7a46dcbf7a0b34539c76fe3aa62763d0b0655acdcbdf360b3f66f3d58ca25ba0205f42ea3491fa00f09426d3b7d3040e506878fc7664c9b9 + languageName: node + linkType: hard + "string.prototype.includes@npm:^2.0.0": version: 2.0.0 resolution: "string.prototype.includes@npm:2.0.0" @@ -16945,7 +17036,7 @@ __metadata: languageName: node linkType: hard -"strip-ansi@npm:^7.0.1": +"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0": version: 7.1.0 resolution: "strip-ansi@npm:7.1.0" dependencies: @@ -17059,13 +17150,6 @@ __metadata: languageName: node linkType: hard -"supports-color@npm:^9.2.1": - version: 9.4.0 - resolution: "supports-color@npm:9.4.0" - checksum: 10c0/6c24e6b2b64c6a60e5248490cfa50de5924da32cf09ae357ad8ebbf305cc5d2717ba705a9d4cb397d80bbf39417e8fdc8d7a0ce18bd0041bf7b5b456229164e4 - languageName: node - linkType: hard - "supports-preserve-symlinks-flag@npm:^1.0.0": version: 1.0.0 resolution: "supports-preserve-symlinks-flag@npm:1.0.0" @@ -18437,6 +18521,17 @@ __metadata: languageName: node linkType: hard +"wrap-ansi@npm:^9.0.0": + version: 9.0.0 + resolution: "wrap-ansi@npm:9.0.0" + dependencies: + ansi-styles: "npm:^6.2.1" + string-width: "npm:^7.0.0" + strip-ansi: "npm:^7.1.0" + checksum: 10c0/a139b818da9573677548dd463bd626a5a5286271211eb6e4e82f34a4f643191d74e6d4a9bb0a3c26ec90e6f904f679e0569674ac099ea12378a8b98e20706066 + languageName: node + linkType: hard + "wrappy@npm:1": version: 1.0.2 resolution: "wrappy@npm:1.0.2" @@ -18526,13 +18621,22 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^1.10.0, yaml@npm:^1.10.2": +"yaml@npm:^1.10.0": version: 1.10.2 resolution: "yaml@npm:1.10.2" checksum: 10c0/5c28b9eb7adc46544f28d9a8d20c5b3cb1215a886609a2fd41f51628d8aaa5878ccd628b755dbcd29f6bb4921bd04ffbc6dcc370689bb96e594e2f9813d2605f languageName: node linkType: hard +"yaml@npm:~2.5.0": + version: 2.5.0 + resolution: "yaml@npm:2.5.0" + bin: + yaml: bin.mjs + checksum: 10c0/771a1df083c8217cf04ef49f87244ae2dd7d7457094425e793b8f056159f167602ce172aa32d6bca21f787d24ec724aee3cecde938f6643564117bd151452631 + languageName: node + linkType: hard + "yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1" @@ -18568,7 +18672,7 @@ __metadata: "@yarnpkg/core": "npm:4.1.2" eslint: "npm:8.57.0" jest: "npm:29.7.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -18598,7 +18702,7 @@ __metadata: eslint: "npm:8.57.0" jest: "npm:29.7.0" leven: "npm:4.0.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3" @@ -18627,7 +18731,7 @@ __metadata: "@yarnpkg/fslib": "npm:3.1.0" eslint: "npm:8.57.0" jest: "npm:29.7.0" - lint-staged: "npm:12.1.7" + lint-staged: "npm:15.2.9" markdownlint-cli: "npm:0.41.0" npm-run-all: "npm:4.1.5" prettier: "npm:3.3.3"