Skip to content

chore(deps): update npm non-breaking updates#44

Open
renovate[bot] wants to merge 1 commit into
mainfrom
dependency/npm-non-breaking-updates
Open

chore(deps): update npm non-breaking updates#44
renovate[bot] wants to merge 1 commit into
mainfrom
dependency/npm-non-breaking-updates

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Nov 15, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/config-conventional (source) ^20.5.0^20.5.3 age confidence devDependencies patch
@scalar/express-api-reference (source) ^0.9.6^0.9.19 age confidence optionalDependencies patch
@swc/core (source) ^1.15.24^1.15.40 age confidence devDependencies patch
@types/node (source) ^25.5.2^25.9.1 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^8.58.1^8.60.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.58.1^8.60.0 age confidence devDependencies minor
dotenv ^17.4.1^17.4.2 age confidence optionalDependencies patch
dotenv ^17.4.1^17.4.2 age confidence devDependencies patch
express (source) ^5.1.0^5.2.1 age confidence peerDependencies patch
express-rate-limit ^8.3.2^8.5.2 age confidence optionalDependencies minor
helmet (source) ^8.1.0^8.2.0 age confidence optionalDependencies minor
jest (source) ^30.3.0^30.4.2 age confidence devDependencies minor
node (source) >=18.4>=18.20.8 age confidence engines minor
prettier (source) ^3.8.1^3.8.3 age confidence devDependencies patch
rollup (source) ^4.60.1^4.60.4 age confidence devDependencies patch
ts-jest (source) ^29.4.9^29.4.11 age confidence devDependencies patch
typescript (source) ^6.0.2^6.0.3 age confidence devDependencies patch
typescript-eslint (source) ^8.58.1^8.60.0 age confidence devDependencies minor

Release Notes

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

v20.5.3

Compare Source

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

scalar/scalar (@​scalar/express-api-reference)

v0.9.19

v0.9.18

v0.9.17

v0.9.16

v0.9.14

v0.9.13

v0.9.12

v0.9.11

v0.9.10

v0.9.9

Patch Changes
  • #​8873: refactor: migrate integrations to client-side rendering package

v0.9.8

v0.9.7

swc-project/swc (@​swc/core)

v1.15.40

Compare Source

Bug Fixes
  • (es/minifier) Preserve args for destructured callbacks (#​11830) (21873b0)

  • (es/minifier) Avoid generating mangled property names that collide with existing properties (#​11839) (9b4fab5)

  • (es/minifier) Respect ecma for iife temp vars (#​11873) (e481934)

  • (es/minifier) Preserve default parameter object props (#​11884) (71ff84f)

  • (es/parser) Reject object-rest assignment to array/object literal (#​11875) (7b57d1f)

  • (es/parser) Reject object rest assignment to literals (#​11881) (4ec2eaf)

  • (es/react) Exclude self-recursive hooks from refresh dependency array (#​11838) (9101c71)

  • (ts/fast-dts) Strip definite assertions in dts (#​11858) (2ab1b8a)

  • (ts/fast-strip) Reject unsafe assertion erasure in binary expressions (#​11828) (aa5b539)

  • (typescript) Strip parameter binding defaults in dts (#​11857) (800bc17)

Documentation
Features
Miscellaneous Tasks
Performance
Testing
  • (es/minifier) Move issue_11835 fixture out of terser folder (#​11840) (3dd3431)
Ci
Security

v1.15.33

Compare Source

Bug Fixes
Features

v1.15.32

Compare Source

Bug Fixes
  • (es/flow) Fix Flow type-only modules in script transforms (#​11817) (be38316)

  • (es/flow) Avoid restoring module context when flow syntax is enabled (#​11819) (3ed7243)

  • (es/minifier) Preserve frozen spread registry keys (#​11825) (347181c)

  • (es/parser) Align Flow generic arrow JSX disambiguation (#​11821) (28a7fad)

Features

v1.15.30

Compare Source

Bug Fixes
Documentation
Features

v1.15.26

Compare Source

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

v8.60.0

Compare Source

This was a version bump only for eslint-plugin 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.

v8.59.4

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.3

Compare Source

This was a version bump only for eslint-plugin 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.

v8.59.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ 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.60.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.

v8.59.4

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.

v8.59.3

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.

v8.59.2

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.

v8.59.1

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.

v8.59.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.

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

motdotla/dotenv (dotenv)

v17.4.2

Compare Source

express-rate-limit/express-rate-limit (express-rate-limit)

v8.5.2

Compare Source

You can view the changelog here.

v8.5.1

Compare Source

You can view the changelog here.

v8.5.0

Compare Source

You can view the changelog here.

v8.4.1

Compare Source

You can view the changelog here.

v8.4.0

Compare Source

helmetjs/helmet (helmet)

v8.2.0

Compare Source

  • Cross-Origin-Opener-Policy: support noopener-allow-popups. See #​522
  • Improve error message when passing duplicate options
jestjs/jest (jest)

v30.4.2

Compare Source

Fixes
  • [jest-runtime] Fix named imports from CJS modules whose module.exports is a function with own-property exports (#​16150)

v30.4.1

Compare Source

Features
  • [jest-config, jest-core, jest-runner, jest-schemas, jest-types] Allow custom runner configuration options via tuple format ['runner-path', {options}] (#​16141)
Fixes
  • [jest-runtime] Align CJS-from-ESM default export with Node: module.exports is always the ESM default, __esModule unwrapping is no longer applied (#​16143)

v30.4.0

Compare Source

Features
  • [babel-jest] Support collecting coverage from .mts, .cts (and other) files (#​15994)
  • [jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types] Add --collect-tests flag to discover and list tests without executing them (#​16006)
  • [jest-config, jest-runner, jest-worker] Add workerGracefulExitTimeout config option to control how long workers are given to exit before being force-killed (#​15984)
  • [jest-config] Add support for jest.config.mts as a valid configuration file (#​16005)
  • [jest-config, jest-core, jest-reporters, jest-runner] verbose and silent can now be set per-project; the project-level value overrides the global value for that project's tests (#​16133)
  • [@jest/fake-timers] Accept Temporal.Duration in jest.advanceTimersByTime() and jest.advanceTimersByTimeAsync() (#​16128)
  • [@jest/fake-timers] Accept Temporal.Instant and Temporal.ZonedDateTime in jest.setSystemTime() and useFakeTimers({now}) (#​16128)
  • [@jest/fake-timers] Support faking Temporal.Now.* (#​16131)
  • [jest-mock] Add clearMocksOnScope(scope) on ModuleMocker for clearing every mock function exposed on a scope object (#​16088)
  • [jest-resolve] Add canResolveSync() on Resolver so callers can detect when a user-configured resolver only exports an async hook (#​16064)
  • [jest-runtime] Use synchronous evaluate() for ES modules without top-level await on Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#​16062)
  • [jest-runtime] Support require() of ES modules on Node v24.9+ (#​16074)
  • [jest-runtime] Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#​16127)
  • [@jest/transform] Add canTransformSync(filename) on ScriptTransformer so callers can pick the sync vs async transform path (#​16062)
  • [jest-util] Add isError helper (#​16076)
  • [pretty-format] Support React 19 (#​16123)
Fixes
  • [expect-utils] Fix toStrictEqual failing on structuredClone results due to cross-realm constructor mismatch (#​15959)
  • [@jest/expect-utils] Prevent toMatchObject/subset matching from throwing when encountering exotic iterables (#​15952)
  • [fake-timers] Convert Date to milliseconds before passing to @sinonjs/fake-timers (#​16029)
  • [jest] Export GlobalConfig and ProjectConfig TypeScript types (#​16132)
  • [jest-circus] Prevent crash when asyncError is undefined for non-Error throws (#​16003)
  • [jest-circus, jest-jasmine2] Include Error.cause in JSON failureMessages output (#​15967)
  • [jest-config] Fix preset path resolution on Windows when the preset uses subpath exports (#​15961)
  • [jest-config] Allow collectCoverage and coverageProvider in project config without a validation warning (#​16132)
  • [jest-config] Project config validator now emits "is not supported in an individual project configuration" instead of "probably a typing mistake" for known global-only options (#​16132)
  • [jest-environment-node] Fix --localstorage-file warning on Node 25+ (#​16086)
  • [jest-reporters] Apply global coverage threshold to unmatched pattern files in addition to glob/path thresholds (#​16137)
  • [jest-reporters, jest-runner, jest-runtime, jest-transform] Fix coverage report not showing correct code coverage when using projects config option (#​16140)
  • [jest-runtime] Resolve expect and @jest/expect from the internal module registry so test-file imports share the same JestAssertionError as the global expect (#​16130)
  • [jest-runtime] Improve CJS-from-ESM interop: __esModule/Babel default unwrap, broader named-export coverage, and shared CJS singleton across importers (#​16050)
  • [jest-runtime] Load .js files with ESM syntax but no "type":"module" marker as native ESM (#​16050)
  • [jest-runtime] Extend the .js-with-ESM-syntax fallback to require() on Node v24.9+ - falls back to require(esm) when the CJS parser rejects ESM syntax (#​16078)
  • [jest-runtime] Fix deadlocks and double-evaluation in concurrent ESM and wasm imports (#​16050)
  • [jest-runtime] Fix error when require() is called after the Jest environment has been torn down (#​15951)
  • [jest-runtime] Fix missing error when import() is called after the Jest environment has been torn down (#​16080)
  • [jest-runtime] Fix virtual unstable_mockModule registrations not respected in ESM (#​16081)
  • [jest-runtime] Apply moduleNameMapper when resolving modules with require.resolve() and the paths option (#​16135)
Chore & Maintenance
  • [@jest/fake-timers] Upgrade @sinonjs/fake-timers (#​16139)
  • [jest-runtime] Use synchronous linkRequests / instantiate for ESM linking on Node v24.9+ (#​16063)
nodejs/node (node)

v18.20.8: 2025-03-27, Version 18.20.8 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release updates OpenSSL to 3.0.16 and root certificates to NSS 3.108.

Commits

v18.20.7: 2025-02-20, Version 18.20.7 'Hydrogen' (LTS), @​aduh95

Compare Source

Notable Changes
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Kolkata)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch from a43afaf to 27897c8 Compare November 15, 2025 08:35
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 5 times, most recently from 5f123b7 to 92a500d Compare November 21, 2025 03:51
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 5 times, most recently from 6297457 to 090c028 Compare November 28, 2025 08:05
@github-actions github-actions Bot added size/XL and removed size/L labels Nov 28, 2025
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 3 times, most recently from 1007740 to 3c030a1 Compare December 2, 2025 10:25
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch from 3c030a1 to e4afc56 Compare December 2, 2025 10:27
@github-actions github-actions Bot removed the size/XL label Jan 2, 2026
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 2 times, most recently from 69cb500 to f9211d8 Compare January 6, 2026 04:05
@github-actions github-actions Bot added size/XL and removed size/L labels Jan 6, 2026
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 4 times, most recently from fa493a5 to 997bd0c Compare January 10, 2026 07:06
@renovate renovate Bot changed the title chore(deps): update npm non-breaking updates fix(deps): update npm non-breaking updates Jan 10, 2026
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 4 times, most recently from 29795c1 to 5170b79 Compare January 17, 2026 02:50
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 5 times, most recently from b3da770 to 8815cd2 Compare January 25, 2026 07:47
@renovate renovate Bot force-pushed the dependency/npm-non-breaking-updates branch 4 times, most recently from 690275c to 51a84b4 Compare January 31, 2026 04:07
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 8, 2026

1 similar comment
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
array 97% 95% 0
async 93% 85% 0
cache 98% 91% 0
config 100% 100% 0
context-store 98% 94% 0
crypto 92% 84% 0
date 99% 79% 0
decorator 90% 84% 0
directory 97% 91% 0
env 96% 88% 0
exception 98% 89% 0
fs 89% 84% 0
http-status-codes 100% 100% 0
id 100% 80% 0
logger 93% 78% 0
middleware 97% 83% 0
object 95% 93% 0
performance 100% 93% 0
request 98% 92% 0
response 100% 100% 0
server 70% 50% 0
stream 97% 83% 0
string 90% 84% 0
type 99% 100% 0
url 100% 96% 0
validation 93% 90% 0
Summary 92% (4267 / 4621) 84% (2487 / 2971) 0

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
array 97% 95% 0
async 93% 85% 0
cache 98% 91% 0
config 100% 100% 0
context-store 98% 94% 0
crypto 92% 84% 0
date 99% 79% 0
decorator 90% 84% 0
directory 97% 91% 0
env 96% 88% 0
exception 98% 89% 0
fs 89% 84% 0
http-status-codes 100% 100% 0
id 100% 80% 0
logger 93% 78% 0
middleware 97% 83% 0
object 95% 93% 0
performance 100% 93% 0
request 98% 92% 0
response 100% 100% 0
server 70% 50% 0
stream 97% 83% 0
string 90% 84% 0
type 99% 100% 0
url 100% 96% 0
validation 93% 90% 0
Summary 92% (4267 / 4621) 84% (2487 / 2971) 0

1 similar comment
@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
array 97% 95% 0
async 93% 85% 0
cache 98% 91% 0
config 100% 100% 0
context-store 98% 94% 0
crypto 92% 84% 0
date 99% 79% 0
decorator 90% 84% 0
directory 97% 91% 0
env 96% 88% 0
exception 98% 89% 0
fs 89% 84% 0
http-status-codes 100% 100% 0
id 100% 80% 0
logger 93% 78% 0
middleware 97% 83% 0
object 95% 93% 0
performance 100% 93% 0
request 98% 92% 0
response 100% 100% 0
server 70% 50% 0
stream 97% 83% 0
string 90% 84% 0
type 99% 100% 0
url 100% 96% 0
validation 93% 90% 0
Summary 92% (4267 / 4621) 84% (2487 / 2971) 0

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