daku10 / github-merge-guardian

MIT License
9 stars 1 forks source link

chore(deps): update markuplint #95

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@markuplint/jsx-parser 4.6.1 -> 4.7.7 age adoption passing confidence
@markuplint/react-spec 4.4.1 -> 4.5.7 age adoption passing confidence
markuplint 4.6.1 -> 4.9.4 age adoption passing confidence

Release Notes

markuplint/markuplint (@​markuplint/jsx-parser) ### [`v4.7.7`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.6...05d2eabfcc41b67847c24049f12dd2b9f5ca6485) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.6...@markuplint/jsx-parser@4.7.7) ### [`v4.7.6`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.5...@markuplint/jsx-parser@4.7.6) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.5...@markuplint/jsx-parser@4.7.6) ### [`v4.7.5`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.4...@markuplint/jsx-parser@4.7.5) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.4...@markuplint/jsx-parser@4.7.5) ### [`v4.7.4`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.3...@markuplint/jsx-parser@4.7.4) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.3...@markuplint/jsx-parser@4.7.4) ### [`v4.7.3`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.2...@markuplint/jsx-parser@4.7.3) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.2...@markuplint/jsx-parser@4.7.3) ### [`v4.7.2`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.1...@markuplint/jsx-parser@4.7.2) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.1...@markuplint/jsx-parser@4.7.2) ### [`v4.7.1`](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.0...@markuplint/jsx-parser@4.7.1) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.7.0...@markuplint/jsx-parser@4.7.1) ### [`v4.7.0`](https://redirect.github.com/markuplint/markuplint/releases/tag/v4.7.0) [Compare Source](https://redirect.github.com/markuplint/markuplint/compare/@markuplint/jsx-parser@4.6.1...@markuplint/jsx-parser@4.7.0) #### New Features - Add the new [`overrideMode`](https://markuplint.dev/docs/configuration/properties#overridemode) option [#​1583](https://redirect.github.com/markuplint/markuplint/issues/1583) - Add `conditionalChildNodes` API as **experimental** to Nodes [#​1593](https://redirect.github.com/markuplint/markuplint/issues/1593) - Add `evaluateConditionalChildNodes` [option](https://markuplint.dev/docs/rules/permitted-contents#options) as **experimental** to `permitted-contents` rule [#​1630](https://redirect.github.com/markuplint/markuplint/issues/1630) We have now experimentally developed the ability to detect code structures with conditional branching. Currently, it only supports **Svelte**. ```svelte
    {#each items as item} {item} {/each}
  • default item
``` In this case, the `
    ` element ends up containing `` elements directly underneath it, which results in an invalid HTML structure. #### New Specs - Add `onscrollend` event attribute [#​1594](https://redirect.github.com/markuplint/markuplint/issues/1594) #### Fixed Bugs - Fix the `for` attribute type of the `output` element [#​1616](https://redirect.github.com/markuplint/markuplint/issues/1616) #### What's Changed - Add the new `overrideMode` option by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1583](https://redirect.github.com/markuplint/markuplint/pull/1583) - Update renovate configuration and Code owners setting by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1584](https://redirect.github.com/markuplint/markuplint/pull/1584) - Update dependency [@​markuplint/jsx-parser](https://redirect.github.com/markuplint/jsx-parser) to v4.6.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1546](https://redirect.github.com/markuplint/markuplint/pull/1546) - Migrate renovate config by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1585](https://redirect.github.com/markuplint/markuplint/pull/1585) - Update dependency [@​markuplint/parser-utils](https://redirect.github.com/markuplint/parser-utils) to v4.5.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1547](https://redirect.github.com/markuplint/markuplint/pull/1547) - Update 2024-04-21 by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1587](https://redirect.github.com/markuplint/markuplint/pull/1587) - Update dependency [@​markuplint/react-spec](https://redirect.github.com/markuplint/react-spec) to v4.4.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1551](https://redirect.github.com/markuplint/markuplint/pull/1551) - Replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1586](https://redirect.github.com/markuplint/markuplint/pull/1586) - Pin dependencies by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1588](https://redirect.github.com/markuplint/markuplint/pull/1588) - Update dependency markuplint to v4.6.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1560](https://redirect.github.com/markuplint/markuplint/pull/1560) - Update dependency vite to v5.2.10 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1528](https://redirect.github.com/markuplint/markuplint/pull/1528) - Update dependency eastasianwidth to v0.3.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1590](https://redirect.github.com/markuplint/markuplint/pull/1590) - Update dependency eslint-plugin-n to v17 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1591](https://redirect.github.com/markuplint/markuplint/pull/1591) - Add `onscrollend` event attribute by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1594](https://redirect.github.com/markuplint/markuplint/pull/1594) - Update dependency type-fest to v4.16.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1595](https://redirect.github.com/markuplint/markuplint/pull/1595) - Update typescript-eslint monorepo to v7.7.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1597](https://redirect.github.com/markuplint/markuplint/pull/1597) - Update actions/checkout digest to [`1d96c77`](https://redirect.github.com/markuplint/markuplint/commit/1d96c77) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1596](https://redirect.github.com/markuplint/markuplint/pull/1596) - Update dependency clsx to v2.1.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1598](https://redirect.github.com/markuplint/markuplint/pull/1598) - Update dependency stylelint to v16.4.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1600](https://redirect.github.com/markuplint/markuplint/pull/1600) - Update dependency monaco-editor to v0.48.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1599](https://redirect.github.com/markuplint/markuplint/pull/1599) - Update Node.js to [`c384290`](https://redirect.github.com/markuplint/markuplint/commit/c384290) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1601](https://redirect.github.com/markuplint/markuplint/pull/1601) - Update dependency textlint-rule-preset-ja-spacing to v2.4.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1582](https://redirect.github.com/markuplint/markuplint/pull/1582) - Update dependency type-fest to v4.17.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1604](https://redirect.github.com/markuplint/markuplint/pull/1604) - Update vitest monorepo to v1.5.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1605](https://redirect.github.com/markuplint/markuplint/pull/1605) - Update dependency eslint-plugin-n to v17.3.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1603](https://redirect.github.com/markuplint/markuplint/pull/1603) - Update vitest monorepo to v1.5.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1606](https://redirect.github.com/markuplint/markuplint/pull/1606) - Update dependency tsx to v4.7.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1607](https://redirect.github.com/markuplint/markuplint/pull/1607) - Update react monorepo by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1609](https://redirect.github.com/markuplint/markuplint/pull/1609) - Update react monorepo to v18.3.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1610](https://redirect.github.com/markuplint/markuplint/pull/1610) - Update dependency textlint-rule-preset-ja-spacing to v2.4.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1613](https://redirect.github.com/markuplint/markuplint/pull/1613) - Update react monorepo by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1614](https://redirect.github.com/markuplint/markuplint/pull/1614) - Update dependency [@​types/react](https://redirect.github.com/types/react) to v18.3.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1615](https://redirect.github.com/markuplint/markuplint/pull/1615) - Update dependency typedoc-plugin-mdn-links to v3.1.23 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1559](https://redirect.github.com/markuplint/markuplint/pull/1559) - Update Node.js to [`bda5312`](https://redirect.github.com/markuplint/markuplint/commit/bda5312) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1602](https://redirect.github.com/markuplint/markuplint/pull/1602) - Update actions/checkout digest to [`0ad4b8f`](https://redirect.github.com/markuplint/markuplint/commit/0ad4b8f) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1608](https://redirect.github.com/markuplint/markuplint/pull/1608) - Update dependency astro-eslint-parser to v1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1612](https://redirect.github.com/markuplint/markuplint/pull/1612) - Fix the `for` attribute type of the `output` element by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1616](https://redirect.github.com/markuplint/markuplint/pull/1616) - Update dependency type-fest to v4.18.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1617](https://redirect.github.com/markuplint/markuplint/pull/1617) - Update typescript-eslint monorepo to v7.8.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1618](https://redirect.github.com/markuplint/markuplint/pull/1618) - Update dependency ajv to v8.13.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1619](https://redirect.github.com/markuplint/markuplint/pull/1619) - Update dependency eslint-plugin-n to v17.4.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1620](https://redirect.github.com/markuplint/markuplint/pull/1620) - Update vitest monorepo to v1.5.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1621](https://redirect.github.com/markuplint/markuplint/pull/1621) - Update dependency tsx to v4.8.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1623](https://redirect.github.com/markuplint/markuplint/pull/1623) - Update dependency tsx to v4.8.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1624](https://redirect.github.com/markuplint/markuplint/pull/1624) - Update 2024-05-01 by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1625](https://redirect.github.com/markuplint/markuplint/pull/1625) - Use `module.createRequire` instead of Import Attribute by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1626](https://redirect.github.com/markuplint/markuplint/pull/1626) - Update dependency type-fest to v4.18.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1627](https://redirect.github.com/markuplint/markuplint/pull/1627) - Implement `conditionalChildNodes` by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1593](https://redirect.github.com/markuplint/markuplint/pull/1593) - Update dependency [@​types/node](https://redirect.github.com/types/node) to v20.12.8 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1628](https://redirect.github.com/markuplint/markuplint/pull/1628) - Update dependency astro-eslint-parser to v1.0.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1629](https://redirect.github.com/markuplint/markuplint/pull/1629) - `permitted-contents` rule supports conditional child nodes by [@​YusukeHirao](https://redirect.github.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/1630](https://redirect.github.com/markuplint/markuplint/pull/1630) - Update dependency vite to v5.2.11 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1632](https://redirect.github.com/markuplint/markuplint/pull/1632) - Update dependency json-schema-to-typescript to v14.0.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/markuplint/markuplint/pull/1631](https://redirect.github.com/markuplint/markuplint/pull/1631) **Full Changelog**: https://github.com/markuplint/markuplint/compare/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.



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