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

Update dependency markuplint to v4.7.0 #1638

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markuplint 4.6.1 -> 4.7.0 age adoption passing confidence

Release Notes

markuplint/markuplint (markuplint)

v4.7.0

Compare Source

New Features

We have now experimentally developed the ability to detect code structures with conditional branching. Currently, it only supports Svelte.

<ul>
  {#each items as item}
    <span>{item}</span>
  {/each}
  <li>default item</li>
</ul>

In this case, the <ul> element ends up containing <span> elements directly underneath it, which results in an invalid HTML structure.

New Specs

  • Add onscrollend event attribute #​1594

Fixed Bugs

  • Fix the for attribute type of the output element #​1616

What's Changed

Full Changelog: v4.6.1...v4.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added Dependencies Pull requests that update a dependency file Dependencies: Production Renovate labels May 2, 2024
@renovate renovate bot force-pushed the renovate/markuplint-4.x branch from f471495 to 2584d1e Compare May 2, 2024 19:03
@renovate renovate bot force-pushed the renovate/markuplint-4.x branch from 2584d1e to 7e355f9 Compare May 2, 2024 21:43
@renovate renovate bot merged commit e5fafc9 into dev May 2, 2024
3 checks passed
@renovate renovate bot deleted the renovate/markuplint-4.x branch May 2, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies: Production Dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants