Upgrade to pnpm@11.9.0, remove `pmOnFail: download` config by karlhorky · Pull Request #957 · sql-formatter-org/sql-formatter · GitHub
Skip to content

Upgrade to pnpm@11.9.0, remove pmOnFail: download config#957

Merged
nene merged 2 commits into
masterfrom
pnpm-11.9
Jun 29, 2026
Merged

Upgrade to pnpm@11.9.0, remove pmOnFail: download config#957
nene merged 2 commits into
masterfrom
pnpm-11.9

Conversation

@karlhorky karlhorky requested review from Copilot and nene June 26, 2026 10:12
@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the repository’s pinned pnpm version to 11.9.0 and removes a previously-needed pmOnFail: download workaround from the pnpm workspace configuration.

Changes:

  • Bump pinned pnpm version in package.json devEngines.packageManager to 11.9.0 (with integrity).
  • Update pnpm-lock.yaml package-manager dependencies and pnpm package entries to 11.9.0.
  • Remove pmOnFail: download workaround block from pnpm-workspace.yaml.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
pnpm-workspace.yaml Removes the pmOnFail: download workaround configuration.
pnpm-lock.yaml Updates lock metadata and package-manager dependency entries for pnpm 11.9.0.
package.json Updates devEngines.packageManager.version to pnpm 11.9.0 (with integrity).
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pnpm-lock.yaml
Comment on lines +119 to 122
pnpm@11.9.0:
resolution: {integrity: sha512-vWgtXQP+Ul73yf1ngMaITR51asTJyf4AxTh4KCQxDc+Q493E9Tg18G3669UIXkGFXgvLs7YN4qxburieUDbwOw==}
engines: {node: '>=22.13'}
hasBin: true

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

engines.node would pass this requirement on to consumers, which do not have to run the pnpm version in the package

so I would skip this

@karlhorky

karlhorky commented Jun 26, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai did I fix the parsing error? if yes, maybe you can update your comment above

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== PR metadata =="
gh pr view 957 --repo sql-formatter-org/sql-formatter --json number,title,headRefName,baseRefName,url

echo
echo "== Review comments by coderabbitai =="
gh api repos/sql-formatter-org/sql-formatter/pulls/957/comments --paginate \
  --jq '.[] | select(.user.login=="coderabbitai") | {id, path, line, body, html_url}'

echo
echo "== Issue comments mentioning parsing by coderabbitai or user =="
gh api repos/sql-formatter-org/sql-formatter/issues/957/comments --paginate \
  --jq '.[] | select((.user.login=="coderabbitai" or .user.login=="karlhorky") and (.body|test("parsing|parse"; "i"))) | {user: .user.login, body, html_url}'

echo
echo "== package.json excerpt =="
sed -n '1,120p' package.json

echo
echo "== pnpm-workspace.yaml =="
sed -n '1,120p' pnpm-workspace.yaml

Length of output: 6038



@karlhorky Yes — based on the current PR state, the parsing issue looks fixed.

The pmOnFail: download block is gone from pnpm-workspace.yaml, and the file now looks syntactically clean. The package.json change also looks fine from what I checked.

One note: GitHub didn’t return any active coderabbitai review comments on this PR, so I don’t see a specific inline comment I can update/resolve right now. If you want, I can re-review the PR from the current state.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

@nene nene left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good.

@nene nene merged commit a9528c9 into master Jun 29, 2026
2 checks passed
@karlhorky karlhorky deleted the pnpm-11.9 branch June 29, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants