Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

This PR contains the following updates:

Package Change Age Confidence
textlint 13.3.2 -> 13.4.1 age confidence

Release Notes

textlint/textlint (textlint)

v13.4.1

Compare Source

What's Changed

Bug Fixes
  • fix(ast-node-types): remove [index:string]: any; from TxtNode by @​azu in #​1295

This PR fixed types of textlint.
It does not change the behavior of textlint.

  • Remove [index:string]: any; from TxtNode
  • Plugin's preProcess should return TxtDocumentNode
    • Previously, it allow return TxtNode.

For plugin developer:

You may be necessary to change the type that returns preProcess as follows

-            preProcess(_text: string, _filePath: string): TxtNode {
+            preProcess(_text: string, _filePath: string): TxtDocumentNode {
Dependency Updates

Full Changelog: textlint/textlint@v13.4.0...13.4.1

v13.4.0

Compare Source

SUMMARY

textlint-scripts allow a rule to use native import().
It will help the rule to import ESM modules from CJS.

For example, alex is pure ESM package.
CJS package can not load via require("alex"), but it can load await import("alex")

What's Changed

Features
Documentation
Refactoring
  • refactor(textlint): move deprecated code to DEPRECATED/ dir by @​azu in #​1201
Testing
Maintenance
Dependency Updates
Other Changes

New Contributors

Full Changelog: textlint/textlint@v13.3.3...13.4.0

v13.3.3

Compare Source

What's Changed

Refactoring

It reduces dependencies.

Dependency Updates

Full Changelog: textlint/textlint@v13.3.2...13.3.3


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.

Comment on lines 24153 to 24157
"node_modules/textlint/node_modules/@textlint/module-interop": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.2.tgz",
"integrity": "sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==",
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.3.tgz",
"integrity": "sha512-CwfVpRGAxbkhGY9vLLU06Q/dy/RMNnyzbmt6IS2WIyxqxvGaF7QZtFYpKEEm63aemVyUvzQ7WM3yVOoUg6P92w==",
"dev": true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"node_modules/textlint/node_modules/@textlint/module-interop": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.2.tgz",
"integrity": "sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==",
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.3.tgz",
"integrity": "sha512-CwfVpRGAxbkhGY9vLLU06Q/dy/RMNnyzbmt6IS2WIyxqxvGaF7QZtFYpKEEm63aemVyUvzQ7WM3yVOoUg6P92w==",
"dev": true
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
}

package.json Outdated
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"textlint": "13.3.2",
"textlint": "13.3.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"textlint": "13.3.3",
"textlint": "^13.3.3",

"textlint": "13.3.2",
"textlint": "13.3.3",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-preset-ja-technical-writing": "7.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"textlint-rule-preset-ja-technical-writing": "7.0.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",

@renovate renovate bot changed the title Update dependency textlint to v13.3.3 Update dependency textlint to v13.4.0 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/textlint-13.x branch from 1ede0af to c35251e Compare November 8, 2023 00:35
Comment on lines 24633 to 24641
"node_modules/textlint/node_modules/@textlint/module-interop": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.2.tgz",
"integrity": "sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==",
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.4.0.tgz",
"integrity": "sha512-o3h/ths4OrqeT5XLfTED6R0tjp/DLvbL8eG8b7uUgIEhUlHcSHwEUC6bEX7AzQS6/2DedrCBKLknQcdhl/iQ2A==",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"node_modules/textlint/node_modules/@textlint/module-interop": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.2.tgz",
"integrity": "sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==",
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.4.0.tgz",
"integrity": "sha512-o3h/ths4OrqeT5XLfTED6R0tjp/DLvbL8eG8b7uUgIEhUlHcSHwEUC6bEX7AzQS6/2DedrCBKLknQcdhl/iQ2A==",
"lru_map": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/lru_map/-/lru_map-0.4.1.tgz",
"integrity": "sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg==",

"integrity": "sha512-o3h/ths4OrqeT5XLfTED6R0tjp/DLvbL8eG8b7uUgIEhUlHcSHwEUC6bEX7AzQS6/2DedrCBKLknQcdhl/iQ2A==",
"dev": true
},
"node_modules/textlint/node_modules/boundary": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"node_modules/textlint/node_modules/boundary": {
"markdown-table": {

Comment on lines 26073 to 26862
"engines": {
"node": ">=0.10.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"engines": {
"node": ">=0.10.0"
"requires": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
"@textlint/module-interop": "^12.0.0",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^4.0.0",
"textlint-rule-ja-no-successive-word": "^2.0.0",
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
"textlint-rule-max-comma": "^2.0.2",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-ten": "^4.0.2",
"textlint-rule-no-double-negative-ja": "^2.0.0",
"textlint-rule-no-doubled-conjunction": "^2.0.1",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.1",
"textlint-rule-no-doubled-joshi": "^4.0.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-preset-jtf-style": "^2.3.12",
"textlint-rule-sentence-length": "^3.0.0"
},
"dependencies": {
"@textlint/module-interop": {
"version": "12.6.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.6.1.tgz",
"integrity": "sha512-COyRctLVh2ktAObmht3aNtqUvP0quoellKu1c2RrXny1po+Mf7PkvEKIxphtArE4JXMAmu01cDxfH6X88+eYIg==",
"dev": true
}

package.json Outdated
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"textlint": "13.3.2",
"textlint": "13.4.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"textlint": "13.4.0",
"textlint": "^13.4.0",

@renovate renovate bot changed the title Update dependency textlint to v13.4.0 Update dependency textlint to v13.4.1 Nov 25, 2023
@renovate renovate bot force-pushed the renovate/textlint-13.x branch from c35251e to e2d61c0 Compare November 25, 2023 04:56
Comment on lines 24638 to 25291
"node_modules/textlint/node_modules/@textlint/module-interop": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.2.tgz",
"integrity": "sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==",
"version": "13.4.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.4.1.tgz",
"integrity": "sha512-keM5zHwyifijEDqEvAFhhXHC5UbmZjfGytRJzPPJaW3C3UsGbIzDCnfOSE9jUVTWZcngHuSJ7aKGv42Rhy9nEg==",
"dev": true
},
"node_modules/textlint/node_modules/boundary": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"node_modules/textlint/node_modules/@textlint/module-interop": {
"version": "13.3.2",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.3.2.tgz",
"integrity": "sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==",
"version": "13.4.1",
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-13.4.1.tgz",
"integrity": "sha512-keM5zHwyifijEDqEvAFhhXHC5UbmZjfGytRJzPPJaW3C3UsGbIzDCnfOSE9jUVTWZcngHuSJ7aKGv42Rhy9nEg==",
"dev": true
},
"node_modules/textlint/node_modules/boundary": {
"mdast-util-to-string": {

"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"textlint": "13.3.2",
"textlint": "13.4.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[textlint-fix] reported by reviewdog 🐶

Suggested change
"textlint": "13.4.1",
"textlint": "^13.4.1",

@renovate renovate bot force-pushed the renovate/textlint-13.x branch from e2d61c0 to b53367c Compare August 10, 2025 14:49
@renovate renovate bot force-pushed the renovate/textlint-13.x branch from b53367c to 9504170 Compare September 25, 2025 13:47
@renovate renovate bot force-pushed the renovate/textlint-13.x branch from 9504170 to 611ddd1 Compare October 21, 2025 10:02
@renovate renovate bot force-pushed the renovate/textlint-13.x branch from 611ddd1 to a25b499 Compare November 18, 2025 22:39
@github-actions
Copy link

Code coverage

Filename Statements Branches Functions Lines
api/AccessCounter/index.js 100% 100% 100% 100%
api/AccessCounter/connectionPool.js 41.18% 100% 16.67% 46.67%
api/AccessCounter/sql.js 100% 100% 100% 100%
api/testing/defaultContext.js 100% 100% 100% 100%
src/Counter.js 100% 100% 100% 100%
src/Badges.js 100% 100% 100% 100%

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