Skip to content

Commit

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

* Bump change log

* Bump extension references

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 committed Nov 20, 2022
1 parent 2f395fb commit 7916c67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
What's changed since v2.5.2:

- Engineering:
- Bump PSRule to v2.6.0.
[#606](https://github.com/microsoft/PSRule-pipelines/pull/606)
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v260)
- Bump typescript to v4.9.3.
[#603](https://github.com/microsoft/PSRule-pipelines/pull/603)

Expand Down
2 changes: 1 addition & 1 deletion 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.5.3"
"version": "2.6.0"
},
"VstsTaskSdk": {
"version": "0.11.0"
Expand Down
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.5.3",
"packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.5.3"
"path": "ps_modules/PSRule/2.6.0",
"packagePath": "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.6.0"
},
{
"path": "ps_modules/VstsTaskSdk/0.11.0",
Expand Down

0 comments on commit 7916c67

Please sign in to comment.