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

chore(deps): update markuplint #81

Open
wants to merge 1 commit into
base: preview
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@markuplint/jsx-parser 4.6.1 -> 4.7.12 age adoption passing confidence
@markuplint/ml-core 4.6.1 -> 4.10.4 age adoption passing confidence
@markuplint/react-spec 4.4.1 -> 4.5.12 age adoption passing confidence
markuplint 4.6.1 -> 4.11.2 age adoption passing confidence

Release Notes

markuplint/markuplint (@​markuplint/jsx-parser)

v4.7.12

Compare Source

v4.7.11

Compare Source

v4.7.10

Compare Source

v4.7.9

Compare Source

v4.7.8

Compare Source

v4.7.7

Compare Source

v4.7.6

Compare Source

v4.7.5

Compare Source

v4.7.4

Compare Source

v4.7.3

Compare Source

v4.7.2

Compare Source

v4.7.1

Compare Source

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: markuplint/markuplint@v4.6.1...v4.7.0


Configuration

📅 Schedule: Branch creation - "after 8am before 5pm on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from 8326585 to 76d584c Compare June 25, 2024 11:19
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from 597dbe9 to 36525a5 Compare July 23, 2024 13:31
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from afaf9d3 to 95a7fe8 Compare September 2, 2024 09:58
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from a1e9ecf to a415628 Compare September 23, 2024 16:38
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from fd9ee43 to 9f912e8 Compare October 15, 2024 04:36
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from bab808f to 24c78ac Compare October 28, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants