Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
08c8c6b
chore(deps): update dependency @whatwg-node/server to v0.10.18
renovate[bot] Mar 27, 2026
8bc9cca
chore(deps): update dependency @adobe/aio-lib-runtime to v7.3.0
renovate[bot] Mar 27, 2026
1c0afca
chore(deps): update dependency globals to v16.5.0
renovate[bot] Mar 27, 2026
320075a
fix(deps): update dependency p-limit to v7
renovate[bot] Mar 27, 2026
5bc0437
Update dependency dotenv to v17.4.2
renovate[bot] Apr 12, 2026
571a722
Update dependency vega-lite to v6.4.3
renovate[bot] Apr 24, 2026
5208a3c
Update dependency diff to v8.0.3 [SECURITY]
renovate[bot] Apr 27, 2026
afbe878
Update dependency handlebars to v4.7.9 [SECURITY]
renovate[bot] Apr 27, 2026
a530cb4
Update dependency js-yaml to v4.1.1 [SECURITY]
renovate[bot] Apr 27, 2026
a49cf2e
Update dependency vega to v6.2.0 [SECURITY]
renovate[bot] Apr 27, 2026
231e1b2
Update adobe/aio-apps-action action to v4
renovate[bot] Apr 28, 2026
90c63e0
Update dependency jest to v30.3.0
renovate[bot] Apr 29, 2026
bb2f4f1
Update eslint monorepo to v9.39.4
renovate[bot] Apr 29, 2026
70d7423
Merge PR #260: Update dependency diff to v8.0.3 [SECURITY]
sirugh May 5, 2026
ca5c193
Merge PR #252: Update dependency js-yaml to v4.1.1 [SECURITY]
sirugh May 5, 2026
c70b13d
Merge PR #251: Update dependency vega to v6.2.0 [SECURITY]
sirugh May 5, 2026
23c9802
Merge PR #269: Update dependency handlebars to v4.7.9 [SECURITY]
sirugh May 5, 2026
8aca9b6
Merge PR #210: Update eslint monorepo to v9.39.4
sirugh May 5, 2026
c25f652
Merge PR #213: Update dependency jest to v30.3.0
sirugh May 5, 2026
fafdbe3
Merge PR #221: Update dependency dotenv to v17.4.2
sirugh May 5, 2026
d47a135
Merge PR #230: Update dependency globals to v16.5.0
sirugh May 5, 2026
3c4e532
Merge PR #225: Update dependency vega-lite to v6.4.3
sirugh May 5, 2026
429b2d7
Merge PR #240: Update dependency @whatwg-node/server to v0.10.18
sirugh May 5, 2026
44e8fff
Merge PR #233: Update dependency @adobe/aio-lib-runtime to v7.3.0
sirugh May 5, 2026
9888934
Merge PR #222: Update adobe/aio-apps-action to v4
sirugh May 5, 2026
27fc943
Merge PR #204: Update dependency p-limit to v7
sirugh May 5, 2026
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/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
env:
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_PROD }}
uses: adobe/aio-apps-action@3.4.0
uses: adobe/aio-apps-action@4.1.0
with:
os: ${{ matrix.os }}
command: build
Expand All @@ -40,7 +40,7 @@ jobs:
ORG: ${{ secrets.PROJECT_ORG_PROD }}
SITE: ${{ secrets.PROJECT_SITE_PROD }}
PRODUCT_PAGE_URL_FORMAT: ${{ secrets.PRODUCT_PAGE_URL_FORMAT_PROD }}
uses: adobe/aio-apps-action@3.4.0
uses: adobe/aio-apps-action@4.1.0
with:
os: ${{ matrix.os }}
command: deploy
4 changes: 2 additions & 2 deletions .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
env:
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
uses: adobe/aio-apps-action@3.4.0
uses: adobe/aio-apps-action@4.1.0
with:
os: ${{ matrix.os }}
command: build
Expand All @@ -41,7 +41,7 @@ jobs:
ORG: ${{ secrets.PROJECT_ORG_STAGE }}
SITE: ${{ secrets.PROJECT_SITE_STAGE }}
PRODUCT_PAGE_URL_FORMAT: ${{ secrets.PRODUCT_PAGE_URL_FORMAT_STAGE }}
uses: adobe/aio-apps-action@3.4.0
uses: adobe/aio-apps-action@4.1.0
with:
os: ${{ matrix.os }}
command: deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
env:
AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE_STAGE }}
uses: adobe/aio-apps-action@3.4.0
uses: adobe/aio-apps-action@4.1.0
with:
os: ${{ matrix.os }}
command: build
Expand Down
Loading
Loading