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.7
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.8
Choose a head ref
  • 19 commits
  • 40 files changed
  • 4 contributors

Commits on Jan 30, 2026

  1. docs(readme): fix server options

    remarkablemark committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    2b3a3cc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. chore(scripts): skip esm build depending on conditions

    remarkablemark committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    ccc7d5f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. build(deps-dev): bump globals from 17.2.0 to 17.3.0 (#1325)

    Bumps [globals](https://github.com/sindresorhus/globals) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](sindresorhus/globals@v17.2.0...v17.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: globals
      dependency-version: 17.3.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 Feb 2, 2026
    Configuration menu
    Copy the full SHA
    6dcefc4 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 25.1.0 to 25.2.0 (#1326)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.1.0 to 25.2.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.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 Feb 2, 2026
    Configuration menu
    Copy the full SHA
    7300a25 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. build(deps-dev): bump the commitlint group with 2 updates (#1327)

    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.4.0 to 20.4.1
    - [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.1/@commitlint/cli)
    
    Updates `@commitlint/config-conventional` from 20.4.0 to 20.4.1
    - [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.1/@commitlint/config-conventional)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      dependency-version: 20.4.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: commitlint
    - dependency-name: "@commitlint/config-conventional"
      dependency-version: 20.4.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
      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 Feb 3, 2026
    Configuration menu
    Copy the full SHA
    55acf08 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. build(deps-dev): bump @types/node from 25.2.0 to 25.2.1 (#1328)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.0 to 25.2.1.
    - [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.2.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 Feb 5, 2026
    Configuration menu
    Copy the full SHA
    37b3016 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. test: migrate to Vitest

    remarkablemark committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    13326dd View commit details
    Browse the repository at this point in the history
  2. test: run browser tests

    remarkablemark committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    d30c67f View commit details
    Browse the repository at this point in the history
  3. ci(github): add workflow e2e.yml and run multiple browser tests

    remarkablemark committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    3971806 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1329 from remarkablemark/test/vitest

    test: migrate from Mocha and Karma to Vitest
    remarkablemark authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    9ebab36 View commit details
    Browse the repository at this point in the history
  5. test(helpers): refactor decycle.js to decycle.ts

    remarkablemark committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    ff3ac32 View commit details
    Browse the repository at this point in the history
  6. build(nvmrc): bump Node.js version from 20 to 22

    remarkablemark authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    f044cc1 View commit details
    Browse the repository at this point in the history
  7. test(package): fix script "test:esm"

    remarkablemark committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    851a4a5 View commit details
    Browse the repository at this point in the history
  8. build(nvmrc): bump Node.js version from 22 to 24

    remarkablemark authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    9132ae9 View commit details
    Browse the repository at this point in the history
  9. chore: delete .mocharc.json

    remarkablemark authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    09f3d87 View commit details
    Browse the repository at this point in the history
  10. ci(github): improve workflow e2e.yml

    remarkablemark authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    b445606 View commit details
    Browse the repository at this point in the history
  11. fix(client): fix polynomial regular expression used on uncontrolled d…

    …ata (#1330)
    
    * fix(client): fix polynomial regular expression used on uncontrolled data
    
    https://github.com/remarkablemark/html-dom-parser/security/code-scanning/22
    https://github.com/remarkablemark/html-dom-parser/security/code-scanning/23
    https://github.com/remarkablemark/html-dom-parser/security/code-scanning/24
    https://github.com/remarkablemark/html-dom-parser/security/code-scanning/25
    
    * refactor(client): replace regex with pure string-based `hasOpenTag`
    
    * refactor(client): move `hasOpenTag` from domparser to utilities
    
    * test(client): add utilities.test.ts
    remarkablemark authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    35f32fa View commit details
    Browse the repository at this point in the history
  12. chore(master): release 5.1.8

    github-actions[bot] authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    22e0e2f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1331 from remarkablemark/release-please--branches…

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