bash-completion icon indicating copy to clipboard operation
bash-completion copied to clipboard

chore(pre-commit): update crate-ci/typos to v1.12.5

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

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

Compare Source

[1.12.5] - 2022-09-15

Fixes
  • Correct stte to state

v1.12.4

Compare Source

[1.12.4] - 2022-09-08

Fixes
  • Don't correct NDArray in Python

v1.12.3

Compare Source

[1.12.3] - 2022-09-06

Fixes
  • Add more typos

v1.12.2

Compare Source

[1.12.2] - 2022-09-01

Fixes
  • Ignore thead always, HTML is too pervasive

v1.12.1

Compare Source

[1.12.1] - 2022-09-01

Fixes
  • Ignore thead tag also in markdown

v1.12.0

Compare Source

[1.12.0] - 2022-08-30

Fixes
  • Many new corrections

v1.11.5

Compare Source

[1.11.5] - 2022-08-29

Fixes
  • Ignore thead tag also in tsx/jsx

v1.11.4

Compare Source

[1.11.4] - 2022-08-25

Fixes
  • Ignore CSS hex numbers starting with decimal values, like #​111AAA

v1.11.3

Compare Source

[1.11.3] - 2022-08-25

Fixes
  • Ignore thead for CSS

v1.11.2

Compare Source

[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 the flate2 identifier

v1.11.1

Compare Source

[1.11.1] - 2022-08-16

Fixes
  • Don't correct thead tag
  • Correct deffer to either differ or defer
  • Correct opauqe to opaque

v1.11.0

Compare Source

[1.11.0] - 2022-08-13

Fixes
  • Added many more corrections

v1.10.3

Compare Source

[1.10.3] - 2022-07-22

Fixes
  • Correct anonimised, anonimized

v1.10.2

Compare Source

[1.10.2] - 2022-06-22

Fixes
  • (Github Action) Don't add annotation for binary files

v1.10.1

Compare Source

[1.10.1] - 2022-06-16

Fixes
  • When stdout is redirected to a file, don't spell check that file

v1.10.0

Compare Source

[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

Compare Source

[1.9.0] - 2022-06-15

Fixes
  • Made overlapping file definitions deterministic (most specific one wins) (#​500)

v1.8.1

Compare Source

[1.8.1] - 2022-05-16

  • Extra debug logging

v1.8.0

Compare Source

[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

Compare Source

[1.7.3] - 2022-04-28

Fixes
  • Fix alignment in reports for numbers, broken in 1.7.2
  • Correct identitiy

v1.7.2

Compare Source

[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

Compare Source

[1.7.1] - 2022-04-25

Fixes
  • Ignore uppercase UUID because Microsoft
  • Correct unencyrpted
  • Correct signign

v1.7.0

Compare Source

[1.7.0] - 2022-04-18

Fixes
  • Ignore CSS Colors

v1.6.0

Compare Source

[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

Compare Source

[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

Compare Source

[1.4.1] - 2022-02-14

Fixes
  • Improve URL detection to avoid spell checking them

v1.4.0

Compare Source

[1.4.0] - 2022-02-08

Fixes
  • Many new typos added

v1.3.9

Compare Source

[1.3.9] - 2022-01-26

Fixes
  • Attempt to detect base64 values shorter than 90 characters

v1.3.8

Compare Source

[1.3.8] - 2022-01-26

Fixes
  • Don't stop parsing on %, \\ when outside of an escape sequence or printf interpolation

v1.3.7

Compare Source

[1.3.7] - 2022-01-24

Fixes
  • Don't complain when mixing ordinals with markdown

v1.3.6

Compare Source

[1.3.6] - 2022-01-24

Fixes
  • Don't error on type settings in config

v1.3.5

Compare Source

[1.3.5] - 2022-01-21

v1.3.4

Compare Source

[1.3.4] - 2022-01-12

v1.3.3

Compare Source

[1.3.3] - 2021-12-18

Fixes
  • Hopefully fix pre-commit hook on cygwin

v1.3.2

Compare Source

[1.3.2] - 2021-12-14

Fixes
  • Correct "requierment" to "requirement", not "requirements"
  • Correct "descrepancy" to "discrepancy"

v1.3.1

Compare Source

[1.3.1] - 2021-11-16

v1.3.0

Compare Source

[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

Compare Source

[1.2.1] - 2021-11-03

v1.2.0

Compare Source

[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

Compare Source

[1.1.9] - 2021-09-14

v1.1.8

Compare Source

[1.1.8] - 2021-08-30

Bug Fixes
  • Correct surrouned to surround and now surrounded

v1.1.7

Compare Source

[1.1.7] - 2021-08-20

Bug Fixes
  • Improve hex/hash detection

v1.1.6

Compare Source

[1.1.6] - 2021-08-06

Bug Fixes
  • Add instantialed typo

v1.1.5

Compare Source

[1.1.5] - 2021-08-04

Bug Fixes
  • Reduce false-positives by not checking file contents of certs

v1.1.4

Compare Source

[1.1.4] - 2021-08-02

Bug Fixes
  • Don't stop parsing at c-escape but continue on

v1.1.3

Compare Source

[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

Compare Source

[1.1.2] - 2021-07-30

Bug Fixes
  • wasn,was correction causes problems with wasn't

v1.1.1

Compare Source

[1.1.1] - 2021-07-27

Bug Fixes
  • Correct the Linux binary link after switching to musl

v1.1.0

Compare Source

[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.

renovate[bot] avatar Aug 24 '21 23:08 renovate[bot]