Skip to content

Update all non-major dependencies#472

Merged
renovate[bot] merged 1 commit intotrunkfrom
renovate/all-minor-patch
Mar 15, 2026
Merged

Update all non-major dependencies#472
renovate[bot] merged 1 commit intotrunkfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/compat (source) 2.0.22.0.3 age confidence devDependencies patch
@types/node (source) 24.11.024.12.0 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.56.18.57.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.56.18.57.0 age confidence devDependencies minor
denoland/deno v2.7.4v2.7.5 age confidence patch
eslint (source) 10.0.210.0.3 age confidence devDependencies patch
typescript-eslint (source) 8.56.18.57.0 age confidence devDependencies minor

Release Notes

eslint/rewrite (@​eslint/compat)

v2.0.3

Compare Source

Dependencies
  • The following workspace dependencies were updated
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.57.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#​12080)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#​12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#​12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#​11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#​12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#​12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#​12055)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.57.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

denoland/deno (denoland/deno)

v2.7.5

Compare Source

2.7.5 / 2026.03.11
  • feat(coverage): add function coverage to summary and HTML reports (#​32507)
  • feat(doc): support npm packages in deno doc (#​32435)
  • feat(ext/node): add node_api_create_object_with_properties API (#​31443)
  • feat(ext/node): implement KeyObject.toCryptoKey() and
    KeyObject.from(CryptoKey) (#​32523)
  • feat(otel): allow feeding permission audit data into OTEL (#​32501)
  • feat: --cpu-prof flags for CPU profiles (#​31909)
  • fix(console): prevent multi-line object values in console.table (#​32604)
  • fix(core): switch to V8 Explicit microtask policy for correct nextTick
    ordering (#​32466)
  • fix(ext/http): allow rejecting HTTP upgrades with non-101 status codes
    (#​32615)
  • fix(ext/napi): run async work execute callback on a worker thread (#​32560)
  • fix(ext/node): add node_api_create_property_key_(latin1/utf8) (#​32559)
  • fix(ext/node): add missing http2 header constants (#​32611)
  • fix(ext/node): emit DEP0198 warning for SHAKE digests without outputLength
    (#​32521)
  • fix(ext/node): emit correct error codes for unsupported PQC key types (#​32533)
  • fix(ext/node): fix multiple DiffieHellman crypto bugs (#​32531)
  • fix(ext/node): fix multiple node:dgram compatibility issues (#​32520)
  • fix(ext/node): handle generateKeyPair 2-arg call and enable PQC tests (#​32619)
  • fix(ext/node): implement ECDH.convertKey and fix related ECDH bugs (#​32532)
  • fix(ext/node): implement node:v8 heap APIs (#​32483)
  • fix(ext/node): implement proper resourceLimits for node:worker_threads
    (#​32430)
  • fix(ext/node): improve getCipherInfo and allow repeated Hmac digest() (#​32522)
  • fix(ext/node): improve node:dns compat (#​32536)
  • fix(ext/node): initialize debuglog testEnabled with safe default (#​32598)
  • fix(ext/node): make TTY stdout/stderr indestructible (#​32530)
  • fix(ext/node): make tty ReadStream/WriteStream callable without new (#​32537)
  • fix(ext/node): multiple readline improvements (#​32538)
  • fix(ext/node): napi_set_instance_data on exit (#​32509)
  • fix(ext/node): rewrite http2 implementation (#​32418)
  • fix(ext/node): run worker_threads eval code in sloppy mode (#​32428)
  • fix(ext/node): support des-ede3-cbc cipher and allow Cipheriv/Decipheriv
    without new (#​32519)
  • fix(ext/node): use max salt length as default for RSA-PSS signing (#​32534)
  • fix(ext/otel): remove panicking unwraps in telemetry code (#​32557)
  • fix(ext/websocket): handle non-ASCII bytes in WebSocket response headers
    (#​32594)
  • fix(lsp): properly sync root files with tsgo (#​32455)
  • fix(lsp): tsgo scope attribution for asset files (#​32608)
  • fix(napi): remove unimplemented Node-API symbols from napi_sys (#​32593)
  • fix(npm): memoize peer cache hit checks to prevent combinatorial explosion
    (#​32609)
  • fix(npm): support npmrc email authorization (#​32616)
  • fix: ensure binaries distributed in @deno/... npm packages are exectuable
    (#​32581)
  • fix: flush CPU profile and coverage data on Deno.exit() (#​32591)
  • fix: normalize capture to boolean in removeEventListener options (#​32508)
  • fix: prevent panic on dynamic import with non-string error name (#​32498)
  • fix: set process.features.openssl_is_boringssl to true (#​32512)
  • fix: support value substitution when loading environment variable files
    (#​32495)
  • perf(ext/node): move most fs.cp logic to rust (#​32580)
  • perf(lsp): drop jsx import source cache (#​32506)
  • perf(npm): improve decompression speed more (#​32547)
  • perf(npm): less syscalls in tarball extraction (#​32541)
  • perf(npm): remove folder canonicalization in tarball extract (#​32540)
  • perf(npm): use libdeflater and preallocate buffer (#​32511)
eslint/eslint (eslint)

v10.0.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.57.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 4am on Saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 enabled auto-merge (rebase) March 14, 2026 01:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d9e9d2 to 0843dc2 Compare March 14, 2026 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0843dc2 to 224d487 Compare March 15, 2026 01:23
@renovate renovate bot merged commit 4c33df0 into trunk Mar 15, 2026
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 15, 2026 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants