build: update npm dependencies#243
Merged
Merged
Conversation
- bump Mattermost client/types together to 11.7.0 - bump Slack Bolt, tsx, better-sqlite3, and Vitest patch releases - leave TypeScript 6 for a separate major-version update Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates npm dependency patch releases while keeping paired Mattermost packages in sync, ensuring the dependency graph and lockfile remain consistent for the bridge’s Node/TypeScript toolchain.
Changes:
- Bumped
@mattermost/clientand@mattermost/typestogether to11.7.0to satisfy peer dependency alignment. - Updated patch releases for
@slack/bolt,better-sqlite3,tsx, andvitest. - Regenerated
package-lock.jsonto reflect the new resolved versions.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates dependency/devDependency version ranges (patch-level bumps; Mattermost client/types updated in tandem). |
| package-lock.json | Refreshes resolved versions and metadata to match package.json updates. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/2 changed files
- Comments generated: 0
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.
Summary
Updates safe npm dependency patches and pairs the Mattermost client/types bump so the lockfile remains consistent.
What it does
Key changes
package.json: updates dependency version ranges.package-lock.json: refreshes resolved package versions.Security
No security-sensitive behavior changed.