Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: remarkablemark/html-dom-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.5
Choose a base ref
...
head repository: remarkablemark/html-dom-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.6
Choose a head ref
  • 18 commits
  • 28 files changed
  • 4 contributors

Commits on Jan 27, 2026

  1. build(deps-dev): bump the typescript-eslint group with 2 updates (#1314)

    Bumps the typescript-eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-version: 8.54.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-version: 8.54.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: typescript-eslint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    164cb11 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump rollup from 4.56.0 to 4.57.0 (#1315)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.56.0 to 4.57.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.56.0...v4.57.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-version: 4.57.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    ca9bd79 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. build(deps-dev): bump globals from 17.1.0 to 17.2.0 (#1316)

    Bumps [globals](https://github.com/sindresorhus/globals) from 17.1.0 to 17.2.0.
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](sindresorhus/globals@v17.1.0...v17.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: globals
      dependency-version: 17.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    a972e02 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. build(deps-dev): bump @types/node from 25.0.10 to 25.1.0 (#1318)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.10 to 25.1.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.1.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    15b43bf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. Configuration menu
    Copy the full SHA
    342befa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201f7d6 View commit details
    Browse the repository at this point in the history
  3. fix: fix ESM build and types

    Fixes #1317
    remarkablemark committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    67f1ff5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4316c2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a303c82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f89d491 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump rollup from 4.57.0 to 4.57.1 (#1320)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.57.0 to 4.57.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.57.0...v4.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-version: 4.57.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    b2f8642 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e98355d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1bf1d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fe8bd4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0180ea6 View commit details
    Browse the repository at this point in the history
  12. build(deps-dev): bump @eslint/compat in the eslint group (#1323)

    Bumps the eslint group with 1 update: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat).
    
    
    Updates `@eslint/compat` from 2.0.1 to 2.0.2
    - [Release notes](https://github.com/eslint/rewrite/releases)
    - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
    - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/compat"
      dependency-version: 2.0.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: eslint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    aa0a868 View commit details
    Browse the repository at this point in the history
  13. build(deps-dev): bump the commitlint group with 2 updates (#1322)

    Bumps the commitlint group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional).
    
    
    Updates `@commitlint/cli` from 20.3.1 to 20.4.0
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.0/@commitlint/cli)
    
    Updates `@commitlint/config-conventional` from 20.3.1 to 20.4.0
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.0/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-version: 20.4.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: commitlint
    - dependency-name: "@commitlint/config-conventional"
      dependency-version: 20.4.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: commitlint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    f133e32 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1321 from remarkablemark/release-please--branches…

    …--master--components--html-dom-parser
    
    chore(master): release 5.1.6
    remarkablemark authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    c8d8b15 View commit details
    Browse the repository at this point in the history
Loading