Merge pull request #162 from detsys-pr-bot/detsys-ts-update-03533d37dcd46f34d9e99385e665615b221a30d9

Update `detsys-ts`: Merge pull request #82 from DeterminateSystems/even-more-crashes
This commit is contained in:
Graham Christensen 2025-03-28 10:19:29 -04:00 committed by GitHub
commit c6435de337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 12 deletions

12
dist/index.js vendored
View file

@ -41550,7 +41550,7 @@ const Http2OverHttp2 = __nccwpck_require__(2016);
const {
Http2OverHttp,
Http2OverHttps
} = __nccwpck_require__(3017);
} = __nccwpck_require__(5398);
const validateHeaderName = __nccwpck_require__(311);
const validateHeaderValue = __nccwpck_require__(2495);
@ -41708,7 +41708,7 @@ module.exports = {
/***/ }),
/***/ 3017:
/***/ 5398:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
@ -87214,7 +87214,7 @@ var cache = __nccwpck_require__(7389);
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+8d9725c485630_cc2c1096494a1fd83f38014785db8a80/node_modules/detsys-ts/dist/index.js
;// CONCATENATED MODULE: ./node_modules/.pnpm/detsys-ts@https+++codeload.github.com+DeterminateSystems+detsys-ts+tar.gz+03533d37dcd46_d2e6725f814907a3b249c07896b58c7f/node_modules/detsys-ts/dist/index.js
var __defProp = Object.defineProperty;
var __export = (target, all) => {
for (var name in all)
@ -88119,7 +88119,11 @@ var STATE_KEY_CROSS_PHASE_ID = "detsys_cross_phase_id";
var STATE_BACKTRACE_START_TIMESTAMP = "detsys_backtrace_start_timestamp";
var DIAGNOSTIC_ENDPOINT_TIMEOUT_MS = 1e4;
var CHECK_IN_ENDPOINT_TIMEOUT_MS = 1e3;
var PROGRAM_NAME_CRASH_DENY_LIST = ["nix-expr-tests"];
var PROGRAM_NAME_CRASH_DENY_LIST = [
"nix-expr-tests",
"nix-store-tests",
"nix-util-tests"
];
var DetSysAction = class {
determineExecutionPhase() {
const currentPhase = core.getState(STATE_KEY_EXECUTION_PHASE);

View file

@ -16,7 +16,7 @@ importers:
version: 1.1.1
detsys-ts:
specifier: github:DeterminateSystems/detsys-ts
version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/8d9725c4856301321cd2508f5b8725cfb99366e2
version: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/03533d37dcd46f34d9e99385e665615b221a30d9
devDependencies:
'@trivago/prettier-plugin-sort-imports':
specifier: ^4.3.0
@ -1014,8 +1014,8 @@ packages:
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
engines: {node: '>=0.4.0'}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/8d9725c4856301321cd2508f5b8725cfb99366e2:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/8d9725c4856301321cd2508f5b8725cfb99366e2}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/03533d37dcd46f34d9e99385e665615b221a30d9:
resolution: {tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/03533d37dcd46f34d9e99385e665615b221a30d9}
version: 1.0.0
dir-glob@3.0.1:
@ -1037,8 +1037,8 @@ packages:
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
electron-to-chromium@1.5.126:
resolution: {integrity: sha512-AtH1uLcTC72LA4vfYcEJJkrMk/MY/X0ub8Hv7QGAePW2JkeUFHEL/QfS4J77R6M87Sss8O0OcqReSaN1bpyA+Q==}
electron-to-chromium@1.5.128:
resolution: {integrity: sha512-bo1A4HH/NS522Ws0QNFIzyPcyUUNV/yyy70Ho1xqfGYzPUme2F/xr4tlEOuM6/A538U1vDA7a4XfCd1CKRegKQ==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@ -3223,7 +3223,7 @@ snapshots:
browserslist@4.24.4:
dependencies:
caniuse-lite: 1.0.30001707
electron-to-chromium: 1.5.126
electron-to-chromium: 1.5.128
node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.24.4)
@ -3360,7 +3360,7 @@ snapshots:
delayed-stream@1.0.0: {}
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/8d9725c4856301321cd2508f5b8725cfb99366e2:
detsys-ts@https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/03533d37dcd46f34d9e99385e665615b221a30d9:
dependencies:
'@actions/cache': 4.0.3
'@actions/core': 1.11.1
@ -3391,7 +3391,7 @@ snapshots:
eastasianwidth@0.2.0: {}
electron-to-chromium@1.5.126: {}
electron-to-chromium@1.5.128: {}
emoji-regex@8.0.0: {}