From c8646760e96ddc5776b889a17fa17fd35129c6ec Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 14 Aug 2026 22:33:31 +0000 Subject: [PATCH] pkg: Fix git+ssh repository URLs for Node 26 url.parse SCP-style git+ssh://git@github.com:org/repo.git is not a valid WHATWG URL. Node 26's url.parse() throws ERR_INVALID_ARG_VALUE (Invalid port), which breaks npm-run-all (run-s) during yarn build:bundle. Co-authored-by: natmaster --- packages/core/package.json | 2 +- packages/endpoint/package.json | 2 +- packages/graphql/package.json | 2 +- packages/img/package.json | 2 +- packages/normalizr/package.json | 2 +- packages/react/package.json | 2 +- packages/rest/package.json | 2 +- packages/test/package.json | 2 +- packages/use-enhanced-reducer/package.json | 2 +- packages/vue/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 9357a83e9d50..8bf63eb44bff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -127,7 +127,7 @@ "homepage": "https://dataclient.io", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/core" }, "bugs": { diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index a89034f59265..9c8a8269cd28 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -127,7 +127,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/endpoint" }, "bugs": { diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 35e659c7061c..d54c9fcb7193 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -5,7 +5,7 @@ "homepage": "https://dataclient.io/docs/graphql", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/graphql" }, "bugs": { diff --git a/packages/img/package.json b/packages/img/package.json index 3598bbfda8f9..6dfb4df261c2 100644 --- a/packages/img/package.json +++ b/packages/img/package.json @@ -5,7 +5,7 @@ "homepage": "https://dataclient.io/docs/guides/img-media#just-images", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/img" }, "bugs": { diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index f5994b0036d7..e25c1fff654e 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -116,7 +116,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/normalizr" }, "bugs": { diff --git a/packages/react/package.json b/packages/react/package.json index d6a7bce90986..7a99917a1a76 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -5,7 +5,7 @@ "homepage": "https://dataclient.io", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/react" }, "bugs": { diff --git a/packages/rest/package.json b/packages/rest/package.json index 172db4399918..8752b71d9fe9 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -5,7 +5,7 @@ "homepage": "https://dataclient.io/rest", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/rest" }, "bugs": { diff --git a/packages/test/package.json b/packages/test/package.json index 2cf3c69d30e6..3010470ee6d1 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -5,7 +5,7 @@ "homepage": "https://dataclient.io/docs/guides/storybook", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/test" }, "bugs": { diff --git a/packages/use-enhanced-reducer/package.json b/packages/use-enhanced-reducer/package.json index 62a59ae855f2..af48d49f38a0 100644 --- a/packages/use-enhanced-reducer/package.json +++ b/packages/use-enhanced-reducer/package.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/reactive/data-client/tree/master/packages/use-enhanced-reducer#readme", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/use-enhanced-reducer" }, "bugs": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 086681ba4fd0..0b6e2ff73e54 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -5,7 +5,7 @@ "homepage": "https://dataclient.io", "repository": { "type": "git", - "url": "git+ssh://git@github.com:reactive/data-client.git", + "url": "git+ssh://git@github.com/reactive/data-client.git", "directory": "packages/vue" }, "bugs": {