Skip to content
Closed

Test #289

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a5756f9
Merge pull request #220 from Azure/zhiyuanliang/browser-vitest
zhiyuanliang-ms Sep 8, 2025
0a368fe
Merge pull request #226 from Azure/dependabot/npm_and_yarn/vite-7.1.5
dependabot[bot] Sep 10, 2025
14f96fc
Bug fix: Provider should continue to refresh when previous refresh op…
zhiyuanliang-ms Sep 10, 2025
83c3e11
no longer reload watched setting when refresh all is triggered (#228)
zhiyuanliang-ms Sep 10, 2025
64f70c7
Merge pull request #230 from Azure/zhiyuanliang/refactoring
zhiyuanliang-ms Sep 26, 2025
6472475
fix filename (#233)
zhiyuanliang-ms Oct 2, 2025
f9c6806
Bump vite from 7.1.5 to 7.1.11 (#236)
dependabot[bot] Oct 22, 2025
a9a4ab1
Bump playwright from 1.55.0 to 1.56.1 (#235)
dependabot[bot] Oct 22, 2025
7546618
fix the bug that sentinel key etag is not updaed (#237)
zhiyuanliang-ms Nov 7, 2025
879beee
fix format (#239)
zhiyuanliang-ms Nov 7, 2025
d41a80c
Fix rollup (#241)
zhiyuanliang-ms Nov 9, 2025
f36c992
stop using hard-coded secret (#245)
zhiyuanliang-ms Nov 11, 2025
e1d5e9a
export AzureAppConfigurationOptions (#247)
linglingye001 Nov 13, 2025
b060a65
Merge pull request #249 from Azure/dependabot/npm_and_yarn/js-yaml-4.1.1
dependabot[bot] Nov 17, 2025
3219366
Support snapshot reference (#232)
zhiyuanliang-ms Nov 24, 2025
8f09f90
Bump glob (#250)
dependabot[bot] Nov 24, 2025
81ccb3d
Bump jws from 3.2.2 to 3.2.3 (#252)
dependabot[bot] Dec 8, 2025
8f9a269
Bump jws in /examples/console-app (#253)
dependabot[bot] Dec 12, 2025
85633d8
Bump jws in /examples/web-app (#251)
dependabot[bot] Dec 12, 2025
676df1f
version bump 2.3.0 (#257)
zhiyuanliang-ms Dec 15, 2025
3ddb820
Merge pull request #260 from Azure/dependabot/npm_and_yarn/examples/c…
dependabot[bot] Jan 5, 2026
8614674
Bump qs and express in /examples/web-app (#259)
dependabot[bot] Jan 5, 2026
dcc0540
Bump qs and body-parser in /examples/web-app (#261)
dependabot[bot] Jan 5, 2026
670a745
Enforcement of min secret refresh interval (#264)
linglingye001 Jan 28, 2026
cf44625
update comment (#263)
zhiyuanliang-ms Jan 28, 2026
1394e66
version bump 2.4.0 (#266)
linglingye001 Jan 28, 2026
029ac36
version bump 2.3.1 (#267)
linglingye001 Jan 29, 2026
5df065d
sdk upgrade (#276)
linglingye001 Feb 11, 2026
a60e549
Version bump 2.4.0 (#277)
linglingye001 Feb 11, 2026
935ced6
Merge pull request #279 from Azure/dependabot/npm_and_yarn/examples/w…
dependabot[bot] Feb 26, 2026
32bc9ae
Bump qs from 6.14.1 to 6.14.2 in /examples/console-app (#284)
dependabot[bot] Feb 27, 2026
90fc356
Bump rollup from 4.50.0 to 4.59.0 (#285)
dependabot[bot] Feb 27, 2026
437a80c
Bump minimatch from 3.1.2 to 3.1.5 (#287)
dependabot[bot] Mar 2, 2026
65f7ef1
Fix constructConfigurationObject bug (#288)
zhiyuanliang-ms Mar 4, 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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x, 24.x]
node-version: [20.x, 22.x, 24.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,3 +26,4 @@ jobs:
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run test-browser
Loading
Loading