Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
^12.2.4
^13.0.1
๐ Schedule: Branch creation - At any time (no schedule defined), 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.
๐ 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.
This PR contains the following updates:
^12.2.4
->^13.0.1
Release Notes
textlint/textlint
### [`v13.0.1`](https://togithub.com/textlint/textlint/releases/tag/v13.0.1) [Compare Source](https://togithub.com/textlint/textlint/compare/v13.0.0...v13.0.1) #### What's Changed ##### Bug Fixes - fix(ast-node-types): export { TxtNodeRange, TxtNodeLocation, TxtNodePosition } by [@azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1022](https://togithub.com/textlint/textlint/pull/1022) If you have used `TextNodeRange`, `TxtNodeLineLocation`, `TxtNodePosition`, please change following: ```diff - import type { TextNodeRange, TxtNodeLineLocation, TxtNodePosition } from "@textlint/ast-node-types"; + import type { TxtNodeRange, TxtNodeLocation, TxtNodePosition } from "@textlint/ast-node-types"; ``` ##### Refactoring - refactor: add textlint-script/example\* to workspaces by [@azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1019](https://togithub.com/textlint/textlint/pull/1019) - refactor: use npm 9+ instead of yarn v1 by [@azu](https://togithub.com/azu) in [https://github.com/textlint/textlint/pull/1020](https://togithub.com/textlint/textlint/pull/1020) **Full Changelog**: https://github.com/textlint/textlint/compare/v13.0.0...13.0.1 ### [`v13.0.0`](https://togithub.com/textlint/textlint/releases/tag/v13.0.0) [Compare Source](https://togithub.com/textlint/textlint/compare/v12.6.1...v13.0.0) textlint v13 support ESM rules/plugins ๐ We have rewritten CLI and `textlint` package. However, it is not a breaking change for most `textlint` CLI users. Almost CLI behaviors are the same as textlint v12. - Blog:Configuration
๐ Schedule: Branch creation - At any time (no schedule defined), 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.
๐ 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.