Skip to content

Commit 34924ac

Browse files
authored
Merge pull request #92 from detsys-pr-bot/detsys-ts-update-74999c82de35e73feb13af2c0e0c3ebb92a17c66
Update `detsys-ts`: Merge pull request #95 from DeterminateSystems/graham/fh-813-create-a-determinate-nix-action-with-pinned-releases
2 parents 4068ad9 + 96e4eec commit 34924ac

File tree

3 files changed

+73
-73
lines changed

3 files changed

+73
-73
lines changed

dist/index.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38861,7 +38861,7 @@ var reflection_create_1 = __nccwpck_require__(489);
3886138861
Object.defineProperty(exports, "reflectionCreate", ({ enumerable: true, get: function () { return reflection_create_1.reflectionCreate; } }));
3886238862
var reflection_scalar_default_1 = __nccwpck_require__(2353);
3886338863
Object.defineProperty(exports, "reflectionScalarDefault", ({ enumerable: true, get: function () { return reflection_scalar_default_1.reflectionScalarDefault; } }));
38864-
var reflection_merge_partial_1 = __nccwpck_require__(90);
38864+
var reflection_merge_partial_1 = __nccwpck_require__(7709);
3886538865
Object.defineProperty(exports, "reflectionMergePartial", ({ enumerable: true, get: function () { return reflection_merge_partial_1.reflectionMergePartial; } }));
3886638866
var reflection_equals_1 = __nccwpck_require__(7156);
3886738867
Object.defineProperty(exports, "reflectionEquals", ({ enumerable: true, get: function () { return reflection_equals_1.reflectionEquals; } }));
@@ -39049,7 +39049,7 @@ const reflection_json_writer_1 = __nccwpck_require__(2891);
3904939049
const reflection_binary_reader_1 = __nccwpck_require__(2838);
3905039050
const reflection_binary_writer_1 = __nccwpck_require__(1830);
3905139051
const reflection_create_1 = __nccwpck_require__(489);
39052-
const reflection_merge_partial_1 = __nccwpck_require__(90);
39052+
const reflection_merge_partial_1 = __nccwpck_require__(7709);
3905339053
const json_typings_1 = __nccwpck_require__(6718);
3905439054
const json_format_contract_1 = __nccwpck_require__(1422);
3905539055
const reflection_equals_1 = __nccwpck_require__(7156);
@@ -41012,7 +41012,7 @@ exports.reflectionLongConvert = reflectionLongConvert;
4101241012

4101341013
/***/ }),
4101441014

41015-
/***/ 90:
41015+
/***/ 7709:
4101641016
/***/ ((__unused_webpack_module, exports) => {
4101741017

4101841018

@@ -42126,7 +42126,7 @@ var isArray = Array.isArray || function (xs) {
4212642126

4212742127
/***/ }),
4212842128

42129-
/***/ 4885:
42129+
/***/ 4468:
4213042130
/***/ ((module, exports, __nccwpck_require__) => {
4213142131

4213242132
/* eslint-env browser */
@@ -42350,7 +42350,7 @@ function save(namespaces) {
4235042350
function load() {
4235142351
let r;
4235242352
try {
42353-
r = exports.storage.getItem('debug');
42353+
r = exports.storage.getItem('debug') || exports.storage.getItem('DEBUG') ;
4235442354
} catch (error) {
4235542355
// Swallow
4235642356
// XXX (@Qix-) should we be logging these?
@@ -42386,7 +42386,7 @@ function localstorage() {
4238642386
}
4238742387
}
4238842388

42389-
module.exports = __nccwpck_require__(8228)(exports);
42389+
module.exports = __nccwpck_require__(1163)(exports);
4239042390

4239142391
const {formatters} = module.exports;
4239242392

@@ -42405,7 +42405,7 @@ formatters.j = function (v) {
4240542405

4240642406
/***/ }),
4240742407

42408-
/***/ 8228:
42408+
/***/ 1163:
4240942409
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4241042410

4241142411

@@ -42578,7 +42578,7 @@ function setup(env) {
4257842578

4257942579
const split = (typeof namespaces === 'string' ? namespaces : '')
4258042580
.trim()
42581-
.replace(' ', ',')
42581+
.replace(/\s+/g, ',')
4258242582
.split(',')
4258342583
.filter(Boolean);
4258442584

@@ -42704,7 +42704,7 @@ module.exports = setup;
4270442704

4270542705
/***/ }),
4270642706

42707-
/***/ 1541:
42707+
/***/ 9592:
4270842708
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4270942709

4271042710
/**
@@ -42713,15 +42713,15 @@ module.exports = setup;
4271342713
*/
4271442714

4271542715
if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
42716-
module.exports = __nccwpck_require__(4885);
42716+
module.exports = __nccwpck_require__(4468);
4271742717
} else {
42718-
module.exports = __nccwpck_require__(7709);
42718+
module.exports = __nccwpck_require__(3606);
4271942719
}
4272042720

4272142721

4272242722
/***/ }),
4272342723

42724-
/***/ 7709:
42724+
/***/ 3606:
4272542725
/***/ ((module, exports, __nccwpck_require__) => {
4272642726

4272742727
/**
@@ -42963,7 +42963,7 @@ function init(debug) {
4296342963
}
4296442964
}
4296542965

42966-
module.exports = __nccwpck_require__(8228)(exports);
42966+
module.exports = __nccwpck_require__(1163)(exports);
4296742967

4296842968
const {formatters} = module.exports;
4296942969

@@ -43067,7 +43067,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
4306743067
exports.HttpProxyAgent = void 0;
4306843068
const net = __importStar(__nccwpck_require__(9278));
4306943069
const tls = __importStar(__nccwpck_require__(4756));
43070-
const debug_1 = __importDefault(__nccwpck_require__(1541));
43070+
const debug_1 = __importDefault(__nccwpck_require__(9592));
4307143071
const events_1 = __nccwpck_require__(4434);
4307243072
const agent_base_1 = __nccwpck_require__(3690);
4307343073
const url_1 = __nccwpck_require__(7016);
@@ -43222,7 +43222,7 @@ exports.HttpsProxyAgent = void 0;
4322243222
const net = __importStar(__nccwpck_require__(9278));
4322343223
const tls = __importStar(__nccwpck_require__(4756));
4322443224
const assert_1 = __importDefault(__nccwpck_require__(2613));
43225-
const debug_1 = __importDefault(__nccwpck_require__(1541));
43225+
const debug_1 = __importDefault(__nccwpck_require__(9592));
4322643226
const agent_base_1 = __nccwpck_require__(3690);
4322743227
const url_1 = __nccwpck_require__(7016);
4322843228
const parse_proxy_response_1 = __nccwpck_require__(4832);
@@ -43382,7 +43382,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4338243382
};
4338343383
Object.defineProperty(exports, "__esModule", ({ value: true }));
4338443384
exports.parseProxyResponse = void 0;
43385-
const debug_1 = __importDefault(__nccwpck_require__(1541));
43385+
const debug_1 = __importDefault(__nccwpck_require__(9592));
4338643386
const debug = (0, debug_1.default)('https-proxy-agent:parse-proxy-response');
4338743387
function parseProxyResponse(socket) {
4338843388
return new Promise((resolve, reject) => {
@@ -82550,7 +82550,7 @@ __nccwpck_require__.a(__webpack_module__, async (__webpack_handle_async_dependen
8255082550
/* harmony export */ __nccwpck_require__.d(__webpack_exports__, {
8255182551
/* harmony export */ X: () => (/* binding */ getRollingMinor)
8255282552
/* harmony export */ });
82553-
/* harmony import */ var detsys_ts__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(1128);
82553+
/* harmony import */ var detsys_ts__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(6136);
8255482554
/* harmony import */ var _actions_core__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(9999);
8255582555
/* harmony import */ var _actions_github__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(5380);
8255682556
// src/index.ts
@@ -82662,7 +82662,7 @@ __webpack_async_result__();
8266282662

8266382663
/***/ }),
8266482664

82665-
/***/ 1128:
82665+
/***/ 6136:
8266682666
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __nccwpck_require__) => {
8266782667

8266882668

@@ -82700,7 +82700,7 @@ var cache = __nccwpck_require__(7389);
8270082700
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
8270182701
;// CONCATENATED MODULE: external "node:path"
8270282702
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
82703-
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@e0a5f196fd4e17f2ba1d6ad03300fe532717f7e8_sb5v4gvkmo2pzjqdnfk3yomlyu/node_modules/detsys-ts/dist/index.js
82703+
;// CONCATENATED MODULE: ./node_modules/.pnpm/github.com+DeterminateSystems+detsys-ts@74999c82de35e73feb13af2c0e0c3ebb92a17c66_6v3v2emj5t5xk63nkebjruw4tm/node_modules/detsys-ts/dist/index.js
8270482704
var __defProp = Object.defineProperty;
8270582705
var __export = (target, all) => {
8270682706
for (var name in all)
@@ -84201,15 +84201,15 @@ var DetSysAction = class {
8420184201
actionsCore8.setFailed(
8420284202
[
8420384203
"This action can only be used when Nix is installed.",
84204-
"Add `- uses: DeterminateSystems/nix-installer-action@main` earlier in your workflow."
84204+
"Add `- uses: DeterminateSystems/determinate-nix-action@v3` earlier in your workflow."
8420584205
].join(" ")
8420684206
);
8420784207
break;
8420884208
case "warn":
8420984209
actionsCore8.warning(
8421084210
[
8421184211
"This action is in no-op mode because Nix is not installed.",
84212-
"Add `- uses: DeterminateSystems/nix-installer-action@main` earlier in your workflow."
84212+
"Add `- uses: DeterminateSystems/determinate-nix-action@v3` earlier in your workflow."
8421384213
].join(" ")
8421484214
);
8421584215
break;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
35-
"@types/node": "^20.17.46",
35+
"@types/node": "^20.17.47",
3636
"@typescript-eslint/eslint-plugin": "^7.18.0",
3737
"@vercel/ncc": "^0.38.3",
3838
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)