Skip to content

Commit

Permalink
chore: Bump Typeorm to Medusa fork (medusajs#3981)
Browse files Browse the repository at this point in the history
* chore: Bump typeorm to medusa fork

* Update types + utils

* Bump integration test suites

* Create good-parents-prove.md
  • Loading branch information
olivermrbl authored May 2, 2023
1 parent eb7be96 commit d539c6f
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 24 deletions.
9 changes: 9 additions & 0 deletions .changeset/good-parents-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@medusajs/inventory": patch
"@medusajs/medusa": patch
"@medusajs/stock-location": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---

chore: Bump Typeorm to Medusa fork
2 changes: 1 addition & 1 deletion .github/workflows/test-cli-with-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Create Medusa project
run: |
medusa new cli-test
medusa new cli-test 'https://github.com/medusajs/medusa-starter-default/tree/ci-test'
working-directory: ..

- name: run medusa dev
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@medusajs/medusa": "1.9.0",
"faker": "^5.5.3",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"medusa-fulfillment-webshipper": "1.3.9",
"medusa-interfaces": "1.3.7",
"medusa-plugin-sendgrid": "1.3.9",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/repositories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@medusajs/medusa": "1.9.0",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"typedoc-plugin-markdown": "^3.13.4",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-plugin-reference-excluder": "^1.0.0",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "yarn run lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@medusajs/modules-sdk": "1.8.3",
"@medusajs/utils": "1.8.2",
"awilix": "^8.0.0",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"scripts": {
"watch": "tsc --build --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@medusajs/types": "1.8.3",
"medusa-interfaces": "1.3.7",
"typeorm": "^0.3.11"
"typeorm": "*"
},
"dependencies": {
"@medusajs/medusa-cli": "1.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/stock-location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@medusajs/modules-sdk": "1.8.3",
"@medusajs/utils": "1.8.2",
"awilix": "^8.0.0",
"typeorm": "^0.3.14"
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0"
},
"scripts": {
"watch": "tsc --build --watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"awilix": "^8.0.0",
"cross-env": "^5.2.1",
"typeorm": "^0.3.14",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0",
"typescript": "^4.4.4",
"winston": "^3.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"awilix": "^8.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"typeorm": "^0.3.14",
"typeorm": "npm:@medusajs/typeorm@0.3.16-next.0",
"ulid": "^2.3.0"
},
"scripts": {
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6010,7 +6010,7 @@ __metadata:
cross-env: ^5.2.1
jest: ^25.5.4
ts-jest: ^25.5.1
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
typescript: ^4.4.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6169,7 +6169,7 @@ __metadata:
peerDependencies:
"@medusajs/types": 1.8.3
medusa-interfaces: 1.3.7
typeorm: ^0.3.11
typeorm: "*"
bin:
medusa: ./cli.js
languageName: unknown
Expand Down Expand Up @@ -6249,7 +6249,7 @@ __metadata:
cross-env: ^5.2.1
jest: ^25.5.4
ts-jest: ^25.5.1
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
typescript: ^4.4.4
languageName: unknown
linkType: soft
Expand All @@ -6260,7 +6260,7 @@ __metadata:
dependencies:
awilix: ^8.0.0
cross-env: ^5.2.1
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
typescript: ^4.4.4
winston: ^3.8.2
languageName: unknown
Expand All @@ -6278,7 +6278,7 @@ __metadata:
cross-env: ^5.2.1
jest: ^25.5.4
ts-jest: ^25.5.1
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
typescript: ^4.4.4
ulid: ^2.3.0
languageName: unknown
Expand Down Expand Up @@ -23727,7 +23727,7 @@ __metadata:
jest: ^26.6.3
jest-environment-node: 26.6.2
medusa-interfaces: 1.3.7
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
languageName: unknown
linkType: soft

Expand All @@ -23748,7 +23748,7 @@ __metadata:
medusa-fulfillment-webshipper: 1.3.9
medusa-interfaces: 1.3.7
medusa-plugin-sendgrid: 1.3.9
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
languageName: unknown
linkType: soft

Expand All @@ -23764,7 +23764,7 @@ __metadata:
jest: ^26.6.3
jest-environment-node: 26.6.2
medusa-interfaces: 1.3.7
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -36246,7 +36246,7 @@ __metadata:
typedoc-plugin-markdown: ^3.13.4
typedoc-plugin-merge-modules: ^4.0.1
typedoc-plugin-reference-excluder: ^1.0.0
typeorm: ^0.3.14
typeorm: "npm:@medusajs/typeorm@0.3.16-next.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -39814,9 +39814,9 @@ __metadata:
languageName: node
linkType: hard

"typeorm@npm:^0.3.14":
version: 0.3.14
resolution: "typeorm@npm:0.3.14"
"typeorm@npm:@medusajs/typeorm@0.3.16-next.0":
version: 0.3.16-next.0
resolution: "@medusajs/typeorm@npm:0.3.16-next.0"
dependencies:
"@sqltools/formatter": ^1.2.5
app-root-path: ^3.1.0
Expand All @@ -39838,7 +39838,7 @@ __metadata:
better-sqlite3: ^7.1.2 || ^8.0.0
hdb-pool: ^0.1.6
ioredis: ^5.0.4
mongodb: ^3.6.0
mongodb: ^5.2.0
mssql: ^9.1.1
mysql2: ^2.2.5 || ^3.0.1
oracledb: ^5.1.0
Expand Down Expand Up @@ -39889,7 +39889,7 @@ __metadata:
typeorm: cli.js
typeorm-ts-node-commonjs: cli-ts-node-commonjs.js
typeorm-ts-node-esm: cli-ts-node-esm.js
checksum: 26190e9c8f0cd1f030df76f94d8fd8ae40f6ddab5cd037b424c1bbedf0353a441000d10d0ecebc663cc853afab33a2fc538f0a6287330e4338aa59d1258888ce
checksum: b81794a0bc5ca3195f6a57ad313bd85b2b8f6a0a8dcb00ac42c3594f908b89fcd51f9b10ea62c836504d7196e6330a4b67602b90ea6485bc956ed4dace665737
languageName: node
linkType: hard

Expand Down

0 comments on commit d539c6f

Please sign in to comment.