Skip to content

Commit 012b0b7

Browse files
justin808claude
andcommitted
Fix yarn.lock and patch file for rescript-json-combinators
- Remove postinstall-postinstall dependency (causes engine check issues) - Regenerate patch file using patch-package CLI for correct format - Update yarn.lock with patch-package dependency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 76921b8 commit 012b0b7

File tree

3 files changed

+107
-13
lines changed

3 files changed

+107
-13
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"jest-environment-jsdom": "^30.2.0",
136136
"mini-css-extract-plugin": "^2.7.2",
137137
"patch-package": "^8.0.0",
138-
"postinstall-postinstall": "^2.1.0",
139138
"preload-webpack-plugin": "^3.0.0-alpha.1",
140139
"prettier": "^2.2.1",
141140
"prettier-eslint-cli": "^7.1.0",
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
diff --git a/node_modules/@glennsl/rescript-json-combinators/bsconfig.json b/node_modules/@glennsl/rescript-json-combinators/bsconfig.json
2-
index 8cc8a16..70a588d 100644
2+
index 9c45da7..70a588d 100644
33
--- a/node_modules/@glennsl/rescript-json-combinators/bsconfig.json
44
+++ b/node_modules/@glennsl/rescript-json-combinators/bsconfig.json
5-
@@ -2,9 +2,14 @@
5+
@@ -2,10 +2,13 @@
66
"name": "@glennsl/rescript-json-combinators",
77
"namespace": "JsonCombinators",
88
"sources": [
99
- "src",
10-
- {
11-
- "dir": "examples",
12-
- "type": "dev"
13-
- }
1410
+ "src"
1511
+ ],
1612
+ "package-specs": [
17-
+ {
13+
{
14+
- "dir": "examples",
15+
- "type": "dev"
1816
+ "module": "esmodule",
1917
+ "in-source": true
20-
+ }
18+
}
19+
- ]
2120
+ ],
2221
+ "suffix": ".bs.js"
2322
}

yarn.lock

Lines changed: 100 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,6 +2924,11 @@
29242924
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
29252925
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
29262926

2927+
"@yarnpkg/lockfile@^1.1.0":
2928+
version "1.1.0"
2929+
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
2930+
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
2931+
29272932
accepts@~1.3.4, accepts@~1.3.8:
29282933
version "1.3.8"
29292934
resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz"
@@ -3639,7 +3644,7 @@ chrome-trace-event@^1.0.2:
36393644
resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz"
36403645
integrity sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==
36413646

3642-
ci-info@^3.2.0:
3647+
ci-info@^3.2.0, ci-info@^3.7.0:
36433648
version "3.9.0"
36443649
resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz"
36453650
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
@@ -5176,6 +5181,13 @@ find-up@^5.0.0:
51765181
locate-path "^6.0.0"
51775182
path-exists "^4.0.0"
51785183

5184+
find-yarn-workspace-root@^2.0.0:
5185+
version "2.0.0"
5186+
resolved "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
5187+
integrity sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==
5188+
dependencies:
5189+
micromatch "^4.0.2"
5190+
51795191
flat-cache@^3.0.4:
51805192
version "3.2.0"
51815193
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz"
@@ -5230,6 +5242,15 @@ fresh@0.5.2:
52305242
resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
52315243
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
52325244

5245+
fs-extra@^10.0.0:
5246+
version "10.1.0"
5247+
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
5248+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
5249+
dependencies:
5250+
graceful-fs "^4.2.0"
5251+
jsonfile "^6.0.1"
5252+
universalify "^2.0.0"
5253+
52335254
fs-monkey@^1.0.4:
52345255
version "1.1.0"
52355256
resolved "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.1.0.tgz"
@@ -5423,7 +5444,7 @@ gopd@^1.0.1, gopd@^1.2.0:
54235444
resolved "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz"
54245445
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
54255446

5426-
graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
5447+
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
54275448
version "4.2.11"
54285449
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
54295450
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -6060,9 +6081,9 @@ is-weakset@^2.0.3:
60606081
call-bound "^1.0.3"
60616082
get-intrinsic "^1.2.6"
60626083

6063-
is-wsl@^2.2.0:
6084+
is-wsl@^2.1.1, is-wsl@^2.2.0:
60646085
version "2.2.0"
6065-
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
6086+
resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
60666087
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
60676088
dependencies:
60686089
is-docker "^2.0.0"
@@ -6678,6 +6699,17 @@ json-stable-stringify-without-jsonify@^1.0.1:
66786699
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
66796700
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
66806701

6702+
json-stable-stringify@^1.0.2:
6703+
version "1.3.0"
6704+
resolved "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.3.0.tgz#8903cfac42ea1a0f97f35d63a4ce0518f0cc6a70"
6705+
integrity sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==
6706+
dependencies:
6707+
call-bind "^1.0.8"
6708+
call-bound "^1.0.4"
6709+
isarray "^2.0.5"
6710+
jsonify "^0.0.1"
6711+
object-keys "^1.1.1"
6712+
66816713
json5@^1.0.1, json5@^1.0.2:
66826714
version "1.0.2"
66836715
resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
@@ -6690,6 +6722,20 @@ json5@^2.1.2, json5@^2.2.3:
66906722
resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz"
66916723
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
66926724

6725+
jsonfile@^6.0.1:
6726+
version "6.2.0"
6727+
resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz#7c265bd1b65de6977478300087c99f1c84383f62"
6728+
integrity sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==
6729+
dependencies:
6730+
universalify "^2.0.0"
6731+
optionalDependencies:
6732+
graceful-fs "^4.1.6"
6733+
6734+
jsonify@^0.0.1:
6735+
version "0.0.1"
6736+
resolved "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
6737+
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
6738+
66936739
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.5:
66946740
version "3.3.5"
66956741
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz"
@@ -6712,6 +6758,13 @@ kind-of@^6.0.2:
67126758
resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz"
67136759
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
67146760

6761+
klaw-sync@^6.0.0:
6762+
version "6.0.0"
6763+
resolved "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz#1fd2cfd56ebb6250181114f0a581167099c2b28c"
6764+
integrity sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==
6765+
dependencies:
6766+
graceful-fs "^4.1.11"
6767+
67156768
kleur@^3.0.3:
67166769
version "3.0.3"
67176770
resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
@@ -7424,6 +7477,14 @@ open@^10.0.3:
74247477
is-inside-container "^1.0.0"
74257478
wsl-utils "^0.1.0"
74267479

7480+
open@^7.4.2:
7481+
version "7.4.2"
7482+
resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
7483+
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
7484+
dependencies:
7485+
is-docker "^2.0.0"
7486+
is-wsl "^2.1.1"
7487+
74277488
open@^8.0.9:
74287489
version "8.4.2"
74297490
resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz"
@@ -7571,6 +7632,26 @@ pascal-case@^3.1.2:
75717632
no-case "^3.0.4"
75727633
tslib "^2.0.3"
75737634

7635+
patch-package@^8.0.0:
7636+
version "8.0.1"
7637+
resolved "https://registry.npmjs.org/patch-package/-/patch-package-8.0.1.tgz#79d02f953f711e06d1f8949c8a13e5d3d7ba1a60"
7638+
integrity sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==
7639+
dependencies:
7640+
"@yarnpkg/lockfile" "^1.1.0"
7641+
chalk "^4.1.2"
7642+
ci-info "^3.7.0"
7643+
cross-spawn "^7.0.3"
7644+
find-yarn-workspace-root "^2.0.0"
7645+
fs-extra "^10.0.0"
7646+
json-stable-stringify "^1.0.2"
7647+
klaw-sync "^6.0.0"
7648+
minimist "^1.2.6"
7649+
open "^7.4.2"
7650+
semver "^7.5.3"
7651+
slash "^2.0.0"
7652+
tmp "^0.2.4"
7653+
yaml "^2.2.2"
7654+
75747655
path-complete-extname@^1.0.0:
75757656
version "1.0.0"
75767657
resolved "https://registry.npmjs.org/path-complete-extname/-/path-complete-extname-1.0.0.tgz"
@@ -9670,6 +9751,11 @@ tldts@^6.1.32:
96709751
dependencies:
96719752
tldts-core "^6.1.86"
96729753

9754+
tmp@^0.2.4:
9755+
version "0.2.5"
9756+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
9757+
integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
9758+
96739759
tmpl@1.0.5:
96749760
version "1.0.5"
96759761
resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz"
@@ -9876,6 +9962,11 @@ unicode-property-aliases-ecmascript@^2.0.0:
98769962
resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz"
98779963
integrity sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==
98789964

9965+
universalify@^2.0.0:
9966+
version "2.0.1"
9967+
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
9968+
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
9969+
98799970
unpipe@1.0.0, unpipe@~1.0.0:
98809971
version "1.0.0"
98819972
resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
@@ -10391,6 +10482,11 @@ yallist@^3.0.2:
1039110482
resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
1039210483
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
1039310484

10485+
yaml@^2.2.2:
10486+
version "2.8.1"
10487+
resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"
10488+
integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==
10489+
1039410490
yargs-parser@^13.1.2:
1039510491
version "13.1.2"
1039610492
resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz"

0 commit comments

Comments
 (0)