Skip to content

Commit

Permalink
build(deps): bump ramda and @types/ramda (#2849)
Browse files Browse the repository at this point in the history
* 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](ramda/ramda@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] <[email protected]>

* build: update dependency changeset

* Update cold-mirrors-pretend.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
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ć <[email protected]>
  • Loading branch information
3 people committed Jul 29, 2024
1 parent ad9adcd commit 6b3df9d
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 34 deletions.
8 changes: 8 additions & 0 deletions .changeset/cold-mirrors-pretend.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
}
}
4 changes: 2 additions & 2 deletions packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand All @@ -37,6 +37,6 @@
"@fuels/vm-asm": "0.55.0"
},
"devDependencies": {
"@types/ramda": "^0.29.3"
"@types/ramda": "^0.30.1"
}
}
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b3df9d

Please sign in to comment.