Update dependency prettier-plugin-powershell to v2.1.10 - #2421
Update dependency prettier-plugin-powershell to v2.1.10#2421renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the prettier-plugin-powershell dependency from version 2.1.5 to 2.1.6. The quality analysis confirms that the changes are up to standards, with no new issues, code clones, or complexity increases detected.
There are no critical logic errors, security vulnerabilities, or major bugs that should prevent merging. The update is straightforward, though verification of the plugin's formatting consistency is recommended.
Test suggestions
- Verify that PowerShell files are correctly formatted using version 2.1.6 of the plugin.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that PowerShell files are correctly formatted using version 2.1.6 of the plugin.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
393752e to
bf68d65
Compare
bf68d65 to
5693aaf
Compare
5693aaf to
bc38b40
Compare
bc38b40 to
a99a631
Compare
a99a631 to
c588c57
Compare
This PR contains the following updates:
2.1.5→2.1.10Release Notes
Nick2bad4u/prettier-plugin-powershell (prettier-plugin-powershell)
v2.1.10Compare Source
📜 Changelog
✨ What's Changed in v2.1.10
v2.1.9...v2.1.10🎨 Styling
2a571fa— (gitleaks) Normalize TOML formatting (1 file, +53, -53)🎨 [style] Apply the repository formatter output produced by the authoritative release gate without changing secret-detection values.
🧹 Chores
35c4dd3— Release v2.1.10 (3 files, +56, -56)👷 CI/CD
f4ac59b— (codeql) Update CodeQL action to 4.37.4 (1 file, +2, -2)d2dadc5— (labels) Match supported pull request inputs (1 file, +58, -141)👷 [ci] Replace unsupported title and body matchers with head-branch patterns and combine branch and changed-file rules where either may apply.
⚡️ [perf] Limit changed-file labeling to five labels and skip file-based rules above 100 changed files.
🔧 Build System
1925dae— (package) Keep tsup development-only (2 files, +107, -10)👷 [build] Move tsup and its transitive build chain out of the published production dependency graph while preserving the local build and watch workflows.
🧑💻 [chore] Invoke the declared tsup binary directly from npm scripts and refresh lockfile development markers.
📦 Dependencies
db14cd2— (dependencies) Refresh development toolchain (2 files, +337, -449)⬆️ [build] Update npm, shared ESLint and Prettier configs, JSCPD, Storybook, Node types, and their resolved transitive packages.
🐛 [fix] Move ncu-config-nick2bad4u to 0.2.1 so npm-check-updates 23 satisfies the shared config peer contract.
🛡️ Security
d2583aa— (dependencies) Patch vulnerable development transitive packages (2 files, +18, -30)🔒️ [fix] Override the legacy external-editor tmp edge to 0.2.7, clearing its path traversal and symlink write advisories while preserving contributor tooling.
🔒️ [fix] Refresh brace-expansion lockfile resolutions to patched releases within their existing dependency ranges.
⭐ Contributors
Thanks to anyone who has 🧑💻 contributed.
This changelog was automatically generated with ⛰️ git-cliff.
v2.1.9Compare Source
📜 Changelog
✨ What's Changed in v2.1.9
v2.1.8...v2.1.9🛠️ Bug Fixes
0353441— (parser) Preserve PowerShell semantics across formatting (13 files, +978, -106)🐛 [fix] Retain pipeline separators and their comments instead of emitting parse-valid code with different behavior.
🐛 [fix] Keep hashtable comments attached to their owning entries, including nested values and post-semicolon comments.
🐛 [fix] Tokenize compact assignment, decrement, null-coalescing, and null-conditional operators with PowerShell-compatible variable boundaries.
🐛 [fix] Restrict alias and Write-Host rewrites to actual pipeline command positions.
🐛 [fix] Honor prettier-ignore for complete statements, inline comments, semicolons, nested indentation, and multiline string content.
🧪 [test] Add exact-output, PowerShell parser, idempotency, fixture, and coverage regressions for every corrected path.
🧹 Chores
db2dd91— Release v2.1.9 (2 files, +3, -3)⭐ Contributors
Thanks to anyone who has 🧑💻 contributed.
This changelog was automatically generated with ⛰️ git-cliff.
v2.1.8Compare Source
📜 Changelog
✨ What's Changed in v2.1.8
v2.1.7...v2.1.8🛠️ Bug Fixes
4c9ac3a— (printer) Preserve array statement separators (11 files, +360, -104)🐛 [fix] Record each top-level comma or newline boundary in array-subexpression AST nodes and emit the same separator during printing, preventing valid numeric literals, assignments, pipelines, and commands from becoming invalid or changing behavior.
🐛 [fix] Preserve newline continuations in parameter default values and force array closing delimiters onto a safe line after line comments.
🧪 [test] Add exact, parse-checked, idempotent regressions for numeric suffixes, mixed separators, commands, assignments, comments, nesting, and parameter continuations, and expand generated arrays to cover newline and mixed boundaries.
🧹 Chores
57122bb— Release v2.1.8 (2 files, +3, -3)👷 CI/CD
6b8f641— (release) Stream archive probe through Node (1 file, +12, -1)Use a lint-compliant heredoc so the tarball probe remains one JavaScript program without exceeding YAML line limits. The exact Bash archive flow and full release:check now pass locally.
b298dd5— (release) Pass archive probe as one script (1 file, +1, -6)Keep the node -e program in a single Bash argument. Indented line continuations previously split the JavaScript into argv entries, so Node executed only the import and returned an empty filename.
ba1bfb5— (release) Discover packed archive on disk (1 file, +5, -7)Avoid npm-version-specific pack metadata entirely. Reset the asset directory and require exactly one generated tarball before extraction and GitHub Release upload.
dba7cf9— (release) Support npm 12 archive metadata (1 file, +56, -4)Parse both array and keyed-object npm pack JSON formats. Add a guarded recovery mode that completes archives and the GitHub release for an already-published version without bumping, tagging, or republishing it.
⭐ Contributors
Thanks to anyone who has 🧑💻 contributed.
This changelog was automatically generated with ⛰️ git-cliff.
v2.1.7Compare Source
📜 Changelog
✨ What's Changed in v2.1.7
v2.1.6...v2.1.7🛠️ Bug Fixes
073ae21— (printer) Preserve parameter-list separators (7 files, +245, -17)Retain each top-level comma or newline boundary in parenthesized expressions so formatting no longer invents commas after standalone parameter attributes.
Track nested function-header structures to keep comments and scriptblock defaults inside direct parameter lists, and add real-PowerShell parse plus idempotency coverage for issue #40 and analogous class-method syntax.
Refs: #40
445753d— (tests) Register synchronous process cleanup (1 file, +2, -4)🐛 Replace the detached async exit waiter with a direct process exit listener so the persistent PowerShell child is terminated without an unhandled background promise.
🧪 Preserve the existing cleanup behavior while satisfying the analyzer rule; lint, type checking, and all 752 tests pass.
🚜 Refactor
c9217b7— (printer) Isolate separator assembly (1 file, +25, -15)Keep the parenthesis printer focused by extracting boundary document construction. This preserves the tested separator behavior while resolving the new Sonar cognitive-complexity finding.
🧹 Chores
6dac0ba— Release v2.1.7 (3 files, +56, -56)32cb17c— (ci) Retrigger exact-SHA verification (0 files, +0, -0)1f6fa7a— (tooling) Refresh shared validation tooling (43 files, +5662, -2726)ca8709d— 🔧 [chore] Keep JSCPD and Lychee out of lint all (1 file, +1, -1)🔧 [chore] Leave the dedicated JSCPD and Lychee scripts available while keeping aggregate CI lint runs focused on existing gates.
a3e2eef— 🔧 [chore] Adopt shared validation configs (4 files, +175, -340)🔧 [chore] Wire JSCPD, git-cliff, and Lychee through shared config packages.
👷 [ci] Point release-note generation at the shared git-cliff config where workflows invoke git-cliff directly.
👷 CI/CD
f348004— (tests) Invoke locked Vitest entry point (1 file, +1, -1)Avoid npm 12 argument-forwarding ambiguity in the coverage job. The prior double delimiter reached Vitest literally, so reporter options were treated as positional filters and the JUnit artifact was never written.
7799ab9— (release) Guard git-cliff note generation (6 files, +180, -192)Validate the authoritative release tag at HEAD immediately before git-cliff and export GitHub authentication for enriched notes. Standardize Actionlint configuration and direct package CLI usage where applicable.
📦 Dependencies
505070b— (deps) Refresh dependencies and validation tooling (22 files, +1265, -1506)⬆️ [chore] Update runtime and development dependency ranges, refresh the npm lockfile, and record npm 12 install-script approvals.
👷 [ci] Refresh pinned GitHub Action revisions and preserve the repository's full-SHA workflow policy.
🚨 [fix] Adapt source and tests to the stricter shared ESLint configuration without weakening rules or changing plugin behavior.
🧪 [test] Consolidate repeated cases into typed Vitest parameter tables while preserving all 752 test scenarios.
🎨 [style] Normalize the Gitleaks configuration with the current TOML formatter.
64e74c2— ⬆️ [build] Update npm_and_yarn dependencies (1 file, +19, -35)c3651ff— (deps) [dependency] Update dependency group (6 files, +1320, -1635)🛡️ Security
6d3d390— (dependencies) Pin workflow executables (3 files, +427, -466)Install the Codecov bundle analyzer from the lockfile and invoke its local binary instead of allowing npx to fetch an unpinned package during CI.
Route Vitest through the repository script with npm 12 argument separation, override tsup onto patched esbuild 0.28.1, and remove the obsolete esbuild 0.27 install-script approval.
⭐ Contributors
Thanks to anyone who has 🧑💻 contributed.
This changelog was automatically generated with ⛰️ git-cliff.
v2.1.6Compare Source
[2.1.6] - 2026-06-27
7541af3...b25b443📦 Dependencies
7a7ef03— [dependency] Update the npm_and_yarn group across 1 directory with 3 updates[dependency] Updates the npm_and_yarn group with 2 updates in the / directory: @apidevtools/json-schema-ref-parser and undici.
Updates
@apidevtools/json-schema-ref-parserfrom 11.1.0 to 15.4.0Updates
minimatchfrom 9.0.3 to 9.0.9Updates
undicifrom 7.27.1 to 7.28.0Updates
undicifrom 8.3.0 to 8.5.0updated-dependencies:
dependency-version: 15.4.0
dependency-type: indirect
dependency-group: npm_and_yarn
dependency-version: 9.0.9
dependency-type: indirect
dependency-group: npm_and_yarn
dependency-version: 7.28.0
dependency-type: indirect
dependency-group: npm_and_yarn
dependency-version: 8.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
...
🛡️ Security
9e61a60— 👷 [ci] Use shared workflow callers👷 [ci] Switches the Dependabot auto-merge caller to workflow-templates@main and replaces local security and maintenance workflows with shared reusable callers.
⬆️ [build] Updates eslint-config-nick2bad4u to the published caller override version and records any peer dependency needed for the shared ESLint config to load.
🛠️ Other Changes
7541af3— Update Codecov action to v7.0.0🧹 Chores
b25b443— Release v2.1.61dfa59d— 🧹 [chore] Update Prettier to 3.9.0⬆️ [build] Refresh the local Prettier dependency, synchronized peer range, and lockfile so installs resolve Prettier 3.9.0.
🚨 [fix] Clean up strict lint findings surfaced by the release gate, with scoped test-only overrides for property and mock-process patterns.
🎨 [style] Reformat package metadata and reusable workflow callers with the updated Prettier toolchain.
👷 CI/CD
3d616ee— Update Dependabot auto-merge workflow pinb9beb6f— Add Dependabot auto-merge workflow🔧 Build System
1c587a1— 🔧 [build] Sync lockfile for npm ci🔧 [build] Regenerate package-lock.json with npm's forced peer resolution so the CI install command remains in sync after the Prettier 3.9 update.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.