Skip to content

Commit

Permalink
chore(deps): update dependency isomorphic-git to v1.9.2 (#97)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency isomorphic-git to v1.9.2

* Remove patch!

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Misha Kaletsky <mmkal@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 6, 2021
1 parent 8cba925 commit 0ab422f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint": "7.21.0",
"eslint-plugin-codegen": "0.15.0",
"eslint-plugin-prettier": "3.3.1",
"isomorphic-git": "1.9.0",
"isomorphic-git": "1.9.2",
"jest": "26.6.3",
"memfs": "3.2.2",
"patch-package": "6.4.0",
Expand Down
54 changes: 0 additions & 54 deletions patches/isomorphic-git+1.9.0.patch

This file was deleted.

4 changes: 1 addition & 3 deletions scripts/generate-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ export const getQuery = (js: string) => {
if (js.includes(quotes)) {
throw new Error(`Failed to generate quote markers to properly escape js code`)
}
if (!js.includes('https://github.com/isomorphic-git/isomorphic-git/pull/1388')) {
throw new Error(`Patch hasn't been applied. Run 'yarn prepare'`)
}

return `
create or replace function git_call_sync(name text, args json) returns json as
${quotes}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3221,10 +3221,10 @@ isobject@^3.0.0, isobject@^3.0.1:
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=

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

0 comments on commit 0ab422f

Please sign in to comment.