Skip to content

Commit 8aa8792

Browse files
committed
Merge branch 'verifying-reports-cre' of github.com:smartcontractkit/documentation into verifying-reports-cre
2 parents 01d7fe9 + 23f354d commit 8aa8792

95 files changed

Lines changed: 7574 additions & 4091 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/data/baseline.json

Lines changed: 201 additions & 71 deletions
Large diffs are not rendered by default.

.github/scripts/data/detect-data.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@ node <<EOF
434434
console.log(\`changelog.json updated with \${newEntries.length} new entry(ies).\`);
435435
EOF
436436

437-
log "changelog.json updated."
437+
npx prettier --write "$CHANGELOG_FILE"
438+
log "changelog.json updated and formatted."
438439

439440
log "Done."
440441
}

.github/workflows/detect-new-data.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ jobs:
120120
- name: Cleanup NEW_DATA_FOUND
121121
run: rm -f temp/NEW_DATA_FOUND.json
122122

123+
# Step 8b: Format generated files so the PR passes Prettier checks in test.yml
124+
- name: Format generated files
125+
if: steps.detect_data.outputs.data_changes_found == 'true'
126+
run: npx prettier --write public/changelog.json .github/scripts/data/baseline.json
127+
123128
# Step 9: Create an issue if any invalid URLs are detected
124129
- name: Create Issue for Broken URLs
125130
if: steps.validate_urls.outputs.url_validation_failed == 'true'

package-lock.json

Lines changed: 233 additions & 312 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@astrojs/preact": "^4.1.3",
6363
"@astrojs/prism": "^3.3.0",
6464
"@astrojs/react": "^4.4.2",
65-
"@astrojs/sitemap": "^3.7.2",
65+
"@astrojs/sitemap": "^3.7.3",
6666
"@astrojs/vercel": "^8.2.11",
67-
"@chainlink/cl-search-frontend": "^0.12.1",
67+
"@chainlink/cl-search-frontend": "^0.13.2",
6868
"@chainlink/components": "^0.4.18",
6969
"@chainlink/contracts": "1.5.0",
7070
"@chainlink/contracts-1.4.0": "npm:@chainlink/contracts@1.4.0",
@@ -89,23 +89,25 @@
8989
"@solana/wallet-adapter-react-ui": "^0.9.39",
9090
"@solana/wallet-adapter-solflare": "^0.6.32",
9191
"@solana/wallet-adapter-trust": "^0.1.17",
92-
"@supabase/supabase-js": "^2.105.4",
93-
"astro": "^5.18.1",
92+
"@supabase/supabase-js": "^2.108.0",
93+
"astro": "^5.18.2",
9494
"bignumber.js": "^9.3.1",
9595
"bs58": "^6.0.0",
9696
"clipboard": "^2.0.11",
9797
"dotenv": "^16.6.1",
9898
"ethers": "^6.16.0",
9999
"focus-trap-react": "^11.0.6",
100-
"fuse.js": "^7.3.0",
100+
"fuse.js": "^7.4.2",
101101
"github-slugger": "^2.0.0",
102102
"lodash": "^4.18.1",
103103
"marked": "^15.0.12",
104104
"nanostores": "^0.11.4",
105105
"next": "14.2.35",
106106
"pino": "^9.14.0",
107107
"preact": "^10.29.2",
108-
"react-instantsearch": "^7.32.3",
108+
"react": "^19.2.7",
109+
"react-dom": "^19.2.7",
110+
"react-instantsearch": "^7.35.0",
109111
"rehype-autolink-headings": "^7.1.0",
110112
"rehype-slug": "^6.0.0",
111113
"rehype-wrap-all": "^1.1.0",
@@ -122,10 +124,10 @@
122124
"@rollup/plugin-yaml": "^4.1.2",
123125
"@types/jest": "^29.5.14",
124126
"@types/lodash": "^4.17.24",
125-
"@types/node": "^20.19.41",
127+
"@types/node": "^20.19.42",
126128
"@types/node-fetch": "^2.6.13",
127129
"@types/prismjs": "^1.26.6",
128-
"@types/react": "^19.2.14",
130+
"@types/react": "^19.2.17",
129131
"@types/react-dom": "^19.2.3",
130132
"@types/swagger-ui-dist": "^3.30.6",
131133
"@types/swagger-ui-react": "^5.18.0",
@@ -136,7 +138,7 @@
136138
"eslint-config-standard": "^17.1.0",
137139
"eslint-plugin-import": "^2.32.0",
138140
"eslint-plugin-n": "^15.7.0",
139-
"eslint-plugin-prettier": "^5.5.5",
141+
"eslint-plugin-prettier": "^5.5.6",
140142
"eslint-plugin-promise": "^6.1.1",
141143
"husky": "^9.1.7",
142144
"jest-yaml-transform": "^0.2.0",
@@ -152,13 +154,13 @@
152154
"remark-stringify": "^11.0.0",
153155
"solhint": "^6.2.1",
154156
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0",
155-
"ts-jest": "^29.4.9",
157+
"ts-jest": "^29.4.11",
156158
"tsconfig-paths": "^4.2.0",
157-
"tsx": "^4.22.1",
159+
"tsx": "^4.22.4",
158160
"typescript": "^5.9.3",
159161
"unified": "^11.0.4",
160162
"unist-util-visit": "^5.1.0",
161-
"vite": "^6.4.2"
163+
"vite": "^6.4.3"
162164
},
163165
"lint-staged": {
164166
"*.{css,md,mdx,yml,yaml,astro}": "prettier --write",
@@ -181,5 +183,9 @@
181183
"bugs": {
182184
"url": "https://github.com/smartcontractkit/documentation/issues"
183185
},
184-
"homepage": "https://github.com/smartcontractkit/documentation#readme"
186+
"homepage": "https://github.com/smartcontractkit/documentation#readme",
187+
"overrides": {
188+
"react": "$react",
189+
"react-dom": "$react-dom"
190+
}
185191
}

public/ccip/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use directory pages only when retrieving current chain, lane, token, or contract
1212
- [Getting Started](https://docs.chain.link/ccip/getting-started.md)
1313
- [Getting Started (EVM)](https://docs.chain.link/ccip/getting-started/evm.md)
1414
- [Getting Started (Aptos)](https://docs.chain.link/ccip/getting-started/aptos.md)
15-
- [Getting Started (SVM)](https://docs.chain.link/ccip/getting-started/svm.md)
15+
- [Getting Started (Solana)](https://docs.chain.link/ccip/getting-started/svm.md)
1616

1717
## Concepts and Architecture
1818

@@ -52,7 +52,7 @@ Use directory pages only when retrieving current chain, lane, token, or contract
5252
On-chain contracts and interfaces:
5353

5454
- [EVM contracts and interfaces reference](https://docs.chain.link/ccip/api-reference.md)
55-
- [Solana program interfaces reference](https://docs.chain.link/ccip/api-reference/svm.md)
55+
- [SVM program interfaces reference](https://docs.chain.link/ccip/api-reference/svm.md)
5656
- [Aptos Move module interfaces reference](https://docs.chain.link/ccip/api-reference/aptos.md)
5757
- [TON contract interfaces reference](https://docs.chain.link/ccip/api-reference/ton.md)
5858

0 commit comments

Comments
 (0)