Skip to content

Commit

Permalink
Bump @docusaurus/core from 3.6.3 to 3.7.0 (#634)
Browse files Browse the repository at this point in the history
* Bump @docusaurus/core from 3.6.3 to 3.7.0

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.7.0/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Group docusaurus dep updates

* Bump

* Tweak

* fmt

* Tweak

* Tweak

* Tweak

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wilhelm Thieme <[email protected]>
  • Loading branch information
dependabot[bot] and wjthieme authored Jan 6, 2025
1 parent 3c755b0 commit 70ec093
Show file tree
Hide file tree
Showing 9 changed files with 452 additions and 683 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
schedule:
interval: "daily"
labels: [ ]
groups:
docusaurus:
applies-to: version-updates
patterns: "@docusaurus/*"
- package-ecosystem: "cargo"
directory: "/"
schedule:
Expand Down
9 changes: 5 additions & 4 deletions docs/whirlpool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@
"clean": "rimraf dist .docusaurus"
},
"dependencies": {
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"next": "^15.1.3",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.6.3",
"@docusaurus/types": "^3.7.0",
"@orca-so/whirlpools-docs-legacy": "*",
"@orca-so/whirlpools-docs-rust": "*",
"@orca-so/whirlpools-docs-ts": "*",
Expand Down
2 changes: 1 addition & 1 deletion examples/ts-sdk/next/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
3 changes: 2 additions & 1 deletion examples/ts-sdk/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@types/node": "^22.10.5",
"@types/react": "^18.3.13",
"copy-webpack-plugin": "^12.0.2",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"webpack": "^5.97.1"
}
}
16 changes: 8 additions & 8 deletions rust-sdk/client/codama.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { rootNodeFromAnchor } from "@codama/nodes-from-anchor";
import { readFileSync } from "fs";

const idl = JSON.parse(readFileSync("../../target/idl/whirlpool.json", "utf8"));
const node = rootNodeFromAnchor(idl);
const visitor = renderVisitor("./src/generated");
// IDL generated with anchor 0.29 does not have the address field so we have to add it manually
const codama = createFromRoot({
...node,
program: {
...node.program,
publicKey: "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
// IDL generated with anchor 0.29 does not have the metadata field so we have to add it manually
const node = rootNodeFromAnchor({
...idl,
metadata: {
address: "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
origin: "anchor",
},
});
const visitor = renderVisitor("./src/generated");
const codama = createFromRoot(node);
codama.accept(visitor);
2 changes: 1 addition & 1 deletion rust-sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "cargo clean"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.0.0",
"@codama/nodes-from-anchor": "^1.1.0",
"@codama/renderers-rust": "^1.0.5",
"@orca-so/whirlpools-program": "*",
"@orca-so/whirlpools-rust-core": "*",
Expand Down
16 changes: 8 additions & 8 deletions ts-sdk/client/codama.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { rootNodeFromAnchor } from "@codama/nodes-from-anchor";
import { readFileSync } from "fs";

const idl = JSON.parse(readFileSync("../../target/idl/whirlpool.json", "utf8"));
const node = rootNodeFromAnchor(idl);
const visitor = renderVisitor("./src/generated");
// IDL generated with anchor 0.29 does not have the address field so we have to add it manually
const codama = createFromRoot({
...node,
program: {
...node.program,
publicKey: "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
// IDL generated with anchor 0.29 does not have the metadata field so we have to add it manually
const node = rootNodeFromAnchor({
...idl,
metadata: {
address: "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
origin: "anchor",
},
});
const visitor = renderVisitor("./src/generated");
const codama = createFromRoot(node);
codama.accept(visitor);
2 changes: 1 addition & 1 deletion ts-sdk/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@solana/web3.js": "^2.0.0"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.0.0",
"@codama/nodes-from-anchor": "^1.1.0",
"@codama/renderers-js": "^1.1.1",
"@orca-so/whirlpools-program": "*",
"@solana/web3.js": "^2.0.0",
Expand Down
Loading

0 comments on commit 70ec093

Please sign in to comment.