Update dependencies and documentation for v2.13.0 - #917
Open
drlukeangel wants to merge 2 commits into
Open
Conversation
- Updated npm dependencies in utils/package.json to latest versions: * markdown-it: ~3.0.5 → ^14.1.0 * archiver: * → ^7.0.1 * file: * → ^0.2.2 * metascript: ~1.0.0 → ^1.0.0 (pinned) - Fixed outdated URLs in README.md: * Updated raw.github.com to raw.githubusercontent.com * Updated GitHub Flavored Markdown reference link * Updated highlight.js demo page link - Bumped version to 2.13.0 in manifest.json - Updated CHANGES.md with comprehensive changelog 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Resolved merge conflicts between our dependency updates and upstream v2.16.0: - **README.md**: Accepted upstream's more specific highlightjs demo link - **src/manifest.json**: Accepted upstream v2.16.0 with manifest v3 updates - **utils/package.json**: Merged dependencies from both branches: * Kept upstream's glob addition * Added our markdown-it and metascript updates * Pinned file dependency to specific version Updated CHANGES.md to document dependency improvements as v2.16.0+deps This merge brings together: - Upstream v2.16.0 with manifest v3, improved permissions, and highlight.js updates - Our dependency modernization (markdown-it 14.x, pinned versions) - Documentation URL fixes and improvements 🤖 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.
Updated npm dependencies in utils/package.json to latest versions:
Fixed outdated URLs in README.md:
Bumped version to 2.13.0 in manifest.json
Updated CHANGES.md with comprehensive changelog
🤖 Generated with Claude Code