Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bf1daba
build(deps-dev): bump typescript from 5.2.2 to 5.5.4
dependabot[bot] Aug 12, 2024
272697e
build(deps): bump brace-expansion in /test-esm
dependabot[bot] Jun 11, 2025
e4d91b1
build(deps-dev): bump pbkdf2 from 3.1.2 to 3.1.3
dependabot[bot] Jun 24, 2025
5d0c059
build(deps-dev): bump form-data from 4.0.2 to 4.0.4
dependabot[bot] Jul 22, 2025
1be9982
build(deps): bump tmp from 0.2.1 to 0.2.4
dependabot[bot] Aug 6, 2025
e8f72c5
build(deps-dev): bump cipher-base from 1.0.4 to 1.0.6
dependabot[bot] Aug 21, 2025
8bb1efc
build(deps-dev): bump chai in the chai group across 1 directory
dependabot[bot] Aug 25, 2025
eb883e7
build(deps): bump the babel group across 1 directory with 5 updates
dependabot[bot] Oct 13, 2025
1d45f7c
build(deps): bump github/codeql-action from 3 to 4
dependabot[bot] Oct 13, 2025
e0622f6
build(deps-dev): bump @azure/identity from 4.6.0 to 4.13.0
dependabot[bot] Oct 13, 2025
c10e3c9
build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.3
dependabot[bot] Oct 13, 2025
b39679b
build(deps-dev): bump @azure/msal-browser from 2.38.0 to 4.25.1
dependabot[bot] Oct 20, 2025
1d42c96
build(deps): bump actions/setup-node from 4 to 6
dependabot[bot] Oct 20, 2025
c69d482
build(deps-dev): bump lint-staged from 15.5.1 to 16.2.6
dependabot[bot] Oct 27, 2025
e639f22
build(deps): bump glob from 10.4.5 to 10.5.0
dependabot[bot] Nov 19, 2025
192cbf8
build(deps): bump actions/checkout from 4 to 6
dependabot[bot] Nov 24, 2025
90c21e9
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
MIchaelMainer Jun 17, 2026
ff839a0
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
MIchaelMainer Jun 17, 2026
c07dac6
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
MIchaelMainer Jun 17, 2026
177417c
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/azure/id…
MIchaelMainer Jun 17, 2026
12debaa
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/azure/ms…
MIchaelMainer Jun 17, 2026
3ffd426
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/babel-9a…
MIchaelMainer Jun 17, 2026
e62b60d
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/chai-af3…
MIchaelMainer Jun 17, 2026
2e6752b
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/cipher-b…
MIchaelMainer Jun 17, 2026
750236c
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/form-dat…
MIchaelMainer Jun 17, 2026
2fead72
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/glob-10.…
MIchaelMainer Jun 17, 2026
f7e6a0b
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/lint-sta…
MIchaelMainer Jun 17, 2026
dbdff3d
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/pbkdf2-3…
MIchaelMainer Jun 17, 2026
5494374
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/rollup/p…
MIchaelMainer Jun 17, 2026
f063eb9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/test-esm…
MIchaelMainer Jun 17, 2026
f96751a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/tmp-0.2.…
MIchaelMainer Jun 17, 2026
0f66018
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/typescri…
MIchaelMainer Jun 17, 2026
9241716
Update tsconfig-sub-cjs.json to include additional compiler options
MIchaelMainer Jun 17, 2026
c8185a2
Update tsconfig-cjs.json to add missing compiler options
MIchaelMainer Jun 17, 2026
2c69f5f
Add skipLibCheck option to tsconfig files for improved type checking
MIchaelMainer Jun 18, 2026
ab1cb15
chore(deps): pin chai as v5+ is ESM only
MIchaelMainer Jun 18, 2026
793d8af
chore(deps): update lock file
MIchaelMainer Jun 18, 2026
7214e55
chore(deps) downgrade sinon
MIchaelMainer Jun 18, 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/ci_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@v4

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
4,339 changes: 2,108 additions & 2,231 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,23 @@
},
"devDependencies": {
"@azure/identity": "^4.0.0",
"@azure/msal-browser": "^2.15.0",
"@azure/msal-browser": "^4.25.1",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/microsoft-graph-types": "^2.11.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^10.0.1",
"@types/node": "^22.5.0",
"@types/sinon": "^10.0.8",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"chai": "^4.2.0",
"chai": "^4.5.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.0.0",
Expand All @@ -118,13 +118,13 @@
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.2.0",
"lint-staged": "^15.0.2",
"lint-staged": "^16.2.6",
"mocha": "^11.1.0",
"mocha-junit-reporter": "^2.1.1",
"nyc": "^17.1.0",
"prettier": "^3.0.0",
"rollup": "^4.3.0",
"sinon": "^15.0.0",
"sinon": "^14.0.2",
"source-map-support": "^0.5.19",
"stream-browserify": "^3.0.0",
"ts-node": "^10.4.0",
Expand Down
58 changes: 30 additions & 28 deletions test-esm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion tsconfig-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"target": "es5",
"lib": ["dom", "esnext"],
"outDir": "lib",
"composite": true
"composite": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "samples", "test/development"],
"include": ["./src/**/*.ts", "./test"]
Expand Down
3 changes: 2 additions & 1 deletion tsconfig-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"target": "es6",
"lib": ["dom", "esnext"],
"outDir": "lib/es",
"composite": true
"composite": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "samples", "test/development"],
"include": ["./src/**/*.ts", "./test/**/*.ts"]
Expand Down
5 changes: 4 additions & 1 deletion tsconfig-sub-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"module": "commonjs",
"target": "es5",
"lib": ["dom", "esnext"],
"outDir": "authProviders"
"outDir": "authProviders",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "samples", "test/", "src"],
"include": ["authProviderOptions/azureTokenCredentials/", "authProviderOptions/authCodeMsalBrowser"],
Expand Down
3 changes: 2 additions & 1 deletion tsconfig-sub-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"module": "es6",
"target": "es6",
"lib": ["dom", "esnext"],
"outDir": "authProviders/es"
"outDir": "authProviders/es",
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "samples", "test/**", "src"],
"include": ["authProviderOptions/es/**/*.ts"],
Expand Down
Loading