Skip to content

Update dependency prettier-plugin-powershell to v2.1.10 - #2421

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-plugin-powershell-2.x
Open

Update dependency prettier-plugin-powershell to v2.1.10#2421
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-plugin-powershell-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier-plugin-powershell 2.1.52.1.10 age confidence

Release Notes

Nick2bad4u/prettier-plugin-powershell (prettier-plugin-powershell)

v2.1.10

Compare Source

📜 Changelog

✨ What's Changed in 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.

[!NOTE]
Release comparison: Nick2bad4u/Prettier-Plugin-Powershell@v2.1.9...v2.1.10

⭐ Contributors

Thanks to anyone who has 🧑‍💻 contributed.

This changelog was automatically generated with ⛰️ git-cliff.

v2.1.9

Compare Source

📜 Changelog

✨ What's Changed in 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)

[!NOTE]
Release comparison: Nick2bad4u/Prettier-Plugin-Powershell@v2.1.8...v2.1.9

⭐ Contributors

Thanks to anyone who has 🧑‍💻 contributed.

This changelog was automatically generated with ⛰️ git-cliff.

v2.1.8

Compare Source

📜 Changelog

✨ What's Changed in 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.

[!NOTE]
Release comparison: Nick2bad4u/Prettier-Plugin-Powershell@v2.1.7...v2.1.8

⭐ Contributors

Thanks to anyone who has 🧑‍💻 contributed.

This changelog was automatically generated with ⛰️ git-cliff.

v2.1.7

Compare Source

📜 Changelog

✨ What's Changed in 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.

[!NOTE]
Release comparison: Nick2bad4u/Prettier-Plugin-Powershell@v2.1.6...v2.1.7

⭐ Contributors

Thanks to anyone who has 🧑‍💻 contributed.

This changelog was automatically generated with ⛰️ git-cliff.

v2.1.6

Compare Source

[2.1.6] - 2026-06-27

📦 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-parser from 11.1.0 to 15.4.0

Updates minimatch from 9.0.3 to 9.0.9

Updates undici from 7.27.1 to 7.28.0

Updates undici from 8.3.0 to 8.5.0


updated-dependencies:

  • dependency-name: "@​apidevtools/json-schema-ref-parser"
    dependency-version: 15.4.0
    dependency-type: indirect
    dependency-group: npm_and_yarn
  • dependency-name: minimatch
    dependency-version: 9.0.9
    dependency-type: indirect
    dependency-group: npm_and_yarn
  • dependency-name: undici
    dependency-version: 7.28.0
    dependency-type: indirect
    dependency-group: npm_and_yarn
  • dependency-name: undici
    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.6

  • 1dfa59d — 🧹 [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 pin

  • b9beb6f — 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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 🚚 private-dependencies Private dependency label Jun 27, 2026
@renovate
renovate Bot enabled auto-merge June 27, 2026 20:12
@github-actions github-actions Bot added the :shipit: merge Shipit! label Jun 27, 2026
@github-actions github-actions Bot added this to the v15.0.1 milestone Jun 27, 2026

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@codacy-production

codacy-production Bot commented Jun 27, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

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.

@github-actions

github-actions Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit c588c57. ± Comparison against base commit de751d4.

♻️ This comment has been updated with latest results.

@renovate
renovate Bot force-pushed the renovate/prettier-plugin-powershell-2.x branch 5 times, most recently from 393752e to bf68d65 Compare June 30, 2026 05:04
@renovate
renovate Bot force-pushed the renovate/prettier-plugin-powershell-2.x branch from bf68d65 to 5693aaf Compare July 27, 2026 05:27
@renovate renovate Bot changed the title Update dependency prettier-plugin-powershell to v2.1.6 Update dependency prettier-plugin-powershell to v2.1.7 Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/prettier-plugin-powershell-2.x branch from 5693aaf to bc38b40 Compare July 27, 2026 10:50
@renovate renovate Bot changed the title Update dependency prettier-plugin-powershell to v2.1.7 Update dependency prettier-plugin-powershell to v2.1.8 Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/prettier-plugin-powershell-2.x branch from bc38b40 to a99a631 Compare July 27, 2026 22:43
@renovate renovate Bot changed the title Update dependency prettier-plugin-powershell to v2.1.8 Update dependency prettier-plugin-powershell to v2.1.9 Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/prettier-plugin-powershell-2.x branch from a99a631 to c588c57 Compare August 1, 2026 09:41
@renovate renovate Bot changed the title Update dependency prettier-plugin-powershell to v2.1.9 Update dependency prettier-plugin-powershell to v2.1.10 Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:shipit: merge Shipit! 🚚 private-dependencies Private dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants