Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js with Yarn
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22'
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js with Yarn
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: '22'
cache: yarn
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`<Explore/> should render the Explore component 1`] = `
<DocumentFragment>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`<FeatureTableComparison/> should render the FeatureTableComparison component 1`] = `
<DocumentFragment>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`<HomepageHeader/> should render the HomepageHeader component 1`] = `
<DocumentFragment>
<div
class="css-12grqsg"
class="css-mrhu8m"
>
<img
alt="Calico logo"
class="chakra-image css-1xtv5a4"
src="/img/Calico-logo-2026-badge.svg"
/>
<div
class="css-1ek7zwf"
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`<ProductComparison/> should render the ProductComparison component 1`] = `
<DocumentFragment>
Expand Down Expand Up @@ -28,15 +28,6 @@ exports[`<ProductComparison/> should render the ProductComparison component 1`]
<td
class="css-xi606m"
>
<div
class="css-1ki4hma"
>
<img
class="chakra-image css-1wsuzl7"
loading="lazy"
src="img/calico-logo-badge.svg"
/>
</div>
Calico Open Source
</td>
<td
Expand Down Expand Up @@ -70,15 +61,6 @@ exports[`<ProductComparison/> should render the ProductComparison component 1`]
<td
class="css-xi606m"
>
<div
class="css-1ki4hma"
>
<img
class="chakra-image css-1wsuzl7"
loading="lazy"
src="/img/calico-enterprise-logo-badge.svg"
/>
</div>
Calico Enterprise
</td>
<td
Expand Down Expand Up @@ -127,15 +109,6 @@ exports[`<ProductComparison/> should render the ProductComparison component 1`]
<td
class="css-xi606m"
>
<div
class="css-1ki4hma"
>
<img
class="chakra-image css-1wsuzl7"
loading="lazy"
src="/img/calico-cloud-logo-badge.svg"
/>
</div>
Calico Cloud
</td>
<td
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`<ProductInfo/> should render the ProductInfo component 1`] = `
<DocumentFragment>
Expand All @@ -20,6 +20,7 @@ exports[`<ProductInfo/> should render the ProductInfo component 1`] = `
class="css-sg0obw"
>
<img
alt="Calico Open Source documentation"
class="chakra-image css-pudfjs"
loading="lazy"
src="img/calico-open-source.svg"
Expand Down Expand Up @@ -71,6 +72,7 @@ exports[`<ProductInfo/> should render the ProductInfo component 1`] = `
class="css-1irrp4u"
>
<img
alt="Calico Enterprise documentation"
class="chakra-image css-pudfjs"
loading="lazy"
src="img/calico-enterprise.drawio.svg"
Expand Down Expand Up @@ -122,6 +124,7 @@ exports[`<ProductInfo/> should render the ProductInfo component 1`] = `
class="css-sg0obw"
>
<img
alt="Calico Cloud documentation"
class="chakra-image css-pudfjs"
loading="lazy"
src="img/calico-cloud-features.svg"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing

exports[`<SelectDocs/> should render the HowItWorks component 1`] = `
<DocumentFragment>
Expand All @@ -23,9 +23,10 @@ exports[`<SelectDocs/> should render the HowItWorks component 1`] = `
class="css-1ki4hma"
>
<img
alt="Calico logo"
class="chakra-image css-x3wokz"
loading="lazy"
src="img/calico-logo-badge.svg"
src="img/Calico-logo-2026-badge.svg"
/>
</div>
<p
Expand All @@ -45,9 +46,10 @@ exports[`<SelectDocs/> should render the HowItWorks component 1`] = `
class="css-1ki4hma"
>
<img
alt="Calico Enterprise logo"
class="chakra-image css-x3wokz"
loading="lazy"
src="/img/calico-enterprise-logo-badge.svg"
src="/img/Calico-logo-2026-badge.svg"
/>
</div>
<p
Expand All @@ -67,9 +69,10 @@ exports[`<SelectDocs/> should render the HowItWorks component 1`] = `
class="css-1ki4hma"
>
<img
alt="Calico Cloud logo"
class="chakra-image css-x3wokz"
loading="lazy"
src="/img/calico-cloud-logo-badge.svg"
src="/img/Calico-logo-2026-badge.svg"
/>
</div>
<p
Expand Down