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 devdependencies #492

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/bigquery ^7.7.0 -> ^7.9.0 age adoption passing confidence
@google-cloud/functions-framework ^3.4.0 -> ^3.4.2 age adoption passing confidence
axios (source) ^1.6.8 -> ^1.7.4 age adoption passing confidence
husky ^9.0.11 -> ^9.1.5 age adoption passing confidence

Release Notes

googleapis/nodejs-bigquery (@​google-cloud/bigquery)

v7.9.0

Compare Source

Features
Bug Fixes

v7.8.0

Compare Source

Features

v7.7.1

Compare Source

Bug Fixes
GoogleCloudPlatform/functions-framework-nodejs (@​google-cloud/functions-framework)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • if execution id support requested for node 12, fail open and drop execution id support instead of crashing out (#​618) (47003fd)
  • parse structured logs, and handle ANSI escape codes in logs (#​620) (33a7266)
axios/axios (axios)

v1.7.4

Compare Source

Bug Fixes
Contributors to this release

v1.7.3

Compare Source

Bug Fixes
Contributors to this release

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release
typicode/husky (husky)

v9.1.5

Compare Source

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 😉


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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/devdependencies branch 2 times, most recently from bcf66f0 to 3045d53 Compare June 4, 2024 07:50
@renovate renovate bot changed the title chore(deps): update dependency axios to ^1.7.2 chore(deps): update devdependencies Jun 4, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from 8d34ae5 to 8fa470a Compare June 16, 2024 12:13
@renovate renovate bot force-pushed the renovate/devdependencies branch 14 times, most recently from 34700b0 to 7567e29 Compare June 24, 2024 08:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 1761e37 to cdbcb1c Compare June 24, 2024 14:11
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 93d350a to 3d642a4 Compare July 22, 2024 15:12
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from 6e43138 to a8a81f4 Compare August 1, 2024 17:04
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from 8d32621 to 1f8e006 Compare August 8, 2024 20:10
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 210549d to ebabb02 Compare August 16, 2024 19:37
@renovate renovate bot force-pushed the renovate/devdependencies branch from ebabb02 to 5d97ab1 Compare August 23, 2024 14:32
@renovate renovate bot force-pushed the renovate/devdependencies branch from 5d97ab1 to 21d4a15 Compare August 24, 2024 05:13
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.

None yet

0 participants