Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin PSScriptAnalyzer to 1.20.0, Plaster to 1.1.3 and PSReadLine to 2.1.0 #1562

Merged
merged 2 commits into from
Aug 25, 2021

Conversation

andyleejordan
Copy link
Member

This makes our module versions explicit instead of using a min/max model, and updates PSScriptAnalzyer to 1.20.0.

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.
@bergmeister
Copy link
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.

@andyleejordan andyleejordan changed the title Update modules.json and PSScriptAnalyzer Pin PSScriptAnalyzer to 1.20.0, Plaster to 1.1.3 and PSReadline to 2.1.0 Aug 25, 2021
@andyleejordan andyleejordan changed the title Pin PSScriptAnalyzer to 1.20.0, Plaster to 1.1.3 and PSReadline to 2.1.0 Pin PSScriptAnalyzer to 1.20.0, Plaster to 1.1.3 and PSReadLine to 2.1.0 Aug 25, 2021
@andyleejordan andyleejordan merged commit 9f15c19 into master Aug 25, 2021
@andyleejordan andyleejordan deleted the andschwa/modules branch August 25, 2021 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Script Analysis Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace modules.json with RequiredModules
3 participants