diff --git a/.github/commitlint/.pnp.cjs b/.github/commitlint/.pnp.cjs index 89f680c..f142935 100755 --- a/.github/commitlint/.pnp.cjs +++ b/.github/commitlint/.pnp.cjs @@ -30,6 +30,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["@commitlint/cli", "npm:19.8.1"],\ ["@commitlint/config-conventional", "npm:19.8.1"],\ + ["prettier", "npm:3.5.3"],\ ["root-workspace-0b6124", "workspace:."]\ ],\ "linkType": "SOFT"\ @@ -965,6 +966,15 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["prettier", [\ + ["npm:3.5.3", {\ + "packageLocation": "./.yarn/unplugged/prettier-npm-3.5.3-787132ce04/node_modules/prettier/",\ + "packageDependencies": [\ + ["prettier", "npm:3.5.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["punycode", [\ ["npm:2.3.1", {\ "packageLocation": "./.yarn/cache/punycode-npm-2.3.1-97543c420d-febdc4362b.zip/node_modules/punycode/",\ @@ -1014,6 +1024,7 @@ const RAW_RUNTIME_STATE = "packageDependencies": [\ ["@commitlint/cli", "npm:19.8.1"],\ ["@commitlint/config-conventional", "npm:19.8.1"],\ + ["prettier", "npm:3.5.3"],\ ["root-workspace-0b6124", "workspace:."]\ ],\ "linkType": "SOFT"\ diff --git a/.github/commitlint/package.json b/.github/commitlint/package.json index be8f3bf..60064fd 100644 --- a/.github/commitlint/package.json +++ b/.github/commitlint/package.json @@ -1,7 +1,8 @@ { "devDependencies": { "@commitlint/cli": "19.8.1", - "@commitlint/config-conventional": "19.8.1" + "@commitlint/config-conventional": "19.8.1", + "prettier": "3.5.3" }, "packageManager": "yarn@4.9.1" } diff --git a/.github/commitlint/yarn.lock b/.github/commitlint/yarn.lock index fcdc8c7..4197156 100644 --- a/.github/commitlint/yarn.lock +++ b/.github/commitlint/yarn.lock @@ -801,6 +801,15 @@ __metadata: languageName: node linkType: hard +"prettier@npm:3.5.3": + version: 3.5.3 + resolution: "prettier@npm:3.5.3" + bin: + prettier: bin/prettier.cjs + checksum: 10/7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78 + languageName: node + linkType: hard + "punycode@npm:^2.1.0": version: 2.3.1 resolution: "punycode@npm:2.3.1" @@ -842,6 +851,7 @@ __metadata: dependencies: "@commitlint/cli": "npm:19.8.1" "@commitlint/config-conventional": "npm:19.8.1" + prettier: "npm:3.5.3" languageName: unknown linkType: soft