Skip to content

chore(deps): update all development dependency updates [skip ci]

This MR contains the following updates:

Package Change Age Confidence
@cenk1cenk2/cz-cc ^1.8.0 -> ^1.8.1 age confidence
@types/node (source) ^20.17.19 -> ^20.19.1 age confidence
execa ^9.5.2 -> ^9.6.0 age confidence
lint-staged ^15.4.3 -> ^15.5.2 age confidence
simple-git-hooks ^2.11.1 -> ^2.13.0 age confidence
vue (source) ^3.5.13 -> ^3.5.17 age confidence

Release Notes

libraries/cz-cc (@​cenk1cenk2/cz-cc)

v1.8.1

Compare Source

Bug Fixes
  • deps: update all minor dependency updates (cc6aa47)
sindresorhus/execa (execa)

v9.6.0

Compare Source


v9.5.3

Compare Source


lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes

v15.5.1

Compare Source

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

Compare Source

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
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
toplenboren/simple-git-hooks (simple-git-hooks)

v2.13.0

Compare Source

Minor Changes

v2.12.1

Compare Source

Minor Changes
vuejs/core (vue)

v3.5.17

Compare Source

Bug Fixes

v3.5.16

Compare Source

Reverts

v3.5.15

Compare Source

Bug Fixes

v3.5.14

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Cenk Kılıç

Merge request reports

Loading