Skip to content

Commit

Permalink
chore: Patch bump all dependencies + minor bumps winston (#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl authored and adrien2p committed Feb 13, 2023
1 parent 5bb21bd commit 936bcc7
Show file tree
Hide file tree
Showing 41 changed files with 1,020 additions and 342 deletions.
32 changes: 32 additions & 0 deletions .changeset/slimy-penguins-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
"create-medusa-app": patch
"@medusajs/inventory": patch
"@medusajs/medusa-cli": patch
"medusa-core-utils": patch
"medusa-dev-cli": patch
"medusa-file-minio": patch
"medusa-file-s3": patch
"medusa-file-spaces": patch
"medusa-fulfillment-manual": patch
"medusa-fulfillment-webshipper": patch
"medusa-interfaces": patch
"@medusajs/medusa-js": patch
"medusa-payment-adyen": patch
"medusa-payment-klarna": patch
"medusa-payment-manual": patch
"medusa-payment-paypal": patch
"medusa-payment-stripe": patch
"medusa-plugin-algolia": patch
"medusa-plugin-brightpearl": patch
"medusa-plugin-contentful": patch
"medusa-plugin-discount-generator": patch
"medusa-plugin-economic": patch
"medusa-plugin-ip-lookup": patch
"medusa-plugin-mailchimp": patch
"medusa-plugin-meilisearch": patch
"medusa-plugin-restock-notification": patch
"medusa-plugin-segment": patch
"@medusajs/medusa": patch
---

chore: Patches all dependencies + minor bumps `winston` to include a [fix for a significant memory leak](https://github.com/winstonjs/winston/pull/2057)
546 changes: 546 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.1.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@redocly/cli": "latest",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"axios": "^0.21.1",
"axios": "^0.21.4",
"axios-mock-adapter": "^1.19.0",
"babel-jest": "^26.6.3",
"babel-preset-medusa-package": "^1.0.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -35,12 +35,12 @@
"eslint-plugin-react": "^7.31.11",
"express": "^4.17.1",
"get-port": "^5.1.1",
"husky": "^7.0.2",
"husky": "^7.0.4",
"import-from": "^3.0.0",
"jest": "^26.6.3",
"lint-staged": "^11.2.3",
"lint-staged": "^11.2.6",
"microbundle": "^0.13.3",
"pg-god": "^1.0.11",
"pg-god": "^1.0.12",
"prettier": "^2.7.1",
"resolve-cwd": "^3.0.0",
"ts-jest": "^26.5.6",
Expand Down Expand Up @@ -84,14 +84,14 @@
"check:freshness": "node ./scripts/freshness-check.js"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.25.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@linear/sdk": "^1.22.0",
"@octokit/core": "^4.0.5",
"global": "^4.4.0",
"import-from": "^3.0.0",
"oas-normalize": "^5.0.1",
"swagger-inline": "^3.2.2"
"swagger-inline": "^3.2.3"
},
"packageManager": "yarn@3.2.1"
}
10 changes: 5 additions & 5 deletions packages/create-medusa-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/configstore": "^4.0.0",
"@types/fs-extra": "^9.0.12",
"@types/node": "^14.17.14",
"@types/fs-extra": "^9.0.13",
"@types/node": "^14.18.36",
"ansi-wordwrap": "^1.0.2",
"chalk": "^4.1.2",
"commander": "^8.1.0",
"common-tags": "^1.8.0",
"common-tags": "^1.8.2",
"configstore": "^6.0.0",
"enquirer": "^2.3.6",
"execa": "^5.1.1",
Expand All @@ -36,8 +36,8 @@
"hosted-git-info": "^4.0.2",
"is-valid-path": "^0.1.1",
"microbundle": "^0.13.3",
"node-fetch": "^2.6.1",
"prompts": "^2.4.1",
"node-fetch": "^2.6.9",
"prompts": "^2.4.2",
"string-length": "^4.0.2",
"terminal-link": "^2.1.1",
"tiny-spin": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@medusajs/medusa": "*",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/medusa-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.5",
"cross-env": "^5.2.1",
"jest": "^25.5.2"
"jest": "^25.5.4"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.6",
"axios": "^0.21.1",
"axios": "^0.21.4",
"chalk": "^4.0.0",
"configstore": "5.0.1",
"core-js": "^3.6.5",
Expand All @@ -46,20 +46,20 @@
"hosted-git-info": "^4.0.2",
"inquirer": "^8.0.0",
"is-valid-path": "^0.1.1",
"meant": "^1.0.1",
"meant": "^1.0.3",
"medusa-core-utils": "^1.1.31",
"medusa-telemetry": "0.0.16",
"netrc-parser": "^3.1.6",
"open": "^8.0.6",
"ora": "^5.4.1",
"pg-god": "^1.0.11",
"prompts": "^2.4.1",
"regenerator-runtime": "^0.13.5",
"pg-god": "^1.0.12",
"prompts": "^2.4.2",
"regenerator-runtime": "^0.13.11",
"resolve-cwd": "^3.0.0",
"stack-trace": "^0.0.10",
"ulid": "^2.3.0",
"url": "^0.11.0",
"winston": "^3.3.3",
"winston": "^3.8.2",
"yargs": "^15.3.1"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"license": "MIT",
"devDependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.13.1",
"class-validator": "^0.13.2",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"ts-jest": "^25.5.1",
"typescript": "^4.4.4"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/medusa-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"chokidar": "^3.5.0",
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.0.0",
"execa": "^4.1.0",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^9.0.1",
"got": "^11.8.5",
"got": "^11.8.6",
"is-absolute": "^1.0.0",
"jest": "^25.5.2",
"jest": "^25.5.4",
"lodash": "^4.17.21",
"signal-exit": "^3.0.3",
"signal-exit": "^3.0.7",
"verdaccio": "^4.10.0",
"yargs": "^15.4.1"
},
Expand All @@ -27,7 +27,7 @@
"@babel/core": "^7.12.3",
"babel-preset-medusa-package": "^1.1.19",
"cross-env": "^7.0.3",
"jest": "^25.5.2"
"jest": "^25.5.4"
},
"homepage": "https://github.com/medusajs/medusa/tree/master/packages/medusa-dev-cli#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-minio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.16.3",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-file-spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-fulfillment-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-fulfillment-webshipper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@medusajs/medusa": "^1.7.4",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.9.6",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-core-utils": "^1.1.31",
"medusa-test-utils": "^1.1.37",
"typeorm": "^0.2.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "^27.4.7",
"ts-jest": "^27.1.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",
"homepage": "https://docs.medusajs.com/js-client/overview"
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-payment-adyen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^7.0.2",
"jest": "^25.5.2",
"cross-env": "^7.0.3",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.37"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-payment-klarna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"axios-mock-adapter": "^1.19.0",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand All @@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/plugin-transform-classes": "^7.9.5",
"axios": "^0.21.0",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-payment-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.9.6",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.38"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/medusa-payment-paypal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.38"
},
Expand All @@ -38,7 +38,7 @@
"medusa-interfaces": "1.3.4"
},
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.2",
"@paypal/checkout-server-sdk": "^1.0.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"medusa-core-utils": "^1.1.32"
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-payment-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-algolia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e",
Expand Down
6 changes: 3 additions & 3 deletions packages/medusa-plugin-brightpearl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@babel/register": "^7.7.4",
"@babel/runtime": "^7.9.6",
"axios-mock-adapter": "^1.18.2",
"axios-mock-server": "^0.19.0",
"axios-mock-server": "^0.19.1",
"client-sessions": "^0.8.0",
"cross-env": "^7.0.2",
"jest": "^25.5.2",
"cross-env": "^7.0.3",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4",
"medusa-test-utils": "^1.1.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-discount-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-economic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/runtime": "^7.9.6",
"client-sessions": "^0.8.0",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/medusa-plugin-ip-lookup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/preset-env": "^7.7.5",
"@babel/runtime": "^7.7.6",
"cross-env": "^5.2.1",
"jest": "^25.5.2",
"jest": "^25.5.4",
"medusa-interfaces": "^1.3.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 936bcc7

Please sign in to comment.