From 6b3df9df94985756bb4e9d406612f28e7e36f86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:31:15 +0000 Subject: [PATCH] build(deps): bump ramda and @types/ramda (#2849) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): bump ramda and @types/ramda Bumps [ramda](https://github.com/ramda/ramda) and [@types/ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ramda). These dependencies needed to be updated together. Updates `ramda` from 0.29.0 to 0.30.1 - [Release notes](https://github.com/ramda/ramda/releases) - [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md) - [Commits](https://github.com/ramda/ramda/compare/v0.29.0...v0.30.1) Updates `@types/ramda` from 0.29.3 to 0.30.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ramda) --- updated-dependencies: - dependency-name: ramda dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/ramda" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * build: update dependency changeset * Update cold-mirrors-pretend.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nedim Salkić --- .changeset/cold-mirrors-pretend.md | 8 +++++ packages/abi-typegen/package.json | 4 +-- packages/account/package.json | 4 +-- packages/contract/package.json | 4 +-- packages/program/package.json | 4 +-- pnpm-lock.yaml | 52 +++++++++++++++--------------- 6 files changed, 42 insertions(+), 34 deletions(-) create mode 100644 .changeset/cold-mirrors-pretend.md diff --git a/.changeset/cold-mirrors-pretend.md b/.changeset/cold-mirrors-pretend.md new file mode 100644 index 00000000000..a979ae2894d --- /dev/null +++ b/.changeset/cold-mirrors-pretend.md @@ -0,0 +1,8 @@ +--- +"@fuel-ts/abi-typegen": patch +"@fuel-ts/account": patch +"@fuel-ts/program": patch +"@fuel-ts/contract": patch +--- + +build(deps): bump ramda and @types/ramda diff --git a/packages/abi-typegen/package.json b/packages/abi-typegen/package.json index dc5415a170c..1723e899194 100644 --- a/packages/abi-typegen/package.json +++ b/packages/abi-typegen/package.json @@ -59,13 +59,13 @@ "glob": "^10.2.6", "handlebars": "^4.7.8", "mkdirp": "^1.0.4", - "ramda": "^0.29.0", + "ramda": "^0.30.1", "rimraf": "^5.0.8" }, "devDependencies": { "@internal/forc": "workspace:*", "@types/mkdirp": "^1.0.2", - "@types/ramda": "^0.29.3", + "@types/ramda": "^0.30.1", "@types/rimraf": "^3.0.2" } } diff --git a/packages/account/package.json b/packages/account/package.json index 8c9e856b2cc..148359faac4 100644 --- a/packages/account/package.json +++ b/packages/account/package.json @@ -66,7 +66,7 @@ "graphql-request": "5.0.0", "graphql-tag": "^2.12.6", "portfinder": "^1.0.32", - "ramda": "^0.29.0", + "ramda": "^0.30.1", "uuid": "^10.0.0" }, "devDependencies": { @@ -78,7 +78,7 @@ "@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript-generic-sdk": "^4.0.1", "@graphql-codegen/typescript-operations": "^4.2.3", - "@types/ramda": "^0.29.3", + "@types/ramda": "^0.30.1", "@types/uuid": "^9.0.1", "get-graphql-schema": "^2.1.2" } diff --git a/packages/contract/package.json b/packages/contract/package.json index 34a26d060fc..542eb5dc6b6 100644 --- a/packages/contract/package.json +++ b/packages/contract/package.json @@ -50,11 +50,11 @@ "@fuel-ts/transactions": "workspace:*", "@fuel-ts/utils": "workspace:*", "@fuel-ts/versions": "workspace:*", - "ramda": "^0.29.0" + "ramda": "^0.30.1" }, "devDependencies": { "@internal/forc": "workspace:*", - "@types/ramda": "^0.29.3", + "@types/ramda": "^0.30.1", "@fuel-ts/utils": "workspace:*" } } diff --git a/packages/program/package.json b/packages/program/package.json index 931f28faed0..df1dc8bc716 100644 --- a/packages/program/package.json +++ b/packages/program/package.json @@ -25,7 +25,7 @@ }, "license": "Apache-2.0", "dependencies": { - "ramda": "^0.29.0", + "ramda": "^0.30.1", "@fuel-ts/abi-coder": "workspace:*", "@fuel-ts/account": "workspace:*", "@fuel-ts/address": "workspace:*", @@ -37,6 +37,6 @@ "@fuels/vm-asm": "0.55.0" }, "devDependencies": { - "@types/ramda": "^0.29.3" + "@types/ramda": "^0.30.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c40707a83b..531203f6843 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -647,8 +647,8 @@ importers: specifier: ^1.0.4 version: 1.0.4 ramda: - specifier: ^0.29.0 - version: 0.29.0 + specifier: ^0.30.1 + version: 0.30.1 rimraf: specifier: ^5.0.8 version: 5.0.9 @@ -660,8 +660,8 @@ importers: specifier: ^1.0.2 version: 1.0.2 '@types/ramda': - specifier: ^0.29.3 - version: 0.29.3 + specifier: ^0.30.1 + version: 0.30.1 '@types/rimraf': specifier: ^3.0.2 version: 3.0.2 @@ -723,8 +723,8 @@ importers: specifier: ^1.0.32 version: 1.0.32 ramda: - specifier: ^0.29.0 - version: 0.29.0 + specifier: ^0.30.1 + version: 0.30.1 uuid: specifier: ^10.0.0 version: 10.0.0 @@ -742,8 +742,8 @@ importers: specifier: ^4.2.3 version: 4.2.3(graphql@16.9.0) '@types/ramda': - specifier: ^0.29.3 - version: 0.29.3 + specifier: ^0.30.1 + version: 0.30.1 '@types/uuid': specifier: ^9.0.1 version: 9.0.1 @@ -811,15 +811,15 @@ importers: specifier: workspace:* version: link:../versions ramda: - specifier: ^0.29.0 - version: 0.29.0 + specifier: ^0.30.1 + version: 0.30.1 devDependencies: '@internal/forc': specifier: workspace:* version: link:../../internal/forc '@types/ramda': - specifier: ^0.29.3 - version: 0.29.3 + specifier: ^0.30.1 + version: 0.30.1 packages/create-fuels: dependencies: @@ -1082,12 +1082,12 @@ importers: specifier: 0.55.0 version: 0.55.0 ramda: - specifier: ^0.29.0 - version: 0.29.0 + specifier: ^0.30.1 + version: 0.30.1 devDependencies: '@types/ramda': - specifier: ^0.29.3 - version: 0.29.3 + specifier: ^0.30.1 + version: 0.30.1 packages/script: dependencies: @@ -5208,8 +5208,8 @@ packages: '@types/qs@6.9.7': resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - '@types/ramda@0.29.3': - resolution: {integrity: sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==} + '@types/ramda@0.30.1': + resolution: {integrity: sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA==} '@types/range-parser@1.2.4': resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} @@ -11726,8 +11726,8 @@ packages: raf@3.4.1: resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} - ramda@0.29.0: - resolution: {integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==} + ramda@0.30.1: + resolution: {integrity: sha512-tEF5I22zJnuclswcZMc8bDIrwRHRzf+NqVEmqg50ShAZMP7MWeR/RGDthfM/p+BlqvF2fXAzpn8i+SJcYD3alw==} randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} @@ -13322,8 +13322,8 @@ packages: peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x - types-ramda@0.29.4: - resolution: {integrity: sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==} + types-ramda@0.30.1: + resolution: {integrity: sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==} typescript@5.2.2: resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} @@ -20421,9 +20421,9 @@ snapshots: '@types/qs@6.9.7': {} - '@types/ramda@0.29.3': + '@types/ramda@0.30.1': dependencies: - types-ramda: 0.29.4 + types-ramda: 0.30.1 '@types/range-parser@1.2.4': {} @@ -29315,7 +29315,7 @@ snapshots: dependencies: performance-now: 2.1.0 - ramda@0.29.0: {} + ramda@0.30.1: {} randombytes@2.1.0: dependencies: @@ -31371,7 +31371,7 @@ snapshots: shiki: 0.14.7 typescript: 5.4.5 - types-ramda@0.29.4: + types-ramda@0.30.1: dependencies: ts-toolbelt: 9.6.0