From 51c61ce632b33b74d8c1dd01080bc533d7839115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:14:19 -0400 Subject: [PATCH 1/4] Bump @orca-so/common-sdk from 0.6.0 to 0.6.2 (#188) Bumps [@orca-so/common-sdk](https://github.com/orca-so/orca-sdks) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/orca-so/orca-sdks/releases) - [Commits](https://github.com/orca-so/orca-sdks/commits) --- updated-dependencies: - dependency-name: "@orca-so/common-sdk" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- legacy-sdk/whirlpool/package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/legacy-sdk/whirlpool/package.json b/legacy-sdk/whirlpool/package.json index 409633a4..aa7bb383 100644 --- a/legacy-sdk/whirlpool/package.json +++ b/legacy-sdk/whirlpool/package.json @@ -7,7 +7,7 @@ "types": "dist/index.d.ts", "peerDependencies": { "@coral-xyz/anchor": "~0.29.0", - "@orca-so/common-sdk": "0.6.0", + "@orca-so/common-sdk": "0.6.2", "@solana/spl-token": "^0.4.8", "@solana/web3.js": "^1.90.0", "decimal.js": "^10.4.3" @@ -17,7 +17,7 @@ }, "devDependencies": { "@coral-xyz/anchor": "~0.29.0", - "@orca-so/common-sdk": "0.6.0", + "@orca-so/common-sdk": "0.6.2", "@orca-so/whirlpools-program": "*", "@solana/spl-token": "^0.4.8", "@solana/web3.js": "^1.90.0", diff --git a/yarn.lock b/yarn.lock index fe22f768..12ad10ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -242,16 +242,16 @@ __metadata: languageName: node linkType: hard -"@orca-so/common-sdk@npm:0.6.0": - version: 0.6.0 - resolution: "@orca-so/common-sdk@npm:0.6.0" +"@orca-so/common-sdk@npm:0.6.2": + version: 0.6.2 + resolution: "@orca-so/common-sdk@npm:0.6.2" dependencies: tiny-invariant: "npm:^1.3.1" peerDependencies: "@solana/spl-token": ^0.4.1 "@solana/web3.js": ^1.90.0 decimal.js: ^10.4.3 - checksum: 10c0/a62b66a727c845a31f5cd3ca5c80ccc5740621e55ebaee63f262a50359a6b78d5bf9c3f8524594789fe69cf4f4efa0a06d2e1e541e53063f5dcba63a76eee3b8 + checksum: 10c0/d15613317bbd232469b5e2e1855d309ed6d984f4bfd36ef1444e6c4bbab68a2395866c2e68ad71558e2ddcdcf71639f0b8d471fb15ed846634b3d012f51f1f46 languageName: node linkType: hard @@ -279,7 +279,7 @@ __metadata: resolution: "@orca-so/whirlpools-sdk@workspace:legacy-sdk/whirlpool" dependencies: "@coral-xyz/anchor": "npm:~0.29.0" - "@orca-so/common-sdk": "npm:0.6.0" + "@orca-so/common-sdk": "npm:0.6.2" "@orca-so/whirlpools-program": "npm:*" "@solana/spl-token": "npm:^0.4.8" "@solana/web3.js": "npm:^1.90.0" @@ -290,7 +290,7 @@ __metadata: typescript: "npm:^5.3.3" peerDependencies: "@coral-xyz/anchor": ~0.29.0 - "@orca-so/common-sdk": 0.6.0 + "@orca-so/common-sdk": 0.6.2 "@solana/spl-token": ^0.4.8 "@solana/web3.js": ^1.90.0 decimal.js: ^10.4.3 From ba1aea32f029117bd46d6877be1fba19a5eefb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:14:35 -0400 Subject: [PATCH 2/4] Bump mocha and @types/mocha (#187) Bumps [mocha](https://github.com/mochajs/mocha) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha). These dependencies needed to be updated together. Updates `mocha` from 10.7.0 to 10.7.3 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.7.0...v10.7.3) Updates `@types/mocha` from 9.1.1 to 10.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- legacy-sdk/scripts/package.json | 2 +- legacy-sdk/whirlpool/package.json | 2 +- package.json | 2 +- yarn.lock | 23 ++++++++--------------- 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/legacy-sdk/scripts/package.json b/legacy-sdk/scripts/package.json index 9f45952a..294310a9 100644 --- a/legacy-sdk/scripts/package.json +++ b/legacy-sdk/scripts/package.json @@ -7,7 +7,7 @@ "@solana/spl-token": "^0.4.8" }, "devDependencies": { - "@types/mocha": "^9.0.0", + "@types/mocha": "^10.0.7", "@types/mz": "^2.7.3", "mz": "^2.7.0", "typescript": "^5.3.3" diff --git a/legacy-sdk/whirlpool/package.json b/legacy-sdk/whirlpool/package.json index aa7bb383..86ac1ee7 100644 --- a/legacy-sdk/whirlpool/package.json +++ b/legacy-sdk/whirlpool/package.json @@ -22,7 +22,7 @@ "@solana/spl-token": "^0.4.8", "@solana/web3.js": "^1.90.0", "decimal.js": "^10.4.3", - "mocha": "^10.2.0", + "mocha": "^10.7.3", "ts-mocha": "^10.0.0", "typescript": "^5.3.3" }, diff --git a/package.json b/package.json index a19f8c31..dd474218 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/bn.js": "~5.1.5", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node": "^20.10.8", "husky": "^9.1.4", "lint-staged": "^15.2.8", diff --git a/yarn.lock b/yarn.lock index 12ad10ea..8bdf5acc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -267,7 +267,7 @@ __metadata: dependencies: "@project-serum/anchor": "npm:~0.26.0" "@solana/spl-token": "npm:^0.4.8" - "@types/mocha": "npm:^9.0.0" + "@types/mocha": "npm:^10.0.7" "@types/mz": "npm:^2.7.3" mz: "npm:^2.7.0" typescript: "npm:^5.3.3" @@ -284,7 +284,7 @@ __metadata: "@solana/spl-token": "npm:^0.4.8" "@solana/web3.js": "npm:^1.90.0" decimal.js: "npm:^10.4.3" - mocha: "npm:^10.2.0" + mocha: "npm:^10.7.3" tiny-invariant: "npm:^1.3.1" ts-mocha: "npm:^10.0.0" typescript: "npm:^5.3.3" @@ -302,7 +302,7 @@ __metadata: resolution: "@orca-so/whirlpools@workspace:." dependencies: "@types/bn.js": "npm:~5.1.5" - "@types/mocha": "npm:^10.0.6" + "@types/mocha": "npm:^10.0.7" "@types/node": "npm:^20.10.8" husky: "npm:^9.1.4" lint-staged: "npm:^15.2.8" @@ -656,20 +656,13 @@ __metadata: languageName: node linkType: hard -"@types/mocha@npm:^10.0.6": +"@types/mocha@npm:^10.0.7": version: 10.0.7 resolution: "@types/mocha@npm:10.0.7" checksum: 10c0/48a2df4dd02b6e66a11129dca6a23cf0cc3995faf8525286eb851043685bd8b7444780f4bb29a1c42df7559ed63294e5308bfce3a6b862ad2e0359cb21c21329 languageName: node linkType: hard -"@types/mocha@npm:^9.0.0": - version: 9.1.1 - resolution: "@types/mocha@npm:9.1.1" - checksum: 10c0/d033742ce0c92b917815b6e515165ee396866d0db0c0bbe0c301e49402abe3a61bd51e5bb1df7577f1fac60c99ee505fa744f515b476cc934ecb57f709f327e9 - languageName: node - linkType: hard - "@types/mz@npm:^2.7.3": version: 2.7.8 resolution: "@types/mz@npm:2.7.8" @@ -2564,9 +2557,9 @@ __metadata: languageName: node linkType: hard -"mocha@npm:^10.2.0": - version: 10.7.0 - resolution: "mocha@npm:10.7.0" +"mocha@npm:^10.7.3": + version: 10.7.3 + resolution: "mocha@npm:10.7.3" dependencies: ansi-colors: "npm:^4.1.3" browser-stdout: "npm:^1.3.1" @@ -2591,7 +2584,7 @@ __metadata: bin: _mocha: bin/_mocha mocha: bin/mocha.js - checksum: 10c0/4d9e04fffa66e147e6250561077fcae1d7220bebba98e5649742e2e11b1c432ce9ab3c20fc27fb7cbd2be533b9a2843d47130aa54570047be698e157add02961 + checksum: 10c0/76a205905ec626262d903954daca31ba8e0dd4347092f627b98b8508dcdb5b30be62ec8f7a405fab3b2e691bdc099721c3291b330c3ee85b8ec40d3d179f8728 languageName: node linkType: hard From fceb128eadc9046345d354fcd1ea5d3b5fde158c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:15:01 -0400 Subject: [PATCH 3/4] Bump nx from 19.5.6 to 19.5.7 (#189) Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 19.5.6 to 19.5.7. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/19.5.7/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 102 +++++++++++++++++++++++++-------------------------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index dd474218..57b467fd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/node": "^20.10.8", "husky": "^9.1.4", "lint-staged": "^15.2.8", - "nx": "^19.4.2", + "nx": "^19.5.7", "prettier": "^3.1.1", "rimraf": "^6.0.1" }, diff --git a/yarn.lock b/yarn.lock index 8bdf5acc..f9f72eb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -160,84 +160,84 @@ __metadata: languageName: node linkType: hard -"@nrwl/tao@npm:19.5.6": - version: 19.5.6 - resolution: "@nrwl/tao@npm:19.5.6" +"@nrwl/tao@npm:19.5.7": + version: 19.5.7 + resolution: "@nrwl/tao@npm:19.5.7" dependencies: - nx: "npm:19.5.6" + nx: "npm:19.5.7" tslib: "npm:^2.3.0" bin: tao: index.js - checksum: 10c0/31d698d408e12e84b392c71ff82eea288ba0a15582d413460efac3bed932555b72d4812aa5783fe7e8eaee44777be472702403eb662551e33279e807dafb5484 + checksum: 10c0/4a86e121688728cd78a41fbfada3248ae77e172bf2f7c63d06fecb9fb76972c13702beaf552d298130d8a2fdff17350b688ca62976ef11ee9169891d05329002 languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-darwin-arm64@npm:19.5.6" +"@nx/nx-darwin-arm64@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-darwin-arm64@npm:19.5.7" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-darwin-x64@npm:19.5.6" +"@nx/nx-darwin-x64@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-darwin-x64@npm:19.5.7" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-freebsd-x64@npm:19.5.6" +"@nx/nx-freebsd-x64@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-freebsd-x64@npm:19.5.7" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.5.6" +"@nx/nx-linux-arm-gnueabihf@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.5.7" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-linux-arm64-gnu@npm:19.5.6" +"@nx/nx-linux-arm64-gnu@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-linux-arm64-gnu@npm:19.5.7" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-linux-arm64-musl@npm:19.5.6" +"@nx/nx-linux-arm64-musl@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-linux-arm64-musl@npm:19.5.7" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-linux-x64-gnu@npm:19.5.6" +"@nx/nx-linux-x64-gnu@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-linux-x64-gnu@npm:19.5.7" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-linux-x64-musl@npm:19.5.6" +"@nx/nx-linux-x64-musl@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-linux-x64-musl@npm:19.5.7" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-win32-arm64-msvc@npm:19.5.6" +"@nx/nx-win32-arm64-msvc@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-win32-arm64-msvc@npm:19.5.7" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:19.5.6": - version: 19.5.6 - resolution: "@nx/nx-win32-x64-msvc@npm:19.5.6" +"@nx/nx-win32-x64-msvc@npm:19.5.7": + version: 19.5.7 + resolution: "@nx/nx-win32-x64-msvc@npm:19.5.7" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -306,7 +306,7 @@ __metadata: "@types/node": "npm:^20.10.8" husky: "npm:^9.1.4" lint-staged: "npm:^15.2.8" - nx: "npm:^19.4.2" + nx: "npm:^19.5.7" prettier: "npm:^3.1.1" rimraf: "npm:^6.0.1" languageName: unknown @@ -2718,22 +2718,22 @@ __metadata: languageName: node linkType: hard -"nx@npm:19.5.6, nx@npm:^19.4.2": - version: 19.5.6 - resolution: "nx@npm:19.5.6" +"nx@npm:19.5.7, nx@npm:^19.5.7": + version: 19.5.7 + resolution: "nx@npm:19.5.7" dependencies: "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nrwl/tao": "npm:19.5.6" - "@nx/nx-darwin-arm64": "npm:19.5.6" - "@nx/nx-darwin-x64": "npm:19.5.6" - "@nx/nx-freebsd-x64": "npm:19.5.6" - "@nx/nx-linux-arm-gnueabihf": "npm:19.5.6" - "@nx/nx-linux-arm64-gnu": "npm:19.5.6" - "@nx/nx-linux-arm64-musl": "npm:19.5.6" - "@nx/nx-linux-x64-gnu": "npm:19.5.6" - "@nx/nx-linux-x64-musl": "npm:19.5.6" - "@nx/nx-win32-arm64-msvc": "npm:19.5.6" - "@nx/nx-win32-x64-msvc": "npm:19.5.6" + "@nrwl/tao": "npm:19.5.7" + "@nx/nx-darwin-arm64": "npm:19.5.7" + "@nx/nx-darwin-x64": "npm:19.5.7" + "@nx/nx-freebsd-x64": "npm:19.5.7" + "@nx/nx-linux-arm-gnueabihf": "npm:19.5.7" + "@nx/nx-linux-arm64-gnu": "npm:19.5.7" + "@nx/nx-linux-arm64-musl": "npm:19.5.7" + "@nx/nx-linux-x64-gnu": "npm:19.5.7" + "@nx/nx-linux-x64-musl": "npm:19.5.7" + "@nx/nx-win32-arm64-msvc": "npm:19.5.7" + "@nx/nx-win32-x64-msvc": "npm:19.5.7" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.0-rc.46" "@zkochan/js-yaml": "npm:0.0.7" @@ -2799,7 +2799,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10c0/3008a43300560284fc4dc4c7a06047882f7d5fff54c6fc700587c1d58ccca74fbd64cd2cbf5483d27c30f0f9ee187f100e999a1aef85c2fd4796317953dcd11d + checksum: 10c0/4d805c63021ee7b23ff97911cf1ee76f381d15893e8efdbe0b082590a85e6958e8a192bf7e90a1f90224a04b4a0abf8dabf4221e94d1c7e32c937f438d3eb512 languageName: node linkType: hard From ebdb68fd016d7041d9c168cd091b8df69c22ebb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:16:02 +0000 Subject: [PATCH 4/4] Bump @types/node from 20.14.14 to 22.1.0 (#190) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.14 to 22.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 20 ++------------------ 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 57b467fd..13b9daaf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/bn.js": "~5.1.5", "@types/mocha": "^10.0.7", - "@types/node": "^20.10.8", + "@types/node": "^22.1.0", "husky": "^9.1.4", "lint-staged": "^15.2.8", "nx": "^19.5.7", diff --git a/yarn.lock b/yarn.lock index f9f72eb1..fe07e9fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -303,7 +303,7 @@ __metadata: dependencies: "@types/bn.js": "npm:~5.1.5" "@types/mocha": "npm:^10.0.7" - "@types/node": "npm:^20.10.8" + "@types/node": "npm:^22.1.0" husky: "npm:^9.1.4" lint-staged: "npm:^15.2.8" nx: "npm:^19.5.7" @@ -672,7 +672,7 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*": +"@types/node@npm:*, @types/node@npm:^22.1.0": version: 22.1.0 resolution: "@types/node@npm:22.1.0" dependencies: @@ -688,15 +688,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.10.8": - version: 20.14.14 - resolution: "@types/node@npm:20.14.14" - dependencies: - undici-types: "npm:~5.26.4" - checksum: 10c0/4fc8d368df2b6f5497698327b30db68d7d20e32221ce7d057fb15cbd5834685b2fde0440609e4cb2204e5d305b928f008faf41b950a425f3fd55b60cb1b997cf - languageName: node - linkType: hard - "@types/uuid@npm:^8.3.4": version: 8.3.4 resolution: "@types/uuid@npm:8.3.4" @@ -3607,13 +3598,6 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~5.26.4": - version: 5.26.5 - resolution: "undici-types@npm:5.26.5" - checksum: 10c0/bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501 - languageName: node - linkType: hard - "undici-types@npm:~6.13.0": version: 6.13.0 resolution: "undici-types@npm:6.13.0"