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

fix(deps): update all non-major dependencies #61

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@actions/core (source) 1.10.1 -> 1.11.1 age adoption passing confidence dependencies minor
@vercel/ncc 0.38.1 -> 0.38.3 age adoption passing confidence devDependencies patch
eslint (source) 8.56.0 -> 8.57.1 age adoption passing confidence devDependencies minor
husky 9.0.10 -> 9.1.7 age adoption passing confidence devDependencies minor
node (source) 20.11.0 -> 20.18.3 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.5.3 age adoption passing 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
vercel/ncc (@​vercel/ncc)

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

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores
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.18.3: 2025-02-10, Version 20.18.3 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "before 1am on Monday" in timezone Asia/Tokyo, 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
Copy link

sonarqubecloud bot commented Oct 4, 2024

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6068dd6 to d16ca0e Compare November 20, 2024 15:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3f5d811 to 540796d Compare November 26, 2024 16:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 540796d to 6313811 Compare December 4, 2024 09:42
Copy link

sonarqubecloud bot commented Dec 4, 2024

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6313811 to f649484 Compare January 21, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8953af9 to dd6fb1c Compare February 13, 2025 18:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd6fb1c to b5529ef Compare February 22, 2025 05:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5529ef to b921154 Compare March 3, 2025 03:24
Copy link

sonarqubecloud bot commented Mar 3, 2025

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