Skip to content

chore(deps): Pin and update development dependencies#245

Merged
askpt merged 6 commits intomainfrom
askpt/pin-deps
Apr 6, 2026
Merged

chore(deps): Pin and update development dependencies#245
askpt merged 6 commits intomainfrom
askpt/pin-deps

Conversation

@askpt
Copy link
Copy Markdown
Owner

@askpt askpt commented Apr 6, 2026

Pin versions of several development dependencies in package.json and update others to their latest versions to ensure compatibility and stability. This includes updates to ajv, brace-expansion, @types/node, and typescript.

askpt added 5 commits April 6, 2026 16:49
…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>
Copilot AI review requested due to automatic review settings April 6, 2026 15:54
@askpt askpt changed the title ci: Pin and update development dependencies chore(deps): Pin and update development dependencies Apr 6, 2026
@askpt askpt enabled auto-merge (squash) April 6, 2026 15:54
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 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 devDependencies and dependencies to exact versions in package.json (including a TypeScript major bump).
  • Align package-lock.json with 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
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.26%. Comparing base (ac4721a) to head (e540ac3).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@askpt askpt merged commit 5f1c749 into main Apr 6, 2026
9 checks passed
@askpt askpt deleted the askpt/pin-deps branch April 6, 2026 16:22
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.

2 participants