deps: update dependencies and ESLint configuration#3576
Merged
Conversation
k80bowman
approved these changes
Mar 10, 2026
Update transitive dependencies: - hono: 4.12.2 → 4.12.5 (fixes 3 high severity vulnerabilities) - @hono/node-server: 1.19.9 → 1.19.11 (fixes 1 high severity vulnerability) These packages are indirect dependencies via @heroku/mcp-server → @modelcontextprotocol/sdk. Reduced total vulnerabilities from 24 to 22.
Update transitive dependency: - express-rate-limit: 8.2.1 → 8.3.1 (fixes high severity IPv4-mapped IPv6 bypass) This package is an indirect dependency via @heroku/mcp-server → @modelcontextprotocol/sdk. Reduced total vulnerabilities from 22 to 21.
Update transitive dependency: - npm: 10.9.4 → 10.9.5 (via @oclif/plugin-plugins) This fixes vulnerabilities in npm's bundled dependencies: - diff (low severity DoS) - glob (high severity command injection) Reduced total vulnerabilities from 21 to 20.
…typescript - Upgrade @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 8.57.0 - Remove eslint-config-oclif-typescript dependency (no longer needed, causes minimatch vulnerabilities) - Replace with direct ESLint configuration using plugin:@typescript-eslint/recommended - Add eslint-plugin-perfectionist as direct dependency - Ignore .d.ts files from linting (best practice) - Disable strict TypeScript ESLint rules that don't apply to this codebase This fixes 4 high severity minimatch vulnerabilities by removing the transitive dependency chain through eslint-config-oclif-typescript. Reduced total vulnerabilities from 20 to 16 (14 high → 10 high).
f06a726 to
3d5eead
Compare
plugins are reinstalled after the hooks run in that event. removing this check to avoid confusion
13 tasks
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
This PR updates various dependencies to address security vulnerabilities and improve compatibility:
Type of Change
Patch Updates (patch semver update)
Testing
Notes:
Existing tests should continue to pass with updated dependencies.
Steps:
Screenshots (if applicable)
N/A
Related Issues
N/A