Skip to content

Commit 0ab422f

Browse files
renovate[bot]renovate-botmmkal
authored
chore(deps): update dependency isomorphic-git to v1.9.2 (#97)
* chore(deps): update dependency isomorphic-git to v1.9.2 * Remove patch! Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Misha Kaletsky <[email protected]>
1 parent 8cba925 commit 0ab422f

File tree

4 files changed

+6
-62
lines changed

4 files changed

+6
-62
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint": "7.21.0",
6060
"eslint-plugin-codegen": "0.15.0",
6161
"eslint-plugin-prettier": "3.3.1",
62-
"isomorphic-git": "1.9.0",
62+
"isomorphic-git": "1.9.2",
6363
"jest": "26.6.3",
6464
"memfs": "3.2.2",
6565
"patch-package": "6.4.0",

patches/isomorphic-git+1.9.0.patch

-54
This file was deleted.

scripts/generate-queries.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ export const getQuery = (js: string) => {
88
if (js.includes(quotes)) {
99
throw new Error(`Failed to generate quote markers to properly escape js code`)
1010
}
11-
if (!js.includes('https://github.com/isomorphic-git/isomorphic-git/pull/1388')) {
12-
throw new Error(`Patch hasn't been applied. Run 'yarn prepare'`)
13-
}
11+
1412
return `
1513
create or replace function git_call_sync(name text, args json) returns json as
1614
${quotes}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3221,10 +3221,10 @@ isobject@^3.0.0, isobject@^3.0.1:
32213221
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
32223222
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
32233223

3224-
3225-
version "1.9.0"
3226-
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.9.0.tgz#59d416ff91573baedc4029461971781d06866024"
3227-
integrity sha512-IDWr0l7rnkIMtwuHoKqOEsEUTivbPRdHmLQPvuFGl18oToZdC3TRRKArcW+0PCsu0iiwcopFvu3HTM8Th/SJBg==
3224+
3225+
version "1.9.2"
3226+
resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.9.2.tgz#0e492dbcd9873070b2a57eef257a45b90020ed72"
3227+
integrity sha512-puCXcGgtkDXdMYLZlAEGbpkbmHn/Q4Lsl2uMFwMLOKmmr8Qe7Fe3+c6k2+aHW3rMdJYg9xTv95BJ+PRzR8Ydww==
32283228
dependencies:
32293229
async-lock "^1.1.0"
32303230
clean-git-ref "^2.0.1"

0 commit comments

Comments
 (0)