chore(deps): update all development dependency updates [skip ci]
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@cenk1cenk2/cz-cc | devDependencies | patch | ^1.8.0 -> ^1.8.1 |
@types/node (source) | devDependencies | patch | ^20.17.19 -> ^20.17.41 |
lint-staged | devDependencies | minor | ^15.4.3 -> ^15.5.1 |
simple-git-hooks | devDependencies | minor | ^2.11.1 -> ^2.13.0 |
Release Notes
libraries/cz-cc (@cenk1cenk2/cz-cc)
v1.8.1
Bug Fixes
- deps: update all minor dependency updates (cc6aa47)
lint-staged/lint-staged (lint-staged)
v15.5.1
Patch Changes
-
#1533
5d53534
Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:✖ Failed to get staged files!
v15.5.0
Minor Changes
-
#1526
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier
By default Prettier prefers double quotes.
Previously
- Stage
file.js
with only double quotes"
changed to'
- Run
git commit -am "I don't like double quotes"
-
Lint-staged runs
prettier --write file.js
, converting all the'
back to"
- Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
- Commit was not done, original state is restored and single quotes
'
are staged
Now
- Stage
file.js
with only double-quotes"
changed to'
- Run
git commit -am "I don't like double quotes"
-
Lint-staged runs
prettier --write file.js
, converting all the'
back to"
- Because there are now no changes, lint-staged fails and cancels the commit
- Commit was not done, and there are no staged changes
toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.0
Minor Changes
-
#121
d9d7823
Thanks @chouchouji! - feat: only remove some hooks that are not inpreserveUnused
option -
#125
8486a22
Thanks @nathanwhit! - feat: supportdeno
'snode_modules
structure -
#127
8bb9818
Thanks @yyz945947732! - feat: optimize the migration experience fromhusky
v2.12.1
Minor Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.