Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Update npm - all minor and patch updates - #274

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-all-minor-and-patch-updates
Open

Update npm - all minor and patch updates#274
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-all-minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@eslint/eslintrc ^3.3.5^3.3.6 age confidence
@eslint/js (source) ^9.39.4^9.39.5 age confidence
@grpc/grpc-js (source) ^1.14.3^1.14.4 age confidence
@opentelemetry/auto-instrumentations-node (source) ^0.75.0^0.78.0 age confidence
@swc/core (source) ^1.15.33^1.15.43 age confidence
@tweedegolf/sab-adapter-azure-blob ^3.0.1^3.0.2 age confidence
@tweedegolf/sab-adapter-s3 ^3.0.3^3.0.4 age confidence
@tweedegolf/storage-abstraction ^3.0.3^3.0.4 age confidence
@types/node (source) ^20.19.41^20.19.43 age confidence
@typescript-eslint/eslint-plugin (source) ^8.59.3^8.64.0 age confidence
@typescript-eslint/parser (source) ^8.59.3^8.64.0 age confidence
concurrently ^9.2.1^9.2.4 age confidence
envalid ^8.1.1^8.2.0 age confidence
eslint (source) ^9.39.4^9.39.5 age confidence
eslint-plugin-prettier ^5.5.5^5.5.6 age confidence
knex (source) ^3.2.10^3.3.0 age confidence
mocha (source) ^11.7.5^11.7.6 age confidence
multer ^2.1.1^2.2.0 age confidence
pg (source) ^8.20.0^8.22.0 age confidence
prettier (source) ^3.8.3^3.9.5 age confidence
undici (source) ^7.25.0^7.28.0 age confidence

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.6

Compare Source

Bug Fixes
  • update js-yaml to 4.3.0 to address security vulnerability (#​235) (0c5de74)
eslint/eslint (@​eslint/js)

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.78.0

Compare Source

Features
Dependencies

v0.77.0

Compare Source

Features
Dependencies

v0.76.0

Compare Source

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

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
tweedegolf/storage-abstraction (@​tweedegolf/sab-adapter-azure-blob)

v3.0.2

Compare Source

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

v8.64.0

Compare Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

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

v8.63.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub Releases for more information.

You can read about our [versioning strategy](https://typescript-esli

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)

🚦 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-approve[bot]
renovate-approve Bot previously approved these changes Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from fe99121 to 22b8553 Compare July 8, 2026 08:40
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 22b8553 to abbd4f4 Compare July 9, 2026 19:45
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from abbd4f4 to 2db42db Compare July 12, 2026 12:32
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 12, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 2db42db to d5d7f82 Compare July 12, 2026 19:35
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 12, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from d5d7f82 to 4015f7b Compare July 13, 2026 21:07
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 4015f7b to 0a027c9 Compare July 14, 2026 06:12
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 0a027c9 to 15a3aea Compare July 16, 2026 23:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants