happo 6.10.6 → 6.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/cancelJob-GENB4D2J.js +10 -0
- package/dist/cli/{chunk-RHWWCAFJ.js → chunk-4LR77I43.js} +2 -2
- package/dist/cli/{chunk-JGORCIIC.js → chunk-7HMFLTG3.js} +3 -3
- package/dist/cli/{chunk-GXJ3GRNU.js → chunk-G7ULHRHU.js} +2 -2
- package/dist/cli/{chunk-L3G3K5UR.js → chunk-GD7KRJOO.js} +2 -2
- package/dist/cli/{chunk-NMDCVCUW.js → chunk-HCZZJ6R6.js} +3 -2
- package/dist/cli/chunk-HCZZJ6R6.js.map +7 -0
- package/dist/cli/{chunk-6PTXBJ22.js → chunk-RK77B2CV.js} +2 -2
- package/dist/cli/createAsyncComparison-ZQ6MUSVE.js +10 -0
- package/dist/cli/{createAsyncReport-OF5GZJ34.js → createAsyncReport-2JPU7JD5.js} +4 -4
- package/dist/cli/{createExtendsReportSnapRequest-J5DCLPDW.js → createExtendsReportSnapRequest-N6GXYNAC.js} +4 -4
- package/dist/cli/{findBaselineReport-BNVRQZWM.js → findBaselineReport-ELJYMYXD.js} +4 -4
- package/dist/cli/{getFlakes-WW3574IX.js → getFlakes-CBGWAHIU.js} +4 -4
- package/dist/cli/main.js +24 -17
- package/dist/cli/main.js.map +2 -2
- package/dist/cli/package-2XKSYS6F.js +7 -0
- package/dist/cli/{prepareSnapRequests-QUWWW6DO.js → prepareSnapRequests-LSGTNPWS.js} +4 -4
- package/dist/cli/startJob-K5V7SAXF.js +10 -0
- package/dist/cli/{wrapper-IN4XZXFF.js → wrapper-HH2NJLIH.js} +7 -7
- package/dist/custom/index.js +20 -24
- package/dist/custom/index.js.map +2 -2
- package/dist/cypress/task.js +2 -1
- package/dist/cypress/task.js.map +2 -2
- package/dist/environment/index.d.ts.map +1 -1
- package/dist/playwright/index.js +2 -1
- package/dist/playwright/index.js.map +2 -2
- package/package.json +2 -1
- package/dist/cli/cancelJob-QJGMFV4N.js +0 -10
- package/dist/cli/chunk-NMDCVCUW.js.map +0 -7
- package/dist/cli/createAsyncComparison-UXGLQIEF.js +0 -10
- package/dist/cli/package-Y7DOMFON.js +0 -7
- package/dist/cli/startJob-SBUIMISC.js +0 -10
- /package/dist/cli/{cancelJob-QJGMFV4N.js.map → cancelJob-GENB4D2J.js.map} +0 -0
- /package/dist/cli/{chunk-RHWWCAFJ.js.map → chunk-4LR77I43.js.map} +0 -0
- /package/dist/cli/{chunk-JGORCIIC.js.map → chunk-7HMFLTG3.js.map} +0 -0
- /package/dist/cli/{chunk-GXJ3GRNU.js.map → chunk-G7ULHRHU.js.map} +0 -0
- /package/dist/cli/{chunk-L3G3K5UR.js.map → chunk-GD7KRJOO.js.map} +0 -0
- /package/dist/cli/{chunk-6PTXBJ22.js.map → chunk-RK77B2CV.js.map} +0 -0
- /package/dist/cli/{createAsyncComparison-UXGLQIEF.js.map → createAsyncComparison-ZQ6MUSVE.js.map} +0 -0
- /package/dist/cli/{createAsyncReport-OF5GZJ34.js.map → createAsyncReport-2JPU7JD5.js.map} +0 -0
- /package/dist/cli/{createExtendsReportSnapRequest-J5DCLPDW.js.map → createExtendsReportSnapRequest-N6GXYNAC.js.map} +0 -0
- /package/dist/cli/{findBaselineReport-BNVRQZWM.js.map → findBaselineReport-ELJYMYXD.js.map} +0 -0
- /package/dist/cli/{getFlakes-WW3574IX.js.map → getFlakes-CBGWAHIU.js.map} +0 -0
- /package/dist/cli/{package-Y7DOMFON.js.map → package-2XKSYS6F.js.map} +0 -0
- /package/dist/cli/{prepareSnapRequests-QUWWW6DO.js.map → prepareSnapRequests-LSGTNPWS.js.map} +0 -0
- /package/dist/cli/{startJob-SBUIMISC.js.map → startJob-K5V7SAXF.js.map} +0 -0
- /package/dist/cli/{wrapper-IN4XZXFF.js.map → wrapper-HH2NJLIH.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchWithRetry
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RK77B2CV.js";
|
|
4
4
|
|
|
5
5
|
// src/network/getSignedToken.ts
|
|
6
6
|
import { SignJWT } from "jose";
|
|
@@ -81,4 +81,4 @@ async function makeHappoAPIRequest({ url, path, method = "GET", formData, body }
|
|
|
81
81
|
export {
|
|
82
82
|
makeHappoAPIRequest
|
|
83
83
|
};
|
|
84
|
-
//# sourceMappingURL=chunk-
|
|
84
|
+
//# sourceMappingURL=chunk-4LR77I43.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
4
|
import {
|
|
5
5
|
ErrorWithStatusCode
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-RK77B2CV.js";
|
|
7
7
|
|
|
8
8
|
// src/network/cancelJob.ts
|
|
9
9
|
async function cancelJob(status, message, config, { beforeSha, afterSha, link }, logger) {
|
|
@@ -43,4 +43,4 @@ async function cancelJob(status, message, config, { beforeSha, afterSha, link },
|
|
|
43
43
|
export {
|
|
44
44
|
cancelJob
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=chunk-
|
|
46
|
+
//# sourceMappingURL=chunk-7HMFLTG3.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
4
|
|
|
5
5
|
// src/network/createAsyncComparison.ts
|
|
6
6
|
function assertResultIsCreateAsyncComparisonResult(result) {
|
|
@@ -60,4 +60,4 @@ async function createAsyncComparison(config, {
|
|
|
60
60
|
export {
|
|
61
61
|
createAsyncComparison
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=chunk-
|
|
63
|
+
//# sourceMappingURL=chunk-G7ULHRHU.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
4
|
|
|
5
5
|
// src/network/startJob.ts
|
|
6
6
|
function assertResultIsStartJobResult(result) {
|
|
@@ -36,4 +36,4 @@ async function startJob(config, { beforeSha, afterSha, link, message }, logger)
|
|
|
36
36
|
export {
|
|
37
37
|
startJob
|
|
38
38
|
};
|
|
39
|
-
//# sourceMappingURL=chunk-
|
|
39
|
+
//# sourceMappingURL=chunk-GD7KRJOO.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// package.json
|
|
2
2
|
var package_default = {
|
|
3
3
|
name: "happo",
|
|
4
|
-
version: "6.10.
|
|
4
|
+
version: "6.10.8",
|
|
5
5
|
description: "Catch unexpected visual and accessibility changes and UI bugs",
|
|
6
6
|
license: "MIT",
|
|
7
7
|
repository: {
|
|
@@ -71,6 +71,7 @@ var package_default = {
|
|
|
71
71
|
"storybook:dev": "storybook dev --config-dir src/storybook/__tests__/storybook-app -p ${PORT:-6007}",
|
|
72
72
|
test: "node --env-file-if-exists=.env.local ./scripts/test.ts",
|
|
73
73
|
"test:custom": "pnpm build:dist && pnpm build:custom && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.custom.config.ts",
|
|
74
|
+
"test:custom:skipped": 'pnpm build:dist && pnpm build:custom && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.custom.config.ts --project custom-skipped --skip "$(node ./scripts/getCustomSkip.ts)"',
|
|
74
75
|
"test:cypress": "pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.cypress.config.ts e2e -- cypress run -C src/cypress/__cypress__/cypress.config.ts",
|
|
75
76
|
"test:cypress:open": "cypress open -C src/cypress/__cypress__/cypress.config.ts",
|
|
76
77
|
"test:playwright": "pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.playwright.config.ts e2e -- playwright test",
|
|
@@ -188,4 +189,4 @@ var package_default = {
|
|
|
188
189
|
export {
|
|
189
190
|
package_default
|
|
190
191
|
};
|
|
191
|
-
//# sourceMappingURL=chunk-
|
|
192
|
+
//# sourceMappingURL=chunk-HCZZJ6R6.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../package.json"],
|
|
4
|
+
"sourcesContent": ["{\n \"name\": \"happo\",\n \"version\": \"6.10.8\",\n \"description\": \"Catch unexpected visual and accessibility changes and UI bugs\",\n \"license\": \"MIT\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/happo/happo.git\"\n },\n \"bugs\": \"https://github.com/happo/happo/issues\",\n \"homepage\": \"https://happo.io\",\n \"bin\": {\n \"happo\": \"dist/cli/main.js\"\n },\n \"type\": \"module\",\n \"main\": \"./dist/config/index.js\",\n \"types\": \"./dist/config/index.d.ts\",\n \"exports\": {\n \".\": {\n \"types\": \"./dist/config/index.d.ts\",\n \"default\": \"./dist/config/index.js\"\n },\n \"./cypress\": {\n \"types\": \"./dist/cypress/index.d.ts\",\n \"default\": \"./dist/cypress/index.js\"\n },\n \"./cypress/task\": {\n \"types\": \"./dist/cypress/task.d.ts\",\n \"default\": \"./dist/cypress/task.js\"\n },\n \"./playwright\": {\n \"types\": \"./dist/playwright/index.d.ts\",\n \"default\": \"./dist/playwright/index.js\"\n },\n \"./custom\": {\n \"types\": \"./dist/custom/index.d.ts\",\n \"default\": \"./dist/custom/index.js\"\n },\n \"./storybook/addon\": {\n \"types\": \"./dist/storybook/browser/addon.d.ts\",\n \"default\": \"./dist/storybook/browser/addon.js\"\n },\n \"./storybook/decorator\": {\n \"types\": \"./dist/storybook/browser/decorator.d.ts\",\n \"default\": \"./dist/storybook/browser/decorator.js\"\n },\n \"./storybook/preset\": {\n \"types\": \"./dist/storybook/preset.d.ts\",\n \"default\": \"./dist/storybook/preset.js\"\n },\n \"./storybook/register\": {\n \"types\": \"./dist/storybook/browser/register.d.ts\",\n \"default\": \"./dist/storybook/browser/register.js\"\n }\n },\n \"files\": [\n \"dist\",\n \"preset.js\"\n ],\n \"scripts\": {\n \"all\": \"node ./scripts/allchecks.ts\",\n \"build\": \"pnpm build:types && pnpm build:dist\",\n \"build:custom\": \"esbuild src/custom/__happo__/index.ts --bundle --format=iife --global-name=happoCustom --outfile=tmp/happo-custom/bundle.js --platform=browser --target=esnext\",\n \"build:dist\": \"node ./scripts/build.ts\",\n \"build:types\": \"pnpm tsc --pretty\",\n \"build:watch\": \"tsc --build --watch\",\n \"clean\": \"node ./scripts/clean.ts\",\n \"lint\": \"eslint .\",\n \"prepublishOnly\": \"pnpm clean && pnpm build\",\n \"storybook:dev\": \"storybook dev --config-dir src/storybook/__tests__/storybook-app -p ${PORT:-6007}\",\n \"test\": \"node --env-file-if-exists=.env.local ./scripts/test.ts\",\n \"test:custom\": \"pnpm build:dist && pnpm build:custom && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.custom.config.ts\",\n \"test:custom:skipped\": \"pnpm build:dist && pnpm build:custom && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.custom.config.ts --project custom-skipped --skip \\\"$(node ./scripts/getCustomSkip.ts)\\\"\",\n \"test:cypress\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.cypress.config.ts e2e -- cypress run -C src/cypress/__cypress__/cypress.config.ts\",\n \"test:cypress:open\": \"cypress open -C src/cypress/__cypress__/cypress.config.ts\",\n \"test:playwright\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.playwright.config.ts e2e -- playwright test\",\n \"test:playwright:nonce\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.playwright-nonce.config.ts --nonce $HAPPO_NONCE e2e -- playwright test && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.playwright-nonce.config.ts --nonce $HAPPO_NONCE finalize\",\n \"test:storybook\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.storybook.config.ts\",\n \"test:storybook:skipped\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.storybook.config.ts --project storybook-skipped --skip \\\"$(node ./scripts/getSkip.ts)\\\"\",\n \"test:storybook:only\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.storybook.config.ts --project storybook-only --only \\\"$(node ./scripts/getOnly.ts)\\\"\",\n \"test:pages\": \"pnpm build:dist && node --env-file-if-exists=.env.local dist/cli/main.js -c ./happoconfigs/happo.pages.config.ts\",\n \"release\": \"set -a && source .env && set +a && release-with-ease\",\n \"tsc\": \"tsc --build tsconfig.json\"\n },\n \"browserslist\": {\n \"node\": [\n \"node 22\"\n ],\n \"browser\": [\n \"last 2 Chrome major versions\",\n \"last 2 Firefox major versions\",\n \"last 2 Safari major versions\",\n \"last 2 Edge major versions\"\n ],\n \"isomorphic\": [\n \"node 22\",\n \"last 2 Chrome major versions\",\n \"last 2 Firefox major versions\",\n \"last 2 Safari major versions\",\n \"last 2 Edge major versions\"\n ]\n },\n \"prettier\": {\n \"printWidth\": 85,\n \"singleQuote\": true,\n \"trailingComma\": \"all\",\n \"arrowParens\": \"always\"\n },\n \"devDependencies\": {\n \"@eslint/js\": \"^10.0.1\",\n \"@playwright/test\": \"^1.55.1\",\n \"@reporters/github\": \"^1.11.0\",\n \"@storybook/builder-vite\": \"^10.0.1\",\n \"@storybook/react-vite\": \"^10.0.1\",\n \"@types/async-retry\": \"^1.4.9\",\n \"@types/base64-stream\": \"^1.0.5\",\n \"@types/jsdom\": \"^28.0.0\",\n \"@types/mime-types\": \"^3.0.1\",\n \"@types/multiparty\": \"^4.2.1\",\n \"@types/node\": \"^24.9.1\",\n \"@types/react\": \"^19.2.0\",\n \"@types/react-dom\": \"^19.2.0\",\n \"cypress\": \"^15.5.0\",\n \"esbuild\": \"^0.28.0\",\n \"eslint\": \"^10.0.2\",\n \"eslint-config-prettier\": \"^10.1.8\",\n \"eslint-plugin-compat\": \"^7.0.1\",\n \"eslint-plugin-depend\": \"^1.4.0\",\n \"eslint-plugin-simple-import-sort\": \"^12.1.1\",\n \"eslint-plugin-unicorn\": \"^64.0.0\",\n \"jiti\": \"^2.6.1\",\n \"jsdom\": \"^29.0.0\",\n \"multiparty\": \"^4.2.3\",\n \"prettier\": \"^3.6.2\",\n \"react\": \"^19.2.0\",\n \"react-dom\": \"^19.2.0\",\n \"react-error-boundary\": \"^6.0.0\",\n \"storybook\": \"^10.0.1\",\n \"typescript\": \"^6.0.2\",\n \"release-with-ease\": \"^2.1.0\",\n \"typescript-eslint\": \"^8.57.2\"\n },\n \"dependencies\": {\n \"async-retry\": \"^1.3.3\",\n \"base64-stream\": \"^1.0.0\",\n \"empathic\": \"^2.0.0\",\n \"fflate\": \"^0.8.2\",\n \"jose\": \"^6.1.0\",\n \"limit-concur\": \"^4.0.0\",\n \"mime-types\": \"^3.0.1\",\n \"srcset\": \"^5.0.2\"\n },\n \"storybook\": {\n \"displayName\": \"Happo\",\n \"icon\": \"https://happo.io/static/happo-hippo.png\",\n \"supportedFrameworks\": [\n \"angular\",\n \"ember\",\n \"html\",\n \"preact\",\n \"react\",\n \"react-native\",\n \"svelte\",\n \"vue\",\n \"web-components\"\n ],\n \"unsupportedFrameworks\": []\n },\n \"keywords\": [\n \"storybook-addon\",\n \"accessibility\",\n \"cypress\",\n \"playwright\",\n \"regression\",\n \"storybook\",\n \"test\",\n \"testing\",\n \"ui\",\n \"visual-regression\",\n \"visual\",\n \"vrt\"\n ],\n \"engines\": {\n \"node\": \"^22.18.0 || ^23.6.0 || >=24.0.0\"\n }\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
package_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HCZZJ6R6.js";
|
|
4
4
|
|
|
5
5
|
// src/network/fetchWithRetry.ts
|
|
6
6
|
import asyncRetry from "async-retry";
|
|
@@ -95,4 +95,4 @@ export {
|
|
|
95
95
|
ErrorWithStatusCode,
|
|
96
96
|
fetchWithRetry
|
|
97
97
|
};
|
|
98
|
-
//# sourceMappingURL=chunk-
|
|
98
|
+
//# sourceMappingURL=chunk-RK77B2CV.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createAsyncComparison
|
|
3
|
+
} from "./chunk-G7ULHRHU.js";
|
|
4
|
+
import "./chunk-4LR77I43.js";
|
|
5
|
+
import "./chunk-RK77B2CV.js";
|
|
6
|
+
import "./chunk-HCZZJ6R6.js";
|
|
7
|
+
export {
|
|
8
|
+
createAsyncComparison as default
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=createAsyncComparison-ZQ6MUSVE.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
|
+
import "./chunk-RK77B2CV.js";
|
|
5
|
+
import "./chunk-HCZZJ6R6.js";
|
|
6
6
|
|
|
7
7
|
// src/network/createAsyncReport.ts
|
|
8
8
|
function assertResultIsCreateAsyncReportResult(result) {
|
|
@@ -38,4 +38,4 @@ async function createAsyncReport(snapRequestIds, config, { afterSha, link, messa
|
|
|
38
38
|
export {
|
|
39
39
|
createAsyncReport as default
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=createAsyncReport-
|
|
41
|
+
//# sourceMappingURL=createAsyncReport-2JPU7JD5.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
|
+
import "./chunk-RK77B2CV.js";
|
|
5
|
+
import "./chunk-HCZZJ6R6.js";
|
|
6
6
|
|
|
7
7
|
// src/network/createExtendsReportSnapRequest.ts
|
|
8
8
|
async function createExtendsReportSnapRequest(extendsSha, skip, config) {
|
|
@@ -29,4 +29,4 @@ async function createExtendsReportSnapRequest(extendsSha, skip, config) {
|
|
|
29
29
|
export {
|
|
30
30
|
createExtendsReportSnapRequest as default
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=createExtendsReportSnapRequest-
|
|
32
|
+
//# sourceMappingURL=createExtendsReportSnapRequest-N6GXYNAC.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
|
+
import "./chunk-RK77B2CV.js";
|
|
5
|
+
import "./chunk-HCZZJ6R6.js";
|
|
6
6
|
|
|
7
7
|
// src/network/findBaselineReport.ts
|
|
8
8
|
async function findBaselineReport(environment, config, logger) {
|
|
@@ -33,4 +33,4 @@ async function findBaselineReport(environment, config, logger) {
|
|
|
33
33
|
export {
|
|
34
34
|
findBaselineReport as default
|
|
35
35
|
};
|
|
36
|
-
//# sourceMappingURL=findBaselineReport-
|
|
36
|
+
//# sourceMappingURL=findBaselineReport-ELJYMYXD.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
makeHappoAPIRequest
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-4LR77I43.js";
|
|
4
|
+
import "./chunk-RK77B2CV.js";
|
|
5
|
+
import "./chunk-HCZZJ6R6.js";
|
|
6
6
|
|
|
7
7
|
// src/network/getFlakes.ts
|
|
8
8
|
function formatFlakeOutput(flakes) {
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
getFlakes as default,
|
|
71
71
|
formatFlakeOutput
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=getFlakes-
|
|
73
|
+
//# sourceMappingURL=getFlakes-CBGWAHIU.js.map
|
package/dist/cli/main.js
CHANGED
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
} from "./chunk-ML3Z5Z22.js";
|
|
8
8
|
import {
|
|
9
9
|
fetchWithRetry
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-RK77B2CV.js";
|
|
11
11
|
import {
|
|
12
12
|
package_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-HCZZJ6R6.js";
|
|
14
14
|
|
|
15
15
|
// src/cli/index.ts
|
|
16
16
|
import path3 from "node:path";
|
|
@@ -515,8 +515,15 @@ async function resolveMessage(cliArgs, env, afterSha) {
|
|
|
515
515
|
const { GITHUB_EVENT_PATH } = env;
|
|
516
516
|
if (GITHUB_EVENT_PATH) {
|
|
517
517
|
const ghEvent = await resolveGithubEvent(GITHUB_EVENT_PATH);
|
|
518
|
-
|
|
519
|
-
|
|
518
|
+
const title = ghEvent.pull_request?.title;
|
|
519
|
+
if (typeof title === "string") {
|
|
520
|
+
return title;
|
|
521
|
+
}
|
|
522
|
+
if (ghEvent.head_commit?.message) {
|
|
523
|
+
return ghEvent.head_commit.message;
|
|
524
|
+
}
|
|
525
|
+
if (ghEvent.merge_group?.head_commit?.message) {
|
|
526
|
+
return ghEvent.merge_group.head_commit.message;
|
|
520
527
|
}
|
|
521
528
|
}
|
|
522
529
|
const res = spawnSync("git", ["log", "-1", "--pretty=%s", afterSha], {
|
|
@@ -1228,7 +1235,7 @@ function createReporter(opts = {}) {
|
|
|
1228
1235
|
|
|
1229
1236
|
// src/cli/index.ts
|
|
1230
1237
|
async function getVersion() {
|
|
1231
|
-
const packageJson = await import("./package-
|
|
1238
|
+
const packageJson = await import("./package-2XKSYS6F.js");
|
|
1232
1239
|
return packageJson.default.version;
|
|
1233
1240
|
}
|
|
1234
1241
|
function parseDashdashCommandParts(rawArgs) {
|
|
@@ -1498,10 +1505,10 @@ async function main(rawArgs = process.argv, logger = console) {
|
|
|
1498
1505
|
async function handleDefaultCommand(config, environment, logger) {
|
|
1499
1506
|
logger.log("Running happo tests...");
|
|
1500
1507
|
const [startJob, createAsyncComparison, createAsyncReport, prepareSnapRequests] = await Promise.all([
|
|
1501
|
-
(await import("./startJob-
|
|
1502
|
-
(await import("./createAsyncComparison-
|
|
1503
|
-
(await import("./createAsyncReport-
|
|
1504
|
-
(await import("./prepareSnapRequests-
|
|
1508
|
+
(await import("./startJob-K5V7SAXF.js")).default,
|
|
1509
|
+
(await import("./createAsyncComparison-ZQ6MUSVE.js")).default,
|
|
1510
|
+
(await import("./createAsyncReport-2JPU7JD5.js")).default,
|
|
1511
|
+
(await import("./prepareSnapRequests-LSGTNPWS.js")).default
|
|
1505
1512
|
]);
|
|
1506
1513
|
await startJob(config, environment, logger);
|
|
1507
1514
|
try {
|
|
@@ -1533,7 +1540,7 @@ async function handleDefaultCommand(config, environment, logger) {
|
|
|
1533
1540
|
process.exitCode = 1;
|
|
1534
1541
|
return;
|
|
1535
1542
|
}
|
|
1536
|
-
const findBaselineReport = (await import("./findBaselineReport-
|
|
1543
|
+
const findBaselineReport = (await import("./findBaselineReport-ELJYMYXD.js")).default;
|
|
1537
1544
|
baselineSha = await findBaselineReport(environment, config, logger);
|
|
1538
1545
|
if (!baselineSha) {
|
|
1539
1546
|
logger.log(
|
|
@@ -1562,7 +1569,7 @@ async function handleDefaultCommand(config, environment, logger) {
|
|
|
1562
1569
|
return;
|
|
1563
1570
|
}
|
|
1564
1571
|
if (!baselineSha) {
|
|
1565
|
-
const findBaselineReport = (await import("./findBaselineReport-
|
|
1572
|
+
const findBaselineReport = (await import("./findBaselineReport-ELJYMYXD.js")).default;
|
|
1566
1573
|
baselineSha = await findBaselineReport(environment, config, logger);
|
|
1567
1574
|
if (!baselineSha) {
|
|
1568
1575
|
logger.log(
|
|
@@ -1574,7 +1581,7 @@ async function handleDefaultCommand(config, environment, logger) {
|
|
|
1574
1581
|
const { snapRequestIds, resolvedSkip } = await prepareSnapRequests(config, skip, only);
|
|
1575
1582
|
let allSnapRequestIds = snapRequestIds;
|
|
1576
1583
|
if (skip && baselineSha) {
|
|
1577
|
-
const createExtendsReportSnapRequest = (await import("./createExtendsReportSnapRequest-
|
|
1584
|
+
const createExtendsReportSnapRequest = (await import("./createExtendsReportSnapRequest-N6GXYNAC.js")).default;
|
|
1578
1585
|
const extendsRequestId = await createExtendsReportSnapRequest(
|
|
1579
1586
|
baselineSha,
|
|
1580
1587
|
resolvedSkip ?? skip,
|
|
@@ -1582,7 +1589,7 @@ async function handleDefaultCommand(config, environment, logger) {
|
|
|
1582
1589
|
);
|
|
1583
1590
|
allSnapRequestIds = [...snapRequestIds, extendsRequestId];
|
|
1584
1591
|
} else if (only && baselineSha && resolvedSkip && resolvedSkip.length > 0) {
|
|
1585
|
-
const createExtendsReportSnapRequest = (await import("./createExtendsReportSnapRequest-
|
|
1592
|
+
const createExtendsReportSnapRequest = (await import("./createExtendsReportSnapRequest-N6GXYNAC.js")).default;
|
|
1586
1593
|
const extendsRequestId = await createExtendsReportSnapRequest(
|
|
1587
1594
|
baselineSha,
|
|
1588
1595
|
resolvedSkip,
|
|
@@ -1618,7 +1625,7 @@ async function handleDefaultCommand(config, environment, logger) {
|
|
|
1618
1625
|
} catch (e) {
|
|
1619
1626
|
const message = e instanceof Error ? e.message : String(e);
|
|
1620
1627
|
logger.error(`${config.integration.type} run failed: ${message}`, e);
|
|
1621
|
-
const cancelJob = (await import("./cancelJob-
|
|
1628
|
+
const cancelJob = (await import("./cancelJob-GENB4D2J.js")).default;
|
|
1622
1629
|
await cancelJob("failure", message, config, environment, logger);
|
|
1623
1630
|
process.exitCode = 1;
|
|
1624
1631
|
return;
|
|
@@ -1629,7 +1636,7 @@ async function handleFinalizeCommand(config, environment, logger) {
|
|
|
1629
1636
|
logger.log("Config:", config);
|
|
1630
1637
|
logger.log("Environment:", environment);
|
|
1631
1638
|
try {
|
|
1632
|
-
const finalizeAll = (await import("./wrapper-
|
|
1639
|
+
const finalizeAll = (await import("./wrapper-HH2NJLIH.js")).finalizeAll;
|
|
1633
1640
|
await finalizeAll({ happoConfig: config, environment, logger });
|
|
1634
1641
|
} catch (e) {
|
|
1635
1642
|
logger.error(e instanceof Error ? e.message : String(e), e);
|
|
@@ -1657,7 +1664,7 @@ async function handleFlakeCommand(config, {
|
|
|
1657
1664
|
process.exitCode = 1;
|
|
1658
1665
|
return;
|
|
1659
1666
|
}
|
|
1660
|
-
const { default: getFlakes, formatFlakeOutput } = await import("./getFlakes-
|
|
1667
|
+
const { default: getFlakes, formatFlakeOutput } = await import("./getFlakes-CBGWAHIU.js");
|
|
1661
1668
|
const project = allProjects ? void 0 : projectOverride ?? config.project;
|
|
1662
1669
|
const flakes = await getFlakes(
|
|
1663
1670
|
{
|
|
@@ -1699,7 +1706,7 @@ async function handleE2ECommand(config, environment, dashdashCommandParts, confi
|
|
|
1699
1706
|
logger.log("Config:", config);
|
|
1700
1707
|
logger.log("Environment:", environment);
|
|
1701
1708
|
logger.log("Dashdash command parts:", dashdashCommandParts);
|
|
1702
|
-
const runWithWrapper = (await import("./wrapper-
|
|
1709
|
+
const runWithWrapper = (await import("./wrapper-HH2NJLIH.js")).default;
|
|
1703
1710
|
const exitCode = await runWithWrapper(
|
|
1704
1711
|
dashdashCommandParts,
|
|
1705
1712
|
config,
|