Skip to content

Merge dev into v5 #7748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 24 commits into
base: msal-v5
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Merge dev changes to v5 branch #7748",
"packageName": "@azure/msal-angular",
"email": "[email protected]",
"dependentChangeType": "none"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add support for new platform broker flow via DOM API #7632",
"packageName": "@azure/msal-browser",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "Deprecate cache options #7707",
"type": "none",
"comment": "Merge dev changes to v5 branch #7748",
"packageName": "@azure/msal-browser",
"email": "[email protected]",
"dependentChangeType": "none"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "patch",
"comment": "Deprecate cache options #7707",
"type": "none",
"comment": "Merge dev changes to v5 branch #7748",
"packageName": "@azure/msal-common",
"email": "[email protected]",
"dependentChangeType": "none"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Merge dev changes to v5 branch #7748",
"packageName": "@azure/msal-node",
"email": "[email protected]",
"dependentChangeType": "none"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Merge dev changes to v5 branch #7748",
"packageName": "@azure/msal-node-extensions",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Merge dev changes to v5 branch #7748",
"packageName": "@azure/msal-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
74 changes: 74 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,80 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Tue, 06 May 2025 22:47:43 GMT",
"version": "1.5.13",
"tag": "@azure/msal-node-extensions_v1.5.13",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-node-extensions",
"commit": "b6098464c80f3db124ca3db145446ddb71be936d",
"comment": "New dev dependency"
}
],
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v15.6.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 29 Apr 2025 20:25:48 GMT",
"version": "1.5.12",
"tag": "@azure/msal-node-extensions_v1.5.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v15.5.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 15 Apr 2025 23:34:14 GMT",
"version": "1.5.11",
Expand Down
24 changes: 23 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
# Change Log - @azure/msal-node-extensions

<!-- This log was last generated on Tue, 15 Apr 2025 23:34:14 GMT and should not be manually modified. -->
<!-- This log was last generated on Tue, 06 May 2025 22:47:43 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.5.13

Tue, 06 May 2025 22:47:43 GMT

### Patches

- Bump @azure/msal-common to v15.6.0
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0

## 1.5.12

Tue, 29 Apr 2025 20:25:48 GMT

### Patches

- Bump @azure/msal-common to v15.5.2
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0

## 1.5.11

Tue, 15 Apr 2025 23:34:14 GMT
Expand Down
5 changes: 3 additions & 2 deletions extensions/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-node-extensions",
"version": "1.5.11",
"version": "1.5.13",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@azure/msal-common": "15.5.1",
"@azure/msal-common": "15.6.0",
"@azure/msal-node-runtime": "^0.18.1",
"keytar": "^7.8.0"
},
Expand All @@ -75,6 +75,7 @@
"@types/node": "^20.3.1",
"eslint-config-msal": "file:../../shared-configs/eslint-config-msal",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"msal-test-utils": "file:../../shared-test-utils",
"node-addon-api": "^6.1.0",
"rollup": "^4.22.4",
Expand Down
2 changes: 1 addition & 1 deletion extensions/msal-node-extensions/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-node-extensions";
export const version = "1.5.11";
export const version = "1.5.13";
48 changes: 48 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Tue, 06 May 2025 22:47:43 GMT",
"version": "4.0.12",
"tag": "@azure/msal-angular_v4.0.12",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v4.12.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 29 Apr 2025 20:25:48 GMT",
"version": "4.0.11",
"tag": "@azure/msal-angular_v4.0.11",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-angular",
"commit": "2b6112d62495ac4e3245d8a0d9be6b541ffb206c",
"comment": "Fix circular dependency"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v4.11.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 15 Apr 2025 23:34:14 GMT",
"version": "4.0.10",
Expand Down
21 changes: 20 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# Change Log - @azure/msal-angular

<!-- This log was last generated on Tue, 15 Apr 2025 23:34:14 GMT and should not be manually modified. -->
<!-- This log was last generated on Tue, 06 May 2025 22:47:43 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.0.12

Tue, 06 May 2025 22:47:43 GMT

### Patches

- Bump @azure/msal-browser to v4.12.0
- Bump eslint-config-msal to v0.0.0

## 4.0.11

Tue, 29 Apr 2025 20:25:48 GMT

### Patches

- Fix circular dependency ([email protected])
- Bump @azure/msal-browser to v4.11.1
- Bump eslint-config-msal to v0.0.0

## 4.0.10

Tue, 15 Apr 2025 23:34:14 GMT
Expand Down
6 changes: 3 additions & 3 deletions lib/msal-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-angular",
"version": "4.0.10",
"version": "4.0.12",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@angular/platform-browser": "^19.2.2",
"@angular/platform-browser-dynamic": "^19.2.2",
"@angular/router": "^19.2.2",
"@azure/msal-browser": "^4.10.0",
"@azure/msal-browser": "^4.12.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -69,7 +69,7 @@
"zone.js": "~0.15.0"
},
"peerDependencies": {
"@azure/msal-browser": "^4.11.0",
"@azure/msal-browser": "^4.12.0",
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion lib/msal-angular/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-angular";
export const version = "4.0.10";
export const version = "4.0.12";
Loading