Major dependency upgrades and test improvements#1761
Open
nzinfo wants to merge 5 commits intoasciidoctor:mainfrom
Open
Major dependency upgrades and test improvements#1761nzinfo wants to merge 5 commits intoasciidoctor:mainfrom
nzinfo wants to merge 5 commits intoasciidoctor:mainfrom
Conversation
- Add patch-package as dev dependency - Generate patch for opal-logger to support Asciidoctor's LoggerManager options - Add postinstall script to automatically apply patches on npm install - Fixes npm run test:types by ensuring proper Logger level and program name 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Updated npm packages via npm update - Key updates include: - TypeScript related dependencies within compatible ranges - Build tools (rollup, eslint, mocha) updated to latest patch versions - All tests passing: 373 passing tests - TypeScript compilation and type tests working correctly - patch-package functionality preserved Verified: - npm run test:types ✅ - npm run test:node ✅ (373 passing) - opal-compiler patch still applies correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Upgraded key dependencies within compatible ranges: - TypeScript: 5.3.3 → 5.9.3 - Mocha: 10.3.0 → 11.7.5 - Rollup: 4.10.0 → 4.53.5 - Rollup plugins to latest compatible versions - Standard: 17.1.0 → 17.1.2 - TSD: 0.30.4 → 0.33.0 - Cross-env: 7.0.3 → 10.1.0 - Maintained Chai 4.4.1 for dirty-chai compatibility - Preserved all test functionality (373 passing tests) - Kept dirty-chai for semVer custom assertions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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
This PR performs a comprehensive upgrade of key development dependencies while maintaining full backward compatibility and test functionality.
Major Upgrades
Core Build Tools:
Development Tools:
Other Updates:
Compatibility Considerations
Testing