Skip to content

chore: update dependencies and remove all resolutions to fix security vulnerabilities#213

Closed
robertsLando wants to merge 2 commits intofix/security-vulnerabilitiesfrom
chore/dependency-updates
Closed

chore: update dependencies and remove all resolutions to fix security vulnerabilities#213
robertsLando wants to merge 2 commits intofix/security-vulnerabilitiesfrom
chore/dependency-updates

Conversation

@robertsLando
Copy link
Member

Summary

This PR updates dependencies and removes all package resolutions, fixing all security vulnerabilities.

Changes

📦 Dependency Updates

Production:

  • esbuild: ^0.25.0 → ^0.27.3
  • into-stream: ^6.0.0 → ^9.1.0

Dev:

  • release-it: ^17.0.0 → ^19.2.4 (major upgrade)
  • @release-it/conventional-changelog: ^7.0.2 → ^10.0.5
  • @types/node: ^16.18.113 → ^20.0.0
  • rimraf: ^3.0.2 → ^6.1.2
  • eslint-config-airbnb-typescript: ^17.1.0 → ^18.0.0
  • lint-staged: ^15.2.10 → ^15.0.0

🔐 Security Improvements

  • Removed ALL resolutions (was 7, now 0) ✅
    • Previously: lodash, @octokit/request-error, @octokit/plugin-paginate-rest, @octokit/request, js-yaml, brace-expansion, tmp, undici
    • Now: None
  • 0 security vulnerabilities (verified with yarn audit)

⚙️ Configuration Changes

  • Added "types": [] to tsconfig.json to prevent auto-inclusion of stub @types packages
  • Fixed code formatting in test file

Testing

  • ✅ All builds pass
  • ✅ All linting checks pass
  • ✅ No breaking changes detected
  • yarn audit shows 0 vulnerabilities

Requirements

Note: This requires Node.js >= 20.19.0 (or Node 22+) due to release-it@19.x dependencies.

🤖 Generated with Claude Code

robertsLando and others added 2 commits February 12, 2026 11:15
…nerabilities

- Update production dependencies (esbuild, into-stream)
- Update dev dependencies (release-it, @release-it/conventional-changelog, @types/node, rimraf, eslint-config-airbnb-typescript, lint-staged)
- Reduce resolutions from 7 to 2 (keep only lodash and undici for release-it compatibility)
- Add types:[] to tsconfig.json to prevent stub @types package inclusion
- Fix code formatting in test file

All security vulnerabilities resolved (0 vulnerabilities in yarn audit)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Upgrade release-it from 18.0.0 to 19.2.4
- Remove all remaining resolutions (lodash, undici)
- Now using Node.js 22.22.0 which allows release-it@19.x
- Zero security vulnerabilities confirmed via yarn audit

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
An error occurred while trying to automatically change base from fix/security-vulnerabilities to main February 12, 2026 11:00
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.

1 participant