Skip to content

Commit

Permalink
Merge branch 'dev' into iambmelt/readme-faq-link-repair
Browse files Browse the repository at this point in the history
  • Loading branch information
tnorling authored Jan 24, 2025
2 parents ef6e5e1 + f8d3d97 commit 1adb426
Show file tree
Hide file tree
Showing 299 changed files with 22,304 additions and 9,501 deletions.
10 changes: 10 additions & 0 deletions .pipelines/1p-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
parameters:
- name: npmInstallTimeout
displayName: "NPM Install Timeout (Tests)"
type: number
default: 15
variables:
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
LinuxContainerImage: "mcr.microsoft.com/onebranch/cbl-mariner/build:2.0" # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Expand Down Expand Up @@ -35,10 +40,12 @@ extends:
parameters:
libName: msal-common
path: "lib/"
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- template: .pipelines/templates/ci-template.yml@1P
parameters:
libName: msal-browser
path: "lib/"
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- template: .pipelines/templates/ci-template.yml@1P
parameters:
libName: msal-browser-1p
Expand All @@ -47,14 +54,17 @@ extends:
parameters:
libName: msal-node
path: "lib/"
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- template: .pipelines/templates/ci-template.yml@1P
parameters:
libName: msal-react
path: "lib/"
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- template: .pipelines/templates/ci-template.yml@1P
parameters:
libName: msal-angular
path: "lib/"
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- template: .pipelines/templates/ci-template.yml@1P
parameters:
libName: msal-node-extensions
Expand Down
5 changes: 5 additions & 0 deletions .pipelines/1p-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ parameters:
values:
- "windows"
- "linux"
- name: "npmInstallTimeout"
displayName: "NPM Install Timeout (Tests)"
type: number
default: 15
variables:
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
LinuxContainerImage: "mcr.microsoft.com/onebranch/cbl-mariner/build:2.0" # Docker image which is used to build the project https://aka.ms/obpipelines/containers
Expand Down Expand Up @@ -58,3 +62,4 @@ extends:
- "BrokerTestApp-React"
- "BrokerSingleFrameTestApp"
debug: ${{ parameters.debug }}
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
8 changes: 8 additions & 0 deletions .pipelines/3p-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ parameters:
displayName: "Run Angular Tests"
type: boolean
default: true
- name: "npmInstallTimeout"
displayName: "NPM Install Timeout (Tests)"
type: number
default: 15

variables:
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
Expand Down Expand Up @@ -74,6 +78,7 @@ extends:
- "pop"
- "customizable-e2e-test"
debug: ${{ parameters.debug }}
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- ${{ if eq(parameters.runNodeTests, true) }}:
- template: .pipelines/templates/e2e-tests.yml@1P
parameters:
Expand All @@ -95,6 +100,7 @@ extends:
- "b2c-user-flows"
# - "on-behalf-of"
debug: ${{ parameters.debug }}
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- ${{ if eq(parameters.runReactTests, true) }}:
- template: .pipelines/templates/e2e-tests.yml@1P
parameters:
Expand All @@ -111,6 +117,7 @@ extends:
- "typescript-sample"
- "b2c-sample"
debug: ${{ parameters.debug }}
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}
- ${{ if eq(parameters.runAngularTests, true) }}:
- template: .pipelines/templates/e2e-tests.yml@1P
parameters:
Expand All @@ -128,3 +135,4 @@ extends:
- "angular-standalone-sample"
- "angular17-standalone-sample"
debug: ${{ parameters.debug }}
npmInstallTimeout: ${{ parameters.npmInstallTimeout }}

This file was deleted.

60 changes: 60 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,66 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Wed, 22 Jan 2025 21:45:31 GMT",
"version": "1.5.2",
"tag": "@azure/msal-node-extensions_v1.5.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v15.0.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 rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 15 Jan 2025 05:05:17 GMT",
"version": "1.5.1",
"tag": "@azure/msal-node-extensions_v1.5.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-node-extensions",
"commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
"comment": "Update msal-common dependency"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v15.0.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": "Tue, 19 Nov 2024 17:21:57 GMT",
"version": "1.5.0",
Expand Down
23 changes: 22 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Tue, 19 Nov 2024 17:21:57 GMT and should not be manually modified.
<!-- This log was last generated on Wed, 22 Jan 2025 21:45:31 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.5.2

Wed, 22 Jan 2025 21:45:31 GMT

### Patches

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

## 1.5.1

Wed, 15 Jan 2025 05:05:17 GMT

### Patches

- Update msal-common dependency ([email protected])
- Bump @azure/msal-common to v15.0.1
- Bump eslint-config-msal to v0.0.0
- Bump rollup-msal to v0.0.0

## 1.5.0

Tue, 19 Nov 2024 17:21:57 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.0",
"version": "1.5.2",
"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": "14.16.0",
"@azure/msal-common": "15.0.2",
"@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.0";
export const version = "1.5.2";
2 changes: 1 addition & 1 deletion extensions/samples/electron-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "~4.5.4"
},
"dependencies": {
"@azure/msal-node": "^2.6.2",
"@azure/msal-node": "^3.0.0",
"@azure/msal-node-extensions": "^1.0.10",
"bootstrap": "^5.0.0",
"electron-squirrel-startup": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions extensions/samples/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^2.0.0-beta.0",
"@azure/msal-node-extensions": "^1.0.0-beta.0",
"@azure/msal-node": "^3.0.0",
"@azure/msal-node-extensions": "^1.0.0",
"express": "^4.20.0"
}
}
56 changes: 56 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,62 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Wed, 22 Jan 2025 21:45:31 GMT",
"version": "4.0.2",
"tag": "@azure/msal-angular_v4.0.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v4.0.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 15 Jan 2025 05:05:16 GMT",
"version": "4.0.1",
"tag": "@azure/msal-angular_v4.0.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-angular",
"commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
"comment": "Bump react and angular to next major versions"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-angular",
"commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
"comment": "Update msal-browser peer dependency to include v4"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v4.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 05 Nov 2024 18:58:46 GMT",
"version": "3.1.0",
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, 05 Nov 2024 18:58:46 GMT and should not be manually modified.
<!-- This log was last generated on Wed, 22 Jan 2025 21:45:31 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.0.2

Wed, 22 Jan 2025 21:45:31 GMT

### Patches

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

## 4.0.1

Wed, 15 Jan 2025 05:05:16 GMT

### Breaking Changes

- Update msal-browser peer dependency to include v4 ([email protected])

Please see the msal-browser [migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v3-migration.md) for more details on what's changed in v4.

## 3.1.0

Tue, 05 Nov 2024 18:58:46 GMT
Expand Down
Loading

0 comments on commit 1adb426

Please sign in to comment.