chore(deps): consolidate Dependabot dependency upgrades#354
Merged
jonaslagoni merged 2 commits intomainfrom Apr 7, 2026
Merged
chore(deps): consolidate Dependabot dependency upgrades#354jonaslagoni merged 2 commits intomainfrom
jonaslagoni merged 2 commits intomainfrom
Conversation
Upgrade the following dependencies: - @oclif/plugin-autocomplete: 3.0.16 → 3.2.45 (minor) - @typescript-eslint/eslint-plugin: 6.7.5 → 8.58.0 (major) - @typescript-eslint/parser: 6.7.5 → 8.58.0 (major) - eslint-plugin-jest: 27.2.1 → 29.15.1 (major) - eslint-plugin-unused-imports: 3.0.0 → 4.4.1 (major) - eslint-plugin-security: 1.7.1 → 4.0.0 (major) - zod-to-json-schema: 3.23.0 → 3.25.2 (minor) Skipped: - zod: 3.25.76 → 4.3.6 (public API exports zod schemas that consumers depend on) ESLint config updated: - Use security/recommended-legacy for ESLint 8 compatibility Ref #349 Ref #350 Ref #351 Ref #352 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@typescript-eslint v8 renamed/removed several rules: - @typescript-eslint/ban-types → @typescript-eslint/no-unsafe-function-type - @typescript-eslint/no-var-requires → @typescript-eslint/no-require-imports 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
✅ Deploy Preview for the-codegen-project canceled.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
🎉 This PR is included in version 0.70.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Consolidates 5 open Dependabot PRs into a single upgrade with all compatibility fixes applied.
Upgraded Dependencies
Skipped Upgrades
Code Fixes Applied
security/recommended-legacyfor ESLint 8 compatibilityeslint-disablecomments for @typescript-eslint v8 rule renames:@typescript-eslint/ban-types→@typescript-eslint/no-unsafe-function-type@typescript-eslint/no-var-requires→@typescript-eslint/no-require-importsValidation
Test plan
Closes #349
Closes #350
Closes #351
Closes #352
🤖 Generated with Claude Code
Note
Medium Risk
Primarily dependency/tooling upgrades (not runtime logic), but several major-version ESLint ecosystem bumps could change lint/test behavior and require Node/peer-version alignment.
Overview
Consolidates several dependency upgrades, notably major bumps to
@typescript-eslint/*,eslint-plugin-jest,eslint-plugin-security, andeslint-plugin-unused-imports, plus minor updates like@oclif/plugin-autocompleteandzod-to-json-schema(with correspondingpackage-lock.jsonchurn).Updates lint configuration for compatibility by switching
plugin:security/recommendedtoplugin:security/recommended-legacy, and adjusts inlineeslint-disabledirectives to new@typescript-eslintrule names (e.g.,ban-types→no-unsafe-function-type,no-var-requires→no-require-imports) in code and tests.Reviewed by Cursor Bugbot for commit b3a2cce. Bugbot is set up for automated code reviews on this repo. Configure here.