Skip to content

CRE CLI template cmd#3564

Merged
khadni merged 18 commits intomainfrom
cre-hub-cli
Mar 24, 2026
Merged

CRE CLI template cmd#3564
khadni merged 18 commits intomainfrom
cre-hub-cli

Conversation

@khadni
Copy link
Copy Markdown
Collaborator

@khadni khadni commented Mar 16, 2026

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview Mar 24, 2026 3:22pm

Request Review

@khadni khadni marked this pull request as ready for review March 23, 2026 20:19
@khadni khadni requested a review from a team as a code owner March 23, 2026 20:19
@khadni khadni merged commit 776fb06 into main Mar 24, 2026
27 checks passed
@khadni khadni deleted the cre-hub-cli branch March 24, 2026 15:39
Zelig880 pushed a commit to thisdot/chainlink-docs that referenced this pull request Apr 22, 2026
* add fusd (#3456)

* update ccip config api (#3457)

* add CRE Templates Hub (#3458)

* docs: add safe decimal scaling guidance with viem parseUnits/formatUnits (#3468)

* docs: add safe decimal scaling section and caution boxes

  Add a new Safe decimal scaling section to Before You Build covering
  parseUnits and formatUnits from viem. Add caution boxes to Onchain Read
  and Writing Data Onchain pages linking to the new section.

* llm gen

---------

Co-authored-by: Karim <98668332+khadni@users.noreply.github.com>

* API key authentication (#3454)

* Changelog Update: New data found (#3460)

* Data: Update changelog for new data items

* fix

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Add CRE CLI v1.0.11 & World Chain Mainnet support (#3470)

* Add CRE CLI v1.0.11 & World Chain Mainnet support

* add World Chain to quick links

* Bump react-instantsearch in the documentation group (#3465)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.23.1 to 7.23.2
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.23.1...react-instantsearch@7.23.2)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump the typescript group with 2 updates (#3464)

Bumps the typescript group with 2 updates: [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@types/prismjs` from 1.26.5 to 1.26.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)

Updates `@types/react` from 19.2.13 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/prismjs"
  dependency-version: 1.26.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump astro from 5.17.1 to 5.17.2 in the astro-framework group (#3463)

Bumps the astro-framework group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 5.17.1 to 5.17.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.17.2/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.2/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* feat(ccip-api): Add unified search and expand chain family support (#3471)

- Add unified search endpoint with automatic query type detection:
  - Selector search (>17 digit numbers)
  - ChainId search (numeric values)
  - InternalId search (kebab-case identifiers)
  - DisplayName fuzzy search (using Fuse.js)

- Expand chain support to 9 families:
  - evm, solana, aptos, sui, tron, canton, ton, stellar, starknet
  - Remove legacy svm/mvm family groupings

- Add new selector YAML files for:
  - sui, tron, canton, ton, stellar, starknet

- Update API to return both supported and unsupported chains in search mode
  with `supported: boolean` field

- Add family filter parameter for search results

- Update OpenAPI spec with all 9 chain families

- Consolidate ChainType/ChainFamily types to src/config/types.ts

BREAKING CHANGE: Chain family values changed from svm/mvm to solana/aptos/sui.
Clients must update data.svm to data.solana, data.mvm to data.aptos.

* CCT: Update changelog with new tokens (#3461)

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: aelmanaa <aelmanaa@gmail.com>

* fix(ccip): tighten fuzzy search threshold from 0.4 to 0.3 (#3472)

Reduces false positive matches in chain search. For example, searching
'aptos' now returns only Aptos instead of also matching Fantom, Pharos,
and Canton.

* deprecation notice (#3474)

* httpConf secrets clarification (#3476)

* Clarify token receiver security pattern for PTT to Solana (#3469)

* Migrate from Gelato guide (#3477)

* migrate from Gelato guide

* update sidebar

* update sidebar

* update sidebar

* Data Streams: 24-5 guide single provider extended guidance (#3478)

* added some additional risk information and mitigation tips regarding single provider/overnight sessions

* feedback

* Consolidate CCIP tools documentation and remove obsolete JavaScript SDK (#3479)

Unified SDK/CLI pages, replaced EVM-specific offchain tutorials with universal page, added redirects for backward compatibility, and updated robots.txt for cross-site SEO.

* Update index.ts (#3481)

update linkUrl

* Ccip 0220 (#3475)

* pharos mainnet + adi testnet

* adi logo

* refresh

* changelog

---------

Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
Co-authored-by: aelmanaa <aelmanaa@gmail.com>

* DS contact us (#3482)

* update contact us link

* update llms

* Data Streams: Februray Integrations + Quicklink improvement (#3480)

* integrations + quicklink direct to address

* minor touches and changelog entry

* lint fix

* more fixes

* Bump react-instantsearch in the documentation group (#3492)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.23.2 to 7.24.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.23.2...react-instantsearch@7.24.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump knip from 5.83.1 to 5.85.0 in the linting-tools group (#3491)

Bumps the linting-tools group with 1 update: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).


Updates `knip` from 5.83.1 to 5.85.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.85.0/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.85.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>

* CCT: Update changelog with new tokens (#3487)

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>

* Bump astro from 5.17.2 to 5.17.3 in the astro-framework group (#3488)

Bumps the astro-framework group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 5.17.2 to 5.17.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the github-actions group with 4 updates (#3489)

Bumps the github-actions group with 4 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [foundry-rs/foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain).


Updates `peter-evans/create-pull-request` from 7.0.11 to 8.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/22a9089034f40e5a961c8808d113e2c98fb63676...c0f553fe549906ede9cf27b5156039d195d2ece0)

Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

Updates `foundry-rs/foundry-toolchain` from 1.5.0 to 1.7.0
- [Release notes](https://github.com/foundry-rs/foundry-toolchain/releases)
- [Changelog](https://github.com/foundry-rs/foundry-toolchain/blob/master/RELEASE.md)
- [Commits](https://github.com/foundry-rs/foundry-toolchain/compare/50d5a8956f2e319df19e6b57539d7e2acb9f8c1e...8789b3e21e6c11b2697f5eb56eddae542f746c10)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: foundry-rs/foundry-toolchain
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>

* Bump @supabase/supabase-js from 2.95.3 to 2.97.0 (#3494)

Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.95.3 to 2.97.0.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.97.0/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Changelog Update: New data found (#3486)

* Data: Update changelog for new data items

* remove extra entries

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump the ui-frameworks group with 3 updates (#3490)

Bumps the ui-frameworks group with 3 updates: [preact](https://github.com/preactjs/preact), [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) and [swagger-ui-react](https://github.com/swagger-api/swagger-ui).


Updates `preact` from 10.28.3 to 10.28.4
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.28.3...10.28.4)

Updates `swagger-ui-dist` from 5.31.0 to 5.31.2
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.31.0...v5.31.2)

Updates `swagger-ui-react` from 5.31.0 to 5.31.2
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.31.0...v5.31.2)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.28.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
- dependency-name: swagger-ui-dist
  dependency-version: 5.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
- dependency-name: swagger-ui-react
  dependency-version: 5.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: Data Streams Canton integration guide (#3497)

* feat: Data Streams Canton integration guide

* supported network listing

* release items

* nits

* nit

* added info for working with hex-encoded values

* CRE: Remove experimental tag from Confidential HTTP (#3498)

* remove experimental tag from confidentialhttp

* changelog update and some more cleanup

* fix changelog removal

* add entry to cre release notes

* remove stray experimental tag (#3499)

* Data Feeds: Deprecation 3-12 changelog update (#3500)

* added march 12th deprecation changelog update

* fix date

* fix: correct confidentialHTTP SDK reference and guide docs (#3503)

* fix: correct confidentialHTTP SDK reference and guide docs

  - Move EncryptOutput/encryptOutput from ConfidentialHTTPRequest to HTTPRequest
  - Fix Client.SendRequest signature: cre.Runtime not cre.NodeRuntime
  - Remove nonexistent high-level SendRequest/ConfidentialHTTPSendRequester patterns
  - Remove incorrect RunInNodeMode wrapping (not needed for confidential HTTP)
  - Fix all code examples in both Go and TS guides

* fix: correct step numbering in TS confidential HTTP guide

* fix: apply Prettier formatting to modified docs

* llms

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* update dir (#3514)

* CRE: CLI v1.2.0 + CLI v1.1.0 (#3502)

* changelog version bump

* bump version references

* bring your own wasm content + release notes/changelog

* changelog update

* deploy access cli

* v1.20.0 cli changes; template and acc access

* llms

* updates per feedback

* Data Streams: Feb integrations (#3501)

* integrations

* added icons for seismic and giwa

* CCIP: Add SDK v1.0, CLI v1.0, and API v2 changelog entry and consolidate tools pages (#3518)

- Add changelog entry for CCIP SDK v1.0, CLI v1.0, and API v2 release
- Enhance tutorials/offchain page with API, SDK & CLI content and examples link
- Redirect ccip-tools page to external docs.chain.link/ccip/tools/
- Update sidebar titles from "CCIP SDK & CLI" / "Offchain" to "CCIP API, SDK & CLI"
- Update token-manager page to reference CCIP CLI for transfers
- Update tests and snapshots

* Changelog Update: New data found (#3505)

* Data: Update changelog for new data items

* updated changelog and script for duplicate streams

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* fix to feedvisibility and streamsneworkdata comment (#3519)

* Bump astro from 5.17.3 to 5.18.0 in the astro-framework group (#3506)

Bumps the astro-framework group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `astro` from 5.17.3 to 5.18.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.18.0/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.18.0/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump the github-actions group with 2 updates (#3507)

Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

Updates `lycheeverse/lychee-action` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/a8c4c7cb88f0c7386610c35eb25108e448569cb0...8646ba30535128ac92d33dfc9133794bfdd9b411)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump the typescript group with 2 updates (#3510)

Bumps the typescript group with 2 updates: [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/lodash` from 4.17.23 to 4.17.24
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 20.19.33 to 20.19.35
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-version: 4.17.24
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/node"
  dependency-version: 20.19.35
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @supabase/supabase-js from 2.97.0 to 2.98.0 (#3513)

Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.97.0 to 2.98.0.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.98.0/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.98.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-instantsearch in the documentation group (#3511)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.24.0 to 7.26.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.24.0...react-instantsearch@7.26.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the ui-frameworks group with 2 updates (#3509)

Bumps the ui-frameworks group with 2 updates: [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) and [swagger-ui-react](https://github.com/swagger-api/swagger-ui).


Updates `swagger-ui-dist` from 5.31.2 to 5.32.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.31.2...v5.32.0)

Updates `swagger-ui-react` from 5.31.2 to 5.32.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.31.2...v5.32.0)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-version: 5.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-frameworks
- dependency-name: swagger-ui-react
  dependency-version: 5.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix to feed tagging, equity -> equities (#3521)

* unichain integration (#3522)

* refresh dir (#3523)

* more tagging fix to reflect rdd (#3525)

* docs(data-streams): clarify use of market status flag vs last-seen timestamp (#3520)

* docs(data-streams): clarify use of market status flag vs last-seen timestamp

- Add guidance in Traditional Market Assets: do not use observation timestamp
  to infer stream activity; use market status flag as authoritative signal.
- Add bullet in Market hours: do not use last-seen timestamp to determine
  which stream to use; use market status flag for stream applicability.

Relates to DS-2469.

Made-with: Cursor

* updates

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* fix tokenized equity badge to exclude the new equity 24/5 equitiy feeds: they are not tokenized (#3526)

* docs(cre): fill SDK reference gaps, fix inaccuracies, backfill release notes and changelog (#3516)

SDK reference additions (type conversions, EVM helpers, UnwrapOptions, Secrets API):
- Add type-conversions-ts.mdx (Type vs TypeJson, ProtoBigInt, bytes helpers)
- Add 5 missing EVM helper functions to evm-client-ts.mdx
- Add UnwrapOptions subsection and runtime.getSecret() to core-ts.mdx
- Add runtime.GetSecret() to core-go.mdx
- Add sidebar entry and cross-links from overview-ts and confidential-http-client-ts

Accuracy fixes:
- Remove base64ToHex() — function does not exist in @chainlink/cre-sdk
- Fix hexToBytes() signature: hex: Hex → hex: string
- Fix UnwrapOptions type definition to match actual SDK (conditional, mutually exclusive schema/factory)
- Remove incorrect SecretsProvider parameter from TS initWorkflow example
- Mark namespace field as optional (not required) in SecretRequest tables for both SDKs

Release notes and changelog backfill:
- Add Go SDK v1.3.0–v1.5.0 release notes
- Add TS SDK v1.1.0 release notes
- Add corresponding entries to changelog.json
- Regenerate llms-full-go.txt and llms-full-ts.txt

Made-with: Cursor

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* confHTTP Updates (#3473)

* Adding alphabetical ordering required

* cleanup and llms

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* update nav labels for interface references (#3529)

* update nav labels for interface references

* snapshot

* nav nit (#3530)

* nav nit

* snapshot

* docs(cre): remove isTestnet param from getNetwork() calls (#3527)

* docs(cre): remove isTestnet parameter from getNetwork() calls

  The optional isTestnet parameter is causing customer confusion and is
  not needed. Removed from all TypeScript CRE documentation (46 occurrences
  across 8 files).

* llms

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* adi mainnet, edge mainnet/testnet, decom (#3528)

* adi mainnet, edge mainnet/testnet, decom

* Update chains, lanes, tokens

* changelog

* Fix Edge testnet title, changelog URL, and LINK token addresses

---------

Co-authored-by: SyedAsadKazmi <syed.asadkazmi@smartcontract.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
Co-authored-by: aelmanaa <aelmanaa@gmail.com>

* updates to vercel.json, cache control (#3531)

* datalink-ncfx-provider-catalog-update (#3534)

* Exprrimental: GHA and husky updates (#3533)

* action and husky updates

* downgrade actions/cache references

---------

Co-authored-by: gfletcher-cll <grace.fletcher@smartcontract.com>

* CRE: CLI 1.3.0 release (#3532)

* first pass, generaitng bindings wip

* llms

* nits

* Bump @types/node from 20.19.35 to 20.19.37 in the typescript group (#3541)

Bumps the typescript group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.19.35 to 20.19.37
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 20.19.37
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CCT: Update changelog with new tokens (#3537)

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>

* Bump knip from 5.85.0 to 5.86.0 in the linting-tools group (#3540)

Bumps the linting-tools group with 1 update: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).


Updates `knip` from 5.85.0 to 5.86.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.86.0/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>

* Bump @openzeppelin/contracts from 5.4.0 to 5.6.1 in the blockchain group (#3539)

Bumps the blockchain group with 1 update: [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts).


Updates `@openzeppelin/contracts` from 5.4.0 to 5.6.1
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases)
- [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/OpenZeppelin/openzeppelin-contracts/compare/v5.4.0...v5.6.1)

---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: blockchain
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* table updates (#3544)

* update vercel config (#3545)

* Data: Update changelog for new data items (#3536)

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* refresh dir (#3547)

* updates to tron source (#3548)

* fix (#3549)

* Data Feeds: Search guide update: atlas, v1 (#3551)

* search guide update: atlas, v1

* nit

* contact us update

* contact us update 2

* pre-work for new chains (#3550)

* pre-work for new chains

* fix

* updates

* updates

* updates

* updates

* changelog + quicklinks

* fix

---------

Co-authored-by: SyedAsadKazmi <syed.asadkazmi@smartcontract.com>

* Bump @supabase/supabase-js from 2.98.0 to 2.99.1 (#3559)

Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.98.0 to 2.99.1.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.99.1/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.99.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-instantsearch in the documentation group (#3557)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.26.1 to 7.27.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.26.1...react-instantsearch@7.27.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump preact from 10.28.4 to 10.29.0 in the ui-frameworks group (#3556)

Bumps the ui-frameworks group with 1 update: [preact](https://github.com/preactjs/preact).


Updates `preact` from 10.28.4 to 10.29.0
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.28.4...10.29.0)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the astro-framework group with 4 updates (#3555)

Bumps the astro-framework group with 4 updates: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx), [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown), [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro).


Updates `@astrojs/mdx` from 4.3.13 to 4.3.14
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/@astrojs/mdx@4.3.14/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.14/packages/integrations/mdx)

Updates `@astrojs/partytown` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@2.1.5/packages/integrations/partytown)

Updates `@astrojs/sitemap` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.1/packages/integrations/sitemap)

Updates `astro` from 5.18.0 to 5.18.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-version: 4.3.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: "@astrojs/partytown"
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: astro
  dependency-version: 5.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* contact us update 3 (#3565)

* remove "deprecated" from latestAnswer (#3562)

* remove "deprecated" from latestAnswer

* nit

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Changelog Update: New data found (#3553)

* Data: Update changelog for new data items

* prettier???

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* added new forwarder addresses (#3567)

* Cre: CLI 1.4.0 1.5.0 release + additional content (#3568)

* supported networks update

* update content up to 1.5.0, new features, small tickets, other feedback

* update dir (#3570)

* CRE: version changes for latest ts sdk bump (#3571)

* version changes for latest ts sdk bump

* fix

* Data Feeds: Bound Feeds  (#3572)

* table-changes

* content update

* remove testing tools

* nits and lint fix

* fix

* CRE: Add Verifying Workflows guide (#3573)

* CRE: Add Verifying Workflows guide

* nit: link

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Add Build with AI getting started page (#3574)

* Add Build with AI getting started page for CRE docs

* Split Build with AI page into language-specific variants

* sidebar fix

* Delete src/content/cre/getting-started/build-with-ai.mdx

* various changes, references to docs, more info

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* note about toolchain version (#3575)

* fix ADI explorer URL, decom polygon-testnet-tatara, directory refresh (#3578)

* CRE: CLI 1.60 release (#3581)

* Add Understanding Workflow Limits documentation page

* rename

* removing defaults

* updates to reference, changelog, release notes, and other updates

---------

Co-authored-by: De Clercq Wentzel <10665586+wentzeld@users.noreply.github.com>

* Add svr bundles instructions (#3580)

* Add svr bundles instructions

* Fix format

* empty commit: trigger automation

---------

Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Add ton-testnet to CCIP Directory (#3579)

* Add ton-testnet to CCIP Directory

* update dir (#3592)

* ds: robinhood chain integration (#3582)

* Bump @supabase/supabase-js from 2.99.1 to 2.99.3 (#3590)

Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.99.1 to 2.99.3.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.99.3/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.99.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump react-instantsearch in the documentation group (#3588)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.27.0 to 7.28.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.27.0...react-instantsearch@7.28.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump knip from 5.86.0 to 5.88.1 in the linting-tools group (#3587)

Bumps the linting-tools group with 1 update: [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip).


Updates `knip` from 5.86.0 to 5.88.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@5.88.1/packages/knip)

---
updated-dependencies:
- dependency-name: knip
  dependency-version: 5.88.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the ui-frameworks group with 2 updates (#3586)

Bumps the ui-frameworks group with 2 updates: [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) and [swagger-ui-react](https://github.com/swagger-api/swagger-ui).


Updates `swagger-ui-dist` from 5.32.0 to 5.32.1
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.0...v5.32.1)

Updates `swagger-ui-react` from 5.32.0 to 5.32.1
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.0...v5.32.1)

---
updated-dependencies:
- dependency-name: swagger-ui-dist
  dependency-version: 5.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
- dependency-name: swagger-ui-react
  dependency-version: 5.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump solhint from 6.0.3 to 6.1.0 in the blockchain group (#3585)

Bumps the blockchain group with 1 update: [solhint](https://github.com/protofire/solhint).


Updates `solhint` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/protofire/solhint/compare/v6.0.3...v6.1.0)

---
updated-dependencies:
- dependency-name: solhint
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: blockchain
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* cre cli 1.7.0 release (#3593)

* Docs Site: ai badge, implementation on copy button (#3566)

* ai badge, implementation on copy button

* move badge to header + rename header

* CRE CLI template cmd (#3564)

* enable cre cli template cmd

* enable several template IDs

* Added new templates: circuit breaker, event reactor, keeper bot, prediction market and vault harvester

* linter issues

* updated with mermaid diagram png

* added tags and using them in card for cre-templates instead of language

* updated templates url to point to main

* updated template metadata

* nit mobile design fixes

* updated missing mermaid diagram

* updated tags

---------

Co-authored-by: Emmanuel Jacquier <emmanuel.jacquier@gmail.com>

* CRE: update cre links for new domain (#3594)

* update cre links for new domain

* link change

* changelog update (#3596)

* link revert (#3597)

* fix an entry in fee table (#3598)

* ccip directory refresh (#3599)

* fix to deprecating feeds, reduce reused content (#3600)

* changelog updates (#3601)

* CRE: CLI 1.8.0 Release (#3602)

* tenant config docs

* note about production cre: linked workflow owner vault auth

* scriptable init + templates & release notes

* added warnings about confidential http request + secrets

* Data Feeds: Self managed feeds (#3604)

* self managed feeds page

* fixes

* nits

* added notes and changelog

* Remove Treasure from CCIP execution latency Finality table (#3563)

Made-with: Cursor

Co-authored-by: gfletcher-cll <grace.fletcher@smartcontract.com>

* Data Feeds: add Bob, Katana, Sonic, TRON, Plasma, Monad to deprecating feeds chainlist (#3614)

Made-with: Cursor

Co-authored-by: Sebastian Lerner <sebastian.lerner2@gmail.com>

* Data: Update changelog for new data items (#3606)

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump the astro-framework group with 2 updates (#3608)

Bumps the astro-framework group with 2 updates: [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) and [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap).


Updates `@astrojs/partytown` from 2.1.5 to 2.1.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/partytown@2.1.6/packages/integrations/partytown)

Updates `@astrojs/sitemap` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.2/packages/integrations/sitemap)

---
updated-dependencies:
- dependency-name: "@astrojs/partytown"
  dependency-version: 2.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro-framework
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-instantsearch in the documentation group (#3609)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.28.0 to 7.28.1
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.28.0...react-instantsearch@7.28.1)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @supabase/supabase-js from 2.99.3 to 2.100.1 (#3611)

Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.99.3 to 2.100.1.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.100.1/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.100.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update fee table (#3603)

* Add tempo-testnet-moderato, deprecate tempo-testnet, and directory refresh (#3615)

* cre cli 1.9.0 release (#3616)

* cre edge case docs (#3617)

* update rmn callout (#3619)

* atlas updates (#3620)

* docs: reorganize Selecting Data Feeds page structure (#3621)

* Data Feeds: add Bob, Katana, Sonic, TRON, Plasma, Monad to deprecating feeds chainlist

Made-with: Cursor

* docs: reorganize Selecting Data Feeds — separate risk tiers from Market Price Feeds

- Add "Market pricing risk by category" section for Low through Deprecating tiers
- Move "Market Price Feeds" and "Bounded Market Price Feeds" next to Exchange Rate Feeds
- Preserve anchors #market-price-feeds and #bounded-market-price-feeds
- Fix typo: "ice mitigation" → "risk mitigation" in Exchange Rate Feeds aside
- Sync llms-full.txt with selecting-data-feeds.mdx

Made-with: Cursor

---------

Co-authored-by: Sebastian Lerner <sebastian.lerner2@gmail.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Add Yee, apxUSD, apyUSD tokens, and directory refresh (#3622)

* typo (#3635)

* Bump fuse.js from 7.1.0 to 7.3.0 (#3633)

Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.1.0 to 7.3.0.
- [Release notes](https://github.com/krisk/Fuse/releases)
- [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md)
- [Commits](https://github.com/krisk/Fuse/compare/v7.1.0...v7.3.0)

---
updated-dependencies:
- dependency-name: fuse.js
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump @supabase/supabase-js from 2.101.0 to 2.101.1 (#3632)

Bumps [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) from 2.101.0 to 2.101.1.
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.101.1/packages/core/supabase-js)

---
updated-dependencies:
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.101.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Bump lodash from 4.17.23 to 4.18.1 in the utilities group (#3630)

Bumps the utilities group with 1 update: [lodash](https://github.com/lodash/lodash).


Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: utilities
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-instantsearch in the documentation group (#3629)

Bumps the documentation group with 1 update: [react-instantsearch](https://github.com/algolia/instantsearch).


Updates `react-instantsearch` from 7.28.1 to 7.29.0
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.28.1...react-instantsearch@7.29.0)

---
updated-dependencies:
- dependency-name: react-instantsearch
  dependency-version: 7.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-jest from 29.4.6 to 29.4.9 in the testing-tools group (#3627)

Bumps the testing-tools group with 1 update: [ts-jest](https://github.com/kulshekhar/ts-jest).


Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.6...v29.4.9)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing-tools
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 20.19.37 to 20.19.39 in the typescript group (#3628)

Bumps the typescript group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 20.19.37 to 20.19.39
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 20.19.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the ui-frameworks group across 1 directory with 3 updates (#3637)

Bumps the ui-frameworks group with 3 updates in the / directory: [preact](https://github.com/preactjs/preact), [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) and [swagger-ui-react](https://github.com/swagger-api/swagger-ui).


Updates `preact` from 10.29.0 to 10.29.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.29.0...10.29.1)

Updates `swagger-ui-dist` from 5.32.1 to 5.32.2
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.1...v5.32.2)

Updates `swagger-ui-react` from 5.32.1 to 5.32.2
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.32.1...v5.32.2)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.29.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
- dependency-name: swagger-ui-dist
  dependency-version: 5.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
- dependency-name: swagger-ui-react
  dependency-version: 5.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-frameworks
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump solhint from 6.1.0 to 6.2.1 in the blockchain group (#3625)

Bumps the blockchain group with 1 update: [solhint](https://github.com/protofire/solhint).


Updates `solhint` from 6.1.0 to 6.2.1
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/protofire/solhint/compare/v6.1.0...v6.2.1)

---
updated-dependencies:
- dependency-name: solhint
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: blockchain
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove deprecated chains (#3636)

* update supported postgresql versions for chainlink nodes (#3639)

* Changelog Update: New data found (#3623)

* Data: Update changelog for new data items

* prettier fix

---------

Co-authored-by: khadni <98668332+khadni@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>

* Data Feeds: Stablecoin bound update (#3638)

* change bound to only diplsay when price is less than 2 USD

* change bound to only display when bound is less than 2 dollars

* fix(ccip/billing): simplify messaging network fee table and clarify note scope (#3640)

* feat(ccip): add token directory API with lane verifiers and v2 feature detection

* feat(ccip): add temporary GraphQL proxy endpoint with query whitelisting

* feat(ccip): use API response as token list source of truth in LaneDrawer

After hydration, iterate Object.keys(rateLimits) from the supported-tokens
API instead of lane.supportedTokens from JSON. Falls back to JSON while
the API is loading or returns empty (SSR/SEO baseline).

* feat(ccip): add internalIdFormat=directory to all client API calls

The CCIP directory uses legacy directory keys (e.g. "mainnet", "bsc-mainnet").
Without internalIdFormat=directory the API may return selector-format keys
which don't match what the components expect.

Also fixes output_key → outputKey (camelCase) on the finality endpoint call,
aligning with the validateOutputKey camelCase values (chainId/selector/internalId).

* feat(ccip): replace /finality endpoint with /tokens/{symbol} for finality data

/tokens/{symbol} already returns customFinality per chain — extract it
directly instead of maintaining a separate /finality endpoint.

getTokenFinality now calls /tokens/{symbol}?internalIdFormat=directory
and maps chainData.customFinality into the same TokenFinalityResponse
shape, so useTokenFinality and TokenChainsTable are unchanged.

Removes src/pages/api/ccip/v1/tokens/[tokenCanonicalSymbol]/finality.ts.

* feat(ccip): use /tokens/{symbol}/chains/{chain} for TokenDrawer data

Replaces N parallel /supported-tokens requests (one per lane) with a
single call to /tokens/{symbol}/chains/{chain}?internalIdFormat=directory
which returns outboundLanes + inboundLanes with rate limits and verifiers
in one response — covering both drawer tabs without re-fetching on tab switch.

- Add getTokenDirectoryData() to RealtimeDataService
- Add useTokenDirectory hook
- Remove useMultiLaneRateLimits, laneConfigs useMemo, getLane/getTokenData
  lookups from TokenDrawer — lane rows now built directly from API response
- Show "Loading..." while fetching, suppress "No lanes found" until loaded

* feat(ccip): remove destinationLanes prop from TokenDrawer

Lane list is now driven entirely by the /tokens/{symbol}/chains/{chain}
API response. The destinationLanes JSON prop and its getAllTokenLanes
call in ChainTokenGrid are no longer needed.

- Remove destinationLanes from TokenDrawer props and destructuring
- Remove SupportedTokenConfig import from TokenDrawer
- Remove getAllTokenLanes import and call from ChainTokenGrid
- Remove destinationLanes pass-through in TokenChainsTable

* chore: fix build

* chore: fix build

* feat: add @astrojs/tailwind dependency to package.json and package-lock.json

* chore: add @chainlink/blocks dependency to package.json

* fix(ccip): graphql schema audit cleanup in token-directory service

- Remove unused TokenRateLimits import
- Fix duplicate /** JSDoc opener on formatLaneKey method

Audit findings: GraphQL queries, schema field mapping, rate limit type
conversions, whitelist coverage, and supportedTokens array handling are
all aligned. Known gap: stubCCVConfigData() returns empty until Atlas
exposes CCV verifier data in the GraphQL schema.

* refactor(ccip): query lane rate limits by tokenSymbol instead of token address

fetchLaneRateLimits previously resolved ERC20 token addresses from
tokens.json before querying GraphQL. Querying by tokenSymbol + network
+ remoteNetworkName is simpler and removes the tokens.json address
resolution dependency entirely.

FTF (custom) rate limits showing N/A on all current tokens is expected —
Atlas does not yet have customInbound/OutboundCapacity configured for any
mainnet pool. The columns will populate automatically once v2 pools with
custom rate limiters are deployed.

* feat: add formatPoolTypeForDisplay function and update TokenDetailsHero and TokenChainsTable components to use it

* feat(ccip): add chain selector ID search support in CCIP directory

* fix(ccip): fix prettier formatting in TokenDetailsHero

* Remove unused rate limits mock data imports from lane-data.ts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Amine E. <aelmanaa@users.noreply.github.com>
Co-authored-by: Karim H. <98668332+khadni@users.noreply.github.com>
Co-authored-by: De Clercq Wentzel <10665586+wentzeld@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: devin distefano <devin.distefano@smartcontract.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aelmanaa <aelmanaa@gmail.com>
Co-authored-by: Syed Asad Kazmi <36279345+SyedAsadKazmi@users.noreply.github.com>
Co-authored-by: gfletcher-cll <grace.fletcher@smartcontract.com>
Co-authored-by: Josh Neuroth <josh.neuroth@smartcontract.com>
Co-authored-by: SyedAsadKazmi <syed.asadkazmi@smartcontract.com>
Co-authored-by: CL-Andrew <96407253+CL-Andrew@users.noreply.github.com>
Co-authored-by: sebastian-lerner-link <sebastian.lerner@smartcontract.com>
Co-authored-by: Dimitris Grigoriou <dimitris.grigoriou@smartcontract.com>
Co-authored-by: Emmanuel Jacquier <emmanuel.jacquier@gmail.com>
Co-authored-by: Maxwell Melcher <melcher.maxwell@gmail.com>
Co-authored-by: Sebastian Lerner <sebastian.lerner2@gmail.com>
Co-authored-by: dangitsdavid <32752664+dangitsdavid@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants