From b3a707b3c76ac41f01b8418b04c77b4b38a09dff Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Wed, 22 Jan 2025 15:35:26 +0000 Subject: [PATCH] build(deps): update automattic/harper/harper-ls to v0.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [Automattic/harper/harper-ls](https://github.com/Automattic/harper) | minor | `v0.14.0` -> `v0.16.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
Automattic/harper (Automattic/harper/harper-ls) ### [`v0.16.0`](https://github.com/Automattic/harper/releases/tag/v0.16.0) [Compare Source](https://github.com/Automattic/harper/compare/v0.15.0...v0.16.0) #### What's Changed - [A false-positive for subordinating conjunctions was resolved](https://github.com/Automattic/harper/issues/341). - [harper.js now properly reexports types from harper-wasm](https://github.com/Automattic/harper/commit/aad7519ea4aacefe11cef7023750090c8076be18). - [harper.js now has an automatically generated API reference page.](https://writewithharper.com/docs/harperjs/ref/harper.js.html) - [Some erroneous filtering of certain errors was creating false-negatives.](https://github.com/Automattic/harper/issues/131) - [Words containing numbers are less likely to throw false-positive spelling errors.](https://github.com/Automattic/harper/issues/195) - [A rule for variations of the word “your” was added](https://github.com/Automattic/harper/commit/113bc36ec19b3dba7d2cbaf844c9e9c9c73662ff). - fix the nvim-lspconfig link by [@​wadsaek](https://github.com/wadsaek) in https://github.com/Automattic/harper/pull/367 - docs: added Scoop instructions by [@​elijah-potter](https://github.com/elijah-potter) in https://github.com/Automattic/harper/pull/361 - Enable LTO and codegen-units = 1 in the Release profile by [@​zamazan4ik](https://github.com/zamazan4ik) in https://github.com/Automattic/harper/pull/363 - feat([#​331](https://github.com/Automattic/harper/issues/331)): Literate Haskell Support by [@​grantlemons](https://github.com/grantlemons) in https://github.com/Automattic/harper/pull/344 - build(deps): bump dirs from 5.0.1 to 6.0.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/Automattic/harper/pull/372 - build(deps): bump tokio from 1.42.0 to 1.43.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/Automattic/harper/pull/371 - build(deps): bump thiserror from 2.0.9 to 2.0.11 by [@​dependabot](https://github.com/dependabot) in https://github.com/Automattic/harper/pull/369 - feat: Typst Language Support by [@​grantlemons](https://github.com/grantlemons) in https://github.com/Automattic/harper/pull/302 - build(deps): bump serde_json from 1.0.134 to 1.0.135 by [@​dependabot](https://github.com/dependabot) in https://github.com/Automattic/harper/pull/368 - feat(core): create new linter for dollar sign placement by [@​elijah-potter](https://github.com/elijah-potter) in https://github.com/Automattic/harper/pull/376 - refactor: Harper-ls Error-Handling Improvements by [@​grantlemons](https://github.com/grantlemons) in https://github.com/Automattic/harper/pull/349 - feat([#​104](https://github.com/Automattic/harper/issues/104)): Markdown linter config for ignoring link titles by [@​grantlemons](https://github.com/grantlemons) in https://github.com/Automattic/harper/pull/305 - feat(harper.js): added ability to configure the markup language by [@​elijah-potter](https://github.com/elijah-potter) in https://github.com/Automattic/harper/pull/379 - feat(vscode-plugin): Add Literate Haskell and Typst Support + some doc updates by [@​mcecode](https://github.com/mcecode) in https://github.com/Automattic/harper/pull/388 #### New Contributors - [@​wadsaek](https://github.com/wadsaek) made their first contribution in https://github.com/Automattic/harper/pull/367 - [@​elijah-potter](https://github.com/elijah-potter) made their first contribution in https://github.com/Automattic/harper/pull/361 - [@​zamazan4ik](https://github.com/zamazan4ik) made their first contribution in https://github.com/Automattic/harper/pull/363 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.15.0...v0.16.0 ### [`v0.15.0`](https://github.com/Automattic/harper/releases/tag/v0.15.0) [Compare Source](https://github.com/Automattic/harper/compare/v0.14.0...v0.15.0) #### What's Changed - Added a variety of rules (see [complete list here](https://writewithharper.com/docs/rules)). - Fixed issues with parsing hostnames - Added a variety of available `Pattern`s for downstream use - Update +page.md by [@​aminwhat](https://github.com/aminwhat) in https://github.com/Automattic/harper/pull/347 - feat: Add technical words to dictionary by [@​claydugo](https://github.com/claydugo) in https://github.com/Automattic/harper/pull/343 - refactor: remove raw hashes that are unnecessary by [@​hamirmahal](https://github.com/hamirmahal) in https://github.com/Automattic/harper/pull/324 - feat: Span View Command Improvements by [@​grantlemons](https://github.com/grantlemons) in https://github.com/Automattic/harper/pull/340 - Address "one" for indefinite article rule by [@​claydugo](https://github.com/claydugo) in https://github.com/Automattic/harper/pull/359 - feat: Add support for cmake files by [@​alcroito](https://github.com/alcroito) in https://github.com/Automattic/harper/pull/353 - build(deps): bump itertools from 0.13.0 to 0.14.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/Automattic/harper/pull/357 - feat(harper-ls): remove deleted file/s diagnostics by [@​mcecode](https://github.com/mcecode) in https://github.com/Automattic/harper/pull/304 - feat(vscode-plugin): Add CMake Support by [@​mcecode](https://github.com/mcecode) in https://github.com/Automattic/harper/pull/360 #### New Contributors - [@​aminwhat](https://github.com/aminwhat) made their first contribution in https://github.com/Automattic/harper/pull/347 - [@​hamirmahal](https://github.com/hamirmahal) made their first contribution in https://github.com/Automattic/harper/pull/324 - [@​alcroito](https://github.com/alcroito) made their first contribution in https://github.com/Automattic/harper/pull/353 **Full Changelog**: https://github.com/Automattic/harper/compare/v0.14.0...v0.15.0
--- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index d73ffccb..206a1815 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -358,6 +358,6 @@ packages: - name: Canop/rhit@v2.0.3 description: A nginx log explorer link: https://github.com/Canop/rhit -- name: Automattic/harper/harper-ls@v0.14.0 +- name: Automattic/harper/harper-ls@v0.16.0 description: The Grammar Checker for Developers link: https://github.com/Automattic/harper