Pin PSScriptAnalyzer to 1.20.0, Plaster to 1.1.3 and PSReadLine to 2.1.0#1562
Merged
andyleejordan merged 2 commits intomasterfrom Aug 25, 2021
Merged
Pin PSScriptAnalyzer to 1.20.0, Plaster to 1.1.3 and PSReadLine to 2.1.0#1562andyleejordan merged 2 commits intomasterfrom
1.20.0, Plaster to 1.1.3 and PSReadLine to 2.1.0#1562andyleejordan merged 2 commits intomasterfrom
Conversation
We want to know exactly which version of each module is being bundled with the extension, so the min/max logic was removed and replaced with just a precise version. The field `AllowPrerelease` is now based off the same parameter given per module because, again, we want to be explicit about our versions.
2 tasks
Contributor
|
You're quick. I was about to open a PR for PSSA. You can still go ahead and bump to 1.20 in the meantime, Will do a follow up PR to also add support for new settings added in 1.20 in this PR. |
rjmholt
approved these changes
Aug 25, 2021
bergmeister
reviewed
Aug 25, 2021
modules.json and PSScriptAnalyzer1.20.0, Plaster to 1.1.3 and PSReadline to 2.1.0
1.20.0, Plaster to 1.1.3 and PSReadline to 2.1.01.20.0, Plaster to 1.1.3 and PSReadLine to 2.1.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes our module versions explicit instead of using a min/max model, and updates PSScriptAnalzyer to 1.20.0.