chore(deps): update dependency spellchecker-cli to v6 #82

Merged
xoxys merged 1 commits from renovate/spellchecker-cli-6.x into main 2022-07-24 11:59:42 +02:00
Member

This PR contains the following updates:

Package Update Change
spellchecker-cli major 4.11.0 -> 6.0.1

Release Notes

tbroadley/spellchecker-cli

v6.0.1

Compare Source

  • Fix an issue where the tool crashes if installed globally.

v6.0.0

Compare Source

  • Use pkg-dir instead of app-root-path to find a Spellchecker CLI config file. pkg-dir looks for the root directory of a Node.js project by searching up from the current working directory for a directory containing a package.json file. This is simpler than app-root-path's strategy.

v5.0.1

Compare Source

  • Rebuild package with LF line endings instead of CRLF.

v5.0.0

Compare Source

  • Spellchecker now uses ES modules instead of CommonJS modules. This means that the tool will fail to import personal dictionaries from .js files that use CommonJS module syntax. To fix this, change the personal dictionary file's extension from .js to .cjs.
  • Fix an issue where the :gear: Gemoji would show up as a spelling mistake.

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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [spellchecker-cli](https://github.com/tbroadley/spellchecker-cli) | major | `4.11.0` -> `6.0.1` | --- ### Release Notes <details> <summary>tbroadley/spellchecker-cli</summary> ### [`v6.0.1`](https://github.com/tbroadley/spellchecker-cli/blob/HEAD/CHANGELOG.md#&#8203;601---2022-07-23) [Compare Source](https://github.com/tbroadley/spellchecker-cli/compare/v6.0.0...v6.0.1) - Fix an issue where the tool crashes if installed globally. ### [`v6.0.0`](https://github.com/tbroadley/spellchecker-cli/blob/HEAD/CHANGELOG.md#&#8203;600---2022-07-23) [Compare Source](https://github.com/tbroadley/spellchecker-cli/compare/v5.0.1...v6.0.0) - Use `pkg-dir` instead of `app-root-path` to find a Spellchecker CLI config file. `pkg-dir` looks for the root directory of a Node.js project by searching up from the current working directory for a directory containing a `package.json` file. This is simpler than `app-root-path`'s strategy. ### [`v5.0.1`](https://github.com/tbroadley/spellchecker-cli/blob/HEAD/CHANGELOG.md#&#8203;501---2022-07-21) [Compare Source](https://github.com/tbroadley/spellchecker-cli/compare/v5.0.0...v5.0.1) - Rebuild package with LF line endings instead of CRLF. ### [`v5.0.0`](https://github.com/tbroadley/spellchecker-cli/blob/HEAD/CHANGELOG.md#&#8203;500---2022-07-15) [Compare Source](https://github.com/tbroadley/spellchecker-cli/compare/v4.11.0...v5.0.0) - Spellchecker now uses ES modules instead of CommonJS modules. This means that the tool will fail to import personal dictionaries from `.js` files that use CommonJS module syntax. To fix this, change the personal dictionary file's extension from `.js` to `.cjs`. - Fix an issue where the `:gear:` Gemoji would show up as a spelling mistake. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjExOC4wIn0=-->
renovator force-pushed renovate/spellchecker-cli-6.x from 21c09f0295 to 0aaad4591b 2022-07-24 06:00:35 +02:00 Compare
xoxys merged commit 9b3cfcb84a into main 2022-07-24 11:59:42 +02:00
xoxys deleted branch renovate/spellchecker-cli-6.x 2022-07-24 11:59:42 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/alpine-tools#82
No description provided.