Skip to content
Merged
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
1639645
auto dependabot: bump actions/create-github-app-token from 2 to 3
dependabot[bot] May 18, 2026
21d98bc
auto dependabot: bump googleapis/release-please-action from 4 to 5
dependabot[bot] May 18, 2026
2ea8295
auto dependabot: bump dependabot/fetch-metadata from 2.5.0 to 3.1.0
dependabot[bot] May 18, 2026
e1f1669
auto dependabot: bump typescript from 5.9.3 to 6.0.3
dependabot[bot] May 18, 2026
a10c707
auto dependabot: bump fs-extra from 11.3.2 to 11.3.5
dependabot[bot] May 18, 2026
1fcbb9c
auto dependabot: bump @types/node from 24.10.1 to 25.9.1
dependabot[bot] May 19, 2026
426b5d0
auto dependabot: bump minimatch
dependabot[bot] May 26, 2026
3b87a26
auto dependabot: bump picomatch from 2.3.1 to 2.3.2
dependabot[bot] May 26, 2026
70e1784
auto dependabot: bump postcss from 8.5.9 to 8.5.15
dependabot[bot] May 26, 2026
241f650
auto dependabot: bump the eslint group across 1 directory with 7 updates
dependabot[bot] May 26, 2026
9d10dde
auto dependabot: bump the vitest group across 1 directory with 3 updates
dependabot[bot] May 26, 2026
911399d
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
gavinbarron May 26, 2026
a575cac
Merge remote-tracking branch 'origin/dependabot/github_actions/google…
gavinbarron May 26, 2026
d018a6f
Merge remote-tracking branch 'origin/dependabot/github_actions/depend…
gavinbarron May 26, 2026
0a31365
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vitest-f…
gavinbarron May 26, 2026
f265712
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/fs-extra…
gavinbarron May 26, 2026
6979042
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/types/no…
gavinbarron May 26, 2026
91e9ec6
Merge dependabot/npm_and_yarn/eslint-a9d0420915
gavinbarron May 26, 2026
26228cf
Merge dependabot/npm_and_yarn/multi-770cfcd984
gavinbarron May 26, 2026
e9ec61d
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/picomatc…
gavinbarron May 26, 2026
00c80f9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/postcss-…
gavinbarron May 26, 2026
7de27b2
Merge dependabot/npm_and_yarn/typescript-6.0.3
gavinbarron May 26, 2026
f45a4c9
chore: update tsconfig for TypeScript 6.0.3 compatibility
gavinbarron May 26, 2026
930a9e5
chore: rollback eslint, eslint-plugin-jsdoc, eslint-plugin-simple-imp…
gavinbarron May 26, 2026
54c4af8
fix: update @typescript-eslint to support TypeScript 6.0.3
gavinbarron May 26, 2026
da222ef
style: fix prettier formatting
gavinbarron May 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/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.5.0
uses: dependabot/fetch-metadata@v3.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-auto-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.GRAPHBOT_APP_ID }}
private-key: ${{ secrets.GRAPHBOT_APP_PEM }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
with:
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}

- name: Release Please
uses: googleapis/release-please-action@v4
uses: googleapis/release-please-action@v5
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
Expand Down
1,461 changes: 850 additions & 611 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"homepage": "https://github.com/microsoftgraph/msgraph-sdk-typescript-core#readme",
"devDependencies": {
"@microsoft/eslint-config-msgraph": "^5.0.0",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.54",
"@typescript-eslint/parser": "^8.0.0-alpha.54",
"@types/node": "^25.9.1",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"@vitest/coverage-v8": "^4.0.15",
"@vitest/ui": "^4.0.15",
"eslint": "^9.7.0",
Expand All @@ -66,7 +66,7 @@
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"shx": "^0.4.0",
"typescript": "^5.3.3",
"typescript": "^6.0.3",
"vitest": "^4.0.15"
},
"dependencies": {
Expand Down
6 changes: 1 addition & 5 deletions src/content/BatchRequestContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,7 @@ export class BatchRequestContent {
cur = iterator.next();
while (!cur.done) {
const curReq: BatchRequestStep = cur.value[1];
if (
curReq.dependsOn === undefined ||
curReq.dependsOn.length !== 1 ||
curReq.dependsOn[0] !== prev.value[1].id
) {
if (curReq.dependsOn?.length !== 1 || curReq.dependsOn[0] !== prev.value[1].id) {
return false;
}
prev = cur;
Expand Down
2 changes: 1 addition & 1 deletion src/content/BatchRequestStep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const convertRequestInformationToBatchItem = (

let headers: Record<string, any> | undefined;
if (headers !== undefined) {
headers = Object.fromEntries(requestInformation.headers.entries()) as unknown as Record<string, string>;
headers = Object.fromEntries(requestInformation.headers.entries());
}

const url = uriString.replace(requestAdapter.baseUrl, "");
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"importHelpers": true,
"baseUrl": "./",
"composite": true,
"declaration": true,
"declarationMap": true,
Expand All @@ -11,12 +10,14 @@
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"module": "ES6",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"noEmit": false,
"skipLibCheck": true,
"strict": true,
"sourceMap": true,
"target": "ES2017",
"lib": ["ES2020"],
"types": ["node"],
"outDir": "dist",
"sourceRoot": "src",
"rootDir": "src",
Expand Down
Loading