Skip to content

Commit 5424942

Browse files
authored
chore: deps (#65)
1 parent a17714c commit 5424942

File tree

5 files changed

+1026
-539
lines changed

5 files changed

+1026
-539
lines changed

.yarn/patches/@vercel-nft-npm-0.29.4-d808390388.patch renamed to .yarn/patches/@vercel-nft-npm-0.30.2-35732c16fd.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ index 961dd0391a4124de23eba4539fe6f254b866cf27..3424f5387c55442dc796528ab2730c27
1212
readlink(path: string): Promise<string | null>;
1313
isFile(path: string): Promise<boolean>;
1414
diff --git a/out/node-file-trace.js b/out/node-file-trace.js
15-
index 2ca08aa0bbcef87d67c87ef6b462dbd1079ad76b..5b3d839922577c91a5d999d5268140857a4b4357 100644
15+
index 2ca08aa0bbcef87d67c87ef6b462dbd1079ad76b..2ad9cbd391f612242507a0908b58e5936bbd5bbc 100644
1616
--- a/out/node-file-trace.js
1717
+++ b/out/node-file-trace.js
1818
@@ -91,7 +91,7 @@ class Job {
1919
reasons = new Map();
2020
cachedFileSystem;
2121
remappings = new Map();
2222
- constructor({ base = process.cwd(), processCwd, exports, conditions = exports || ['node'], exportsOnly = false, paths = {}, ignore, log = false, mixedModules = false, ts = true, analysis = {}, cache,
23-
+ constructor({ base = process.cwd(), processCwd, exports, conditions = exports || ['node'], exportsOnly = false, paths = {}, ignore, log = false, mixedModules = false, ts = true, analysis = {}, cache, web = false,
23+
+ constructor({ base = process.cwd(), processCwd, exports, conditions = exports || ['node'], exportsOnly = false, paths = {}, ignore, log = false, mixedModules = false, ts = true, analysis = {}, cache, web = false,
2424
// we use a default of 1024 concurrency to balance
2525
// performance and memory usage for fs operations
2626
fileIOConcurrency = 1024, }) {
@@ -33,17 +33,17 @@ index 2ca08aa0bbcef87d67c87ef6b462dbd1079ad76b..5b3d839922577c91a5d999d526814085
3333
this.analysis = {};
3434
if (analysis !== false) {
3535
diff --git a/out/resolve-dependency.js b/out/resolve-dependency.js
36-
index 23875e30dd78967b28607e1f63c158876aee343c..4e85fd4e0ce73a797a4358c971f8a87a2f898a11 100644
36+
index 1fb9ee9d388e20de7283520d61ac86fa259ac2b6..6647a929629e4130c161b38edbc564e0e0ebf4a4 100644
3737
--- a/out/resolve-dependency.js
3838
+++ b/out/resolve-dependency.js
39-
@@ -71,9 +71,10 @@ async function resolveDir(path, parent, job) {
39+
@@ -72,9 +72,10 @@ async function resolveDir(path, parent, job) {
4040
if (!(await job.isDir(path)))
4141
return;
4242
const pkgCfg = await getPkgCfg(path, job);
4343
- if (pkgCfg && typeof pkgCfg.main === 'string') {
4444
- const resolved = (await resolveFile((0, path_1.resolve)(path, pkgCfg.main), parent, job)) ||
4545
- (await resolveFile((0, path_1.resolve)(path, pkgCfg.main, 'index'), parent, job));
46-
+ if (pkgCfg && ((job.web && (typeof pkgCfg.browser === 'string' || typeof pkgCfg.module === 'string')) || typeof pkgCfg.main === 'string')) {
46+
+ if (pkgCfg && ((job.web && (typeof pkgCfg.browser === 'string' || typeof pkgCfg.module === 'string')) || typeof pkgCfg.main === 'string')) {
4747
+ const fieldValue = job.web ? (typeof pkgCfg.browser === 'string' ? pkgCfg.browser : pkgCfg.web): pkgCfg.main;
4848
+ const resolved = (await resolveFile((0, path_1.resolve)(path, fieldValue), parent, job)) ||
4949
+ (await resolveFile((0, path_1.resolve)(path, fieldValue, 'index'), parent, job));
Lines changed: 330 additions & 330 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.4.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
"url": "https://github.com/ckohen/gh-discord-middleware/issues"
2525
},
2626
"dependencies": {
27-
"@octokit/request": "^10.0.3",
28-
"@octokit/request-error": "^7.0.0",
29-
"@octokit/types": "^14.1.0",
27+
"@octokit/request": "^10.0.5",
28+
"@octokit/request-error": "^7.0.1",
29+
"@octokit/types": "^15.0.0",
3030
"@octokit/webhooks-methods": "^6.0.0",
3131
"@vercel/edge-config": "1.4.0",
32-
"undici": "^7.11.0"
32+
"undici": "^7.16.0"
3333
},
3434
"devDependencies": {
3535
"@octokit/webhooks-types": "^7.6.1",
3636
"@types/estree": "^1.0.8",
37-
"@vercel/nft": "patch:@vercel/nft@npm%3A0.29.4#~/.yarn/patches/@vercel-nft-npm-0.29.4-d808390388.patch",
38-
"@vercel/node": "^5.3.4",
37+
"@vercel/nft": "patch:@vercel/nft@npm%3A0.30.2#~/.yarn/patches/@vercel-nft-npm-0.30.2-35732c16fd.patch",
38+
"@vercel/node": "^5.3.26",
3939
"acorn": "^8.15.0",
40-
"eslint": "9.34.0",
40+
"eslint": "9.37.0",
4141
"eslint-config-neon": "^0.2.7",
42-
"eslint-formatter-pretty": "^6.0.1",
42+
"eslint-formatter-pretty": "^7.0.0",
4343
"lodash.merge": "^4.6.2",
4444
"prettier": "^3.6.2",
4545
"rimraf": "^6.0.1",
46-
"typescript": "5.9.2",
47-
"typescript-eslint": "^8.36.0",
48-
"vercel": "^46.0.0"
46+
"typescript": "5.9.3",
47+
"typescript-eslint": "^8.46.0",
48+
"vercel": "^48.2.9"
4949
},
50-
"packageManager": "yarn@4.9.4"
50+
"packageManager": "yarn@4.10.3"
5151
}

0 commit comments

Comments
 (0)