-
Notifications
You must be signed in to change notification settings - Fork 0
🩹 [Patch]: Fix #Requires statements on all script files
#93
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
Merged
Conversation
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
…ameter naming and improve error messages
…ementsToFile function
…statements in Add-RequiresStatementsToFile function
… in Add-RequiresStatementsToFile function
…-RequiresStatementsToFile function
…esource and improve comments for clarity
…ependencies and replace Get-RequiredModulesFromFile
…ollect local functions, and improve #Requires injection logic
…duleRequires function
…d commands and provide suggestions for module dependencies
…uirement and enhance functionality to update #Requires statements in PowerShell scripts
… for clarity and enhance logic for sorting module suggestions by published date
… and improve suggestion sorting for unresolved commands
…format for improved clarity and versioning
…oss multiple scripts for consistency
…nt for safer file updates
#Requires statements on all script files + added a 'Set-ScriptFileRequirements' tool#Requires statements on all script files + added a Set-ScriptFileRequirements tool
#Requires statements on all script files + added a Set-ScriptFileRequirements tool#Requires statements on all script files
… script requirements management
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.
Description
This pull request involves updating the module requirements in various PowerShell script files to ensure compatibility and proper versioning.
Module Version Updates:
scripts/helpers/Build-PSModule.ps1: Updated to requireGitHubmodule version0.13.2andUtilitiesmodule version0.3.0.scripts/helpers/Build/Build-PSModuleBase.ps1: Updated to requireGitHubmodule version0.13.2.scripts/helpers/Build/Build-PSModuleDocumentation.ps1: Updated to requireGitHubmodule version0.13.2,platyPSmodule version0.14.2, andUtilitiesmodule version0.3.0.scripts/helpers/Build/Build-PSModuleManifest.ps1: Updated to requireGitHubmodule version0.13.2andUtilitiesmodule version0.3.0.scripts/helpers/Build/Build-PSModuleRootModule.ps1: Updated to requireGitHubmodule version0.13.2andUtilitiesmodule version0.3.0.scripts/helpers/Build/Get-PSModuleAliasesToExport.ps1: Added requirement forUtilitiesmodule version0.3.0.scripts/helpers/Build/Get-PSModuleCmdletsToExport.ps1: Added requirement forUtilitiesmodule version0.3.0.scripts/helpers/Build/Import-PSModule.ps1: Added requirement forUtilitiesmodule version0.3.0.scripts/helpers/Build/Resolve-PSModuleDependency.ps1: Updated to requireRetrymodule version0.1.3.scripts/helpers/Build/Update-PSModuleManifestAliasesToExport.ps1: Added requirements forGitHubmodule version0.13.2andUtilitiesmodule version0.3.0.Function Call Correction:
scripts/helpers/Build/Import-PSModule.ps1: Corrected the function call fromResolve-PSModuleDependenciestoResolve-PSModuleDependency.Type of change
Checklist