Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion home/.chezmoidata/powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#
---
# renovate: datasource=github-releases depName=PowerShell/PowerShell
powershell_version: '7.6.3'
powershell_version: '7.6.5'
32 changes: 16 additions & 16 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ pnpm = "11.22.0"
# powershell-modules.psd1) once pwsh is installed; the script is idempotent, so
# it re-runs cheaply on reinstall. Bumping a module version in the manifest
# needs a `mise install --force powershell` (or a manual run) to re-provision.
powershell = { version = "7.6.4", postinstall = "pwsh -NoProfile -File scripts/provision-psmodules.ps1" }
powershell = { version = "7.6.5", postinstall = "pwsh -NoProfile -File scripts/provision-psmodules.ps1" }
shellcheck = "0.11.0"
shfmt = "3.13.1"