⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2026

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@tailwindcss/postcss (source) 4.1.144.1.18 age confidence
@typescript-eslint/eslint-plugin (source) 6.9.06.21.0 age confidence
@typescript-eslint/eslint-plugin-tslint (source) 6.9.06.21.0 age confidence
@typescript-eslint/parser (source) 6.9.06.21.0 age confidence
@vscode/dts 0.4.00.4.1 age confidence
@vscode/test-cli ^0.0.8^0.0.12 age confidence
@vscode/test-electron 2.3.92.5.2 age confidence
@vscode/test-web ^0.0.71^0.0.78 age confidence
autoprefixer 10.4.2110.4.23 age confidence
bare-events 2.8.12.8.2 age confidence
bufferutil 4.0.64.1.0 age confidence
chai (source) 4.3.104.5.0 age confidence
chai-as-promised 7.1.17.1.2 age confidence
chai-exclude 2.1.02.1.1 age confidence
cspell (source) 9.2.19.4.0 age confidence
es-abstract 1.22.31.24.1 age confidence
es5-ext 0.10.630.10.64 age confidence
esbuild ^0.25.1^0.27.0 age confidence
esbuild-plugin-less 1.3.191.3.35 age confidence
eslint (source) 8.52.08.57.1 age confidence
eslint-config-prettier 9.0.09.1.2 age confidence
eslint-plugin-import 2.29.02.32.0 age confidence
eslint-plugin-jsdoc 46.8.246.10.1 age confidence
eslint-plugin-jsx-a11y 6.7.16.10.2 age confidence
eslint-plugin-no-only-tests (source) 3.1.03.3.0 age confidence
eslint-plugin-prettier 5.0.15.5.4 age confidence
eslint-plugin-react 7.33.27.37.5 age confidence
eslint-plugin-react-hooks (source) 4.6.04.6.2 age confidence
gulp (source) 5.0.05.0.1 age confidence
gulp-rename 2.0.02.1.0 age confidence
jsonschema 1.4.11.5.0 age confidence
less (source) 4.2.24.5.1 age confidence
lint-staged 16.2.316.2.7 age confidence
lru-cache 10.2.010.4.3 age confidence
mocha (source) 11.0.111.7.5 age confidence
mocha-junit-reporter 2.2.02.2.1 age confidence
prettier (source) 3.0.03.7.4 age confidence
rimraf 5.0.15.0.10 age confidence
screenshot-desktop 1.15.21.15.3 age confidence
source-map 0.7.40.7.6 age confidence
tailwindcss (source) 4.1.144.1.18 age confidence
ts-mock-imports 1.3.81.3.19 age confidence
tsx (source) 4.19.44.21.0 age confidence
typescript (source) 5.4.55.9.3 age confidence
typescript (source) 5.8.35.9.3 age confidence
unicode-properties 1.3.11.4.1 age confidence
utf-8-validate 5.0.95.0.10 age confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.18

Compare Source

Fixed
  • Ensure validation of source(…) happens relative to the file it is in (#​19274)
  • Include filename and line numbers in CSS parse errors (#​19282)
  • Skip comments in Ruby files when checking for class names (#​19243)
  • Skip over arbitrary property utilities with a top-level ! in the value (#​19243)
  • Support environment API in @tailwindcss/vite (#​18970)
  • Preserve case of theme keys from JS configs and plugins (#​19337)
  • Write source maps correctly on the CLI when using --watch (#​19373)
  • Handle special defaults (like ringColor.DEFAULT) in JS configs (#​19348)
  • Improve backwards compatibility for content theme key from JS configs (#​19381)
  • Upgrade: Handle future and experimental config keys (#​19344)
  • Try to canonicalize any arbitrary utility to a bare value (#​19379)
  • Validate candidates similarly to Oxide (#​19397)
  • Canonicalization: combine text-* and leading-* classes (#​19396)
  • Correctly handle duplicate CLI arguments (#​19416)
  • Don’t emit color-mix fallback rules inside @keyframes (#​19419)
  • CLI: Don't hang when output is /dev/stdout (#​19421)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

v6.14.0

Compare Source

Bug Fixes
  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#​8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#​7998) (705370a)
Features
  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#​8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#​8003) (4c3e704)

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

6.13.2 (2023-12-04)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

6.13.1 (2023-11-28)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.12.0

Compare Source

Bug Fixes
  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#​7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#​7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#​7806) (a034d0a), closes #​7768
Features
  • [member-ordering] add accessor support for member-ordering (#​7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#​7880) (4cfcd45)

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

v6.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#​7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#​7883) (a668f5b)
Features

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

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

v6.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata (#​8331)
  • allow parserOptions.project: false (#​8339)
  • eslint-plugin: add rule prefer-find (#​8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#​8257)
  • utils: improve eslint types (#​8344)
🩹 Fixes
  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#​8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#​8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#​8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#​8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#​8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#​8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#​8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#​8260)
❤️ Thank You

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#​8248)
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#​8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#​8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#​8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#​8300)
❤️ Thank You

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

v6.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#​8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#​8237)
❤️ Thank You

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule (#​8011)
  • eslint-plugin: [no-array-delete] add new rule (#​8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#​8065)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#​8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#​8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#​8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#​7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#​8181)
❤️ Thank You

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line (#​8185)
  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee (#​8178)
  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections (#​8169)
  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option (#​8176)
  • typescript-estree: fix invalid parsing error when use update expression on non-null assertion (#​8202)
  • typescript-estree: only create project service from env setting if project is enabled (#​8136)
  • utils: improve error message on typed rule with invalid parser (#​8146)
❤️ Thank You

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

v6.18.0

Compare Source

🚀 Features
  • eslint-plugin: [no-var-requires, no-require-imports] allow option (#​7710)
  • typescript-estree: throw on invalid update expressions (#​7202)
  • typescript-estree: throw error when CatchClause param contains initializer (#​8183)
❤️ Thank You

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

v6.17.0

[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v6.1


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@renovate renovate bot added the renovate label Jan 10, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 10, 2026

📝 Walkthrough

Walkthrough

Dependency version updates in two package.json files. Root package.json updates devDependencies: @vscode/test-cli -> ^0.0.12, @vscode/test-web -> ^0.0.78, cspell -> 9.4.0, esbuild -> ^0.27.0, and lint-staged -> 16.2.7. The vscode-notebook-perf test package.json updates @vscode/test-cli -> ^0.0.12. No changes to exported/public declarations, runtime logic, or application code.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the changeset: dependency version bumps across multiple packages in package.json files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 0078f35 and 34d13bd.

⛔ Files ignored due to path filters (2)
  • package-lock.json is excluded by !**/package-lock.json
  • src/test/vscode-notebook-perf/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • package.json
  • src/test/vscode-notebook-perf/package.json
🔇 Additional comments (5)
src/test/vscode-notebook-perf/package.json (1)

33-33: LGTM. Version aligns with root package.json.

package.json (4)

2747-2749: LGTM. Standard test tooling updates.


2764-2764: LGTM. Patch bump for cspell.


2800-2800: LGTM. Patch bump for lint-staged.


2769-2769: Confirm 0.27 breaking changes don't impact Node targets.

esbuild 0.27 introduces backwards-incompatible changes: Uint8Array.fromBase64 preference (may need --target for older Node) and bumped Go compiler (Linux kernel ≥ 3.2, macOS ≥ 12). Verify the build pipeline passes with your Node version and target OS requirements.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Jan 10, 2026

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

coderabbitai[bot]
coderabbitai bot previously approved these changes Jan 10, 2026
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In @package.json:
- Line 2771: Dependencies and lockfiles were updated and tooling versions
pinned, but you need to locally verify the full developer workflow: run the
openInBrowser npm script (referencing the openInBrowser script in package.json),
run a full build, and trigger the precommit hooks (lint-staged) to ensure
@vscode/test-cli "^0.0.12" and the bumped @vscode/test-web and other tools work
with the locked Node 22.21.1; if any script fails, update the offending package
or scripts (package.json entries and lint-staged config) to restore
compatibility, regenerate the lockfile, and re-run the checks until
openInBrowser, build, and precommit succeed.
📜 Review details

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 26193f2 and 31a513b.

⛔ Files ignored due to path filters (2)
  • package-lock.json is excluded by !**/package-lock.json
  • src/test/vscode-notebook-perf/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • package.json
  • src/test/vscode-notebook-perf/package.json
🔇 Additional comments (1)
src/test/vscode-notebook-perf/package.json (1)

33-33: Looks fine; verify notebook-perf tests still run with @vscode/test-cli ^0.0.12.
Since this is the test runner, confirm no CLI/behavior changes break src/test/vscode-notebook-perf’s test flow.

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 31a513b to 99ac546 Compare January 12, 2026 08:23
coderabbitai[bot]
coderabbitai bot previously approved these changes Jan 12, 2026
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from 0078f35 to 34d13bd Compare January 13, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant