Closed renovate[bot] closed 1 year ago
Run & review this pull request in StackBlitz Codeflow.
Latest commit: aeeba68bb6f49040ca7175627f76da171579d4b2
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
File | Before | After |
---|---|---|
Total (Includes all files) | 84.8 kB |
84.8 kB |
Tarball size | 19.5 kB |
19.5 kB |
🤖 This report was automatically generated by pkg-size-action
Patch and project coverage have no change.
Comparison is base (
4d1cce8
) 65.51% compared to head (aeeba68
) 65.51%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR contains the following updates:
^3.7.0
->^3.9.1
Release Notes
markuplint/markuplint
### [`v3.9.1`](https://togithub.com/markuplint/markuplint/releases/tag/v3.9.1) [Compare Source](https://togithub.com/markuplint/markuplint/compare/@markuplint/rule-textlint@3.9.0...@markuplint/rule-textlint@3.9.1) #### Fixed Bugs - **\[Critical bugfix]** Fix to add `ts-node` to dependencies. by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/950](https://togithub.com/markuplint/markuplint/pull/950) - Fix to use npm instead of yarn on publish VS Code Extension by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/951](https://togithub.com/markuplint/markuplint/pull/951) **Full Changelog**: https://github.com/markuplint/markuplint/compare/v3.9.0...v3.9.1 ### [`v3.9.0`](https://togithub.com/markuplint/markuplint/releases/tag/v3.9.0) [Compare Source](https://togithub.com/markuplint/markuplint/compare/@markuplint/rule-textlint@3.8.0...@markuplint/rule-textlint@3.9.0) #### Updates and changes - Support for TypeScript configuration files by [@munierujp](https://togithub.com/munierujp) in [https://github.com/markuplint/markuplint/pull/919](https://togithub.com/markuplint/markuplint/pull/919) - Add GitHub reporter by [@konomae](https://togithub.com/konomae) in [https://github.com/markuplint/markuplint/pull/918](https://togithub.com/markuplint/markuplint/pull/918) - Add `--allow-warnings` option to CLI. by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/940](https://togithub.com/markuplint/markuplint/pull/940) - Add `--no-allow-empty-input` option to CLI. by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/942](https://togithub.com/markuplint/markuplint/pull/942) #### Fixed Bugs - Include type packages to `dependencies` by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/937](https://togithub.com/markuplint/markuplint/pull/937) - Fix template engine parsers to accept parser options by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/939](https://togithub.com/markuplint/markuplint/pull/939) #### Other Changes - Add Renovate by [@renovate](https://togithub.com/renovate) in [https://github.com/markuplint/markuplint/pull/817](https://togithub.com/markuplint/markuplint/pull/817) - Update test on GitHub Actions by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/925](https://togithub.com/markuplint/markuplint/pull/925) - Specify conditions for GitHub Actions. by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/932](https://togithub.com/markuplint/markuplint/pull/932) - Improve GitHub actions speed by [@dqn](https://togithub.com/dqn) in [https://github.com/markuplint/markuplint/pull/930](https://togithub.com/markuplint/markuplint/pull/930) - Fix CI shard by [@dqn](https://togithub.com/dqn) in [https://github.com/markuplint/markuplint/pull/933](https://togithub.com/markuplint/markuplint/pull/933) - Fix build env for VS Code. by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/938](https://togithub.com/markuplint/markuplint/pull/938) - \[VS Code] Improve i18n for computed accessibility properties on VS Code. by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/923](https://togithub.com/markuplint/markuplint/pull/923) - \[Website] Fix URLs by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/936](https://togithub.com/markuplint/markuplint/pull/936) - \[Website] Fix docs. by [@risu729](https://togithub.com/risu729) in [https://github.com/markuplint/markuplint/pull/941](https://togithub.com/markuplint/markuplint/pull/941) - \[Website] Clarify `minimatch` syntax is used. by [@risu729](https://togithub.com/risu729) in [https://github.com/markuplint/markuplint/pull/943](https://togithub.com/markuplint/markuplint/pull/943) #### New Contributors - [@renovate](https://togithub.com/renovate) made their first contribution in [https://github.com/markuplint/markuplint/pull/817](https://togithub.com/markuplint/markuplint/pull/817) - [@konomae](https://togithub.com/konomae) made their first contribution in [https://github.com/markuplint/markuplint/pull/918](https://togithub.com/markuplint/markuplint/pull/918) - [@dqn](https://togithub.com/dqn) made their first contribution in [https://github.com/markuplint/markuplint/pull/930](https://togithub.com/markuplint/markuplint/pull/930) - [@risu729](https://togithub.com/risu729) made their first contribution in [https://github.com/markuplint/markuplint/pull/941](https://togithub.com/markuplint/markuplint/pull/941) **Full Changelog**: https://github.com/markuplint/markuplint/compare/v3.8.0...v3.9.0 ### [`v3.8.0`](https://togithub.com/markuplint/markuplint/releases/tag/v3.8.0) [Compare Source](https://togithub.com/markuplint/markuplint/compare/@markuplint/rule-textlint@3.7.0...@markuplint/rule-textlint@3.8.0) #### Updates and changes - Require the `value` attribute on the `data` element by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/812](https://togithub.com/markuplint/markuplint/pull/812) - Remove the experimental flag from the `loading` attribute of the `iframe` element by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/813](https://togithub.com/markuplint/markuplint/pull/813) - Update WAI-ARIA and ARIA in HTML specs to support both `1.2` and the draft version of `1.3` by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/815](https://togithub.com/markuplint/markuplint/pull/815) #### Fixed Bugs - Require the `value` attribute on the `data` element by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/812](https://togithub.com/markuplint/markuplint/pull/812) - Fix computation of the default value by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/809](https://togithub.com/markuplint/markuplint/pull/809) - Fix to compute the role of the fragment root element by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/788](https://togithub.com/markuplint/markuplint/pull/788) #### Other Changes - \[Website] Update the document by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/806](https://togithub.com/markuplint/markuplint/pull/806) - \[VS Code] Fix locale to reference VS Code application settings instead of OS settings by [@YusukeHirao](https://togithub.com/YusukeHirao) in [https://github.com/markuplint/markuplint/pull/810](https://togithub.com/markuplint/markuplint/pull/810) **Full Changelog**: https://github.com/markuplint/markuplint/compare/v3.7.0...v3.8.0Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.