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 #95

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@markuplint/jsx-parser 4.6.1 -> 4.7.14 age adoption passing confidence
@markuplint/react-spec 4.4.1 -> 4.5.14 age adoption passing confidence
markuplint 4.6.1 -> 4.11.4 age adoption passing confidence

Release Notes

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

v4.7.14

Compare Source

v4.7.13

Compare Source

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 7c2b5d4 to 76e9c04 Compare May 12, 2024 12:14
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from 571c7af to 71d152c Compare May 28, 2024 14:30
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from 9895602 to ad1569c Compare June 16, 2024 12:43
@renovate renovate bot changed the title Update markuplint chore(deps): update markuplint Jun 17, 2024
@renovate renovate bot force-pushed the renovate/markuplint branch from ad1569c to 99a72a7 Compare June 25, 2024 10:21
@renovate renovate bot force-pushed the renovate/markuplint branch from 99a72a7 to 308474f Compare July 14, 2024 09:00
@renovate renovate bot force-pushed the renovate/markuplint branch 2 times, most recently from b4536b5 to d82ac87 Compare July 27, 2024 12:53
@renovate renovate bot force-pushed the renovate/markuplint branch from d82ac87 to 9d05bd1 Compare September 2, 2024 10:01
@renovate renovate bot force-pushed the renovate/markuplint branch from 9d05bd1 to 8eb8e9b Compare September 23, 2024 14:26
@renovate renovate bot force-pushed the renovate/markuplint branch 3 times, most recently from 755bc2c to 98eb522 Compare October 18, 2024 10:09
@renovate renovate bot force-pushed the renovate/markuplint branch 4 times, most recently from 87098fb to 4271cc9 Compare October 31, 2024 12:24
@renovate renovate bot force-pushed the renovate/markuplint branch from 4271cc9 to 87b3896 Compare November 17, 2024 15:58
@renovate renovate bot force-pushed the renovate/markuplint branch from 87b3896 to a9ec87a Compare December 4, 2024 12:32
@renovate renovate bot changed the title chore(deps): update markuplint chore(deps): update markuplint - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/markuplint branch December 8, 2024 18:55
@renovate renovate bot changed the title chore(deps): update markuplint - autoclosed chore(deps): update markuplint Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/markuplint branch from 25d5b2a to a9ec87a Compare December 8, 2024 23:41
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