-
Notifications
You must be signed in to change notification settings - Fork 522
Update packages etc. #5326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packages etc. #5326
Conversation
They agreed to eventually exclude this by default.
133eec3 to
731d205
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates various dependencies and makes configuration changes to the PowerShell extension. However, it contains several critical issues that will prevent the code from building or running correctly.
Key changes:
- Dependency version updates for packages like @vscode/extension-telemetry, semver, and others
- Modified ESLint configuration to use a new config helper
- Updated Node.js version requirements and documentation
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates multiple dependency versions including critical production dependencies |
| package-lock.json | Reflects the dependency version changes from package.json |
| src/extension.ts | Changes TelemetryReporter import from default to named import |
| src/features/OpenInISE.ts | Adds unnecessary type assertions to string concatenations |
| test/core/platform.test.ts | Changes non-null assertion to type assertion for environment variable |
| eslint.config.mjs | Introduces invalid import and replaces config function |
| CodeQL.yml | Adds new CodeQL configuration file to classify library paths |
| .npmrc | Updates comments and removes always-auth setting |
| .github/workflows/ci-test.yml | Updates Node.js version from 20 to 22 |
| docs/development.md | Updates Node.js version requirements and links to Electron/Node versions |
| README.md | Updates tested OS versions in CI |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
731d205 to
9db5d74
Compare
Some TLC.