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.2 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.6 age adoption passing confidence devDependencies minor
node (source) 20.11.0 -> 20.18.0 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.3.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.2

Compare Source

Bug Fixes

Huge thanks to @​theoludwig 🎉

eslint/eslint (eslint)

v8.57.1

Compare Source

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

v9.0.11

Compare Source

nodejs/node (node)

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other 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 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 from bd08503 to 0a2b7a3 Compare October 3, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a2b7a3 to 21e382d Compare October 4, 2024 22:57
Copy link

sonarcloud bot commented Oct 4, 2024

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