Upgrade all dependencies including major versions#19
Merged
Conversation
- eslint 9 → 10, @eslint/js 9 → 10 - typescript 5 → 6 (added rootDir, ignoreDeprecations for CJS moduleResolution) - eslint-plugin-security 3 → 4 - vitest & @vitest/coverage-v8 4.0 → 4.1 - ioredis 5.9 → 5.10 - Removed eslint-plugin-promise and eslint-plugin-node (unused, not ESLint 10 compatible) - Minor bumps: @types/lodash, @types/node, nodemon, npm-check-updates, rimraf, typescript-eslint Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Node 24 (npm v11 required for OIDC token exchange) - Add registry-url for setup-node - Add workflow_dispatch for manual trigger - Remove redundant test step Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- moleculer: github#next → ^0.15.0 (dev + peer) - moleculer-repl: ^0.7.4 → ^0.8.0 - moleculer-web: ^0.10.8 → ^0.11.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Added CHANGELOG entry for v0.1.3 - engines.node: >= 20 → >= 22 (required by Moleculer 0.15) - CI test matrix: removed Node.js 20.x - Updated copyright year in README Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
rootDirto tsconfig,ignoreDeprecations: "6.0"for CJSmoduleResolution: "node10")Test plan
tsc --noEmit)npm run build)🤖 Generated with Claude Code