bash-completion
bash-completion copied to clipboard
chore(pre-commit): update crate-ci/typos to v1.12.5
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
crate-ci/typos | repository | minor | v1.0.11 -> v1.12.5 |
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
Release Notes
crate-ci/typos
v1.12.5
[1.12.5] - 2022-09-15
Fixes
- Correct
stte
tostate
v1.12.4
[1.12.4] - 2022-09-08
Fixes
- Don't correct
NDArray
in Python
v1.12.3
[1.12.3] - 2022-09-06
Fixes
- Add more typos
v1.12.2
[1.12.2] - 2022-09-01
Fixes
- Ignore
thead
always, HTML is too pervasive
v1.12.1
[1.12.1] - 2022-09-01
Fixes
- Ignore
thead
tag also in markdown
v1.12.0
[1.12.0] - 2022-08-30
Fixes
- Many new corrections
v1.11.5
[1.11.5] - 2022-08-29
Fixes
- Ignore
thead
tag also in tsx/jsx
v1.11.4
[1.11.4] - 2022-08-25
Fixes
- Ignore CSS hex numbers starting with decimal values, like #111AAA
v1.11.3
[1.11.3] - 2022-08-25
Fixes
- Ignore
thead
for CSS
v1.11.2
[1.11.2] - 2022-08-23
Fixes
- Correct "inappropriate[ly]"
- Ignore
thead
tag only in HTML - Ignore
windo
in vim - Narrow scope of ignoring
flate
to theflate2
identifier
v1.11.1
[1.11.1] - 2022-08-16
Fixes
- Don't correct
thead
tag - Correct
deffer
to eitherdiffer
ordefer
- Correct
opauqe
toopaque
v1.11.0
[1.11.0] - 2022-08-13
Fixes
- Added many more corrections
v1.10.3
[1.10.3] - 2022-07-22
Fixes
- Correct
anonimised
,anonimized
v1.10.2
[1.10.2] - 2022-06-22
Fixes
- (Github Action) Don't add annotation for binary files
v1.10.1
[1.10.1] - 2022-06-16
Fixes
- When stdout is redirected to a file, don't spell check that file
v1.10.0
[1.10.0] - 2022-06-16
Features
- (Github Action) Report typos as annotations
Performance
- (Github Action) Only check the files changed in a PR
v1.9.0
[1.9.0] - 2022-06-15
Fixes
- Made overlapping file definitions deterministic (most specific one wins) (#500)
v1.8.1
[1.8.1] - 2022-05-16
- Extra debug logging
v1.8.0
[1.8.0] - 2022-05-10
Fixes
- Actually ignore items, like hashes, at the end of input
- Actually ignore items, like hashes, that have trailing backslashes
- Better detect short base64's by watching the padding bytes
v1.7.3
[1.7.3] - 2022-04-28
Fixes
- Fix alignment in reports for numbers, broken in 1.7.2
- Correct
identitiy
v1.7.2
[1.7.2] - 2022-04-28
Fixes
- Fix misalignment in the detailed report with multiwidth characters
- Fix report to show columns as 1-indexed
v1.7.1
[1.7.1] - 2022-04-25
Fixes
- Ignore uppercase UUID because Microsoft
- Correct
unencyrpted
- Correct
signign
v1.7.0
[1.7.0] - 2022-04-18
Fixes
- Ignore CSS Colors
v1.6.0
[1.6.0] - 2022-04-06
Fixes
- Treat
go.mod
as go-lang source like we do manifests for other languages - Treat
go.sum
as a lock file, ignoring it by default
v1.5.0
[1.5.0] - 2022-03-09
Compatibility
- File-types in the default config were moved to being built-in
- Lock files have moved to the same file type, regardless of syntax
Fixes
- Don't spell check lock files as the user shouldn't have to manage their config to handle transitive dependency names
v1.4.1
[1.4.1] - 2022-02-14
Fixes
- Improve URL detection to avoid spell checking them
v1.4.0
[1.4.0] - 2022-02-08
Fixes
- Many new typos added
v1.3.9
[1.3.9] - 2022-01-26
Fixes
- Attempt to detect base64 values shorter than 90 characters
v1.3.8
[1.3.8] - 2022-01-26
Fixes
- Don't stop parsing on
%
,\\
when outside of an escape sequence or printf interpolation
v1.3.7
[1.3.7] - 2022-01-24
Fixes
- Don't complain when mixing ordinals with markdown
v1.3.6
[1.3.6] - 2022-01-24
Fixes
- Don't error on
type
settings in config
v1.3.5
[1.3.5] - 2022-01-21
v1.3.4
[1.3.4] - 2022-01-12
v1.3.3
[1.3.3] - 2021-12-18
Fixes
- Hopefully fix pre-commit hook on cygwin
v1.3.2
[1.3.2] - 2021-12-14
Fixes
- Correct "requierment" to "requirement", not "requirements"
- Correct "descrepancy" to "discrepancy"
v1.3.1
[1.3.1] - 2021-11-16
v1.3.0
[1.3.0] - 2021-11-15
Note: MSRV is now 1.54
Fixes
- Fix multiple escape sequences in a row
- Large batch of additional corrections
- Use static CRT for pre-built Windows binaries
v1.2.1
[1.2.1] - 2021-11-03
v1.2.0
[1.2.0] - 2021-10-23
Bug Fixes
- Remove some overhead
- Smarter color control
- Remove some general false positives
- Remove some Rust-specific false positives
- Check language packaging with language (due to overlap of dependency names
- Skip checking lock files since they are machine generated
- Fix default/override config overlaying
v1.1.9
[1.1.9] - 2021-09-14
v1.1.8
[1.1.8] - 2021-08-30
Bug Fixes
- Correct
surrouned
tosurround
and nowsurrounded
v1.1.7
[1.1.7] - 2021-08-20
Bug Fixes
- Improve hex/hash detection
v1.1.6
[1.1.6] - 2021-08-06
Bug Fixes
- Add
instantialed
typo
v1.1.5
[1.1.5] - 2021-08-04
Bug Fixes
- Reduce false-positives by not checking file contents of certs
v1.1.4
[1.1.4] - 2021-08-02
Bug Fixes
- Don't stop parsing at c-escape but continue on
v1.1.3
[1.1.3] - 2021-07-30
Bug Fixes
- Reduce false-positives by ignoring words following possible c-escape sequences or printf patterns.
v1.1.2
[1.1.2] - 2021-07-30
Bug Fixes
-
wasn,was
correction causes problems withwasn't
v1.1.1
[1.1.1] - 2021-07-27
Bug Fixes
- Correct the Linux binary link after switching to musl
v1.1.0
[1.1.0] - 2021-07-27
Features
- Add more corrections
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 Mend Renovate. View repository job log here.