Skip to content

Commit cc24708

Browse files
committed
Rebuild pg-native before testing.
1 parent ae7236e commit cc24708

File tree

2 files changed

+21
-34
lines changed

2 files changed

+21
-34
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
"clean:script": "node scripts/clean.js",
1919
"prisma-v5:init": "cd suites/tracing/prisma-orm-v5 && yarn && yarn setup",
2020
"prisma-v6:init": "cd suites/tracing/prisma-orm-v6 && yarn && yarn setup",
21+
"pg-native:rebuild": "yarn add --force pg-native --pure-lockfile",
2122
"lint": "eslint . --format stylish",
2223
"fix": "eslint . --format stylish --fix",
2324
"type-check": "tsc",
24-
"pretest": "run-s --silent prisma-v5:init prisma-v6:init",
25+
"pretest": "run-s --silent pg-native:rebuild prisma-v5:init prisma-v6:init",
2526
"test": "jest --config ./jest.config.js",
2627
"test:watch": "yarn test --watch"
2728
},
@@ -53,7 +54,6 @@
5354
"ioredis": "^5.4.1",
5455
"kafkajs": "2.2.4",
5556
"knex": "^2.5.1",
56-
"libpq": "1.8.14",
5757
"lru-memoizer": "2.3.0",
5858
"mongodb": "^3.7.3",
5959
"mongodb-memory-server-global": "^7.6.3",
@@ -64,7 +64,7 @@
6464
"node-cron": "^3.0.3",
6565
"node-schedule": "^2.1.1",
6666
"pg": "^8.13.1",
67-
"pg-native": "^3.2.0",
67+
"pg-native": "3.2.0",
6868
"proxy": "^2.1.1",
6969
"redis-4": "npm:redis@^4.6.14",
7070
"reflect-metadata": "0.2.1",

yarn.lock

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19961,14 +19961,6 @@ libpq@1.8.13:
1996119961
bindings "1.5.0"
1996219962
nan "2.19.0"
1996319963

19964-
libpq@1.8.14:
19965-
version "1.8.14"
19966-
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.14.tgz#1cc404b887c2bf1a6c9ffdb7245aca4a7b44f2ff"
19967-
integrity sha512-/DDvQCiXP0KBMZ31U2mmURKaxoKt9kNqqgrSO2RuBKS+OJjw5b7uHi5jFoV8zPAUa2TNtq2XfcWL1OWDEyjwlg==
19968-
dependencies:
19969-
bindings "1.5.0"
19970-
nan "2.22.0"
19971-
1997219964
license-webpack-plugin@4.0.2:
1997319965
version "4.0.2"
1997419966
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
@@ -21984,11 +21976,6 @@ nan@2.19.0:
2198421976
resolved "https://registry.yarnpkg.com/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0"
2198521977
integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==
2198621978

21987-
nan@2.22.0:
21988-
version "2.22.0"
21989-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
21990-
integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==
21991-
2199221979
nanoid@^3.3.3, nanoid@^3.3.4, nanoid@^3.3.6, nanoid@^3.3.7:
2199321980
version "3.3.7"
2199421981
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
@@ -23827,7 +23814,7 @@ pg-int8@1.0.1:
2382723814
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
2382823815
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
2382923816

23830-
pg-native@^3.2.0:
23817+
pg-native@3.2.0:
2383123818
version "3.2.0"
2383223819
resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.2.0.tgz#1183a549c00741040f1f47f9167a6bf378206826"
2383323820
integrity sha512-9q9I6RmT285DiRc0xkYb8e+bwOIIbnfVLddnzzXW35K1sZc74dR+symo2oeuzSW/sDQ8n24gWAvlGWK/GDJ3+Q==
@@ -27530,7 +27517,7 @@ string-template@~0.2.1:
2753027517
is-fullwidth-code-point "^3.0.0"
2753127518
strip-ansi "^6.0.1"
2753227519

27533-
string-width@4.2.3, "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
27520+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
2753427521
version "4.2.3"
2753527522
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2753627523
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -27640,13 +27627,6 @@ stringify-object@^3.2.1:
2764027627
dependencies:
2764127628
ansi-regex "^5.0.1"
2764227629

27643-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27644-
version "6.0.1"
27645-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
27646-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
27647-
dependencies:
27648-
ansi-regex "^5.0.1"
27649-
2765027630
strip-ansi@^3.0.0:
2765127631
version "3.0.1"
2765227632
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -27668,6 +27648,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
2766827648
dependencies:
2766927649
ansi-regex "^4.1.0"
2767027650

27651+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27652+
version "6.0.1"
27653+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
27654+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
27655+
dependencies:
27656+
ansi-regex "^5.0.1"
27657+
2767127658
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
2767227659
version "7.1.0"
2767327660
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -27803,7 +27790,7 @@ stylus@0.59.0, stylus@^0.59.0:
2780327790
sax "~1.2.4"
2780427791
source-map "^0.7.3"
2780527792

27806-
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
27793+
sucrase@^3.27.0, sucrase@^3.35.0:
2780727794
version "3.36.0"
2780827795
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2780927796
dependencies:
@@ -30451,19 +30438,19 @@ wrangler@^3.67.1:
3045130438
string-width "^4.1.0"
3045230439
strip-ansi "^6.0.0"
3045330440

30454-
wrap-ansi@7.0.0, wrap-ansi@^7.0.0:
30455-
version "7.0.0"
30456-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
30457-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
30441+
wrap-ansi@^6.0.1:
30442+
version "6.2.0"
30443+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
30444+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
3045830445
dependencies:
3045930446
ansi-styles "^4.0.0"
3046030447
string-width "^4.1.0"
3046130448
strip-ansi "^6.0.0"
3046230449

30463-
wrap-ansi@^6.0.1:
30464-
version "6.2.0"
30465-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
30466-
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
30450+
wrap-ansi@^7.0.0:
30451+
version "7.0.0"
30452+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
30453+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3046730454
dependencies:
3046830455
ansi-styles "^4.0.0"
3046930456
string-width "^4.1.0"

0 commit comments

Comments
 (0)