Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(package): bump html-dom-parser to 5.0.12 so that \\r isn't escaped #1642

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Fixes #1634

Bumps html-dom-parser from 5.0.11 to 5.0.12.

Release notes

Sourced from html-dom-parser's releases.

v5.0.12

5.0.12 (2024-12-16)

Bug Fixes

  • client: don't break LaTeX when replacing carriage returns (d69bc66), closes #917
Changelog

Sourced from html-dom-parser's changelog.

5.0.12 (2024-12-16)

Bug Fixes

  • client: don't break LaTeX when replacing carriage returns (d69bc66), closes #917
Commits
  • 882a899 Merge pull request #924 from remarkablemark/release-please--branches--master-...
  • 05c42f5 build(package): bump @​rollup/plugin-typescript from 12.1.1 to 12.1.2
  • 92f3c7f chore(master): release 5.0.12
  • 6c7ac1d Merge pull request #923 from remarkablemark/fix/utilities
  • bcda37e build(deps-dev): bump @​rollup/plugin-commonjs from 28.0.1 to 28.0.2 (#921)
  • e705fb2 build(deps-dev): bump @​eslint/js in the eslint group (#919)
  • 34e04a8 build(deps-dev): bump @​rollup/plugin-node-resolve from 15.3.0 to 16.0.0 (#920)
  • 51d04bf build(deps-dev): bump eslint from 9.16.0 to 9.17.0 (#922)
  • 89bf0a6 build(deps-dev): bump @​commitlint/cli in the commitlint group (#918)
  • d69bc66 fix(client): don't break LaTeX when replacing carriage returns
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b79ac70) to head (1540d04).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1642   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          151       151           
  Branches        49        49           
=========================================
  Hits           151       151           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@remarkablemark remarkablemark changed the title build(deps): bump html-dom-parser from 5.0.11 to 5.0.12 fix: bump html-dom-parser to 5.0.12 and don't escape \\r Dec 16, 2024
@remarkablemark remarkablemark self-assigned this Dec 16, 2024
@remarkablemark remarkablemark added the bug Something isn't working label Dec 16, 2024
Bumps [html-dom-parser](https://github.com/remarkablemark/html-dom-parser) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/remarkablemark/html-dom-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-dom-parser/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/html-dom-parser@v5.0.11...v5.0.12)

---
updated-dependencies:
- dependency-name: html-dom-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html-dom-parser-5.0.12 branch from 8309ec6 to 1540d04 Compare December 16, 2024 04:37
@remarkablemark remarkablemark changed the title fix: bump html-dom-parser to 5.0.12 and don't escape \\r fix(package): bump html-dom-parser to 5.0.12 so that \\r isn't escaped Dec 16, 2024
@remarkablemark remarkablemark merged commit a1ef928 into master Dec 16, 2024
10 checks passed
@remarkablemark remarkablemark deleted the dependabot/npm_and_yarn/html-dom-parser-5.0.12 branch December 16, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any text with \r (including with an escaped \) is removed by parser
1 participant