Skip to content

Commit

Permalink
Bugfix abelpz 1577 1580 (#1584)
Browse files Browse the repository at this point in the history
* fix wrong merge

* updated scripture-resources-rcl

* updated scripture resources rcl
  • Loading branch information
abelpz authored Jun 5, 2023
1 parent ddccb35 commit 5caad02
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-icons": "^4.8.0",
"react-select": "^4.1.0",
"react-waypoint": "^10.1.0",
"scripture-resources-rcl": "5.3.8",
"scripture-resources-rcl": "^5.5.1",
"tc-ui-toolkit": "^5.3.3",
"use-deep-compare": "^1.1.0",
"use-deep-compare-effect": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion public/build_number
Original file line number Diff line number Diff line change
@@ -1 +1 @@
257-de3d3b0
260-45d04f9
2 changes: 1 addition & 1 deletion src/components/branch-merger/hooks/useBranchMerger.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function useBranchMerger({ server, owner, repo, userBranch, token
const params = useMemo(() => ({ server, owner, repo, userBranch, tokenid }), [server, owner, repo, userBranch, tokenid])

const setStatus = useCallback((setter, newStatus) => setter( prevStatus => {
if (Object.keys(prevStatus).some(key => prevStatus[key] !== newStatus[key])) return {...prevStatus, ...newStatus};
if (Object.keys(newStatus).some(key => prevStatus[key] !== newStatus[key])) return {...defaultStatus, ...newStatus};
return prevStatus;
}), [])

Expand Down
73 changes: 67 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,14 @@
core-js-pure "^3.25.1"
regenerator-runtime "^0.13.11"

"@babel/runtime-corejs3@^7.16.5":
version "7.22.3"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.22.3.tgz#a684fb6b2eb987d9eb4ee7f1bba832473a29f0f1"
integrity sha512-6bdmknScYKmt8I9VjsJuKKGr+TwUb555FTf6tT1P/ANlCjTHCiYLhiQ4X/O7J731w5NOqu8c1aYHEVuOwPz7jA==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.13.11"

"@babel/[email protected]":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
Expand Down Expand Up @@ -5232,6 +5240,11 @@ core-js-pure@^3.25.1:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.30.0.tgz#41b6c42e5f363bd53d79999bd35093b17e42e1bf"
integrity sha512-+2KbMFGeBU0ln/csoPqTe0i/yfHbrd2EUhNMObsGtXMKS/RTtlkYyi+/3twLcevbgNR0yM/r0Psa3TEoQRpFMQ==

core-js-pure@^3.30.2:
version "3.30.2"
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.30.2.tgz#005a82551f4af3250dcfb46ed360fad32ced114e"
integrity sha512-p/npFUJXXBkCCTIlEGBdghofn00jWG6ZOtdoIXSJmAu2QBvN0IqpZXWweOytcwE6cfx8ZvVUy1vw8zxhe4Y2vg==

core-js@^1.0.0:
version "1.2.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
Expand Down Expand Up @@ -7838,7 +7851,7 @@ [email protected]:
jsonfile "^4.0.0"
universalify "^0.1.0"

[email protected], fs-extra@^7.0.0:
[email protected], fs-extra@^7.0.0, fs-extra@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
Expand Down Expand Up @@ -12863,7 +12876,7 @@ path-exists@^4.0.0:
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==

path-extra@^4.2.1:
path-extra@^4.2.1, path-extra@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/path-extra/-/path-extra-4.3.0.tgz#480cae968c698f779c4db939442fb2b871e89385"
integrity sha512-ZzYeovxrO9rxKHJ27kFjF8oKnN4U7y463Y4WH7PC3wH5GzEPVdX32Z2ayy3lwMIM2iGKkq6XuufeSRblgHNnhQ==
Expand Down Expand Up @@ -15413,10 +15426,10 @@ schema-utils@^3.0.0:
ajv "^6.12.5"
ajv-keywords "^3.5.2"

scripture-resources-rcl@5.3.8:
version "5.3.8"
resolved "https://registry.yarnpkg.com/scripture-resources-rcl/-/scripture-resources-rcl-5.3.8.tgz#148cb021522d95542f6f56f343a2039fc692a569"
integrity sha512-6z/vzjaYfctch5d21riFosw9URPu47/buALUMihcMTmWuUmPne6phcCxLQik0ZJIYrVmzKlJqMjvA2nNK2EhUQ==
scripture-resources-rcl@^5.5.1:
version "5.5.1"
resolved "https://registry.yarnpkg.com/scripture-resources-rcl/-/scripture-resources-rcl-5.5.1.tgz#d203ae2ac592fe20e5c453d50811c7bdf0866a34"
integrity sha512-RmPM+3LfZbi8fEMA6WjZJldqnncmI3me49FuQcnTCDj0WzXyLZYDJsKNXLfF/5M5hVElEcc3EVCb3U9D1l/PcQ==
dependencies:
bible-reference-range "^1.0.1"
deep-freeze "^0.0.1"
Expand All @@ -15431,6 +15444,7 @@ [email protected]:
tc-ui-toolkit "^5.3.3"
use-deep-compare-effect "^1.3.1"
usfm-js "3.4.0"
uw-quote-helpers "^1.0.0"
word-aligner "^1.0.0"
xregexp "^4.1.1"

Expand Down Expand Up @@ -16169,6 +16183,13 @@ [email protected]:
dependencies:
xregexp "^4.1.1"

string-punctuation-tokenizer@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/string-punctuation-tokenizer/-/string-punctuation-tokenizer-2.2.0.tgz#058465f994e29bfb93eaf4a9a2503d3ab6a50a18"
integrity sha512-QOTErphviG7wtzhM6A0tVZugwPtfHFNySboO0SEkruFwW/d2HHalSHWri4230HG/F6egvJx76kZdtYY359+rrA==
dependencies:
xregexp "^4.1.1"

string-width@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
Expand Down Expand Up @@ -16850,6 +16871,24 @@ tsutils@^3.21.0, tsutils@^3.7.0:
dependencies:
tslib "^1.8.1"

[email protected]:
version "1.1.0-beta.4"
resolved "https://registry.yarnpkg.com/tsv-groupdata-parser/-/tsv-groupdata-parser-1.1.0-beta.4.tgz#4f3df012262b85d2109f44e088bd797738fe14cc"
integrity sha512-nHALVtH9Nss+XrqMPHpaWkhE01sqs/VPf5O/LBOHW69lxqH0ZMMdZIA1gASmU4R8WPiCIXpIN4pgQo2PaaOnJQ==
dependencies:
bible-reference-range "^1.0.1"
fs-extra "^7.0.1"
ospath "^1.2.2"
path-extra "^4.3.0"
semver "^6.1.1"
tsvtojson "^1.0.1"
uw-tsv-parser "1.0.3"

tsvtojson@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tsvtojson/-/tsvtojson-1.0.1.tgz#b2cc04812e2b8f5e6ad4d537b99d8c24b0109bd3"
integrity sha512-tcmQHJvwroh4EqkDoUan1UsYo0S5lTLjVc865zYxZ+hwfkDBr0Ljnqr4CywNqgsoS8313zoZ938uHyQEdBHY6A==

[email protected]:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
Expand Down Expand Up @@ -17403,11 +17442,26 @@ [email protected]:
regenerator-runtime "^0.13.7"
use-deep-compare-effect "^1.3.1"

uw-quote-helpers@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/uw-quote-helpers/-/uw-quote-helpers-1.0.0.tgz#cc684523c7686ac45d63cdc9d4348db6641f25d5"
integrity sha512-VT6fh6w+oEjb/YBczNahmZ7dnC7rM4wbRifcOsNQWnlntunDnCNrS8AhbWFEt7X+jn/NmLYXYqsUPeKd+R8NBQ==
dependencies:
bible-reference-range "^1.1.0"
string-punctuation-tokenizer "^2.2.0"
tsv-groupdata-parser "1.1.0-beta.4"
xregexp "^5.1.1"

[email protected]:
version "1.0.2"
resolved "https://registry.yarnpkg.com/uw-tsv-parser/-/uw-tsv-parser-1.0.2.tgz#461ebb01a4902eb77df86b9d4b6dd84d40ab539b"
integrity sha512-O4w7xK6z0A79GP52RliS5bRY1RzllebmT6RfcuZGx1e2aKSLvV5ajCNJtyn7vs6KhJgOX11LBdv+GEH1QP7kgQ==

[email protected]:
version "1.0.3"
resolved "https://registry.yarnpkg.com/uw-tsv-parser/-/uw-tsv-parser-1.0.3.tgz#5009a3710d985e1d86a08bbb58a736a9be0c55d5"
integrity sha512-BqDEayQWdGGsINZlYMzn1+4dAyVtG9zEmNnIv51H/7DquEODEO8hOI1mpNpLlNqGCcXySgTSj2nGhiODefZ4VA==

v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
Expand Down Expand Up @@ -18169,6 +18223,13 @@ xregexp@^4.1.1:
dependencies:
"@babel/runtime-corejs3" "^7.12.1"

xregexp@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-5.1.1.tgz#6d3fe18819e3143aaf52f9284d34f49a59583ebb"
integrity sha512-fKXeVorD+CzWvFs7VBuKTYIW63YD1e1osxwQ8caZ6o1jg6pDAbABDG54LCIq0j5cy7PjRvGIq6sef9DYPXpncg==
dependencies:
"@babel/runtime-corejs3" "^7.16.5"

xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
Expand Down

0 comments on commit 5caad02

Please sign in to comment.