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.3 age confidence devDependencies minor
@scalar/express-api-reference (source) ^0.8.30^0.9.0 age confidence optionalDependencies minor
@swc/core (source) ^1.15.7^1.15.18 age confidence devDependencies patch
@types/node (source) ^25.0.3^25.3.5 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.56.1 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.50.1^8.56.1 age confidence devDependencies minor
cors ^2.8.5^2.8.6 age confidence optionalDependencies patch
dotenv ^17.2.3^17.3.1 age confidence optionalDependencies minor
dotenv ^17.2.3^17.3.1 age confidence devDependencies minor
eslint (source) ^9.39.2^9.39.4 age confidence devDependencies patch
eslint-plugin-n ^17.23.1^17.24.0 age confidence devDependencies minor
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
express-rate-limit ^8.2.1^8.3.0 age confidence optionalDependencies minor
node (source) >=18.4>=18.20.8 age confidence engines minor
pino (source) ^10.1.0^10.3.1 age confidence dependencies minor
prettier (source) ^3.7.4^3.8.1 age confidence devDependencies minor
rimraf ^6.1.2^6.1.3 age confidence devDependencies patch
rollup (source) ^4.54.0^4.59.0 age confidence devDependencies minor
supertest ^7.1.4^7.2.2 age confidence devDependencies minor
typescript-eslint (source) ^8.50.1^8.56.1 age confidence devDependencies minor

Release Notes

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

Note: Version bump only for package @​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.9.0

Minor Changes
  • #​8322: chore: bump required node version to >=22 (LTS)
Patch Changes
Updated Dependencies

v0.8.48

Patch Changes
Updated Dependencies

v0.8.47

Patch Changes
Updated Dependencies

v0.8.46

Patch Changes
Updated Dependencies

v0.8.45

Patch Changes
  • #​8248: fix(express): remove unused customTheme
Updated Dependencies

v0.8.44

Patch Changes
Updated Dependencies

v0.8.41

Patch Changes
Updated Dependencies

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

Compare Source

Bug Fixes
Documentation
Features
Ci

v1.15.17

Compare Source

Documentation
Features

v1.15.13

Compare Source

Bug Fixes
  • (errors) Avoid panic on invalid diagnostic spans (#​11561) (b24b8e0)

  • (es/helpers) Fix _object_without_properties crash on primitive values (#​11571) (4f35904)

  • (es/jsx) Preserve whitespace before HTML entities (#​11521) (64be077)

  • (es/minifier) Do not merge if statements with different local variable values (#​11518) (3e63627)

  • (es/minifier) Prevent convert_tpl_to_str when there's emoji under es5 (#​11529) (ff6cf88)

  • (es/minifier) Inline before merge if (#​11526) (aa5a9ac)

  • (es/minifier) Preserve array join("") nullish semantics (#​11558) (d477f61)

  • (es/minifier) Inline side-effect-free default params (#​11564) (1babda7)

  • (es/parser) Fix generic arrow function in TSX mode (#​11549) (366a16b)

  • (es/react) Preserve first-line leading whitespace with entities (#​11568) (fc62617)

  • (es/regexp) Transpile unicode property escapes in RegExp constructor (#​11554) (476d544)

Documentation
Features
Refactor
  • (es/parser) Compare token kind rather than strings (#​11531) (5872ffa)

  • (es/typescript) Run typescript transform in two passes (#​11532) (b069558)

  • (es/typescript) Precompute namespace import-equals usage in semantic pass (#​11534) (b7e87c7)

Testing
Ci

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

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

Compare Source

🚀 Features
🩹 Fixes
  • use parser options from context.languageOptions (#​12043)
❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

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.56.1](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHAN


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
@renovate renovate bot force-pushed the dependency/npm-non-breaking-updates branch 2 times, most recently from d0427cf to ad5f32f Compare January 2, 2026 11:08
@github-actions github-actions bot added size/L and removed size/XL labels 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 3 times, most recently from 690275c to 51a84b4 Compare January 31, 2026 04:07
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 8, 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