Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 23, 2024
1 parent 0d7c168 commit 3acbf02
Show file tree
Hide file tree
Showing 10 changed files with 162 additions and 163 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -7,13 +7,13 @@ jobs:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
strategy:
matrix:
node:
Expand Down
128 changes: 64 additions & 64 deletions doc/plugins.md
Expand Up @@ -8,10 +8,10 @@ This page lists existing plugins.

## Contents

* [List of plugins](#list-of-plugins)
* [List of utilities](#list-of-utilities)
* [Using plugins](#using-plugins)
* [Creating plugins](#creating-plugins)
* [List of plugins](#list-of-plugins)
* [List of utilities](#list-of-utilities)
* [Using plugins](#using-plugins)
* [Creating plugins](#creating-plugins)

## List of plugins

Expand All @@ -22,66 +22,66 @@ More plugins can be found on GitHub tagged with the

The list of plugins:

* [`retext-assuming`](https://github.com/davidhund/retext-assuming)
— check for unhelpful phrases such as `just`, `simply`, `obviously`
* [`retext-case-police`](https://github.com/JulianCataldo/retext-case-police)
— check for popular names casing (`github``GitHub`)
* [`retext-cliches`](https://github.com/dunckr/retext-cliches)
— check phrases for cliches
* [`retext-contractions`](https://github.com/retextjs/retext-contractions)
— check apostrophe use in contractions
* [`retext-diacritics`](https://github.com/retextjs/retext-diacritics)
— check for proper use of diacritics
* [`retext-dutch`](https://github.com/retextjs/retext/tree/main/packages/retext-dutch)
— dutch language support
* [`retext-english`](https://github.com/retextjs/retext/tree/main/packages/retext-english)
— English language support
* [`retext-emoji`](https://github.com/retextjs/retext-emoji)
— encode or decode [gemoji](https://github.com/github/gemoji)
* [`retext-equality`](https://github.com/retextjs/retext-equality)
— warn about possible insensitive, inconsiderate language
* [`retext-indefinite-article`](https://github.com/retextjs/retext-indefinite-article)
— check if indefinite articles (`a`, `an`) are used correctly
* [`retext-intensify`](https://github.com/retextjs/retext-intensify)
— check for weak and mitigating wording
* [`retext-keywords`](https://github.com/retextjs/retext-keywords)
— extract keywords and keyphrases
* [`retext-latin`](https://github.com/retextjs/retext/tree/main/packages/retext-latin)
— Latin-script language support
* [`retext-lexrank`](https://github.com/gorango/retext-lexrank)
— add Lexrank scores to sentences
* [`retext-overuse`](https://github.com/dunckr/retext-overuse)
— check words for overuse
* [`retext-passive`](https://github.com/retextjs/retext-passive)
— check for passive voice
* [`retext-profanities`](https://github.com/retextjs/retext-profanities)
— check profane and vulgar wording
* [`retext-readability`](https://github.com/retextjs/retext-readability)
— check readability
* [`retext-redundant-acronyms`](https://github.com/retextjs/retext-redundant-acronyms)
— check redundant acronyms (`ATM machine` > `ATM`)
* [`retext-repeated-words`](https://github.com/retextjs/retext-repeated-words)
— check `for for` repeated words
* [`retext-sentence-spacing`](https://github.com/retextjs/retext-sentence-spacing)
— check spacing between sentences
* [`retext-sentiment`](https://github.com/retextjs/retext-sentiment)
— detect sentiment in text
* [`retext-simplify`](https://github.com/retextjs/retext-simplify)
— check phrases for simpler alternatives
* [`retext-smartypants`](https://github.com/retextjs/retext-smartypants)
— implementation of [SmartyPants](https://daringfireball.net/projects/smartypants/)
* [`retext-spell`](https://github.com/retextjs/retext-spell)
— check spelling
* [`retext-stringify`](https://github.com/retextjs/retext/tree/main/packages/retext-stringify)
— serialize back to text
* [`retext-syntax-mentions`](https://github.com/retextjs/retext-syntax-mentions)
— classify `@mentions` as syntax
* [`retext-syntax-urls`](https://github.com/retextjs/retext-syntax-urls)
— classify url-like values (example.com, example.md, etc) as syntax
* [`retext-usage`](https://github.com/admhlt/retext-usage)
— check incorrect English usage
* [`retext-quotes`](https://github.com/retextjs/retext-quotes)
— check quote and apostrophe usage
* [`retext-assuming`](https://github.com/davidhund/retext-assuming)
— check for unhelpful phrases such as `just`, `simply`, `obviously`
* [`retext-case-police`](https://github.com/JulianCataldo/retext-case-police)
— check for popular names casing (`github``GitHub`)
* [`retext-cliches`](https://github.com/dunckr/retext-cliches)
— check phrases for cliches
* [`retext-contractions`](https://github.com/retextjs/retext-contractions)
— check apostrophe use in contractions
* [`retext-diacritics`](https://github.com/retextjs/retext-diacritics)
— check for proper use of diacritics
* [`retext-dutch`](https://github.com/retextjs/retext/tree/main/packages/retext-dutch)
— dutch language support
* [`retext-english`](https://github.com/retextjs/retext/tree/main/packages/retext-english)
— English language support
* [`retext-emoji`](https://github.com/retextjs/retext-emoji)
— encode or decode [gemoji](https://github.com/github/gemoji)
* [`retext-equality`](https://github.com/retextjs/retext-equality)
— warn about possible insensitive, inconsiderate language
* [`retext-indefinite-article`](https://github.com/retextjs/retext-indefinite-article)
— check if indefinite articles (`a`, `an`) are used correctly
* [`retext-intensify`](https://github.com/retextjs/retext-intensify)
— check for weak and mitigating wording
* [`retext-keywords`](https://github.com/retextjs/retext-keywords)
— extract keywords and keyphrases
* [`retext-latin`](https://github.com/retextjs/retext/tree/main/packages/retext-latin)
— Latin-script language support
* [`retext-lexrank`](https://github.com/gorango/retext-lexrank)
— add Lexrank scores to sentences
* [`retext-overuse`](https://github.com/dunckr/retext-overuse)
— check words for overuse
* [`retext-passive`](https://github.com/retextjs/retext-passive)
— check for passive voice
* [`retext-profanities`](https://github.com/retextjs/retext-profanities)
— check profane and vulgar wording
* [`retext-readability`](https://github.com/retextjs/retext-readability)
— check readability
* [`retext-redundant-acronyms`](https://github.com/retextjs/retext-redundant-acronyms)
— check redundant acronyms (`ATM machine` > `ATM`)
* [`retext-repeated-words`](https://github.com/retextjs/retext-repeated-words)
— check `for for` repeated words
* [`retext-sentence-spacing`](https://github.com/retextjs/retext-sentence-spacing)
— check spacing between sentences
* [`retext-sentiment`](https://github.com/retextjs/retext-sentiment)
— detect sentiment in text
* [`retext-simplify`](https://github.com/retextjs/retext-simplify)
— check phrases for simpler alternatives
* [`retext-smartypants`](https://github.com/retextjs/retext-smartypants)
— implementation of [SmartyPants](https://daringfireball.net/projects/smartypants/)
* [`retext-spell`](https://github.com/retextjs/retext-spell)
— check spelling
* [`retext-stringify`](https://github.com/retextjs/retext/tree/main/packages/retext-stringify)
— serialize back to text
* [`retext-syntax-mentions`](https://github.com/retextjs/retext-syntax-mentions)
— classify `@mentions` as syntax
* [`retext-syntax-urls`](https://github.com/retextjs/retext-syntax-urls)
— classify url-like values (example.com, example.md, etc) as syntax
* [`retext-usage`](https://github.com/admhlt/retext-usage)
— check incorrect English usage
* [`retext-quotes`](https://github.com/retextjs/retext-quotes)
— check quote and apostrophe usage

## List of utilities

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -18,17 +18,17 @@
],
"devDependencies": {
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"c8": "^9.0.0",
"nlcst-emoji-modifier": "^6.0.0",
"nlcst-test": "^4.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unified": "^11.0.0",
"unist-util-remove-position": "^5.0.0",
"xo": "^0.56.0"
"xo": "^0.58.0"
},
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage",
Expand Down
24 changes: 12 additions & 12 deletions packages/retext-dutch/readme.md
Expand Up @@ -12,18 +12,18 @@

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextDutch)`](#unifieduseretextdutch)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextDutch)`](#unifieduseretextdutch)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)

## What is this?

Expand Down
24 changes: 12 additions & 12 deletions packages/retext-english/readme.md
Expand Up @@ -12,18 +12,18 @@

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextEnglish)`](#unifieduseretextenglish)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextEnglish)`](#unifieduseretextenglish)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)

## What is this?

Expand Down
24 changes: 12 additions & 12 deletions packages/retext-latin/readme.md
Expand Up @@ -12,18 +12,18 @@

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextLatin)`](#unifieduseretextlatin)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextLatin)`](#unifieduseretextlatin)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)

## What is this?

Expand Down
24 changes: 12 additions & 12 deletions packages/retext-stringify/readme.md
Expand Up @@ -12,18 +12,18 @@

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextStringify)`](#unifieduseretextstringify)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`unified().use(retextStringify)`](#unifieduseretextstringify)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)

## What is this?

Expand Down
24 changes: 12 additions & 12 deletions packages/retext/readme.md
Expand Up @@ -13,18 +13,18 @@ Latin-script natural language.

## Contents

* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`retext()`](#retext-1)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)
* [What is this?](#what-is-this)
* [When should I use this?](#when-should-i-use-this)
* [Install](#install)
* [Use](#use)
* [API](#api)
* [`retext()`](#retext-1)
* [Syntax tree](#syntax-tree)
* [Types](#types)
* [Compatibility](#compatibility)
* [Contribute](#contribute)
* [Sponsor](#sponsor)
* [License](#license)

## What is this?

Expand Down

0 comments on commit 3acbf02

Please sign in to comment.