Update dependencies to latest versions#774
Merged
Merged
Conversation
Updated packages: - node-html-parser: ^7.1.0 → ^8.0.1 (major) - @types/node: ^25.9.1 → ^26.0.0 (major) - semver: ^7.8.1 → ^7.8.5 - eslint: ^10.4.1 → ^10.5.0 - eslint-plugin-jsdoc: ^63.0.1 → ^63.0.6 - typescript-eslint: ^8.60.1 → ^8.61.1 All 512 tests pass with the updated dependencies. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Description
Update all npm dependencies to their latest versions, including two major version bumps for
node-html-parserand@types/node.Type of Change
Related Issues
N/A
Motivation and Context
Several dependencies had fallen behind their latest releases, including minor/patch updates with bug fixes and two major version bumps. Keeping dependencies current reduces security risk and ensures compatibility with the broader ecosystem.
Changes Made
^7.1.0->^8.0.1(major version bump)^25.9.1->^26.0.0(major version bump)^7.8.1->^7.8.5^10.4.1->^10.5.0^63.0.1->^63.0.6^8.60.1->^8.61.1Testing
Test Coverage
Manual Testing
Test scenario 1:
npm testExpected result:
All tests pass.
Actual result:
512 tests passed, 13 skipped (pre-existing), 35 of 36 suites passed (1 skipped, pre-existing).
Breaking Changes
The
node-html-parsermajor bump (7 -> 8) does not affect this project. The codebase uses only theparsefunction import, which remains unchanged in v8.Documentation
Checklist
Screenshots (if appropriate)
N/A
Additional Notes
N/A
Reviewer Guidance
Focus areas:
node-html-parserv8 major bump has no functional impact