Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Build(deps): Bump textlint-rule-helper from 2.1.1 to 2.2.0 #259

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 16, 2021

Bumps textlint-rule-helper from 2.1.1 to 2.2.0.

Release notes

Sourced from textlint-rule-helper's releases.

v2.2.0

Features

  • helper: add isPlainStrNode(node): boolean #17 #16

isPlainStrNode() return true if the node is Str node and fill following conditions:

  • the node is Str node
  • the node is under the Paragraph node
  • the node is not under the BlockQuote

This function is useful for the common use case. If you want to lint Str node, but you do not want to lint styled node, this function is useful. The styled node is Link, Strong, BlockQuote, Header, and it may be written by other people. For example, you have added a link to your document, the link's title is written by other people.

Opposite of it, The plain Str node is just under the Paragraph node, and it was written by you.

Examples

Return true

str str str
- list text

Return false

# Header
![alt text](https://example.com)
[link title](https://example.com)
> BlockQuote text
**Strong text**
[linkReference][]
[^footnote text]

For more details, see https://github.com/textlint/textlint-rule-helper#rulehelperisplainstrnodenode-boolean

Commits
  • 4a3ba67 2.2.0
  • e80e06a feat(helper: add helper.isPlainStrNode methods (#17)
  • 11b01bf Merge pull request #12 from textlint/dependabot/npm_and_yarn/js-yaml-3.13.1
  • 73d0de7 Merge pull request #15 from textlint/dependabot/npm_and_yarn/lodash-4.17.19
  • c9503e0 chore(deps): bump lodash from 4.17.10 to 4.17.19
  • 67c3334 Merge pull request #14 from yinm/remove-allowjs
  • ff117b7 chore(test): remove allowJS
  • f33576a chore(deps): bump js-yaml from 3.12.0 to 3.13.1
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from prisis as a code owner May 16, 2021 06:31
@dependabot-preview dependabot-preview bot added the dependency Pull requests that update a dependency file label May 16, 2021
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Bumps [textlint-rule-helper](https://github.com/textlint/textlint-rule-helper) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/textlint/textlint-rule-helper/releases)
- [Commits](textlint/textlint-rule-helper@2.1.1...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/textlint-rule-helper-2.2.0 branch from 1ff91e7 to 47d250e Compare May 24, 2021 13:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependency Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants