chore(deps): Pin and update development dependencies#245
Merged
Conversation
…lock.json Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
…t versions Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
…and package-lock.json Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
…package-lock.json Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the extension’s npm dependency versions to be fully pinned (no caret ranges) and refreshes several dev/transitive packages for more deterministic installs.
Changes:
- Pin all
devDependenciesanddependenciesto exact versions inpackage.json(including a TypeScript major bump). - Align
package-lock.jsonwith the pinned ranges and refresh transitive packages (e.g.,ajv,brace-expansion).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Pins all dev + runtime dependency versions and bumps TypeScript and tree-sitter-go. |
| package-lock.json | Updates the lockfile to match pinned versions and refreshes transitive dependency resolutions. |
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #245 +/- ##
=======================================
Coverage 67.26% 67.26%
=======================================
Files 8 8
Lines 2936 2936
Branches 276 276
=======================================
Hits 1975 1975
Misses 959 959
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pin versions of several development dependencies in
package.jsonand update others to their latest versions to ensure compatibility and stability. This includes updates toajv,brace-expansion,@types/node, andtypescript.