Skip to content

build(deps): bump @linthtml/linthtml from 0.7.0 to 0.7.2#92

Closed
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/linthtml/linthtml-0.7.2
Closed

build(deps): bump @linthtml/linthtml from 0.7.0 to 0.7.2#92
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/linthtml/linthtml-0.7.2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps @linthtml/linthtml from 0.7.0 to 0.7.2.

Changelog

Sourced from @​linthtml/linthtml's changelog.

v0.7.2

Fix 🛠️

  • Rule indent-width now longer ignore nodes that are siblings with a text node ending with an EOL char
<div>
  foo
   <span>bar</span>
  <!-- Now the previous node is correctly handle and this report an error -->
</div>
Commits
  • 2685e48 Release 0.7.2
  • 60e10aa Merge pull request #341 from linthtml/fix/text_node_before_tag_node
  • 5596d0a fix: ignore previous text node if finish with eol char
  • 143be05 test(indent-width): Add test cases with a text node before a tag node
  • 8a04a5c Release 0.7.1
  • 4220eb6 build: update htmlparser2
  • 3b5955a docs: correctly redirect to linthtml repository for issues and homepage
  • 57c4a45 Merge pull request #328 from alex-lit/patch-1
  • 8089d53 fix wrong rule name
  • 1e1db61 Merge pull request #324 from linthtml/dependabot/npm_and_yarn/eslint-7.23.0
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@linthtml/linthtml](https://github.com/linthtml/linthtml) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/linthtml/linthtml/releases)
- [Changelog](https://github.com/linthtml/linthtml/blob/v0.7.2/CHANGELOG.MD)
- [Commits](linthtml/linthtml@0.7.0...v0.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 11, 2021
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #106.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/linthtml/linthtml-0.7.2 branch July 12, 2021 06:29
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants