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/kernel to v3.4.5 #350

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 3, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@textlint/kernel (source) 3.0.0 -> 3.4.5 age adoption passing confidence

Release Notes

textlint/textlint (@​textlint/kernel)

v3.4.5

Compare Source

Note: Version bump only for package @​textlint/kernel

v3.4.4

Compare Source

Note: Version bump only for package @​textlint/kernel

v3.4.3

Compare Source

Chores

v3.4.2

Compare Source

Bug Fixes
  • kernel: fix configBaseDir() return correct base dir (#​742) (8ae2dc1)
Chores

v3.4.1

Compare Source

Bug Fixes
Chores
Features
  • source-code-fixer: add [@textlint](https://redirect.github.com/textlint)/source-code-fixer (#​736) (bf7235a)

v3.4.0

Compare Source

Bug Fixes
Chores
Features
  • source-code-fixer: add [@textlint](https://redirect.github.com/textlint)/source-code-fixer (#​736) (bf7235a)

v3.3.7

Compare Source

v3.3.6

Compare Source

Bug Fixes
  • improve "module" supports (5ba5182)

v3.3.5

Compare Source

Bug Fixes
  • "clean" command should remove tsconfig.module.tsbuildinfo (76ac72a)

v3.3.4

Compare Source

Bug Fixes

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

Bug Fixes
  • config: don't overwrite `rulesConfig" (5d1168c)

v3.3.0

Compare Source

Features
.textlintrc config file

Allow to config the textlint rules by .textlintrc file.
Textlint find a .textlintrc in the current dir or related dir, and use it as config.
Also, specify config file by use of --config command line options.

If you want to know about .textlintrc, see https://github.com/azu/textlint#textlintrc

Example of config: azu/textlint-rule-max-ten

  • cli: add --config to command line options (ff57fda)
  • config: implement config-loader (348be8f)
  • config: pass rulesConfig to engine (cdfedf7)
  • textlint: pass ruleConfig to 2nd argument of rule function (3b18fdb)
Bug Fixes
  • config: correct this.rulesConfig variable (e9b5bcc)
  • config: fix error when no config file (75f1d6b)
  • d.ts: rename id to ruleId (324767c)
  • textlint: disable rule is didn't listen event (1c28d83)

v3.2.1

Compare Source

Code Refactoring
  • kernel: use promise instead of bluebird (c5eb768)

v3.2.0

Compare Source

Features
  • **kernel): support prePrecess(:** { text, ast } return value (16301d7)
Tests
  • kernel: update dummyText (1a88f98)

v3.1.10

Compare Source

Note: Version bump only for package @​textlint/kernel

v3.1.9

Compare Source

Note: Version bump only for package @​textlint/kernel

v3.1.8

Compare Source

Code Refactoring
  • kernel: remove object-assign (24eed59)
  • utils: move implementation from types to utils (#​611) (cd9adbe)

v3.1.7

Compare Source

Code Refactoring

v3.1.6

Compare Source

Chores
  • deps: update deps && devDeps (a19463b)

v3.1.5

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0: improve error reporter

Compare Source

feat(textlint): improve error report · 53c5909 · azu/textlint

RuleError:

  • Change RuleError constructor 2nd arguments.
  • 2nd arg is paddingLocation.
  • paddingLocation has line and column
context.report(node, new context.RuleError(result.actual + " => " + result.expected, {
     line: result.paddingLine,
     column: result.paddingColumn
}));

Example:

1st line
2nd abc ERROR def

I want to find ERROR, come to be following:

context.report(node, new context.RuleError("found Error", {
     line: 1,// padding line number
     column: 8// padding column number
}));

use-case : feat(rule): improve linting result · 64fcd7d · azu/spellcheck-tech-word-textlint-rule

v3.0.1

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 831f36c to 9d6d2b1 Compare May 4, 2019 13:57
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.1.4 Update dependency @textlint/kernel to v3.1.6 May 4, 2019
@coveralls
Copy link

coveralls commented May 4, 2019

Pull Request Test Coverage Report for Build 1256

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 41.712%

Totals Coverage Status
Change from base Build 816: 0.0%
Covered Lines: 967
Relevant Lines: 2056

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 9d6d2b1 to 6ee159b Compare July 13, 2019 14:58
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.1.6 Update dependency @textlint/kernel to v3.1.7 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 6ee159b to 10d614d Compare August 10, 2019 06:51
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.1.7 Update dependency @textlint/kernel to v3.1.8 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 10d614d to 9cc2638 Compare November 11, 2019 13:57
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.1.8 Update dependency @textlint/kernel to v3.1.10 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 9cc2638 to 27d9b4d Compare January 18, 2020 18:59
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.1.10 Update dependency @textlint/kernel to v3.2.0 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 27d9b4d to 94f6ef0 Compare February 8, 2020 18:56
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.2.0 Update dependency @textlint/kernel to v3.2.1 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 94f6ef0 to 481c26f Compare July 24, 2020 11:28
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.2.1 Update dependency @textlint/kernel to v3.3.0 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 481c26f to afc3d5f Compare July 24, 2020 11:32
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.0 Update dependency @textlint/kernel to v3.3.1 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from afc3d5f to b122441 Compare July 24, 2020 12:02
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.1 Update dependency @textlint/kernel to v3.3.2 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from b122441 to e352330 Compare July 24, 2020 12:14
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.2 Update dependency @textlint/kernel to v3.3.3 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from e352330 to ee137e9 Compare July 24, 2020 12:41
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.3 Update dependency @textlint/kernel to v3.3.4 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from ee137e9 to c310ab9 Compare July 24, 2020 12:50
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.4 Update dependency @textlint/kernel to v3.3.5 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from c310ab9 to 167c4d7 Compare July 24, 2020 13:26
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.5 Update dependency @textlint/kernel to v3.3.6 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 167c4d7 to cbbde8b Compare January 6, 2021 22:55
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.6 Update dependency @textlint/kernel to v3.3.7 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from cbbde8b to 16f6804 Compare January 22, 2021 12:54
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.3.7 Update dependency @textlint/kernel to v3.4.1 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 16f6804 to 325a5fa Compare February 10, 2021 18:52
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.4.1 Update dependency @textlint/kernel to v3.4.2 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 325a5fa to 3ac9d24 Compare April 26, 2021 12:59
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.4.2 Update dependency @textlint/kernel to v3.4.4 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 3ac9d24 to c19b1dc Compare May 9, 2021 23:11
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.4.4 Update dependency @textlint/kernel to v3.4.5 May 9, 2021
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from c19b1dc to 61d1456 Compare September 25, 2022 20:03
@renovate renovate bot force-pushed the renovate/textlint-kernel-3.x branch from 61d1456 to 9c0cd26 Compare November 20, 2022 09:06
@renovate renovate bot changed the title Update dependency @textlint/kernel to v3.4.5 fix(deps): update dependency @textlint/kernel to v3.4.5 Mar 16, 2023
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.

1 participant