Skip to content

chore(deps): update all non-major dependencies with stable version (minor) - autoclosed#9

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Closed

chore(deps): update all non-major dependencies with stable version (minor) - autoclosed#9
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 30, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@commitlint/cli (source) ^19.6.1 -> ^19.8.1 age confidence devDependencies minor
@commitlint/config-conventional (source) ^19.6.0 -> ^19.8.1 age confidence devDependencies minor
@evilmartians/lefthook ^1.10.1 -> ^1.13.0 age confidence devDependencies minor 1.13.4 (+3)
node (source) 22.12.0 -> 22.19.0 age confidence minor v22.20.0
node (source) 22.12.0 -> 22.19.0 age confidence volta minor v22.20.0
node (source) >=22.12.0 -> >=22.19.0 age confidence engines minor v22.20.0
typescript (source) ^5.7.2 -> ^5.9.2 age confidence devDependencies minor
unbuild ^3.2.0 -> ^3.6.1 age confidence devDependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

evilmartians/lefthook (@​evilmartians/lefthook)

v1.13.0

Compare Source

v1.12.4

Compare Source

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

  • feat: allow installing only specific hooks (#​1069)
  • refactor: [breaking] restructure files and folders, remove deprecated options (#​1067)

v1.11.16

Compare Source

  • fix: race condition on repo state (#​1066)

v1.11.15

Compare Source

  • feat: add exclude arg (#​1063)
  • feat: inherit group envs (#​1061)
  • fix: apply implicit staged files filter to all files when all files arg given (#​1062)
  • deps: bump github.com/kaptinlin/jsonschema to 0.4.5
  • deps: bump github.com/knadh/koanf/parsers/yaml to 1.1.0
  • deps: bump github.com/knadh/koanf/v2 to 2.2.1 (#​1043)
  • fix: friendlier updater error message
  • fix: bump goreleaser

v1.11.14

Compare Source

v1.11.13

Compare Source

v1.11.12

Compare Source

v1.11.11

Compare Source

v1.11.10

Compare Source

v1.11.9

Compare Source

v1.11.8

Compare Source

v1.11.7

Compare Source

v1.11.6

Compare Source

v1.11.5

Compare Source

v1.11.4

Compare Source

v1.11.3

Compare Source

v1.11.2

Compare Source

v1.11.1

Compare Source

  • fix: race condition on repo state (#​1066)

v1.11.0

Compare Source

v1.10.11

Compare Source

v1.10.10

Compare Source

v1.10.9

Compare Source

  • fix: make uninstall --remove-configs description more accurate (#​934) by @​scop

v1.10.8

Compare Source

v1.10.7

Compare Source

v1.10.6

Compare Source

Changelog

v1.10.5

Compare Source

  • feat: add lefthook option for custom path or command (#​927) by @​mrexox
  • chore: update config template with new jobs by @​mrexox

v1.10.4

Compare Source

v1.10.3

Compare Source

v1.10.2

Compare Source

nodejs/node (node)

v22.19.0

Compare Source

v22.18.0

Compare Source

v22.17.1

Compare Source

v22.17.0: 2025-06-24, Version 22.17.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
⚠️ Deprecations
Instantiating node:http classes without new

Constructing classes like IncomingMessage or ServerResponse without the new
keyword is now discouraged. This clarifies API expectations and aligns with standard
JavaScript behavior. It may warn or error in future versions.

Contributed by Yagiz Nizipli in #​58518.

options.shell = "" in node:child_process

Using an empty string for shell previously had undefined behavior. This change
encourages explicit choices (e.g., shell: true or a shell path) and avoids
relying on implementation quirks.

Contributed by Antoine du Hamel and Renegade334 #​58564.

HTTP/2 priority signaling

The HTTP/2 prioritization API (e.g., stream.priority) is now deprecated due to
poor real-world support. Applications should avoid using priority hints and expect future removal.

Contributed by Matteo Collina and Antoine du Hamel #​58313.

✅ Features graduated to stable
assert.partialDeepStrictEqual()

This method compares only a subset of properties in deep object comparisons,
useful for flexible test assertions. Its stabilization means it's now safe for
general use and won't change unexpectedly in future releases.

Contributed by Ruben Bridgewater in #​57370.

Miscellaneous
  • dirent.parentPath
  • filehandle.readableWebStream()
  • fs.glob()
  • fs.openAsBlob()
  • node:readline/promises
  • port.hasRef()
  • readable.compose()
  • readable.iterator()
  • readable.readableAborted
  • readable.readableDidRead
  • Duplex.fromWeb()
  • Duplex.toWeb()
  • Readable.fromWeb()
  • Readable.isDisturbed()
  • Readable.toWeb()
  • stream.isErrored()
  • stream.isReadable()
  • URL.createObjectURL()
  • URL.revokeObjectURL()
  • v8.setHeapSnapshotNearHeapLimit()
  • Writable.fromWeb()
  • Writable.toWeb()
  • writable.writableAborted
  • Startup Snapshot API
  • ERR_INPUT_TYPE_NOT_ALLOWED
  • ERR_UNKNOWN_FILE_EXTENSION
  • ERR_UNKNOWN_MODULE_FORMAT
  • ERR_USE_AFTER_CLOSE

Contributed by James M Snell in
#​57513 and
#​58541.

Semver-minor features
🔧 fs.FileHandle.readableWebStream gets autoClose option

This gives developers explicit control over whether the file descriptor should
be closed when the stream ends. Helps avoid subtle resource leaks.

Contributed by James M Snell in #​58548.

🔧 fs.Dir now supports explicit resource management

This improves ergonomics around async iteration of directories. Developers can
now manually control when a directory is closed using .close() or with Symbol.asyncDispose.

Contributed by Antoine du Hamel in #​58206.

📊 http2 gains diagnostics channel: http2.server.stream.finish

Adds observability support for when a stream finishes. Useful for logging,
monitoring, and debugging HTTP/2 behavior without patching internals.

Contributed by Darshan Sen in #​58560.

🔐 Permissions: implicit allow-fs-read to entrypoint

Node.js permissions model now allows read access to the entry file by default.
It makes running permission-restricted apps smoother while preserving security.

Contributed by Rafael Gonzaga in #​58579.

🎨 util.styleText() adds 'none' style

This lets developers remove styling cleanly without hacks. Useful for overriding
inherited terminal styles when composing styled strings.

Contributed by James M Snell in #​58437.

🧑‍💻 Community updates
Commits

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 Automerge: Enabled.

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/all-minor-patch branch 2 times, most recently from 13d4539 to 2a929f8 Compare February 6, 2025 06:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 50c41c7 to 89b9495 Compare February 17, 2025 08:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e64e6fa to dbdfff6 Compare February 28, 2025 08:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from db5d6c6 to e566ddf Compare March 13, 2025 04:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0fb2aaf to 4d74899 Compare March 21, 2025 04:23
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b4cde09 to 0f6261f Compare April 14, 2025 05:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e31ef6f to 12eaabf Compare April 21, 2025 04:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a22134d to ad65403 Compare April 28, 2025 05:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 21b8fef to f56db30 Compare May 13, 2025 04:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 77a8258 to ab8aa7b Compare May 26, 2025 05:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4e8f8e9 to a9093b9 Compare June 2, 2025 08:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 50cc34a to cd97390 Compare July 7, 2025 04:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 910261f to 4a33237 Compare July 21, 2025 08:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 19218fe to 869974a Compare July 28, 2025 04:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7530f1a to 1dead9c Compare August 11, 2025 06:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ef7ffb9 to d7446cb Compare August 20, 2025 04:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3d53fee to eff8eeb Compare August 28, 2025 04:04
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from eff8eeb to ff3f4d9 Compare September 2, 2025 05:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ff3f4d9 to 34bf0f1 Compare September 9, 2025 06:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 34bf0f1 to a882607 Compare September 22, 2025 06:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a882607 to 5d05b4b Compare September 24, 2025 07:27
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies with stable version (minor) chore(deps): update all non-major dependencies with stable version (minor) - autoclosed Sep 26, 2025
@renovate renovate Bot closed this Sep 26, 2025
auto-merge was automatically disabled September 26, 2025 06:42

Pull request was closed

@renovate renovate Bot deleted the renovate/all-minor-patch branch September 26, 2025 06:42
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.

1 participant