Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
axios (source) ^1.12.2^1.13.3 age confidence dependencies minor 1.13.4
eslint (source) ^9.35.0^9.39.2 age confidence devDependencies minor
express (source) ^4.21.2^4.22.1 age confidence dependencies minor
node (source) 22.19.022.22.0 age confidence minor
node (source) 22.19.022.22.0 age confidence volta minor
sass ^1.92.1^1.97.3 age confidence devDependencies minor
tsx (source) ^4.20.5^4.21.0 age confidence devDependencies minor
typescript (source) ~5.3.3~5.9.3 age confidence devDependencies minor
vue-router (source) ^4.5.1^4.6.4 age confidence dependencies minor

Warning

Deprecated preset: Kong/public-shared-renovate:kong-frontend-config

Your config references a deprecated preset. To prevent disruption, this file now composes the org default building blocks and layers a few tweaks so behavior stays close to the historical frontend configuration.

Recommended migration

Prefer switching to the frontend base config, which already extends the default preset:

{
  "extends": [
    "Kong/public-shared-renovate//scoped/frontend/base",
   ],
  }

This compatibility preset will be removed in January 2026. Please migrate to the default preset with local overrides before then.


Release Notes

axios/axios (axios)

v1.13.3

Compare Source

Bug Fixes
  • http2: Use port 443 for HTTPS connections by default. (#​7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#​6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#​5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#​5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#​7253) (#​7257) (7d19335)
  • turn AxiosError into a native error (#​5394) (#​5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#​5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#​7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#​6314) (6ef867e)
Features
Reverts
Contributors to this release

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release
eslint/eslint (eslint)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)
expressjs/express (express)

v4.22.1

Compare Source

v4.22.0

Compare Source

nodejs/node (node)

v22.22.0: 2026-01-13, Version 22.22.0 'Jod' (LTS), @​marco-ippolito

Compare Source

This is a security release.

Notable Changes

lib:

  • (CVE-2025-59465) add TLSSocket default error handler
  • (CVE-2025-55132) disable futimes when permission model is enabled
    lib,permission:
  • (CVE-2025-55130) require full read and write to symlink APIs
    src:
  • (CVE-2025-59466) rethrow stack overflow exceptions in async_hooks
    src,lib:
  • (CVE-2025-55131) refactor unsafe buffer creation to remove zero-fill toggle
    tls:
  • (CVE-2026-21637) route callback exceptions through error handlers
Commits

v22.21.1: 2025-10-28, Version 22.21.1 'Jod' (LTS), @​aduh95

Compare Source

Commits

v22.21.0: 2025-10-20, Version 22.21.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [1486fedea1] - (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung) #​59151
  • [bedaaa11fc] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #​57165
  • [af8b5fa29d] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [42102594b1] - (SEMVER-MINOR) http,https: add built-in proxy support in http/https.request and Agent (Joyee Cheung) #​58980
  • [686ac49b82] - (SEMVER-MINOR) src: add percentage support to --max-old-space-size (Asaf Federman) #​59082
Commits

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - Monday through Friday ( * * * * 1-5 ) in timezone America/New_York.

🚦 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 added dependencies Pull requests that update a dependency file mend-bot labels Sep 28, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch 3 times, most recently from 0900678 to 6379999 Compare October 7, 2025 07:06
@renovate renovate bot force-pushed the renovate/all-stable branch 3 times, most recently from 41550d3 to 3ee7f38 Compare October 15, 2025 07:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies with stable versions (minor) fix(deps): update all non-major dependencies with stable versions (minor) Oct 15, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch from 3ee7f38 to 1a49bdf Compare October 16, 2025 06:38
@renovate renovate bot added renovate-bot and removed mend-bot labels Oct 17, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch from 1a49bdf to 424b798 Compare October 20, 2025 07:05
@renovate renovate bot changed the title fix(deps): update all non-major dependencies with stable versions (minor) chore(deps): update all non-major dependencies with stable versions (minor) Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch 3 times, most recently from 75153d2 to 38276dd Compare October 27, 2025 07:06
@renovate renovate bot changed the title chore(deps): update all non-major dependencies with stable versions (minor) fix(deps): update all non-major dependencies with stable versions (minor) Oct 27, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch 4 times, most recently from 8cbbe3b to 2b72c8d Compare November 3, 2025 08:05
@renovate renovate bot force-pushed the renovate/all-stable branch 2 times, most recently from e03dcc0 to 20b3a0b Compare November 10, 2025 07:35
@renovate renovate bot force-pushed the renovate/all-stable branch 5 times, most recently from 0aea15d to 033edc1 Compare November 23, 2025 06:09
@renovate renovate bot force-pushed the renovate/all-stable branch from 033edc1 to 1eaaa5a Compare November 24, 2025 06:03
@renovate renovate bot force-pushed the renovate/all-stable branch from 1eaaa5a to 3ede31f Compare December 2, 2025 06:48
@renovate renovate bot changed the title fix(deps): update all non-major dependencies with stable versions (minor) chore(deps): update all non-major dependencies with stable versions (minor) Dec 2, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch 2 times, most recently from a6e80ab to c1d7e01 Compare December 5, 2025 06:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies with stable versions (minor) fix(deps): update all non-major dependencies with stable versions (minor) Dec 5, 2025
@renovate renovate bot force-pushed the renovate/all-stable branch 5 times, most recently from 6d1bf18 to f9fa1e8 Compare December 19, 2025 06:48
@renovate renovate bot force-pushed the renovate/all-stable branch 3 times, most recently from 52ed259 to 690532c Compare December 27, 2025 06:01
@renovate renovate bot force-pushed the renovate/all-stable branch 3 times, most recently from 2cd7ac2 to 813028a Compare January 8, 2026 06:26
@renovate renovate bot force-pushed the renovate/all-stable branch 2 times, most recently from 8215a66 to 509105f Compare January 13, 2026 06:49
@renovate renovate bot force-pushed the renovate/all-stable branch 4 times, most recently from 3c9741e to bcea0f4 Compare January 29, 2026 06:48
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-stable branch from bcea0f4 to 0365695 Compare January 30, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant