Skip to content

Update all non-major dependencies#61

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#61
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 25, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@actions/core (source) 1.10.11.11.1 age confidence dependencies minor
@actions/github (source) 6.0.06.0.1 age confidence dependencies patch
@vercel/ncc 0.38.10.38.4 age confidence devDependencies patch
eslint (source) 8.56.08.57.1 age confidence devDependencies minor
eslint-config-prettier 9.1.09.1.2 age confidence devDependencies patch
husky 9.0.109.1.7 age confidence devDependencies minor
node (source) 20.11.020.20.2 age confidence minor
prettier (source) 3.2.53.8.3 age confidence devDependencies minor

Release Notes

actions/toolkit (@​actions/core)

v1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #​1842

v1.11.0

  • Add platform info utilities #​1551
  • Remove dependency on uuid package #​1824
actions/toolkit (@​actions/github)

v6.0.1

vercel/ncc (@​vercel/ncc)

v0.38.4

Compare Source

Bug Fixes

v0.38.3

Compare Source

Bug Fixes

v0.38.2

Compare Source

Bug Fixes

Huge thanks to @​theoludwig 🎉

eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

v9.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

v9.1.4

Compare Source

  • Improve deprecation notice

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it

### Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

Compare Source

Super saiyan god dog! It's over 9.0.0!

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

  • #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" are deprecated. husky command will automatically remove them, no action required.
  • If you're having code in ~/.huskyrc please move it to .config/husky/init.sh

Support for these will be removed in v10.

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 😉

v9.1.0

Compare Source

v9.0.11

Compare Source

nodejs/node (node)

v20.20.2: 2026-03-24, Version 20.20.2 'Iron' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-21717) fix array index hash collision (Joyee Cheung)
  • (CVE-2026-21713) use timing-safe comparison in Web Cryptography HMAC and KMAC (Filip Skokan)
  • (CVE-2026-21710) use null prototype for headersDistinct/trailersDistinct (Matteo Collina)
  • (CVE-2026-21716) include permission check on lib/fs/promises (RafaelGSS)pull/795>
  • (CVE-2026-21715) add permission check to realpath.native (RafaelGSS)
  • (CVE-2026-21714) handle NGHTTP2_ERR_FLOW_CONTROL error code (RafaelGSS)
  • (CVE-2026-21637) wrap SNICallback invocation in try/catch (Matteo Collina)
Commits

v20.20.1: 2026-03-05, Version 20.20.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.20.0: 2026-01-13, Version 20.20.0 'Iron' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

Commits

v20.19.6: 2025-11-25, Version 20.19.6 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.19.5: 2025-09-03, Version 20.19.5 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 1am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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/all-minor-patch branch from ebe57f7 to 5525b82 Compare March 26, 2024 19:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5525b82 to e9a0a64 Compare April 3, 2024 16:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e9a0a64 to 7af3a33 Compare April 10, 2024 17:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3aecad1 to 6d6e4f1 Compare May 9, 2024 15:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d050d45 to dd480ab Compare June 1, 2024 19:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dd480ab to 75a19c4 Compare June 5, 2024 10:27
@renovate renovate Bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Jun 7, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 75a19c4 to 16cfa06 Compare June 11, 2024 10:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 16cfa06 to 30cab2c Compare June 20, 2024 18:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2642d6a to b8468d7 Compare July 13, 2024 14:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0896ba7 to ed268d1 Compare July 24, 2024 14:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 582f517 to b03800c Compare July 29, 2024 16:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9fd571a to b713698 Compare August 21, 2024 17:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f06330e to f415934 Compare September 16, 2024 16:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f415934 to 443c25b Compare September 23, 2024 15:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 443c25b to bd08503 Compare October 2, 2024 19:42
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 2, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0a2b7a3 to 21e382d Compare October 4, 2024 22:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 21756e6 to f25091a Compare April 22, 2025 16:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f25091a to 47ecac8 Compare May 7, 2025 16:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 47ecac8 to 4fe4b1f Compare May 14, 2025 22:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d5ea7d7 to 3f262a2 Compare June 27, 2025 03:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c14b4f6 to f9ea3ac Compare July 18, 2025 20:24
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f9ea3ac to 1111b5f Compare September 3, 2025 20:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1111b5f to 4a99d8d Compare September 18, 2025 17:41
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9b7f189 to 18db096 Compare November 29, 2025 23:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 18db096 to c210c8d Compare December 3, 2025 06:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 77e5891 to 7666ef1 Compare January 15, 2026 01:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7666ef1 to c5324b5 Compare January 21, 2026 17:52
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c5324b5 to 08b8905 Compare March 5, 2026 19:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 08b8905 to 5dc6f21 Compare March 24, 2026 21:12
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5dc6f21 to acfe920 Compare April 10, 2026 04:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from acfe920 to edb7df4 Compare April 15, 2026 04:44
@sonarqubecloud
Copy link
Copy Markdown

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