Skip to content

Commit

Permalink
Merge branch 'dev' into token-expiration-managed-identity-bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie-Microsoft committed Feb 5, 2025
2 parents 2a44eeb + 4d21e80 commit bd523c3
Show file tree
Hide file tree
Showing 52 changed files with 1,229 additions and 422 deletions.
27 changes: 27 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Wed, 05 Feb 2025 00:15:19 GMT",
"version": "1.5.4",
"tag": "@azure/msal-node-extensions_v1.5.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v15.1.1",
"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 rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 03 Feb 2025 17:48:09 GMT",
"version": "1.5.3",
Expand Down
12 changes: 11 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @azure/msal-node-extensions

<!-- This log was last generated on Mon, 03 Feb 2025 17:48:09 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 05 Feb 2025 00:15:19 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.5.4

Wed, 05 Feb 2025 00:15:19 GMT

### Patches

- Bump @azure/msal-common to v15.1.1
- Bump eslint-config-msal to v0.0.0
- Bump rollup-msal to v0.0.0

## 1.5.3

Mon, 03 Feb 2025 17:48:09 GMT
Expand Down
4 changes: 2 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.3",
"version": "1.5.4",
"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.1.0",
"@azure/msal-common": "15.1.1",
"@azure/msal-node-runtime": "^0.17.1",
"keytar": "^7.8.0"
},
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.3";
export const version = "1.5.4";
21 changes: 21 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Wed, 05 Feb 2025 00:15:19 GMT",
"version": "4.0.4",
"tag": "@azure/msal-angular_v4.0.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v4.2.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 03 Feb 2025 17:48:09 GMT",
"version": "4.0.3",
Expand Down
11 changes: 10 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-angular

<!-- This log was last generated on Mon, 03 Feb 2025 17:48:09 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 05 Feb 2025 00:15:19 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.0.4

Wed, 05 Feb 2025 00:15:19 GMT

### Patches

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

## 4.0.3

Mon, 03 Feb 2025 17:48:09 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.3",
"version": "4.0.4",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down Expand Up @@ -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": "^4.1.0",
"@azure/msal-browser": "^4.2.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -71,7 +71,7 @@
"zone.js": "~0.11.8"
},
"peerDependencies": {
"@azure/msal-browser": "^4.1.0",
"@azure/msal-browser": "^4.2.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.3";
export const version = "4.0.4";
47 changes: 47 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Wed, 05 Feb 2025 00:15:18 GMT",
"version": "4.2.0",
"tag": "@azure/msal-browser_v4.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "b2971df7ba048400760fb82271d30a01bbbb5634",
"comment": "Notify open tabs of localStorage updates #7550"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v15.1.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "b2971df7ba048400760fb82271d30a01bbbb5634",
"comment": "Set SameSite=None on localStorage encryption cookie #7549"
}
]
}
},
{
"date": "Mon, 03 Feb 2025 17:48:08 GMT",
"version": "4.1.0",
Expand Down
18 changes: 17 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @azure/msal-browser

<!-- This log was last generated on Mon, 03 Feb 2025 17:48:08 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 05 Feb 2025 00:15:18 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.2.0

Wed, 05 Feb 2025 00:15:18 GMT

### Minor changes

- Notify open tabs of localStorage updates #7550 ([email protected])
- Bump @azure/msal-common to v15.1.1
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0

### Patches

- Set SameSite=None on localStorage encryption cookie #7549 ([email protected])

## 4.1.0

Mon, 03 Feb 2025 17:48:08 GMT
Expand Down
14 changes: 9 additions & 5 deletions lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,8 @@ export class EventHandler {
emitEvent(eventType: EventType, interactionType?: InteractionType, payload?: EventPayload, error?: EventError): void;
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
removeEventCallback(callbackId: string): void;
subscribeCrossTab(): void;
unsubscribeCrossTab(): void;
}

// Warning: (ae-missing-release-tag) "EventMessage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand Down Expand Up @@ -1753,7 +1755,7 @@ const userCancelled = "user_cancelled";
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "4.1.0";
export const version = "4.2.0";

// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand All @@ -1780,10 +1782,12 @@ export type WrapperSKU = (typeof WrapperSKU)[keyof typeof WrapperSKU];
// src/app/PublicClientNext.ts:85:79 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
// src/app/PublicClientNext.ts:88:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/app/PublicClientNext.ts:89:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/cache/LocalStorage.ts:269:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/cache/LocalStorage.ts:327:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/cache/LocalStorage.ts:358:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/config/Configuration.ts:246:5 - (ae-forgotten-export) The symbol "InternalAuthOptions" needs to be exported by the entry point index.d.ts
// src/cache/LocalStorage.ts:296:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/cache/LocalStorage.ts:354:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/cache/LocalStorage.ts:385:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/config/Configuration.ts:247:5 - (ae-forgotten-export) The symbol "InternalAuthOptions" needs to be exported by the entry point index.d.ts
// src/event/EventHandler.ts:109:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/event/EventHandler.ts:135:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// src/index.ts:8:12 - (tsdoc-characters-after-block-tag) The token "@azure" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@"
// src/index.ts:8:4 - (tsdoc-undefined-tag) The TSDoc tag "@module" is not defined in this configuration
// src/navigation/NavigationClient.ts:36:8 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
Expand Down
6 changes: 3 additions & 3 deletions lib/msal-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "4.1.0",
"version": "4.2.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -60,7 +60,7 @@
"clean:coverage": "rimraf ../../.nyc_output/*",
"lint": "eslint src --ext .ts",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"test": "jest --forceExit",
"test:coverage": "jest --coverage",
"test:coverage:only": "npm run clean:coverage && npm run test:coverage",
"build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-browser",
Expand Down Expand Up @@ -103,6 +103,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/msal-common": "15.1.0"
"@azure/msal-common": "15.1.1"
}
}
Loading

0 comments on commit bd523c3

Please sign in to comment.