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

@renovate renovate Bot commented Nov 15, 2025

Copy link
Copy Markdown

ℹ️ 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.10.13 age confidence optionalDependencies minor
@swc/core (source) ^1.15.24^1.15.47 age confidence devDependencies patch
@types/node (source) ^25.5.2^25.9.5 age confidence devDependencies minor
@types/supertest (source) ^7.2.0^7.2.1 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^8.58.1^8.67.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.58.1^8.67.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
eslint (source) ^9.39.4^9.39.5 age confidence devDependencies patch
eslint-plugin-prettier ^5.5.5^5.5.6 age confidence devDependencies patch
express (source) ^5.1.0^5.2.1 age confidence peerDependencies patch
express-rate-limit ^8.3.2^8.6.2 age confidence optionalDependencies minor
helmet (source) ^8.1.0^8.3.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.9.6 age confidence devDependencies minor
rollup (source) ^4.60.1^4.62.4 age confidence devDependencies minor
rollup-plugin-dts ^6.4.1^6.5.1 age confidence devDependencies minor
ts-jest (source) ^29.4.9^29.4.12 age confidence devDependencies patch
typescript (source) ^6.0.2^6.0.3 age confidence devDependencies patch
typescript-eslint (source) ^8.58.1^8.67.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.10.13

v0.10.12

v0.10.11

Patch Changes
  • #​9719: docs: update the Scalar platform overview block in the README

v0.10.10

Patch Changes
  • #​9710: Republish so the updated README (with the Scalar platform overview) reaches npm. Also renames the README generator metadata in package.json from readme to scalarReadme: npm treats a readme field as the readme text itself, so affected packages were published with a literal [object Object] readme on the registry instead of README.md.

v0.10.9

v0.10.8

v0.10.7

v0.10.6

v0.10.5

v0.10.4

v0.10.3

v0.10.2

v0.10.1

v0.10.0

Minor Changes
  • #​9422: Add a nonce option for Content Security Policy support.

    When you pass a nonce, the rendered HTML stamps it onto the inline <script> and the CDN <script> tag (and Scalar's own <style> tags, plus a matching <meta property="csp-nonce">). This lets the API Reference run under a strict script-src with no unsafe-inline and no unsafe-eval.

    ApiReference({
      url: '/openapi.json',
      // Match this value in your `script-src` CSP directive.
      nonce: 'r4nd0m',
    })

    Note: style-src still needs 'unsafe-inline'. The reference renders inline style="…" attributes, which a CSP nonce can never authorize (nonces only apply to <script>, <style> and <link> elements), so a nonce-only style-src is not possible. The win is a fully strict script-src.

v0.9.20

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

Compare Source

Bug Fixes
Features
  • (es/minifier) Expand support for trivial spreads (#​12068) (aa49e36)

  • (es/react-compiler) Expose reactCompiler.environment.enableFunctionOutlining (#​12030) (52b78aa)

Performance

v1.15.46

Compare Source

Bug Fixes
Documentation
Features
Refactor
Testing
  • (react-compiler) Add build-pass fixtures for wrapped assignment targets (#​11967) (58d9b53)
Build
Ci

v1.15.43

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/react-compiler) Update forked react compiler to 0.2.0 (#​11946) (6fbe188)
Refactor

v1.15.41

Compare Source

Bug Fixes
Documentation
Performance
Revert

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

Bug Fixes
  • (es/decorators) Preserve super in moved static members (#​11781) (778328e)

  • (es/decorators) Scope moved static super rewrite (#​11782) (f73cacc)

  • (es/parser) Parse mixed Flow anonymous callable params (#​11786) (05e7b69)

  • (es/transforms) Rewrite class references in non-static members (#​11772) (fff1426)

  • (es/typescript) Handle TypeScript expressions in enum transformation (#​11769) (85aa4a8)

Documentation
Features
Performance
Refactor
Build
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.67.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.66.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls ([#​12591](https://redirect.github.com/typescrip

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

codecov Bot commented Nov 15, 2025

Copy link
Copy Markdown

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/L label 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

sonarqubecloud Bot commented May 8, 2026

Copy link
Copy Markdown

3 similar comments
@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

sonarqubecloud Bot commented Jun 6, 2026

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@socket-security

socket-security Bot commented Jun 20, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@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

2 similar comments
@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

@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

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