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 dependency @markuplint/ml-spec to v4.8.2 #9

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@markuplint/ml-spec 4.6.2-alpha.1 -> 4.8.2 age adoption passing confidence

Release Notes

markuplint/markuplint (@​markuplint/ml-spec)

v4.8.2

Compare Source

v4.8.1

Compare Source

What's Changed
New Features
Dependency Updates

Full Changelog: markuplint/markuplint@v4.8.0...v4.8.1

v4.8.0

Compare Source

What's Changed
New Features
Dependency Updates

Full Changelog: markuplint/markuplint@v4.7.0...v4.8.0

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

v4.6.4

Compare Source

v4.6.3

Compare Source

v4.6.2

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch from c31c06d to e8c2543 Compare June 25, 2024 08:30
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.6.2 chore(deps): update dependency @markuplint/ml-spec to v4.6.3 Jun 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.6.3 chore(deps): update dependency @markuplint/ml-spec to v4.6.4 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch from e8c2543 to 49922fb Compare September 2, 2024 09:36
@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch from 49922fb to 09ce084 Compare September 23, 2024 15:44
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.6.4 chore(deps): update dependency @markuplint/ml-spec to v4.7.0 Sep 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.7.0 chore(deps): update dependency @markuplint/ml-spec to v4.7.1 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch 2 times, most recently from 1bc8c34 to 58bffa0 Compare October 15, 2024 03:40
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.7.1 chore(deps): update dependency @markuplint/ml-spec to v4.7.2 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch from 58bffa0 to bc1b46e Compare October 27, 2024 09:34
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.7.2 chore(deps): update dependency @markuplint/ml-spec to v4.8.0 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch from bc1b46e to 9bba838 Compare October 28, 2024 06:48
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.8.0 chore(deps): update dependency @markuplint/ml-spec to v4.8.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/markuplint-ml-spec-4.x branch from 9bba838 to a2e7483 Compare October 31, 2024 12:37
@renovate renovate bot changed the title chore(deps): update dependency @markuplint/ml-spec to v4.8.1 chore(deps): update dependency @markuplint/ml-spec to v4.8.2 Oct 31, 2024
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