Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Bump PSModule/Install-PSModuleHelpers from 1.0.7 to 1.0.8#75

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/PSModule/Install-PSModuleHelpers-1.0.8
Closed

Bump PSModule/Install-PSModuleHelpers from 1.0.7 to 1.0.8#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/PSModule/Install-PSModuleHelpers-1.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps PSModule/Install-PSModuleHelpers from 1.0.7 to 1.0.8.

Release notes

Sourced from PSModule/Install-PSModuleHelpers's releases.

v1.0.8

🪲 [Fix]: Install built modules into their real manifest version folder (#19)

What

Install-PSModule copied the built module into a hard-coded .../<name>/999.0.0 folder and then Import-Moduled it. That only worked while the build pipeline stamped the 999.0.0 placeholder into every manifest. Now that Process-PSModule#326 resolves and stamps the real version at build time, the folder name (999.0.0) no longer matches the manifest ModuleVersion, so PowerShell rejects the module ("does not have a valid module manifest file") and Import-Module fails.

Change

Read the manifest ModuleVersion and install into the matching version folder. Fall back to 999.0.0 only when the manifest is unstamped (a build that opted out of version resolution), preserving the previous behaviour for that case.

Import the freshly installed manifest path with -Force -Global so a preloaded placeholder version does not keep command resolution pinned to 999.0.0.

Validation

Added tests/Install-PSModule.Tests.ps1 and wired it into Action-Test. The regression test covers real-version installation, absence of the 999.0.0 folder for stamped manifests, replacement of a preloaded 999.0.0 command, and rejection of malformed ModuleVersion values.

Local validation passed:

  • pwsh -NoProfile -File ./tests/Install-PSModule.Tests.ps1
  • Invoke-ScriptAnalyzer -Path . -Recurse -Settings .github/linters/.powershell-psscriptanalyzer.psd1
  • action-shaped run: ./src/main.ps1, Get-Module -Name Helpers -ListAvailable, then the regression script

Part of the Process-PSModule#326 "test what you ship" refactor (test-harness version-awareness). Consumed by Test-PSModule, Document-PSModule, and the Process-PSModule Test-Module job.

Commits
  • 68e8ca7 🪲 [Fix]: Install built modules into their real manifest version folder (#19)
  • dd52e57 Bump super-linter/super-linter from 8.5.0 to 8.6.0 (#15)
  • b23e72e ⚙️ [Maintenance]: Add afterall to codespell ignore words list (#14)
  • d6c634b Bump super-linter/super-linter from 8.4.0 to 8.5.0 (#13)
  • 49fd245 ⚙️ [Maintenance]: Update super-linter to v8.4.0 (#12)
  • 8ff8927 ⚙️ [Maintenance]: Align workflows across action repositories (#11)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [PSModule/Install-PSModuleHelpers](https://github.com/psmodule/install-psmodulehelpers) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/psmodule/install-psmodulehelpers/releases)
- [Commits](PSModule/Install-PSModuleHelpers@ed79b6e...68e8ca7)

---
updated-dependencies:
- dependency-name: PSModule/Install-PSModuleHelpers
  dependency-version: 1.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Patch labels Jul 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner July 15, 2026 05:12
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the dependabot/github_actions/PSModule/Install-PSModuleHelpers-1.0.8 branch July 16, 2026 17:54
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file Patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant