Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61d59f7

Browse filesBrowse files
fix: Workflow Bot -- Update ALL Dependencies (main) (#2115)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent bfc01af commit 61d59f7
Copy full SHA for 61d59f7

File tree

Expand file treeCollapse file tree

4 files changed

+279
-284
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+279
-284
lines changed

‎action-src/package.json

Copy file name to clipboardExpand all lines: action-src/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@actions/core": "^1.11.1",
2828
"@actions/github": "^6.0.0",
2929
"@cspell/cspell-bundled-dicts": "^8.17.2",
30-
"@cspell/cspell-types": "^8.17.1",
30+
"@cspell/cspell-types": "^8.17.2",
3131
"@octokit/webhooks-types": "^7.6.1",
32-
"@types/node": "^20.17.12",
32+
"@types/node": "^20.17.14",
3333
"cspell": "^8.17.2",
3434
"cspell-glob": "^8.17.2",
3535
"vscode-uri": "^3.0.8"

‎action/lib/main_root.cjs

Copy file name to clipboardExpand all lines: action/lib/main_root.cjs
+37-37Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -38283,9 +38283,9 @@ var require_import_fresh = __commonJS({
3828338283
}
3828438284
});
3828538285

38286-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/utils.js
38286+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/utils.js
3828738287
var require_utils5 = __commonJS({
38288-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/utils.js"(exports2) {
38288+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/utils.js"(exports2) {
3828938289
"use strict";
3829038290
Object.defineProperty(exports2, "__esModule", { value: true });
3829138291
exports2.normalizePath = exports2.convertSlashes = exports2.cleanPath = void 0;
@@ -38318,9 +38318,9 @@ var require_utils5 = __commonJS({
3831838318
}
3831938319
});
3832038320

38321-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/join-path.js
38321+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/join-path.js
3832238322
var require_join_path = __commonJS({
38323-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/join-path.js"(exports2) {
38323+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/join-path.js"(exports2) {
3832438324
"use strict";
3832538325
Object.defineProperty(exports2, "__esModule", { value: true });
3832638326
exports2.build = exports2.joinDirectoryPath = exports2.joinPathWithBasePath = void 0;
@@ -38354,9 +38354,9 @@ var require_join_path = __commonJS({
3835438354
}
3835538355
});
3835638356

38357-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-directory.js
38357+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-directory.js
3835838358
var require_push_directory = __commonJS({
38359-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-directory.js"(exports2) {
38359+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-directory.js"(exports2) {
3836038360
"use strict";
3836138361
Object.defineProperty(exports2, "__esModule", { value: true });
3836238362
exports2.build = void 0;
@@ -38396,9 +38396,9 @@ var require_push_directory = __commonJS({
3839638396
}
3839738397
});
3839838398

38399-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-file.js
38399+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-file.js
3840038400
var require_push_file = __commonJS({
38401-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-file.js"(exports2) {
38401+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/push-file.js"(exports2) {
3840238402
"use strict";
3840338403
Object.defineProperty(exports2, "__esModule", { value: true });
3840438404
exports2.build = void 0;
@@ -38434,9 +38434,9 @@ var require_push_file = __commonJS({
3843438434
}
3843538435
});
3843638436

38437-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/get-array.js
38437+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/get-array.js
3843838438
var require_get_array = __commonJS({
38439-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/get-array.js"(exports2) {
38439+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/get-array.js"(exports2) {
3844038440
"use strict";
3844138441
Object.defineProperty(exports2, "__esModule", { value: true });
3844238442
exports2.build = void 0;
@@ -38453,9 +38453,9 @@ var require_get_array = __commonJS({
3845338453
}
3845438454
});
3845538455

38456-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/group-files.js
38456+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/group-files.js
3845738457
var require_group_files = __commonJS({
38458-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/group-files.js"(exports2) {
38458+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/group-files.js"(exports2) {
3845938459
"use strict";
3846038460
Object.defineProperty(exports2, "__esModule", { value: true });
3846138461
exports2.build = void 0;
@@ -38471,9 +38471,9 @@ var require_group_files = __commonJS({
3847138471
}
3847238472
});
3847338473

38474-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/resolve-symlink.js
38474+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/resolve-symlink.js
3847538475
var require_resolve_symlink = __commonJS({
38476-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/resolve-symlink.js"(exports2) {
38476+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/resolve-symlink.js"(exports2) {
3847738477
"use strict";
3847838478
var __importDefault = exports2 && exports2.__importDefault || function(mod) {
3847938479
return mod && mod.__esModule ? mod : { "default": mod };
@@ -38540,9 +38540,9 @@ var require_resolve_symlink = __commonJS({
3854038540
}
3854138541
});
3854238542

38543-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/invoke-callback.js
38543+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/invoke-callback.js
3854438544
var require_invoke_callback = __commonJS({
38545-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/invoke-callback.js"(exports2) {
38545+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/invoke-callback.js"(exports2) {
3854638546
"use strict";
3854738547
Object.defineProperty(exports2, "__esModule", { value: true });
3854838548
exports2.build = void 0;
@@ -38595,9 +38595,9 @@ var require_invoke_callback = __commonJS({
3859538595
}
3859638596
});
3859738597

38598-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/walk-directory.js
38598+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/walk-directory.js
3859938599
var require_walk_directory = __commonJS({
38600-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/functions/walk-directory.js"(exports2) {
38600+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/functions/walk-directory.js"(exports2) {
3860138601
"use strict";
3860238602
var __importDefault = exports2 && exports2.__importDefault || function(mod) {
3860338603
return mod && mod.__esModule ? mod : { "default": mod };
@@ -38638,9 +38638,9 @@ var require_walk_directory = __commonJS({
3863838638
}
3863938639
});
3864038640

38641-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/queue.js
38641+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/queue.js
3864238642
var require_queue = __commonJS({
38643-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/queue.js"(exports2) {
38643+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/queue.js"(exports2) {
3864438644
"use strict";
3864538645
Object.defineProperty(exports2, "__esModule", { value: true });
3864638646
exports2.Queue = void 0;
@@ -38662,9 +38662,9 @@ var require_queue = __commonJS({
3866238662
}
3866338663
});
3866438664

38665-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/counter.js
38665+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/counter.js
3866638666
var require_counter = __commonJS({
38667-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/counter.js"(exports2) {
38667+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/counter.js"(exports2) {
3866838668
"use strict";
3866938669
Object.defineProperty(exports2, "__esModule", { value: true });
3867038670
exports2.Counter = void 0;
@@ -38695,9 +38695,9 @@ var require_counter = __commonJS({
3869538695
}
3869638696
});
3869738697

38698-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/walker.js
38698+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/walker.js
3869938699
var require_walker = __commonJS({
38700-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/walker.js"(exports2) {
38700+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/walker.js"(exports2) {
3870138701
"use strict";
3870238702
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
3870338703
if (k2 === void 0) k2 = k;
@@ -38800,7 +38800,7 @@ var require_walker = __commonJS({
3880038800
this.resolveSymlink(path26, this.state, (stat3, resolvedPath) => {
3880138801
if (stat3.isDirectory()) {
3880238802
resolvedPath = (0, utils_1.normalizePath)(resolvedPath, this.state.options);
38803-
if (exclude && exclude(entry.name, resolvedPath))
38803+
if (exclude && exclude(entry.name, useRealPaths ? resolvedPath : path26 + pathSeparator))
3880438804
return;
3880538805
this.walkDirectory(this.state, resolvedPath, useRealPaths ? resolvedPath : path26 + pathSeparator, depth - 1, this.walk);
3880638806
} else {
@@ -38820,9 +38820,9 @@ var require_walker = __commonJS({
3882038820
}
3882138821
});
3882238822

38823-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/async.js
38823+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/async.js
3882438824
var require_async = __commonJS({
38825-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/async.js"(exports2) {
38825+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/async.js"(exports2) {
3882638826
"use strict";
3882738827
Object.defineProperty(exports2, "__esModule", { value: true });
3882838828
exports2.callback = exports2.promise = void 0;
@@ -38845,9 +38845,9 @@ var require_async = __commonJS({
3884538845
}
3884638846
});
3884738847

38848-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/sync.js
38848+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/sync.js
3884938849
var require_sync = __commonJS({
38850-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/api/sync.js"(exports2) {
38850+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/api/sync.js"(exports2) {
3885138851
"use strict";
3885238852
Object.defineProperty(exports2, "__esModule", { value: true });
3885338853
exports2.sync = void 0;
@@ -38860,9 +38860,9 @@ var require_sync = __commonJS({
3886038860
}
3886138861
});
3886238862

38863-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/builder/api-builder.js
38863+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/builder/api-builder.js
3886438864
var require_api_builder = __commonJS({
38865-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/builder/api-builder.js"(exports2) {
38865+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/builder/api-builder.js"(exports2) {
3886638866
"use strict";
3886738867
Object.defineProperty(exports2, "__esModule", { value: true });
3886838868
exports2.APIBuilder = void 0;
@@ -40406,9 +40406,9 @@ var require_picomatch4 = __commonJS({
4040640406
}
4040740407
});
4040840408

40409-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/builder/index.js
40409+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/builder/index.js
4041040410
var require_builder = __commonJS({
40411-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/builder/index.js"(exports2) {
40411+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/builder/index.js"(exports2) {
4041240412
"use strict";
4041340413
Object.defineProperty(exports2, "__esModule", { value: true });
4041440414
exports2.Builder = void 0;
@@ -40543,17 +40543,17 @@ var require_builder = __commonJS({
4054340543
}
4054440544
});
4054540545

40546-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/types.js
40546+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/types.js
4054740547
var require_types = __commonJS({
40548-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/types.js"(exports2) {
40548+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/types.js"(exports2) {
4054940549
"use strict";
4055040550
Object.defineProperty(exports2, "__esModule", { value: true });
4055140551
}
4055240552
});
4055340553

40554-
// ../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/index.js
40554+
// ../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/index.js
4055540555
var require_dist2 = __commonJS({
40556-
"../node_modules/.pnpm/fdir@6.4.2_picomatch@4.0.2/node_modules/fdir/dist/index.js"(exports2) {
40556+
"../node_modules/.pnpm/fdir@6.4.3_picomatch@4.0.2/node_modules/fdir/dist/index.js"(exports2) {
4055740557
"use strict";
4055840558
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
4055940559
if (k2 === void 0) k2 = k;

‎package.json

Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
},
4040
"homepage": "https://github.com/streetsidesoftware/cspell-action#readme",
4141
"devDependencies": {
42-
"@eslint/js": "^9.17.0",
42+
"@eslint/js": "^9.18.0",
4343
"@tsconfig/node20": "^20.1.4",
4444
"@vitest/coverage-istanbul": "^2.1.8",
4545
"env-cmd": "^10.1.0",
46-
"eslint": "^9.17.0",
46+
"eslint": "^9.18.0",
4747
"eslint-plugin-n": "^17.15.1",
4848
"eslint-plugin-simple-import-sort": "^12.1.1",
4949
"prettier": "^3.4.2",
5050
"shx": "^0.3.4",
51-
"typescript": "^5.7.2",
52-
"typescript-eslint": "^8.19.1",
51+
"typescript": "^5.7.3",
52+
"typescript-eslint": "^8.20.0",
5353
"vitest": "^2.1.8"
5454
},
5555
"pnpm": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.