Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #340

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
husky ^9.0.11 -> ^9.1.4 age adoption passing confidence
lint-staged ^15.2.7 -> ^15.2.8 age adoption passing confidence
typescript (source) ^5.4.5 -> ^5.5.4 age adoption passing confidence
unplugin-vue-components ^0.27.0 -> ^0.27.3 age adoption passing confidence
vuetify (source) ^3.6.9 -> ^3.6.14 age adoption passing confidence

Release Notes

typicode/husky (husky)

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

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

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

v5.5.3

Compare Source

v5.5.2

Compare Source

unplugin/unplugin-vue-components (unplugin-vue-components)

v0.27.3

Compare Source

v0.27.2

Compare Source

No significant changes

    View changes on GitHub

v0.27.1

Compare Source

   🚀 Features
    View changes on GitHub
vuetifyjs/vuetify (vuetify)

v3.6.14

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.13

Compare Source

🔧 Bug Fixes
🧪 Labs
🔄 Reverts

v3.6.12

Compare Source

🔧 Bug Fixes
🧪 Labs

v3.6.11

Compare Source

🔧 Bug Fixes
  • VOverlay: add null coalescing to true if no shadowDomRoot (27b4b1e), closes #​20001
🧪 Labs

v3.6.10

Compare Source

🔧 Bug Fixes
  • VDatePicker: don't update month/year if new model is empty (154e751), closes #​20015
  • VExpansionPanel: remove unused toRef (0931cec)
  • VExpansionPanel: propagate defaults provided by VExpansionPanels (666484a)
  • VExpansionPanelTitle: propagate VIcon defaults (cec2094)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6baa4fb to 0844eec Compare June 26, 2024 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d2347bb to 9b9b449 Compare July 8, 2024 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3d03dec to 5e5399f Compare July 16, 2024 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 592dcb1 to d619cd6 Compare July 23, 2024 03:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bccc643 to 9de7f7d Compare July 29, 2024 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1054546 to d768e91 Compare August 4, 2024 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d768e91 to eb73651 Compare August 8, 2024 03:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 358b33b to aef5035 Compare August 8, 2024 06:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aef5035 to ecef393 Compare August 8, 2024 06:35
@yikoyu yikoyu merged commit 566f8c5 into master Aug 8, 2024
2 checks passed
@yikoyu yikoyu deleted the renovate/all-minor-patch branch August 8, 2024 06:37
@yikoyu
Copy link
Owner

yikoyu commented Aug 8, 2024

🎉 This issue has been resolved in version 2.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@yikoyu yikoyu added the released label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant