Skip to content

🩹 [Patch]: Pester 6 test dependency packages correctly - #276

Draft
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
fix-googlefonts-dependency-bounds
Draft

🩹 [Patch]: Pester 6 test dependency packages correctly#276
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
fix-googlefonts-dependency-bounds

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

Publishing the module now preserves the intended Pester 6 compatibility range in its NuGet metadata, so release packaging no longer fails on an unsupported wildcard version bound.

Fixed: Pester 6 test dependency packaging

The module's test dependency accepts Pester versions from 6.0.0 through 6.999.999. This produces the NuGet constraint [6.0.0, 6.999.999] during release packaging.

Validation

  • Invoke-Pester -Path .\tests\GoogleFonts.Tests.ps1 -Output Detailed (3 passed)

Technical details
Changed surfaceStandards checkedFramework docs checkedResult
tests/GoogleFonts.Tests.ps1PowerShell module requirement syntaxProcess-PSModule packaging configurationAligned
Relevant issues (or links)

-Fixes#275

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

PatternDescription
^src/Matches files where path matches this pattern
^README\.md$Matches files where path matches this pattern

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@github-actions

Copy link
Copy Markdown
Contributor

Super-linter summary

LanguageValidation result
CHECKOVPass ✅
GITHUB_ACTIONSPass ✅
GITHUB_ACTIONS_ZIZMORPass ✅
GITLEAKSPass ✅
GIT_MERGE_CONFLICT_MARKERSPass ✅
JSONPass ✅
MARKDOWNPass ✅
NATURAL_LANGUAGEPass ✅
POWERSHELLPass ✅
PRE_COMMITPass ✅
SPELL_CODESPELLPass ✅
TRIVYPass ✅
YAMLPass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🪲 [Fix]: Package test dependency uses an invalid Pester 6 upper bound

1 participant

@MariusStorhaug