Skip to content

Commit ec06b88

Browse files
Merge branch 'main' into vix-77-add-support-to-generate-impl-for-proto-structs-and-rust
2 parents 2578ee6 + c75ae53 commit ec06b88

File tree

14 files changed

+769
-1113
lines changed

14 files changed

+769
-1113
lines changed

.changeset/big-masks-fall.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-planes-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"@changesets/changelog-github": "^0.5.1",
1313
"@changesets/cli": "^2.29.4",
1414
"@codama/internals": "workspace:*",
15-
"@eslint/js": "^9.26.0",
15+
"@eslint/js": "^9.27.0",
1616
"@eslint/json": "^0.12.0",
1717
"@solana/eslint-config-solana": "^4.0.0",
1818
"@solana/prettier-config-solana": "0.0.5",
1919
"@types/node": "^22",
2020
"@typescript-eslint/eslint-plugin": "^8.32.1",
2121
"@typescript-eslint/parser": "^8.32.1",
2222
"agadoo": "^3.0.0",
23-
"eslint": "^9.26.0",
23+
"eslint": "^9.27.0",
2424
"eslint-plugin-simple-import-sort": "^12.1.1",
2525
"eslint-plugin-sort-keys-fix": "^1.1.2",
2626
"eslint-plugin-typescript-sort-keys": "^3.3.0",
2727
"happy-dom": "^17.4.7",
2828
"prettier": "^3.5.3",
2929
"rimraf": "6.0.1",
3030
"turbo": "^2.5.3",
31-
"tsup": "^8.4.0",
31+
"tsup": "^8.5.0",
3232
"typescript": "^5.8.3",
33-
"vitest": "^3.1.3",
33+
"vitest": "^3.1.4",
3434
"zx": "^8.5.4"
3535
},
3636
"engines": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A CLI for setting up and managing Codama IDLs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",
@@ -51,7 +51,7 @@
5151
"@codama/renderers-rust": "workspace:*",
5252
"@codama/visitors": "workspace:*",
5353
"@codama/visitors-core": "workspace:*",
54-
"commander": "^13.1.0",
54+
"commander": "^14.0.0",
5555
"picocolors": "^1.1.1",
5656
"prompts": "^2.4.2"
5757
},

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"@codama/node-types": "workspace:*",
57-
"commander": "^13.1.0",
57+
"commander": "^14.0.0",
5858
"chalk": "^5.4.1"
5959
},
6060
"license": "MIT",

packages/nodes-from-anchor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/nodes-from-anchor
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#590](https://github.com/codama-idl/codama/pull/590) [`9936e03`](https://github.com/codama-idl/codama/commit/9936e036da0d2565e77cecca4d1b7c6ca5d05ce2) Thanks [@fernandodeluret](https://github.com/fernandodeluret)! - Add support for default shank ix discriminators (using 1 byte at the start of the ix data) in nodes-from-anchor
8+
39
## 1.1.14
410

511
### Patch Changes

packages/nodes-from-anchor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/nodes-from-anchor",
3-
"version": "1.1.14",
3+
"version": "1.2.0",
44
"description": "Node specifications and helpers for the Codama standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codama/renderers-js
22

3+
## 1.2.14
4+
5+
### Patch Changes
6+
7+
- [#609](https://github.com/codama-idl/codama/pull/609) [`fcd0661`](https://github.com/codama-idl/codama/commit/fcd066153512fdf1cd14984514d8df56170a2e98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Decouple nodes-from-anchor from the JS renderer
8+
39
## 1.2.13
410

511
### Patch Changes

packages/renderers-js/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"devDependencies": {
88
"@ava/typescript": "^5.0.0",
99
"@solana/eslint-config-solana": "^3.0.0",
10-
"@solana/kit": "^2.1.0",
10+
"@solana/kit": "^2.1.1",
1111
"@typescript-eslint/eslint-plugin": "^7.3.1",
1212
"@typescript-eslint/parser": "^7.3.1",
1313
"ava": "^6.3.0",
1414
"eslint": "^8.57.0",
1515
"prettier": "^3.5.3",
1616
"rimraf": "^6.0.1",
17-
"tsup": "^8.4.0",
17+
"tsup": "^8.5.0",
1818
"typedoc": "^0.28.4",
1919
"typedoc-plugin-missing-exports": "^4.0.0",
2020
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)