From 787aa62c42de5c275be5f8892ceac798132a8ed3 Mon Sep 17 00:00:00 2001 From: Thomas Norling Date: Mon, 6 Nov 2023 16:35:46 -0800 Subject: [PATCH] Bump package versions (#6659) Co-authored-by: tnorling --- .pipelines/1p-build.yml | 96 +++++----- .../1p-e2e-performance-telemetry-sample.yml | 98 +++++----- ...-30b7bab2-c13f-46ec-bc23-99211431d098.json | 7 - ...-91b9f9a9-61f8-4966-b520-8556ffe9a5e0.json | 7 - ...-db1a2b10-8002-4f2a-9b54-81d7632afa03.json | 7 - ...-df07c979-2cd0-4c10-bacf-bd89de87433c.json | 7 - ...-e672d970-f88c-4dfa-b355-16836b75598b.json | 7 - ...-36947fe1-a24c-4fe7-976d-3be088e98af2.json | 7 - ...-70d0aa55-97ea-4486-bcca-a7e3ff2c2bc9.json | 7 - ...-ae2c1758-b86f-47eb-acfc-a5f85946997f.json | 7 - ...-b38740aa-6b13-44e0-ade3-e2a48f051efb.json | 7 - ...-d245eb0b-38fb-4f30-a5f6-aaafa5295fba.json | 7 - ...-f9f2070a-1800-44e0-8089-5c5786d51c90.json | 7 - ...-136746fb-c3b6-48d2-bf66-981d47a365c3.json | 7 - ...-4b69c21b-f2e9-4feb-9dab-fd5ba6fcfb53.json | 7 - ...-54978b56-aca4-4e1c-bc18-a79298d7231a.json | 7 - ...-be2bc48f-eda0-4092-8349-ef6f659fcf8d.json | 7 - .../msal-node-extensions/CHANGELOG.json | 21 +++ extensions/msal-node-extensions/CHANGELOG.md | 11 +- extensions/msal-node-extensions/package.json | 4 +- .../src/packageMetadata.ts | 2 +- lib/msal-angular/CHANGELOG.json | 15 ++ lib/msal-angular/CHANGELOG.md | 10 +- lib/msal-angular/package.json | 6 +- lib/msal-angular/src/packageMetadata.ts | 2 +- lib/msal-browser/CHANGELOG.json | 47 +++++ lib/msal-browser/CHANGELOG.md | 18 +- lib/msal-browser/package.json | 4 +- lib/msal-browser/src/packageMetadata.ts | 2 +- lib/msal-common/CHANGELOG.json | 47 +++++ lib/msal-common/CHANGELOG.md | 18 +- lib/msal-common/package.json | 2 +- lib/msal-common/src/packageMetadata.ts | 2 +- lib/msal-node/CHANGELOG.json | 35 ++++ lib/msal-node/CHANGELOG.md | 16 +- lib/msal-node/package.json | 168 +++++++++--------- lib/msal-node/src/packageMetadata.ts | 2 +- lib/msal-react/CHANGELOG.json | 15 ++ lib/msal-react/CHANGELOG.md | 10 +- lib/msal-react/package.json | 6 +- lib/msal-react/src/packageMetadata.ts | 2 +- package-lock.json | 28 +-- 42 files changed, 469 insertions(+), 323 deletions(-) delete mode 100644 change/@azure-msal-browser-30b7bab2-c13f-46ec-bc23-99211431d098.json delete mode 100644 change/@azure-msal-browser-91b9f9a9-61f8-4966-b520-8556ffe9a5e0.json delete mode 100644 change/@azure-msal-browser-db1a2b10-8002-4f2a-9b54-81d7632afa03.json delete mode 100644 change/@azure-msal-browser-df07c979-2cd0-4c10-bacf-bd89de87433c.json delete mode 100644 change/@azure-msal-browser-e672d970-f88c-4dfa-b355-16836b75598b.json delete mode 100644 change/@azure-msal-common-36947fe1-a24c-4fe7-976d-3be088e98af2.json delete mode 100644 change/@azure-msal-common-70d0aa55-97ea-4486-bcca-a7e3ff2c2bc9.json delete mode 100644 change/@azure-msal-common-ae2c1758-b86f-47eb-acfc-a5f85946997f.json delete mode 100644 change/@azure-msal-common-b38740aa-6b13-44e0-ade3-e2a48f051efb.json delete mode 100644 change/@azure-msal-common-d245eb0b-38fb-4f30-a5f6-aaafa5295fba.json delete mode 100644 change/@azure-msal-common-f9f2070a-1800-44e0-8089-5c5786d51c90.json delete mode 100644 change/@azure-msal-node-136746fb-c3b6-48d2-bf66-981d47a365c3.json delete mode 100644 change/@azure-msal-node-4b69c21b-f2e9-4feb-9dab-fd5ba6fcfb53.json delete mode 100644 change/@azure-msal-node-54978b56-aca4-4e1c-bc18-a79298d7231a.json delete mode 100644 change/@azure-msal-node-extensions-be2bc48f-eda0-4092-8349-ef6f659fcf8d.json diff --git a/.pipelines/1p-build.yml b/.pipelines/1p-build.yml index b88ca9d874..8d0e2fe278 100644 --- a/.pipelines/1p-build.yml +++ b/.pipelines/1p-build.yml @@ -1,53 +1,53 @@ trigger: none # Disable push triggers pr: -- dev + - dev jobs: - - job: Build_1P - displayName: 'Build with 1P library' - pool: - vmImage: 'ubuntu-latest' - steps: - - task: NodeTool@0 - displayName: 'Install Node.js' - inputs: - versionSpec: '16.x' - - - checkout: git://IDDP/msal-javascript-1p - - script: | - npm run submodule:init - displayName: Initialize submodule - - - script: | - cd ./microsoft-authentication-library-for-js - git checkout $(System.PullRequest.SourceBranch) - git pull - displayName: 'Pull latest changes from 3P feature branch' - - - task: npmAuthenticate@0 - displayName: 'Authenticate to npm package registry' - inputs: - workingFile: ./.npmrc - - - task: npmAuthenticate@0 - displayName: 'Authenticate to npm package registry' - inputs: - workingFile: ./1ds.npmrc - - - task: Npm@1 - inputs: - command: 'ci' - displayName: 'Install Dependencies' - - - task: Npm@1 - inputs: - command: 'custom' - customCommand: 'run build' - displayName: 'Build Msal-Browser-1p' - - - task: Npm@1 - inputs: - command: 'custom' - customCommand: 'run test --workspace=msal-browser-1p' - displayName: 'Test Msal-Browser-1P' + - job: Build_1P + displayName: "Build with 1P library" + pool: + vmImage: "ubuntu-latest" + steps: + - task: NodeTool@0 + displayName: "Install Node.js" + inputs: + versionSpec: "16.x" + + - checkout: git://IDDP/msal-javascript-1p + - script: | + npm run submodule:init + displayName: Initialize submodule + + - script: | + cd ./microsoft-authentication-library-for-js + git checkout $(System.PullRequest.SourceBranch) + git pull + displayName: "Pull latest changes from 3P feature branch" + + - task: npmAuthenticate@0 + displayName: "Authenticate to npm package registry" + inputs: + workingFile: ./.npmrc + + - task: npmAuthenticate@0 + displayName: "Authenticate to npm package registry" + inputs: + workingFile: ./1ds.npmrc + + - task: Npm@1 + inputs: + command: "install" + displayName: "Install Dependencies" + + - task: Npm@1 + inputs: + command: "custom" + customCommand: "run build" + displayName: "Build Msal-Browser-1p" + + - task: Npm@1 + inputs: + command: "custom" + customCommand: "run test --workspace=msal-browser-1p" + displayName: "Test Msal-Browser-1P" diff --git a/.pipelines/1p-e2e-performance-telemetry-sample.yml b/.pipelines/1p-e2e-performance-telemetry-sample.yml index d9573a6bfc..4993c7c259 100644 --- a/.pipelines/1p-e2e-performance-telemetry-sample.yml +++ b/.pipelines/1p-e2e-performance-telemetry-sample.yml @@ -1,56 +1,56 @@ trigger: none # Disable push triggers pr: -- dev + - dev pool: - vmImage: ubuntu-latest + vmImage: ubuntu-latest steps: -- task: NodeTool@0 - displayName: 'Install Node.js' - inputs: - versionSpec: '18.x' - -- checkout: git://IDDP/msal-javascript-1p -- script: | - npm run submodule:init - displayName: Initialize submodule - -- script: | - cd ./microsoft-authentication-library-for-js - git checkout $(System.PullRequest.SourceBranch) - git pull - displayName: 'Pull latest changes from 3P feature branch' - -- task: npmAuthenticate@0 - displayName: 'Authenticate to npm package registry' - inputs: - workingFile: ./.npmrc - -- task: npmAuthenticate@0 - displayName: 'Authenticate to npm package registry' - inputs: - workingFile: ./1ds.npmrc - -- script: | - npm ci --workspace=samples/PerformanceTelemetrySample - displayName: 'Install dependencies' - -- task: Npm@1 - inputs: - workingDir: 'samples/PerformanceTelemetrySample' - command: 'custom' - customCommand: 'run build:package' - displayName: 'Build sample' - -- task: Npm@1 - inputs: - workingDir: 'samples/PerformanceTelemetrySample' - command: 'custom' - customCommand: 'run test' - env: - AZURE_CLIENT_SECRET: $(AZURE_CLIENT_SECRET) - AZURE_TENANT_ID: $(AZURE_TENANT_ID) - AZURE_CLIENT_ID: $(AZURE_CLIENT_ID) - displayName: 'Run e2e tests' + - task: NodeTool@0 + displayName: "Install Node.js" + inputs: + versionSpec: "18.x" + + - checkout: git://IDDP/msal-javascript-1p + - script: | + npm run submodule:init + displayName: Initialize submodule + + - script: | + cd ./microsoft-authentication-library-for-js + git checkout $(System.PullRequest.SourceBranch) + git pull + displayName: "Pull latest changes from 3P feature branch" + + - task: npmAuthenticate@0 + displayName: "Authenticate to npm package registry" + inputs: + workingFile: ./.npmrc + + - task: npmAuthenticate@0 + displayName: "Authenticate to npm package registry" + inputs: + workingFile: ./1ds.npmrc + + - script: | + npm install --workspace=samples/PerformanceTelemetrySample + displayName: "Install dependencies" + + - task: Npm@1 + inputs: + workingDir: "samples/PerformanceTelemetrySample" + command: "custom" + customCommand: "run build:package" + displayName: "Build sample" + + - task: Npm@1 + inputs: + workingDir: "samples/PerformanceTelemetrySample" + command: "custom" + customCommand: "run test" + env: + AZURE_CLIENT_SECRET: $(AZURE_CLIENT_SECRET) + AZURE_TENANT_ID: $(AZURE_TENANT_ID) + AZURE_CLIENT_ID: $(AZURE_CLIENT_ID) + displayName: "Run e2e tests" diff --git a/change/@azure-msal-browser-30b7bab2-c13f-46ec-bc23-99211431d098.json b/change/@azure-msal-browser-30b7bab2-c13f-46ec-bc23-99211431d098.json deleted file mode 100644 index 1b722569a5..0000000000 --- a/change/@azure-msal-browser-30b7bab2-c13f-46ec-bc23-99211431d098.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Optimize response parsing & address bugs related to query response type #6646", - "packageName": "@azure/msal-browser", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-browser-91b9f9a9-61f8-4966-b520-8556ffe9a5e0.json b/change/@azure-msal-browser-91b9f9a9-61f8-4966-b520-8556ffe9a5e0.json deleted file mode 100644 index d72eafef1d..0000000000 --- a/change/@azure-msal-browser-91b9f9a9-61f8-4966-b520-8556ffe9a5e0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Generate one correlation id across a flow #6650", - "packageName": "@azure/msal-browser", - "email": "sameera.gajjarapu@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-browser-db1a2b10-8002-4f2a-9b54-81d7632afa03.json b/change/@azure-msal-browser-db1a2b10-8002-4f2a-9b54-81d7632afa03.json deleted file mode 100644 index ff302f4913..0000000000 --- a/change/@azure-msal-browser-db1a2b10-8002-4f2a-9b54-81d7632afa03.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix race condition which may cause popups not to close #6652", - "packageName": "@azure/msal-browser", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-browser-df07c979-2cd0-4c10-bacf-bd89de87433c.json b/change/@azure-msal-browser-df07c979-2cd0-4c10-bacf-bd89de87433c.json deleted file mode 100644 index a95794f4d1..0000000000 --- a/change/@azure-msal-browser-df07c979-2cd0-4c10-bacf-bd89de87433c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Convert ServerTelemetryEntity to Type instead of Class #6651", - "packageName": "@azure/msal-browser", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-browser-e672d970-f88c-4dfa-b355-16836b75598b.json b/change/@azure-msal-browser-e672d970-f88c-4dfa-b355-16836b75598b.json deleted file mode 100644 index 2100407362..0000000000 --- a/change/@azure-msal-browser-e672d970-f88c-4dfa-b355-16836b75598b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Make SHR header configurable #6654", - "packageName": "@azure/msal-browser", - "email": "hemoral@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-common-36947fe1-a24c-4fe7-976d-3be088e98af2.json b/change/@azure-msal-common-36947fe1-a24c-4fe7-976d-3be088e98af2.json deleted file mode 100644 index 9333556280..0000000000 --- a/change/@azure-msal-common-36947fe1-a24c-4fe7-976d-3be088e98af2.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Convert ServerTelemetryEntity to Type instead of Class #6651", - "packageName": "@azure/msal-common", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-common-70d0aa55-97ea-4486-bcca-a7e3ff2c2bc9.json b/change/@azure-msal-common-70d0aa55-97ea-4486-bcca-a7e3ff2c2bc9.json deleted file mode 100644 index e437bcc673..0000000000 --- a/change/@azure-msal-common-70d0aa55-97ea-4486-bcca-a7e3ff2c2bc9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Removing allowestsrnonmsi query parameter", - "packageName": "@azure/msal-common", - "email": "trwalke@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-common-ae2c1758-b86f-47eb-acfc-a5f85946997f.json b/change/@azure-msal-common-ae2c1758-b86f-47eb-acfc-a5f85946997f.json deleted file mode 100644 index 258dc6ed12..0000000000 --- a/change/@azure-msal-common-ae2c1758-b86f-47eb-acfc-a5f85946997f.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Make SHR header configurable #6654", - "packageName": "@azure/msal-common", - "email": "hemoral@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-common-b38740aa-6b13-44e0-ade3-e2a48f051efb.json b/change/@azure-msal-common-b38740aa-6b13-44e0-ade3-e2a48f051efb.json deleted file mode 100644 index d9f8f27812..0000000000 --- a/change/@azure-msal-common-b38740aa-6b13-44e0-ade3-e2a48f051efb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Instrument functions that drop multiple matched tokens #6647", - "packageName": "@azure/msal-common", - "email": "kshabelko@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-common-d245eb0b-38fb-4f30-a5f6-aaafa5295fba.json b/change/@azure-msal-common-d245eb0b-38fb-4f30-a5f6-aaafa5295fba.json deleted file mode 100644 index 64fefe87f6..0000000000 --- a/change/@azure-msal-common-d245eb0b-38fb-4f30-a5f6-aaafa5295fba.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Update hash/query parsing to use runtime provided APIs #6646", - "packageName": "@azure/msal-common", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-common-f9f2070a-1800-44e0-8089-5c5786d51c90.json b/change/@azure-msal-common-f9f2070a-1800-44e0-8089-5c5786d51c90.json deleted file mode 100644 index c2f0df60d5..0000000000 --- a/change/@azure-msal-common-f9f2070a-1800-44e0-8089-5c5786d51c90.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Update cache outcome log message #6644", - "packageName": "@azure/msal-common", - "email": "hemoral@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-node-136746fb-c3b6-48d2-bf66-981d47a365c3.json b/change/@azure-msal-node-136746fb-c3b6-48d2-bf66-981d47a365c3.json deleted file mode 100644 index 90d37091de..0000000000 --- a/change/@azure-msal-node-136746fb-c3b6-48d2-bf66-981d47a365c3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Extend Node support for 16", - "packageName": "@azure/msal-node", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-node-4b69c21b-f2e9-4feb-9dab-fd5ba6fcfb53.json b/change/@azure-msal-node-4b69c21b-f2e9-4feb-9dab-fd5ba6fcfb53.json deleted file mode 100644 index dc8333bedd..0000000000 --- a/change/@azure-msal-node-4b69c21b-f2e9-4feb-9dab-fd5ba6fcfb53.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Convert ServerTelemetryEntity to Type instead of Class #6651", - "packageName": "@azure/msal-node", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-node-54978b56-aca4-4e1c-bc18-a79298d7231a.json b/change/@azure-msal-node-54978b56-aca4-4e1c-bc18-a79298d7231a.json deleted file mode 100644 index ddf61e2b88..0000000000 --- a/change/@azure-msal-node-54978b56-aca4-4e1c-bc18-a79298d7231a.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Use new query string parser in LoopbackClient #6646", - "packageName": "@azure/msal-node", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-node-extensions-be2bc48f-eda0-4092-8349-ef6f659fcf8d.json b/change/@azure-msal-node-extensions-be2bc48f-eda0-4092-8349-ef6f659fcf8d.json deleted file mode 100644 index ea97645960..0000000000 --- a/change/@azure-msal-node-extensions-be2bc48f-eda0-4092-8349-ef6f659fcf8d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix: Environment.getUserRootDirectory() only ever executes Windows code path", - "packageName": "@azure/msal-node-extensions", - "email": "janusz@corechain.tech", - "dependentChangeType": "patch" -} diff --git a/extensions/msal-node-extensions/CHANGELOG.json b/extensions/msal-node-extensions/CHANGELOG.json index 959b2cc588..958c71d7a6 100644 --- a/extensions/msal-node-extensions/CHANGELOG.json +++ b/extensions/msal-node-extensions/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@azure/msal-node-extensions", "entries": [ + { + "date": "Tue, 07 Nov 2023 00:01:50 GMT", + "version": "1.0.7", + "tag": "@azure/msal-node-extensions_v1.0.7", + "comments": { + "patch": [ + { + "author": "janusz@corechain.tech", + "package": "@azure/msal-node-extensions", + "commit": "25472ea4b5fb2ecef8eada945fa7c9f7eb0f2557", + "comment": "fix: Environment.getUserRootDirectory() only ever executes Windows code path" + }, + { + "author": "beachball", + "package": "@azure/msal-node-extensions", + "comment": "Bump @azure/msal-common to v14.4.0", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:38:25 GMT", "version": "1.0.6", diff --git a/extensions/msal-node-extensions/CHANGELOG.md b/extensions/msal-node-extensions/CHANGELOG.md index fd17a14542..1a5a393788 100644 --- a/extensions/msal-node-extensions/CHANGELOG.md +++ b/extensions/msal-node-extensions/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @azure/msal-node-extensions -This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified. +This log was last generated on Tue, 07 Nov 2023 00:01:50 GMT and should not be manually modified. +## 1.0.7 + +Tue, 07 Nov 2023 00:01:50 GMT + +### Patches + +- fix: Environment.getUserRootDirectory() only ever executes Windows code path (janusz@corechain.tech) +- Bump @azure/msal-common to v14.4.0 + ## 1.0.6 Mon, 30 Oct 2023 21:38:25 GMT diff --git a/extensions/msal-node-extensions/package.json b/extensions/msal-node-extensions/package.json index bf6229d603..8330c9aefb 100644 --- a/extensions/msal-node-extensions/package.json +++ b/extensions/msal-node-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@azure/msal-node-extensions", - "version": "1.0.6", + "version": "1.0.7", "repository": { "type": "git", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" @@ -57,7 +57,7 @@ ] }, "dependencies": { - "@azure/msal-common": "14.3.0", + "@azure/msal-common": "14.4.0", "@azure/msal-node-runtime": "^0.13.6-alpha.0", "keytar": "^7.8.0" }, diff --git a/extensions/msal-node-extensions/src/packageMetadata.ts b/extensions/msal-node-extensions/src/packageMetadata.ts index e5a3cff644..cd1322d37d 100644 --- a/extensions/msal-node-extensions/src/packageMetadata.ts +++ b/extensions/msal-node-extensions/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = "@azure/msal-node-extensions"; -export const version = "1.0.6"; +export const version = "1.0.7"; diff --git a/lib/msal-angular/CHANGELOG.json b/lib/msal-angular/CHANGELOG.json index 991b3116c6..eb049e92a6 100644 --- a/lib/msal-angular/CHANGELOG.json +++ b/lib/msal-angular/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@azure/msal-angular", "entries": [ + { + "date": "Tue, 07 Nov 2023 00:01:51 GMT", + "version": "3.0.8", + "tag": "@azure/msal-angular_v3.0.8", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@azure/msal-angular", + "comment": "Bump @azure/msal-browser to v3.5.0", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:38:25 GMT", "version": "3.0.7", diff --git a/lib/msal-angular/CHANGELOG.md b/lib/msal-angular/CHANGELOG.md index f2748b7228..f73bf45e75 100644 --- a/lib/msal-angular/CHANGELOG.md +++ b/lib/msal-angular/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @azure/msal-angular -This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified. +This log was last generated on Tue, 07 Nov 2023 00:01:51 GMT and should not be manually modified. +## 3.0.8 + +Tue, 07 Nov 2023 00:01:51 GMT + +### Patches + +- Bump @azure/msal-browser to v3.5.0 + ## 3.0.7 Mon, 30 Oct 2023 21:38:25 GMT diff --git a/lib/msal-angular/package.json b/lib/msal-angular/package.json index f49e3b783c..c0485c1f1c 100644 --- a/lib/msal-angular/package.json +++ b/lib/msal-angular/package.json @@ -1,6 +1,6 @@ { "name": "@azure/msal-angular", - "version": "3.0.7", + "version": "3.0.8", "author": { "name": "Microsoft", "email": "nugetaad@microsoft.com", @@ -50,7 +50,7 @@ "@angular/platform-browser": "^15.1.4", "@angular/platform-browser-dynamic": "^15.1.4", "@angular/router": "^15.1.4", - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", @@ -71,7 +71,7 @@ "zone.js": "~0.11.8" }, "peerDependencies": { - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "rxjs": "^7.0.0" } } diff --git a/lib/msal-angular/src/packageMetadata.ts b/lib/msal-angular/src/packageMetadata.ts index 4349554803..b1ef4a7bed 100644 --- a/lib/msal-angular/src/packageMetadata.ts +++ b/lib/msal-angular/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = '@azure/msal-angular'; -export const version = '3.0.7'; +export const version = '3.0.8'; diff --git a/lib/msal-browser/CHANGELOG.json b/lib/msal-browser/CHANGELOG.json index bd160e5441..9d3b474d15 100644 --- a/lib/msal-browser/CHANGELOG.json +++ b/lib/msal-browser/CHANGELOG.json @@ -1,6 +1,53 @@ { "name": "@azure/msal-browser", "entries": [ + { + "date": "Tue, 07 Nov 2023 00:01:50 GMT", + "version": "3.5.0", + "tag": "@azure/msal-browser_v3.5.0", + "comments": { + "minor": [ + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-browser", + "commit": "619e10fe4ffb23060137150cd93c954cc2ca05ae", + "comment": "Optimize response parsing & address bugs related to query response type #6646" + }, + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-browser", + "commit": "42a5e13c333d34be82734bcc3cd91ff7e8dd7d25", + "comment": "Convert ServerTelemetryEntity to Type instead of Class #6651" + }, + { + "author": "hemoral@microsoft.com", + "package": "@azure/msal-browser", + "commit": "e9dd9337c02fcfe008514f5fd057087d3409cc91", + "comment": "Make SHR header configurable #6654" + }, + { + "author": "beachball", + "package": "@azure/msal-browser", + "comment": "Bump @azure/msal-common to v14.4.0", + "commit": "not available" + } + ], + "patch": [ + { + "author": "sameera.gajjarapu@microsoft.com", + "package": "@azure/msal-browser", + "commit": "53ca42e1b4b04b70c13b6d4c697cb3e2477b1005", + "comment": "Generate one correlation id across a flow #6650" + }, + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-browser", + "commit": "460e17d0fd02938cfe2d2404c977ac9cf002c6b0", + "comment": "Fix race condition which may cause popups not to close #6652" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:38:24 GMT", "version": "3.4.0", diff --git a/lib/msal-browser/CHANGELOG.md b/lib/msal-browser/CHANGELOG.md index 03172e13bd..9d7bbe0923 100644 --- a/lib/msal-browser/CHANGELOG.md +++ b/lib/msal-browser/CHANGELOG.md @@ -1,9 +1,25 @@ # Change Log - @azure/msal-browser -This log was last generated on Mon, 30 Oct 2023 21:38:24 GMT and should not be manually modified. +This log was last generated on Tue, 07 Nov 2023 00:01:50 GMT and should not be manually modified. +## 3.5.0 + +Tue, 07 Nov 2023 00:01:50 GMT + +### Minor changes + +- Optimize response parsing & address bugs related to query response type #6646 (thomas.norling@microsoft.com) +- Convert ServerTelemetryEntity to Type instead of Class #6651 (thomas.norling@microsoft.com) +- Make SHR header configurable #6654 (hemoral@microsoft.com) +- Bump @azure/msal-common to v14.4.0 + +### Patches + +- Generate one correlation id across a flow #6650 (sameera.gajjarapu@microsoft.com) +- Fix race condition which may cause popups not to close #6652 (thomas.norling@microsoft.com) + ## 3.4.0 Mon, 30 Oct 2023 21:38:24 GMT diff --git a/lib/msal-browser/package.json b/lib/msal-browser/package.json index 78abd42a86..21222ec9ec 100644 --- a/lib/msal-browser/package.json +++ b/lib/msal-browser/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" }, - "version": "3.4.0", + "version": "3.5.0", "description": "Microsoft Authentication Library for js", "keywords": [ "implicit", @@ -100,6 +100,6 @@ "typescript": "^4.9.5" }, "dependencies": { - "@azure/msal-common": "14.3.0" + "@azure/msal-common": "14.4.0" } } diff --git a/lib/msal-browser/src/packageMetadata.ts b/lib/msal-browser/src/packageMetadata.ts index 2d47944935..068c5eac03 100644 --- a/lib/msal-browser/src/packageMetadata.ts +++ b/lib/msal-browser/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = "@azure/msal-browser"; -export const version = "3.4.0"; +export const version = "3.5.0"; diff --git a/lib/msal-common/CHANGELOG.json b/lib/msal-common/CHANGELOG.json index d76bf92354..1e24fcf188 100644 --- a/lib/msal-common/CHANGELOG.json +++ b/lib/msal-common/CHANGELOG.json @@ -1,6 +1,53 @@ { "name": "@azure/msal-common", "entries": [ + { + "date": "Tue, 07 Nov 2023 00:01:50 GMT", + "version": "14.4.0", + "tag": "@azure/msal-common_v14.4.0", + "comments": { + "minor": [ + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-common", + "commit": "42a5e13c333d34be82734bcc3cd91ff7e8dd7d25", + "comment": "Convert ServerTelemetryEntity to Type instead of Class #6651" + }, + { + "author": "hemoral@microsoft.com", + "package": "@azure/msal-common", + "commit": "e9dd9337c02fcfe008514f5fd057087d3409cc91", + "comment": "Make SHR header configurable #6654" + }, + { + "author": "kshabelko@microsoft.com", + "package": "@azure/msal-common", + "commit": "33ae9c8143a924c2d7f2114c1ff4a869c259a97c", + "comment": "Instrument functions that drop multiple matched tokens #6647" + }, + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-common", + "commit": "619e10fe4ffb23060137150cd93c954cc2ca05ae", + "comment": "Update hash/query parsing to use runtime provided APIs #6646" + } + ], + "patch": [ + { + "author": "trwalke@microsoft.com", + "package": "@azure/msal-common", + "commit": "9ed331c47f6a8d6c10a640a884a3db966f6a58a4", + "comment": "Removing allowestsrnonmsi query parameter" + }, + { + "author": "hemoral@microsoft.com", + "package": "@azure/msal-common", + "commit": "db14ee4cb268de9e048fb3ab31a953917f2abdeb", + "comment": "Update cache outcome log message #6644" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:38:25 GMT", "version": "14.3.0", diff --git a/lib/msal-common/CHANGELOG.md b/lib/msal-common/CHANGELOG.md index 91a32f8523..56a95431cc 100644 --- a/lib/msal-common/CHANGELOG.md +++ b/lib/msal-common/CHANGELOG.md @@ -1,9 +1,25 @@ # Change Log - @azure/msal-common -This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified. +This log was last generated on Tue, 07 Nov 2023 00:01:50 GMT and should not be manually modified. +## 14.4.0 + +Tue, 07 Nov 2023 00:01:50 GMT + +### Minor changes + +- Convert ServerTelemetryEntity to Type instead of Class #6651 (thomas.norling@microsoft.com) +- Make SHR header configurable #6654 (hemoral@microsoft.com) +- Instrument functions that drop multiple matched tokens #6647 (kshabelko@microsoft.com) +- Update hash/query parsing to use runtime provided APIs #6646 (thomas.norling@microsoft.com) + +### Patches + +- Removing allowestsrnonmsi query parameter (trwalke@microsoft.com) +- Update cache outcome log message #6644 (hemoral@microsoft.com) + ## 14.3.0 Mon, 30 Oct 2023 21:38:25 GMT diff --git a/lib/msal-common/package.json b/lib/msal-common/package.json index 3b421653d1..56217cb9e8 100644 --- a/lib/msal-common/package.json +++ b/lib/msal-common/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" }, - "version": "14.3.0", + "version": "14.4.0", "description": "Microsoft Authentication Library for js", "keywords": [ "implicit", diff --git a/lib/msal-common/src/packageMetadata.ts b/lib/msal-common/src/packageMetadata.ts index 5bb372ff03..ec4a4b4fad 100644 --- a/lib/msal-common/src/packageMetadata.ts +++ b/lib/msal-common/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = "@azure/msal-common"; -export const version = "14.3.0"; +export const version = "14.4.0"; diff --git a/lib/msal-node/CHANGELOG.json b/lib/msal-node/CHANGELOG.json index fb56b999ed..05f439e819 100644 --- a/lib/msal-node/CHANGELOG.json +++ b/lib/msal-node/CHANGELOG.json @@ -1,6 +1,41 @@ { "name": "@azure/msal-node", "entries": [ + { + "date": "Tue, 07 Nov 2023 00:01:50 GMT", + "version": "2.5.0", + "tag": "@azure/msal-node_v2.5.0", + "comments": { + "minor": [ + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-node", + "commit": "2bc32d539b86a2a7aa2dcbfcb00aa24b40cbe7c0", + "comment": "Extend Node support for 16" + }, + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-node", + "commit": "42a5e13c333d34be82734bcc3cd91ff7e8dd7d25", + "comment": "Convert ServerTelemetryEntity to Type instead of Class #6651" + }, + { + "author": "beachball", + "package": "@azure/msal-node", + "comment": "Bump @azure/msal-common to v14.4.0", + "commit": "not available" + } + ], + "patch": [ + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-node", + "commit": "619e10fe4ffb23060137150cd93c954cc2ca05ae", + "comment": "Use new query string parser in LoopbackClient #6646" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:38:25 GMT", "version": "2.4.0", diff --git a/lib/msal-node/CHANGELOG.md b/lib/msal-node/CHANGELOG.md index 2f2a45f705..795ca1545c 100644 --- a/lib/msal-node/CHANGELOG.md +++ b/lib/msal-node/CHANGELOG.md @@ -1,9 +1,23 @@ # Change Log - @azure/msal-node -This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified. +This log was last generated on Tue, 07 Nov 2023 00:01:50 GMT and should not be manually modified. +## 2.5.0 + +Tue, 07 Nov 2023 00:01:50 GMT + +### Minor changes + +- Extend Node support for 16 (thomas.norling@microsoft.com) +- Convert ServerTelemetryEntity to Type instead of Class #6651 (thomas.norling@microsoft.com) +- Bump @azure/msal-common to v14.4.0 + +### Patches + +- Use new query string parser in LoopbackClient #6646 (thomas.norling@microsoft.com) + ## 2.4.0 Mon, 30 Oct 2023 21:38:25 GMT diff --git a/lib/msal-node/package.json b/lib/msal-node/package.json index ba22318062..beab9c0767 100644 --- a/lib/msal-node/package.json +++ b/lib/msal-node/package.json @@ -1,87 +1,87 @@ { - "$schema": "https://json.schemastore.org/package.json", - "name": "@azure/msal-node", - "version": "2.4.0", - "author": { - "name": "Microsoft", - "email": "nugetaad@microsoft.com", - "url": "https://www.microsoft.com" + "$schema": "https://json.schemastore.org/package.json", + "name": "@azure/msal-node", + "version": "2.5.0", + "author": { + "name": "Microsoft", + "email": "nugetaad@microsoft.com", + "url": "https://www.microsoft.com" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" + }, + "description": "Microsoft Authentication Library for Node", + "keywords": [ + "js", + "ts", + "node", + "AAD", + "msal", + "oauth" + ], + "type": "module", + "module": "dist/index.mjs", + "types": "dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "module": "./dist/index.mjs", + "import": "./dist/index.mjs", + "require": "./dist/index.cjs", + "default": "./dist/index.mjs" }, - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" - }, - "description": "Microsoft Authentication Library for Node", - "keywords": [ - "js", - "ts", - "node", - "AAD", - "msal", - "oauth" - ], - "type": "module", - "module": "dist/index.mjs", - "types": "dist/index.d.ts", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "module": "./dist/index.mjs", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs", - "default": "./dist/index.mjs" - }, - "./package.json": "./package.json" - }, - "files": [ - "dist", - "src" - ], - "scripts": { - "build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs", - "build:watch": "rollup -c --watch --strictDeprecations --bundleConfigAsCjs", - "clean": "shx rm -rf dist lib", - "test": "jest", - "test:watch": "jest --watch", - "test:coverage": "jest --coverage", - "lint": "eslint src --ext .ts", - "lint:fix": "npm run lint -- --fix", - "build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-node", - "prepack": "npm run build:all", - "format:check": "npx prettier --ignore-path .gitignore --check src test", - "format:fix": "npx prettier --ignore-path .gitignore --write src test" - }, - "beachball": { - "disallowedChangeTypes": [ - "major" - ] - }, - "devDependencies": { - "@microsoft/api-extractor": "^7.19.4", - "@rollup/plugin-node-resolve": "^15.0.1", - "@rollup/plugin-typescript": "^11.0.0", - "@types/jest": "^29.5.0", - "@types/jsonwebtoken": "^9.0.1", - "@types/node": "^20.3.1", - "@types/sinon": "^7.5.0", - "@types/uuid": "^7.0.0", - "eslint-config-msal": "^0.0.0", - "jest": "^29.5.0", - "prettier": "2.8.7", - "rollup": "^3.20.1", - "sinon": "^7.5.0", - "ts-jest": "^29.1.0", - "tslib": "^1.10.0", - "typescript": "^4.9.5", - "yargs": "^17.3.1" - }, - "dependencies": { - "@azure/msal-common": "14.3.0", - "jsonwebtoken": "^9.0.0", - "uuid": "^8.3.0" - }, - "engines": { - "node": "16|| 18 || 20" - } + "./package.json": "./package.json" + }, + "files": [ + "dist", + "src" + ], + "scripts": { + "build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs", + "build:watch": "rollup -c --watch --strictDeprecations --bundleConfigAsCjs", + "clean": "shx rm -rf dist lib", + "test": "jest", + "test:watch": "jest --watch", + "test:coverage": "jest --coverage", + "lint": "eslint src --ext .ts", + "lint:fix": "npm run lint -- --fix", + "build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-node", + "prepack": "npm run build:all", + "format:check": "npx prettier --ignore-path .gitignore --check src test", + "format:fix": "npx prettier --ignore-path .gitignore --write src test" + }, + "beachball": { + "disallowedChangeTypes": [ + "major" + ] + }, + "devDependencies": { + "@microsoft/api-extractor": "^7.19.4", + "@rollup/plugin-node-resolve": "^15.0.1", + "@rollup/plugin-typescript": "^11.0.0", + "@types/jest": "^29.5.0", + "@types/jsonwebtoken": "^9.0.1", + "@types/node": "^20.3.1", + "@types/sinon": "^7.5.0", + "@types/uuid": "^7.0.0", + "eslint-config-msal": "^0.0.0", + "jest": "^29.5.0", + "prettier": "2.8.7", + "rollup": "^3.20.1", + "sinon": "^7.5.0", + "ts-jest": "^29.1.0", + "tslib": "^1.10.0", + "typescript": "^4.9.5", + "yargs": "^17.3.1" + }, + "dependencies": { + "@azure/msal-common": "14.4.0", + "jsonwebtoken": "^9.0.0", + "uuid": "^8.3.0" + }, + "engines": { + "node": "16|| 18 || 20" + } } diff --git a/lib/msal-node/src/packageMetadata.ts b/lib/msal-node/src/packageMetadata.ts index cfcce9df5b..86f069102e 100644 --- a/lib/msal-node/src/packageMetadata.ts +++ b/lib/msal-node/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = "@azure/msal-node"; -export const version = "2.4.0"; +export const version = "2.5.0"; diff --git a/lib/msal-react/CHANGELOG.json b/lib/msal-react/CHANGELOG.json index 81b7ae1b34..9dbf22d52c 100644 --- a/lib/msal-react/CHANGELOG.json +++ b/lib/msal-react/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@azure/msal-react", "entries": [ + { + "date": "Tue, 07 Nov 2023 00:01:51 GMT", + "version": "2.0.7", + "tag": "@azure/msal-react_v2.0.7", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@azure/msal-react", + "comment": "Bump @azure/msal-browser to v3.5.0", + "commit": "not available" + } + ] + } + }, { "date": "Mon, 30 Oct 2023 21:38:25 GMT", "version": "2.0.6", diff --git a/lib/msal-react/CHANGELOG.md b/lib/msal-react/CHANGELOG.md index be47159cbc..7e811764b5 100644 --- a/lib/msal-react/CHANGELOG.md +++ b/lib/msal-react/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @azure/msal-react -This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified. +This log was last generated on Tue, 07 Nov 2023 00:01:51 GMT and should not be manually modified. +## 2.0.7 + +Tue, 07 Nov 2023 00:01:51 GMT + +### Patches + +- Bump @azure/msal-browser to v3.5.0 + ## 2.0.6 Mon, 30 Oct 2023 21:38:25 GMT diff --git a/lib/msal-react/package.json b/lib/msal-react/package.json index 79835234d0..e2a92855b7 100644 --- a/lib/msal-react/package.json +++ b/lib/msal-react/package.json @@ -1,6 +1,6 @@ { "name": "@azure/msal-react", - "version": "2.0.6", + "version": "2.0.7", "author": { "name": "Microsoft", "email": "nugetaad@microsoft.com", @@ -47,11 +47,11 @@ "format:fix": "npx prettier --ignore-path .gitignore --write src test" }, "peerDependencies": { - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "react": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.0", diff --git a/lib/msal-react/src/packageMetadata.ts b/lib/msal-react/src/packageMetadata.ts index c2cce5c565..c9cf8eee9b 100644 --- a/lib/msal-react/src/packageMetadata.ts +++ b/lib/msal-react/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = "@azure/msal-react"; -export const version = "2.0.6"; +export const version = "2.0.7"; diff --git a/package-lock.json b/package-lock.json index dcb1a92cbd..1ebb8d925b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,10 +61,10 @@ }, "extensions/msal-node-extensions": { "name": "@azure/msal-node-extensions", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "dependencies": { - "@azure/msal-common": "14.3.0", + "@azure/msal-common": "14.4.0", "@azure/msal-node-runtime": "^0.13.6-alpha.0", "keytar": "^7.8.0" }, @@ -94,7 +94,7 @@ }, "lib/msal-angular": { "name": "@azure/msal-angular", - "version": "3.0.7", + "version": "3.0.8", "license": "MIT", "devDependencies": { "@angular-devkit/build-angular": "^15.1.5", @@ -108,7 +108,7 @@ "@angular/platform-browser": "^15.1.4", "@angular/platform-browser-dynamic": "^15.1.4", "@angular/router": "^15.1.4", - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", @@ -129,7 +129,7 @@ "zone.js": "~0.11.8" }, "peerDependencies": { - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "rxjs": "^7.0.0" } }, @@ -170,10 +170,10 @@ }, "lib/msal-browser": { "name": "@azure/msal-browser", - "version": "3.4.0", + "version": "3.5.0", "license": "MIT", "dependencies": { - "@azure/msal-common": "14.3.0" + "@azure/msal-common": "14.4.0" }, "devDependencies": { "@azure/storage-blob": "^12.2.1", @@ -221,7 +221,7 @@ }, "lib/msal-common": { "name": "@azure/msal-common", - "version": "14.3.0", + "version": "14.4.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.7.2", @@ -310,10 +310,10 @@ }, "lib/msal-node": { "name": "@azure/msal-node", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { - "@azure/msal-common": "14.3.0", + "@azure/msal-common": "14.4.0", "jsonwebtoken": "^9.0.0", "uuid": "^8.3.0" }, @@ -337,7 +337,7 @@ "yargs": "^17.3.1" }, "engines": { - "node": "18 || 20" + "node": "16|| 18 || 20" } }, "lib/msal-node/node_modules/@types/node": { @@ -354,14 +354,14 @@ }, "lib/msal-react": { "name": "@azure/msal-react", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "dependencies": { "@rollup/plugin-typescript": "^11.1.0", "rollup": "^3.20.2" }, "devDependencies": { - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^13.4.0", "@types/jest": "^29.5.0", @@ -382,7 +382,7 @@ "node": ">=10" }, "peerDependencies": { - "@azure/msal-browser": "^3.4.0", + "@azure/msal-browser": "^3.5.0", "react": "^16.8.0 || ^17 || ^18" } },