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

fix(deps): update dependency @textlint/text-to-ast to v13.3.2 #7

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@textlint/text-to-ast (source) 13.1.4 -> 13.3.2 age adoption passing confidence

Release Notes

textlint/textlint

v13.3.2

Compare Source

What's Changed

Bug Fixes
Documentation
Refactoring
Dependency Updates
Other Changes

Full Changelog: textlint/textlint@v13.3.1...13.3.2

v13.3.1

Compare Source

What's Changed

Bug Fixes
Documentation
Dependency Updates

Full Changelog: textlint/textlint@v13.3.0...13.3.1

v13.3.0

Compare Source

What's Changed

Features
Dependency Updates
Other Changes

Full Changelog: textlint/textlint@v13.2.0...13.3.0

v13.2.0

Compare Source

What's Changed

Features
import TextLintTester from "textlint-tester";
import rule from "textlint-rule-no-todo";
const tester = new TextLintTester();
tester.run("rule name", rule, {
    valid: [
        { text: "This is ok", description: "It is normal text" }
    ],
    invalid: [
        {
            text: "- [ ] string",
            description: "It todo test",
            errors: [
                {
                    message: "Found TODO: '- [ ] string'",
                    range: [2, 6]
                }
            ]
        }
    ]
});
Dependency Updates

Full Changelog: textlint/textlint@v13.1.4...13.2.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@azu azu merged commit 3fcbbf9 into textlint Mar 28, 2023
@azu azu deleted the renovate/textlint-text-to-ast-13.x-lockfile branch March 28, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant