Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.3 to 5.4.7#4
Merged
Marius Storhaug (MariusStorhaug) merged 1 commit intoinitfrom Apr 15, 2026
Conversation
Bumps [PSModule/Process-PSModule/.github/workflows/workflow.yml](https://github.com/psmodule/process-psmodule) from 5.4.3 to 5.4.7. - [Release notes](https://github.com/psmodule/process-psmodule/releases) - [Commits](PSModule/Process-PSModule@60bdf8a...1111791) --- updated-dependencies: - dependency-name: PSModule/Process-PSModule/.github/workflows/workflow.yml dependency-version: 5.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
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. |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
Marius Storhaug (MariusStorhaug)
added a commit
that referenced
this pull request
Apr 16, 2026
…To-Lua and ConvertFrom-Lua (#3) * Add Lua conversion functions and corresponding tests - Implemented ConvertTo-Lua and ConvertFrom-Lua functions for converting PowerShell objects to Lua table strings and vice versa. - Added helper functions ConvertTo-LuaTable and Format-LuaKey for internal processing. - Created comprehensive tests for both conversion functions, covering various data types including primitives, strings, arrays, and tables. - Included test data files for validation of string and array conversions. - Ensured proper handling of comments and special characters in Lua syntax. * Add ConvertTo-Lua and ConvertFrom-Lua with tests and test data * Bump PSModule/Process-PSModule/.github/workflows/workflow.yml (#1) Bumps [PSModule/Process-PSModule/.github/workflows/workflow.yml](https://github.com/psmodule/process-psmodule) from 5.4.3 to 5.4.7. - [Release notes](https://github.com/psmodule/process-psmodule/releases) - [Commits](PSModule/Process-PSModule@60bdf8a...1111791) --- updated-dependencies: - dependency-name: PSModule/Process-PSModule/.github/workflows/workflow.yml dependency-version: 5.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Refactor Lua conversion functions and add new parsing capabilities - Improved string escaping in ConvertTo-LuaTable for better handling of special characters. - Enhanced depth warning messages for better clarity. - Simplified parameter passing in ConvertTo-LuaTable calls. - Updated ConvertFrom-Lua to use array syntax for output. - Refactored ConvertTo-Lua to improve readability and maintainability. - Removed obsolete header and manifest files. - Updated tests for better clarity and consistency. - Added new Lua parsing functions: Read-LuaHexFloat, Read-LuaMultiLineString, Read-LuaNumber, Read-LuaString, Read-LuaTable, Read-LuaValue, and Skip-LuaWhitespace for comprehensive Lua support. - Adjusted data files to conform to new structure and formatting. * Fix negative value handling in Read-LuaHexFloat and Read-LuaNumber; improve formatting in Lua.Tests * Improve formatting in complex deep structure round-trip tests * Refactor Lua conversion functions and improve error handling; update examples for ConvertFrom-Lua * Add support for parsing assignment statements in ConvertFrom-Lua; enhance tests for various assignment scenarios * Format JSON files for improved readability in Assignments.json and WoWSavedVariables.json * Enhance type handling in ConvertTo-LuaTable; improve parsing logic in Read-LuaTable and update output types in ConvertFrom-LuaTable * Add .luacheckrc configuration to allow defined top for Lua test files * Update .luacheckrc to ignore test data files and clarify their purpose * Enhance error handling in Read-LuaString and Read-LuaTable; validate escape sequences and ensure table keys are not nil * Address PR review feedback * Fix string quotation for error message in Skip-LuaWhitespace function * Address PR review feedback * Address PR review feedback * Address PR review feedback * Address PR review feedback * Address PR review feedback - Assignment parser now accepts semicolons between statements (A = 1; B = 2) - Assignment-detection lookahead uses Skip-LuaWhitespace to handle comments between identifier and '=' - Added tests for both scenarios * Address PR review feedback: throw on unexpected end of input in Read-LuaValue * Address PR review feedback: update help text for long-bracket support, optimize comment skipping * Address PR review feedback: use strict null assertions for nil tests * Bump PSModule/Process-PSModule/.github/workflows/workflow.yml (#4) Bumps [PSModule/Process-PSModule/.github/workflows/workflow.yml](https://github.com/psmodule/process-psmodule) from 5.4.3 to 5.4.7. - [Release notes](https://github.com/psmodule/process-psmodule/releases) - [Commits](PSModule/Process-PSModule@60bdf8a...1111791) --- updated-dependencies: - dependency-name: PSModule/Process-PSModule/.github/workflows/workflow.yml dependency-version: 5.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
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.
Bumps PSModule/Process-PSModule/.github/workflows/workflow.yml from 5.4.3 to 5.4.7.
Release notes
Sourced from PSModule/Process-PSModule/.github/workflows/workflow.yml's releases.
... (truncated)
Commits
1111791🚀 [Feature]: Release-triggering file patterns now configurable via workflow i...3ed96da🩹 [Patch]: Framework-generated code coverage no longer penalizes module autho...205d193🪲 [Fix]: Super-linter can now post PR comment summaries (#308)4343d76🩹 [Patch]: Setup/teardown jobs no longer waste runner time when scripts are a...645cb19🩹 [Patch]: Workflow dependencies updated to latest versions (#298)b849acd📖 [Docs]: Module dependency declaration using #Requires -Modules now document...2fb6675📖 [Docs]: Add best practices for shared test infrastructure (#285)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)