Skip to content

Commit

Permalink
Bump package versions (#6659)
Browse files Browse the repository at this point in the history
Co-authored-by: tnorling <[email protected]>
  • Loading branch information
tnorling and tnorling authored Nov 7, 2023
1 parent 2bc32d5 commit 787aa62
Show file tree
Hide file tree
Showing 42 changed files with 469 additions and 323 deletions.
96 changes: 48 additions & 48 deletions .pipelines/1p-build.yml
Original file line number Diff line number Diff line change
@@ -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"
98 changes: 49 additions & 49 deletions .pipelines/1p-e2e-performance-telemetry-sample.yml
Original file line number Diff line number Diff line change
@@ -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"

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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",
Expand Down
11 changes: 10 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 1.0.7

Tue, 07 Nov 2023 00:01:50 GMT

### Patches

- fix: Environment.getUserRootDirectory() only ever executes Windows code path ([email protected])
- Bump @azure/msal-common to v14.4.0

## 1.0.6

Mon, 30 Oct 2023 21:38:25 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.0.6",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -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"
},
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.0.6";
export const version = "1.0.7";
Loading

0 comments on commit 787aa62

Please sign in to comment.