Update ESLint, TypeScript to mutually supported versions & fix Sass deprecation warning #5246

Closed
opened 2025-12-29 19:25:51 +01:00 by adam · 0 comments
Owner

Originally created by @thatmattlove on GitHub (Aug 30, 2021).

Originally assigned to: @thatmattlove on GitHub.

Proposed Changes

  • Update ESLint and/or TypeScript to mutually supported versions
  • Remove usage of / for division in Sass files

Justification

Will fix the following errors when running UI bundles:

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.4.0

YOUR TYPESCRIPT VERSION: 4.4.2
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Originally created by @thatmattlove on GitHub (Aug 30, 2021). Originally assigned to: @thatmattlove on GitHub. ### Proposed Changes - Update ESLint and/or TypeScript to mutually supported versions - Remove usage of `/` for division in Sass files ### Justification Will fix the following errors when running UI bundles: ``` WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.4.0 YOUR TYPESCRIPT VERSION: 4.4.2 ``` ``` DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0. ```
adam added the type: housekeeping label 2025-12-29 19:25:51 +01:00
adam closed this issue 2025-12-29 19:25:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5246