Skip to content

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

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

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

Conversation

@renovate
Copy link

@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.2.0^20.4.1 age confidence devDependencies minor
@scalar/express-api-reference (source) ^0.8.30^0.8.40 age confidence optionalDependencies patch
@swc/core (source) ^1.15.7^1.15.11 age confidence devDependencies patch
@types/node (source) ^25.0.3^25.2.1 age confidence devDependencies minor
@types/reflect-metadata ^0.0.5^0.1.0 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^8.50.1^8.54.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.50.1^8.54.0 age confidence devDependencies minor
cors ^2.8.5^2.8.6 age confidence optionalDependencies patch
dotenv ^17.2.3^17.2.4 age confidence optionalDependencies patch
dotenv ^17.2.3^17.2.4 age confidence devDependencies patch
eslint-plugin-n ^17.23.1^17.23.2 age confidence devDependencies patch
eslint-plugin-prettier ^5.5.4^5.5.5 age confidence devDependencies patch
express (source) ^5.1.0^5.2.1 age confidence peerDependencies patch
node (source) >=18.4>=18.20.8 age confidence engines minor
pino (source) ^10.1.0^10.3.0 age confidence dependencies minor
prettier (source) ^3.7.4^3.8.1 age confidence devDependencies minor
rollup (source) ^4.54.0^4.57.1 age confidence devDependencies minor
supertest ^7.1.4^7.2.2 age confidence devDependencies minor
typescript-eslint (source) ^8.50.1^8.54.0 age confidence devDependencies minor

Release Notes

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

v20.4.1

Compare Source

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

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

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

v20.3.1

Compare Source

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

v20.3.0

Compare Source

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

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

v0.8.40

Patch Changes
Updated Dependencies

v0.8.39

Patch Changes
Updated Dependencies

v0.8.38

Patch Changes
Updated Dependencies

v0.8.37

Patch Changes
Updated Dependencies

v0.8.36

Patch Changes
Updated Dependencies

v0.8.35

Patch Changes
  • #​7810: docs: update documentation domain

v0.8.34

Patch Changes
Updated Dependencies

v0.8.33

Patch Changes
Updated Dependencies

v0.8.32

Patch Changes
Updated Dependencies

v0.8.31

Patch Changes
Updated Dependencies
swc-project/swc (@​swc/core)

v1.15.11

Compare Source

Bug Fixes
  • (es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#​11488) (1520633)

  • (es/decorators) Invoke addInitializer callbacks for decorated fields (#​11495) (11cfe4d)

  • (es/es3) Visit export decl body even if name is not reserved (#​11473) (9113fff)

  • (es/es3) Remove duplicate code (#​11499) (fbee775)

  • (es/minifier) Treat new expression with empty class as side-effect free (#​11455) (a33a45e)

  • (es/minifier) Escape control characters when converting strings to template literals (#​11464) (028551f)

  • (es/minifier) Handle unused parameters with default values (#​11494) (6ed1ee9)

  • (es/module) Preserve ./ prefix for hidden directory imports (#​11489) (a005391)

  • (es/parser) Validate dynamic import argument count (#​11462) (2f67591)

  • (es/parser) Allow compilation with --no-default-features (#​11460) (b70c5f8)

  • (es/parser) Skip emitting TS1102 in TypeScript mode (#​11463) (e6f5b06)

  • (es/parser) Reject ambiguous generic arrow functions in TSX mode (#​11491) (ac00915)

  • (es/parser) Disallow NumericLiteralSeparator with BigInts (#​11510) (6b3644b)

  • (es/react) Preserve HTML entity-encoded whitespace in JSX (#​11474) (7d433a9)

  • (es/renamer) Prevent duplicate parameter names with destructuring patterns (#​11456) (e25a2c8)

  • (es/testing) Skip update when expected output has invalid code (#​11469) (2be6b8a)

  • (es/typescript) Don't mark enums with opaque members as pure (#​11452) (b713fae)

  • (preset-env) Distinguish unknown browser vs empty config (#​11457) (1310957)

Documentation
Features
  • (cli) Add --root-mode argument for .swcrc resolution (#​11501) (b53a0e2)

  • (es/module) Make module transforms optional via module feature (#​11509) (b94a178)

  • (es/regexp) Implement unicode property escape transpilation (#​11472) (a2e0ba0)

  • (es/transformer) Merge ES3 hooks into swc_ecma_transformer (#​11503) (5efcac9)

Miscellaneous Tasks
  • (es/minifier) Extend OrderedChain to support more node types (#​11477) (aa9d789)
Performance
Refactor
Testing
  • (es/minifier) Add test case for merge_imports order preservation (#​11458) (b874a05)

  • (es/parser) Add error tests for import.source and import.defer with too many args (#​11466) (7313462)

  • (es/parser) Check handler.has_errors() in test error parsing (#​11487) (fade647)

  • Replace deprecated cargo_bin function with cargo_bin! macro (#​11461) (73f77b6)

v1.15.10

Compare Source

Bug Fixes
  • (ci) Handle merged PRs separately in milestone manager (#​11409) (3554268)

  • (es/compat) Preserve this context in nested arrow functions (#​11423) (f2bdaf2)

  • (es/es2017) Replace this in arrow functions during async-to-generator (#​11450) (a993da6)

Features
Miscellaneous Tasks
Performance
  • (es/codegen, es/utils) Migrate to dragonbox_ecma for faster Number::toString (#​11412) (b7978cc)

  • (es/react) Optimize JSX transforms to reduce allocations (#​11425) (2a20cb6)

Refactor
Testing
Ci
  • Collapse preivous claude[bot] PR review comments (affb6a2)

v1.15.8

Compare Source

Bug Fixes
  • (es/minifier) Remove unused webpack-related code (#​11397) (8e4eab4)

  • (es/minifier) Evaluate TemplateLiteral in BinaryExpression (#​11406) (8d1b6f6)

  • (es/minifier) More strict check if cannot add ident when invoking IIFE (#​11399) (03642aa)

Features
Performance
Refactor
rbuckton/ReflectDecorators (@​types/reflect-metadata)

v0.1.0: reflect-metadata v0.1.0

Release v0.1.0 of reflect-metadata

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

v8.53.0

Compare Source

🚀 Features
  • eslint-plugin: add rule [strict-void-return] (#​9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#​11922)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#​11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

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

v8.54.0

Compare Source

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

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

v8.53.1

Compare Source

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

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

v8.53.0

Compare Source

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

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

v8.52.0

Compare Source

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

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

v8.51.0

Compare Source

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

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

expressjs/cors (cors)

v2.8.6

Compare Source

==================

  • Improve documentation (API, context, examples...)
  • Remove additional markdown files from tarball
motdotla/dotenv (dotenv)

v17.2.4

Compare Source

Changed
  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#​915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.23.2

Compare Source

🩹 Fixes
  • avoid any type for no-top-level-await listener node (build issue) (#​498) (f071703)
  • file-extension-in-import: handle directory index imports (#​499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#​506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#​501) (047301a)
📚 Documentation
🧹 Chores
  • no-missing-import: align fixture message with latest resolver output (#​500) (a3719d2)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.5

Compare Source

Patch Changes
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

Configuration

📅 Schedule: 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

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 2 times, most recently from f06c7e2 to 3b395b3 Compare January 21, 2026 07:59
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
array 97% 95% 0
async 93% 85% 0
cache 98% 91% 0
config 95% 75% 0
context-store 93% 71% 0
crypto 95% 79% 0
date 97% 84% 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 88% 60% 0
middleware 97% 83% 0
object 93% 90% 0
performance 95% 80% 0
request 88% 79% 0
response 100% 100% 0
server 69% 46% 0
stream 93% 78% 0
string 90% 84% 0
type 99% 100% 0
url 100% 96% 0
validation 91% 89% 0
Summary 92% (3984 / 4352) 82% (2196 / 2677) 0

1 similar comment
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
array 97% 95% 0
async 93% 85% 0
cache 98% 91% 0
config 95% 75% 0
context-store 93% 71% 0
crypto 95% 79% 0
date 97% 84% 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 88% 60% 0
middleware 97% 83% 0
object 93% 90% 0
performance 95% 80% 0
request 88% 79% 0
response 100% 100% 0
server 69% 46% 0
stream 93% 78% 0
string 90% 84% 0
type 99% 100% 0
url 100% 96% 0
validation 91% 89% 0
Summary 92% (3984 / 4352) 82% (2196 / 2677) 0

@renovate renovate bot force-pushed the dependency/npm-non-breaking-updates branch 4 times, most recently from 8815cd2 to 9ad3493 Compare January 28, 2026 19:45
@renovate renovate bot force-pushed the dependency/npm-non-breaking-updates branch 5 times, most recently from 6bd520f to 63a761b Compare February 3, 2026 23:12
@renovate renovate bot force-pushed the dependency/npm-non-breaking-updates branch from 63a761b to 1a5c009 Compare February 6, 2026 00:05
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

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