Skip to content

build(deps): bump html-dom-parser from 5.0.2 to 5.0.3#1108

Merged
remarkablemark merged 2 commits intomasterfrom
dependabot/npm_and_yarn/html-dom-parser-5.0.3
Oct 28, 2023
Merged

build(deps): bump html-dom-parser from 5.0.2 to 5.0.3#1108
remarkablemark merged 2 commits intomasterfrom
dependabot/npm_and_yarn/html-dom-parser-5.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps html-dom-parser from 5.0.2 to 5.0.3.

Release notes

Sourced from html-dom-parser's releases.

v5.0.3

5.0.3 (2023-10-22)

Miscellaneous Chores

  • export types from index.ts (8ed55e2)
Changelog

Sourced from html-dom-parser's changelog.

5.0.3 (2023-10-22)

Miscellaneous Chores

  • export types from index.ts (8ed55e2)
Commits
  • ffad28f Merge pull request #541 from remarkablemark/release-please--branches--master-...
  • c9f89ec chore(master): release 5.0.3
  • 8ed55e2 chore: export types from index.ts
  • 5fa78f8 chore(client): ignore line in domparser from test coverage
  • 7346811 build(package): add "types" field to package.json
  • 775975c refactor(types): tidy types in client and server utilities
  • ebf0bc9 refactor(html-to-dom): tidy early return in client and server
  • 31d41c4 chore(tsconfig): remove "forceConsistentCasingInFileNames"
  • efdcc0a build(deps-dev): bump lint-staged from 15.0.1 to 15.0.2 (#540)
  • See full diff 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 Oct 23, 2023
@remarkablemark remarkablemark self-assigned this Oct 23, 2023
Copy link
Copy Markdown
Owner

@remarkablemark remarkablemark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dtslint errors:

Error: /home/runner/work/html-react-parser/html-react-parser/test/types/exports.tsx:4:1
ERROR: 4:1  expect  TypeScript@5.3 expected type to be:
  (Element | Text | Comment | ProcessingInstruction)[]
got:
  DOMNode[]

/home/runner/work/html-react-parser/html-react-parser/test/types/lib/dom-to-react.tsx:8:1
ERROR: 8:1  expect  TypeScript@5.3 expected type to be:
  (Element | Text | Comment | ProcessingInstruction)[]
got:
  DOMNode[]

@remarkablemark
Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [html-dom-parser](https://github.com/remarkablemark/html-dom-parser) from 5.0.2 to 5.0.3.
- [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.2...v5.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/html-dom-parser-5.0.3 branch from 20cfb6e to f2d8673 Compare October 28, 2023 15:23
@github-actions
Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/html-react-parser.min.js 9.9 KB (-0.08% 🔽) 199 ms (-0.08% 🔽) 59 ms (+4.2% 🔺) 257 ms

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 28, 2023

Codecov Report

Merging #1108 (29bca05) into master (589c745) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #1108   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          153       153           
  Branches        46        46           
=========================================
  Hits           153       153           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@remarkablemark remarkablemark merged commit 52f7615 into master Oct 28, 2023
@remarkablemark remarkablemark deleted the dependabot/npm_and_yarn/html-dom-parser-5.0.3 branch October 28, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

1 participant