Skip to content

Pull Pylance with Pyright 1.1.411 - #11631

Open
Bill Schnurr (bschnurr) wants to merge 1 commit into
mainfrom
pull-pylance-with-pyright-1.1.411-20260812-205158
Open

Pull Pylance with Pyright 1.1.411#11631
Bill Schnurr (bschnurr) wants to merge 1 commit into
mainfrom
pull-pylance-with-pyright-1.1.411-20260812-205158

Conversation

@bschnurr

Copy link
Copy Markdown
Member

No description provided.

@StellaHuang95

Copy link
Copy Markdown
Collaborator

🔒 Automated review in progress — Stella Huang (@StellaHuang95) is auto-reviewing this PR.

env:
NPM_CONFIG_USERCONFIG: ${{ runner.temp }}/cfs-npm-auth/.npmrc
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: ${{ inputs.skip-playwright-browser-download }}
run: pnpm install --frozen-lockfile --prefer-offline

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.

Warning · Non-blocking recommendation

The trusted path uses a frozen lockfile, but the fork path uses pnpm run install:all without equivalent lockfile strictness. This can let fork CI pass after lockfile drift that trusted CI rejects; please align the install commands or document why the divergence is intentional. [verified]

Comment thread build/lib/updateDeps.js

if (transitive) {
console.log('removing pnpm-lock.yaml and node_modules');
await fsAsync.unlink('pnpm-lock.yaml');

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.

Info · Optional note

fsAsync.unlink('pnpm-lock.yaml') rejects when the lockfile is absent, aborting this maintenance script. Use a forced removal or handle ENOENT so the update remains idempotent. [verified]

@StellaHuang95

Copy link
Copy Markdown
Collaborator

A permanent regression test adds a prohibited issue URL and should be corrected before merge. The CI lockfile strictness and update-script robustness findings are non-blocking.

@StellaHuang95

Copy link
Copy Markdown
Collaborator

The update adds a permanent regression-test header with a prohibited issue URL, which must be removed before merge.

@StellaHuang95 Stella Huang (StellaHuang95) added the review-auto:changes-requested Automated review: posted blocking findings to address. label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-auto:changes-requested Automated review: posted blocking findings to address.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants