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

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@google-cloud/bigquery ^7.7.0 -> ^7.9.1 age adoption passing confidence
@google-cloud/functions-framework ^3.4.0 -> ^3.4.5 age adoption passing confidence
@valora/eslint-config-typescript ^1.0.2 -> ^1.1.4 age adoption passing confidence
axios (source) ^1.6.8 -> ^1.7.9 age adoption passing confidence
husky ^9.0.11 -> ^9.1.7 age adoption passing confidence
image-size ^1.1.1 -> ^1.2.0 age adoption passing confidence

Release Notes

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

v7.9.1

Compare Source

Bug Fixes

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

Compare Source

Bug Fixes
  • fix trace context pattern, remove trace id and respect logging span id field. (#​667) (0fb00a5)

v3.4.4

Compare Source

Bug Fixes

v3.4.3

Compare Source

Bug Fixes
  • Fix typings for functions.cloudEvent to include callback. (#​631) (47cd4c6)

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)
valora-inc/eslint-config-typescript (@​valora/eslint-config-typescript)

v1.1.4

Compare Source

Bug Fixes

v1.1.3

Compare Source

Bug Fixes

v1.1.2

Compare Source

Bug Fixes

v1.1.1

Compare Source

Bug Fixes

v1.1.0

Compare Source

Features
  • better glob for import/no-extraneous-dependencies with devDependencies (#​18) (e04b67e)

v1.0.4

Compare Source

Bug Fixes
axios/axios (axios)

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

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

Compare Source

v9.1.6

Compare Source

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 😉

image-size/image-size (image-size)

v1.2.0

Compare Source

This release adds support for JPEG-XL ( #​409 )


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" 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 is behind base branch, 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 4 times, most recently from aeff2b6 to 361c4f4 Compare December 2, 2024 03:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 7eec825 to 14ebb76 Compare December 7, 2024 10:29
@renovate renovate bot changed the title chore(deps): update devdependencies chore(deps): update devdependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/devdependencies branch December 8, 2024 18:32
@renovate renovate bot changed the title chore(deps): update devdependencies - autoclosed chore(deps): update devdependencies Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 73bdf6c to a424dd1 Compare December 16, 2024 00:11
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from bc556c1 to 964d0ee Compare December 22, 2024 22:54
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 7658eee to 538bce8 Compare December 30, 2024 04:13
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from e49a16b to c2b468c Compare January 10, 2025 00:46
@renovate renovate bot force-pushed the renovate/devdependencies branch from c2b468c to 15a3769 Compare January 12, 2025 01:01
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.

0 participants