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 #193

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) ^20.14.10 -> ^20.14.14 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 7.16.1 -> 7.18.0 age adoption passing confidence devDependencies minor
@unocss/eslint-config (source) 0.61.3 -> 0.61.9 age adoption passing confidence devDependencies patch
@unocss/reset ^0.61.3 -> ^0.61.9 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.2 age adoption passing confidence devDependencies minor
axios (source) ^1.7.2 -> ^1.7.3 age adoption passing confidence devDependencies patch
browserslist ^4.23.2 -> ^4.23.3 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence devDependencies minor
husky ^9.0.11 -> ^9.1.4 age adoption passing confidence devDependencies minor
node (source) 20.15.1 -> 20.16.0 age adoption passing confidence minor
node (source) >=20.15.1 -> >=20.16.0 age adoption passing confidence engines minor
node 20.15.1-alpine -> 20.16.0-alpine age adoption passing confidence stage minor
pinia ^2.1.7 -> ^2.2.0 age adoption passing confidence devDependencies minor
pnpm (source) 8.15.8 -> 8.15.9 age adoption passing confidence packageManager patch
taze ^0.15.1 -> ^0.16.3 age adoption passing confidence devDependencies minor
terser (source) ^5.31.2 -> ^5.31.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence devDependencies patch
unocss ^0.61.3 -> ^0.61.9 age adoption passing confidence devDependencies patch
unplugin-auto-import ^0.18.0 -> ^0.18.2 age adoption passing confidence devDependencies patch
unplugin-vue-components ^0.27.2 -> ^0.27.3 age adoption passing confidence devDependencies patch
unplugin-vue-router ^0.10.0 -> ^0.10.2 age adoption passing confidence devDependencies patch
vite (source) ^5.3.3 -> ^5.3.5 age adoption passing confidence devDependencies patch
vite-plugin-vue-devtools (source) ^7.3.6 -> ^7.3.7 age adoption passing confidence devDependencies patch
vue (source) ^3.4.31 -> ^3.4.35 age adoption passing confidence devDependencies patch
vue-router ^4.4.0 -> ^4.4.2 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v7.17.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

unocss/unocss (@​unocss/eslint-config)

v0.61.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.6

Compare Source

   🚀 Features
  • preset-mini: Support (float  -  by **end) (#​3997)** and Anthony Fu (clear)-(start)
   🐞 Bug Fixes
    View changes on GitHub

v0.61.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

axios/axios (axios)

v1.7.3

Compare Source

Bug Fixes
Contributors to this release
browserslist/browserslist (browserslist)

v4.23.3

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

Patch Changes
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 😉

nodejs/node (node)

v20.16.0

Compare Source

vuejs/pinia (pinia)

v2.2.0

Compare Source

Please refer to CHANGELOG.md for details.

pnpm/pnpm (pnpm)

v8.15.9: pnpm 8.15.9

Compare Source

Patch Changes

  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

antfu/taze (taze)

v0.16.3

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.16.1

Compare Source

No significant changes

    View changes on GitHub

v0.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.15.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
terser/terser (terser)

v5.31.3

Compare Source

  • drop_unused: drop unused parameters from IIFEs in some more situations.
Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

unplugin/unplugin-auto-import (unplugin-auto-import)

v0.18.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.18.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)

v0.27.3

Compare Source

posva/unplugin-vue-router (unplugin-vue-router)

v0.10.2

Compare Source

Bug Fixes
  • avoid nested loaders in setup (3aea904)
  • loaders: avoid double fetch on nested loaders (f15bedc)

v0.10.1

Compare Source

Bug Fixes
Features
vitejs/vite (vite)

v5.3.5

Compare Source

v5.3.4

Compare Source

vuejs/devtools-next (vite-plugin-vue-devtools)

v7.3.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.4.35

Compare Source

Bug Fixes
  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#​11456) (12667da), closes #​11400
  • types/ref: allow getter and setter types to be unrelated (#​11442) (e0b2975)
Performance Improvements

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

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

Copy link

netlify bot commented Jul 17, 2024

Deploy Preview for tov-template ready!

Name Link
🔨 Latest commit 376ee19
🔍 Latest deploy log https://app.netlify.com/sites/tov-template/deploys/66acb522ef1c9300088c7049
😎 Deploy Preview https://deploy-preview-193--tov-template.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2b6eaae to 6458773 Compare July 17, 2024 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from acb2b17 to 3f2931f Compare August 2, 2024 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f2931f to 376ee19 Compare August 2, 2024 10:29
@renovate renovate bot merged commit 06e435c into main Aug 3, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 3, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants