Skip to content

Commit

Permalink
Bump PowerShell dependencies (#560)
Browse files Browse the repository at this point in the history
* Update ./modules.json

* Bump change log

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
github-actions[bot] and BernieWhite authored Oct 6, 2022
1 parent a380ba1 commit 6459f30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ What's changed since v2.4.2:
- Engineering:
- Bump typescript to v4.8.4.
[#546](https://github.com/microsoft/PSRule-pipelines/pull/546)
- Bump PSRule to v2.5.0.
[#560](https://github.com/microsoft/PSRule-pipelines/pull/560)
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v250)
- Bump PSScriptAnalyzer to v1.21.0.
[#560](https://github.com/microsoft/PSRule-pipelines/pull/560)

## v2.4.2

Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.2.5"
},
"PSRule": {
"version": "2.4.2"
"version": "2.5.0"
},
"VstsTaskSdk": {
"version": "0.11.0"
Expand All @@ -15,7 +15,7 @@
"version": "5.3.3"
},
"PSScriptAnalyzer": {
"version": "1.20.0"
"version": "1.21.0"
}
}
}
4 changes: 2 additions & 2 deletions vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"packagePath": "/ps-rule-assert/ps-rule-assertV2/version.json"
},
{
"path": "ps_modules/PSRule/2.4.2",
"packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.4.2"
"path": "ps_modules/PSRule/2.5.0",
"packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.5.0"
},
{
"path": "ps_modules/VstsTaskSdk/0.11.0",
Expand Down

0 comments on commit 6459f30

Please sign in to comment.