Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
06a5327
Bump undici from 5.28.5 to 5.29.0 (#641)
dependabot[bot] Jul 29, 2025
87c6e11
Bumps form-data (#652)
gowridurgad Jul 30, 2025
5c125af
Bump actions/checkout from 4 to 5 (#662)
dependabot[bot] Aug 21, 2025
d4c9434
Update to Node.js 24 and modernize async usage (#654)
salmanmkc Sep 3, 2025
7403103
Bump typescript from 5.4.2 to 5.9.2 (#624)
dependabot[bot] Sep 9, 2025
21e81f6
Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#648)
dependabot[bot] Oct 14, 2025
2016bd2
Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 t…
dependabot[bot] Nov 24, 2025
937b8dd
Update README with note on setting DOTNET_INSTALL_DIR for Linux permi…
priya-kinthali Dec 22, 2025
25328d8
Bump actions/checkout from 5 to 6 (#684)
dependabot[bot] Dec 29, 2025
4c100cb
Fix icons (#604)
Falco20019 Jan 13, 2026
24ec4f2
Upgrade to latest actions packages (#687)
salmanmkc Jan 13, 2026
baa11fb
Bump test dependencies to resolve System.Net.Http vulnerability, upda…
priya-kinthali Jan 13, 2026
131b410
Add support for workloads input (#693)
gowridurgad Jan 29, 2026
16c7b3c
Bump fast-xml-parser from 4.4.1 to 5.3.6 (#671)
dependabot[bot] Feb 19, 2026
02574b1
Add support for optional architecture input for cross-architecture .N…
priya-kinthali Feb 26, 2026
c2fa09f
Bump minimatch from 3.1.2 to 3.1.5 (#705)
dependabot[bot] Feb 26, 2026
139edf9
Merge tag 'v5.2.0' into sync/upstream-v5.2.0
guptaankit015 Mar 26, 2026
3aafa1a
chore: rebuild dist and lockfile after upstream sync
guptaankit015 Mar 26, 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
2 changes: 1 addition & 1 deletion .github/workflows/basic-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: Basic validation
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
with:
node-version: '20'
node-version: '24'
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20'
node-version: '24'
Loading
Loading