Skip to content

build: update npm dependencies#243

Merged
ChrisRomp merged 1 commit into
mainfrom
chore/update-dependencies
Jun 17, 2026
Merged

build: update npm dependencies#243
ChrisRomp merged 1 commit into
mainfrom
chore/update-dependencies

Conversation

@ChrisRomp

Copy link
Copy Markdown
Owner

Summary

Updates safe npm dependency patches and pairs the Mattermost client/types bump so the lockfile remains consistent.

What it does

  • Bumps Mattermost client/types together to 11.7.0.
  • Bumps Slack Bolt, tsx, better-sqlite3, and Vitest patch releases.
  • Leaves TypeScript 6 for a separate major-version update.

Key changes

  • package.json: updates dependency version ranges.
  • package-lock.json: refreshes resolved package versions.

Security

No security-sensitive behavior changed.

- 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>
Copilot AI review requested due to automatic review settings June 17, 2026 03:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/client and @mattermost/types together to 11.7.0 to satisfy peer dependency alignment.
  • Updated patch releases for @slack/bolt, better-sqlite3, tsx, and vitest.
  • Regenerated package-lock.json to 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

@ChrisRomp ChrisRomp merged commit 06a5da7 into main Jun 17, 2026
7 checks passed
@ChrisRomp ChrisRomp deleted the chore/update-dependencies branch June 17, 2026 04:16
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