Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 25.0.325.0.7 age adoption passing confidence devDependencies patch
@types/react (source) 19.2.719.2.8 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.50.08.53.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.50.08.53.0 age adoption passing confidence devDependencies minor
@typescript/native-preview (source) 7.0.0-dev.20251217.17.0.0-dev.20260112.1 age adoption passing confidence devDependencies patch
@vitest/browser (source) 4.0.164.0.17 age adoption passing confidence devDependencies patch
@vitest/browser-playwright (source) 4.0.164.0.17 age adoption passing confidence devDependencies patch
github/codeql-action v4.31.9v4.31.10 age adoption passing confidence action patch
globals ^16.0.0^17.0.0 age adoption passing confidence devDependencies major
happy-dom 20.0.1120.1.0 age adoption passing confidence devDependencies minor
jsdom 27.3.027.4.0 age adoption passing confidence devDependencies minor
sass 1.97.01.97.2 age adoption passing confidence devDependencies patch
typedoc (source) 0.28.150.28.16 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.50.08.53.0 age adoption passing confidence devDependencies minor
vitest (source) 4.0.164.0.17 age adoption passing confidence devDependencies patch

Release Notes

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

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.

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

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

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

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.

v8.50.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.

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20260112.1

Compare Source

v7.0.0-dev.20260111.1

Compare Source

v7.0.0-dev.20260109.1

Compare Source

v7.0.0-dev.20260108.1

Compare Source

v7.0.0-dev.20260107.1

Compare Source

v7.0.0-dev.20260106.1

Compare Source

v7.0.0-dev.20260105.1

Compare Source

v7.0.0-dev.20260104.1

Compare Source

v7.0.0-dev.20260103.1

Compare Source

v7.0.0-dev.20260102.1

Compare Source

v7.0.0-dev.20260101.1

Compare Source

v7.0.0-dev.20251231.1

Compare Source

v7.0.0-dev.20251230.1

Compare Source

v7.0.0-dev.20251229.1

Compare Source

v7.0.0-dev.20251228.1

Compare Source

v7.0.0-dev.20251227.1

Compare Source

v7.0.0-dev.20251226.1

Compare Source

v7.0.0-dev.20251225.1

Compare Source

v7.0.0-dev.20251223.1

Compare Source

v7.0.0-dev.20251222.1

Compare Source

v7.0.0-dev.20251221.1

Compare Source

v7.0.0-dev.20251220.1

Compare Source

v7.0.0-dev.20251219.1

Compare Source

v7.0.0-dev.20251218.3

Compare Source

v7.0.0-dev.20251218.1

Compare Source

vitest-dev/vitest (@​vitest/browser)

v4.0.17

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
github/codeql-action (github/codeql-action)

v4.31.10

Compare Source

sindresorhus/globals (globals)

v17.0.0

Compare Source

Breaking
Improvements

capricorn86/happy-dom (happy-dom)

v20.1.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes
jsdom/jsdom (jsdom)

v27.4.0

Compare Source

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.
sass/dart-sass (sass)

v1.97.2

Compare Source

  • Additional fixes for implicit configuration when nested imports are involved.

v1.97.1

Compare Source

TypeStrong/TypeDoc (typedoc)

v0.28.16

Compare Source

Bug Fixes
  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #​3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #​3057.
  • Improved vertical positioning of text icons, #​3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes
    cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #​3055.
Features
  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #​3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@&#8203;mod}.
    This makes it possible to add modifier tags to these members, which previously was not possible as
    TypeScript's parsing stops for these members at the next non-braced tag, #​2916 and #​3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's
    configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json
    and will automatically be picked up when writing typedoc.json files if you are using VSCode, #​3054.
Thanks!
typescript-eslint/typescript-eslint (typescript-eslint)

v8.53.0

Compare Source

This was a version bump only for typescript-eslint 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 typescript-eslint 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 typescript-eslint to align it with other projects, there were no code changes.

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

v8.50.1

Compare Source

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

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


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 becomes conflicted, 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 changed the title chore(deps): update actions/setup-node action to v4.2.0 chore(deps): update all dependencies Jan 27, 2025
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 0f1b320 to 42b642c Compare February 4, 2025 00:23
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 718a2c7 to c34949f Compare February 12, 2025 19:37
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 563481d to 7443e71 Compare February 17, 2025 18:53
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 68af7ea to 994bc2b Compare February 24, 2025 18:47
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 1fc1626 to e3df018 Compare January 5, 2026 09:11
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from cbe4b2a to 24f8d94 Compare January 12, 2026 18:31
@paralin paralin merged commit f9c8226 into master Jan 13, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants