Skip to content

Commit

Permalink
Dependencies bump (#819)
Browse files Browse the repository at this point in the history
* Update ./modules.json

* Bump change log

* Bump extension

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
BernieWhite and github-actions[bot] authored Jun 18, 2023
1 parent 8b31a01 commit a2cd9f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
What's changed since v2.8.1:

- Engineering:
- Bump PSRule to v2.9.0.
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v290)
- Bump typescript to v5.1.3.
[#806](https://github.com/microsoft/PSRule-pipelines/pull/806)

Expand Down
4 changes: 2 additions & 2 deletions extension.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module.exports = (env) => {
packagePath: "/ps-rule-assert/ps-rule-assertV2/version.json"
},
{
path: "out/dist/ps_modules/PSRule/2.8.1",
packagePath: "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.1"
path: "out/dist/ps_modules/PSRule/2.9.0",
packagePath: "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.9.0"
},
{
path: "out/dist/ps_modules/VstsTaskSdk/0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"version": "2.2.5"
},
"PSRule": {
"version": "2.8.1"
"version": "2.9.0"
},
"VstsTaskSdk": {
"version": "0.11.0"
}
},
"devDependencies": {
"Pester": {
"version": "5.4.0"
"version": "5.4.1"
},
"PSScriptAnalyzer": {
"version": "1.21.0"
Expand Down

0 comments on commit a2cd9f5

Please sign in to comment.