Skip to content

chore(deps): update devdependencies#131

Open
descope[bot] wants to merge 1 commit intomainfrom
renovate/dev-dependencies
Open

chore(deps): update devdependencies#131
descope[bot] wants to merge 1 commit intomainfrom
renovate/dev-dependencies

Conversation

@descope
Copy link
Contributor

@descope descope bot commented Jan 15, 2026

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.52.08.54.0 age confidence
@typescript-eslint/parser (source) 8.52.08.54.0 age confidence
eslint-plugin-jest 29.12.129.13.0 age confidence
prettier (source) 3.7.43.8.1 age confidence

Release Notes

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

v8.54.0

Compare Source

🚀 Features
  • eslint-plugin-internal: add prefer-tsutils-methods rule (#​11974, #​11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#​11965, #​11955)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#​11967, #​11559)
  • deps: update dependency prettier to v3.8.0 (#​11991)
  • scope-manager: fix catch clause scopes def.name (#​11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#​11785)
❤️ Thank You

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

v8.53.1

Compare Source

🩹 Fixes
  • utils: make RuleCreator root defaultOptions optional (#​11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#​11951)
❤️ Thank You

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

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.

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

v8.54.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.53.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.

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.

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v29.13.0

Compare Source

Features

29.12.2 (2026-02-03)

Bug Fixes

29.12.1 (2026-01-02)

Bug Fixes
  • no-unnecessary-assertion: don't report for any and unknown types (#​1918) (388a36c)

v29.12.2

Compare Source

Features

29.12.2 (2026-02-03)

Bug Fixes

29.12.1 (2026-01-02)

Bug Fixes
  • no-unnecessary-assertion: don't report for any and unknown types (#​1918) (388a36c)
prettier/prettier (prettier)

v3.8.1

Compare Source

diff

Include available printers in plugin type declarations (#​18706 by @​porada)
// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

v3.8.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 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 has been generated by Renovate Bot.

@descope descope bot added the renovate label Jan 15, 2026
@descope descope bot enabled auto-merge (squash) January 15, 2026 22:17
@descope
Copy link
Contributor Author

descope bot commented Jan 15, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/bin/bash: warning: shell level (1000) too high, resetting to 1
/bin/bash: warning: shell level (1000) too high, resetting to 1
/bin/bash: warning: shell level (1000) too high, resetting to 1
/opt/containerbase/tools/corepack/0.34.6/20.20.0/bin/yarn: line 9: /usr/local/sbin/containerbase-cli: Argument list too long
/opt/containerbase/tools/corepack/0.34.6/20.20.0/bin/yarn: line 19: /opt/containerbase/tools/corepack/0.34.6/20.20.0/bin/yarn: Argument list too long

File name: undefined
Command failed: /bin/sh -c yarn all
/bin/bash: warning: shell level (1000) too high, resetting to 1
/bin/bash: warning: shell level (1000) too high, resetting to 1
/bin/bash: warning: shell level (1000) too high, resetting to 1
/opt/containerbase/tools/corepack/0.34.6/20.20.0/bin/yarn: line 9: /usr/local/sbin/containerbase-cli: Argument list too long
/opt/containerbase/tools/corepack/0.34.6/20.20.0/bin/yarn: line 19: /opt/containerbase/tools/corepack/0.34.6/20.20.0/bin/yarn: Argument list too long

@descope descope bot force-pushed the renovate/dev-dependencies branch from f46d465 to 98dbea3 Compare January 16, 2026 01:57
@descope descope bot force-pushed the renovate/dev-dependencies branch from 98dbea3 to 708b9ef Compare January 16, 2026 05:10
@descope descope bot force-pushed the renovate/dev-dependencies branch from 708b9ef to 1dc2fcc Compare January 16, 2026 08:18
@descope descope bot force-pushed the renovate/dev-dependencies branch from 1dc2fcc to ff7f381 Compare January 16, 2026 11:13
@descope descope bot force-pushed the renovate/dev-dependencies branch from ff7f381 to 4ac9867 Compare January 16, 2026 14:13
@descope descope bot force-pushed the renovate/dev-dependencies branch from 4ac9867 to ed047e7 Compare January 16, 2026 16:42
@descope descope bot force-pushed the renovate/dev-dependencies branch from ed047e7 to f277068 Compare January 16, 2026 20:43
@descope descope bot force-pushed the renovate/dev-dependencies branch from f277068 to 6c058ef Compare January 16, 2026 23:37
@descope descope bot force-pushed the renovate/dev-dependencies branch from 6c058ef to 9d6241b Compare January 17, 2026 01:56
@descope descope bot force-pushed the renovate/dev-dependencies branch from 9d6241b to 605b22f Compare January 17, 2026 04:26
@descope descope bot force-pushed the renovate/dev-dependencies branch from 605b22f to 8109495 Compare January 17, 2026 07:00
@descope descope bot force-pushed the renovate/dev-dependencies branch from 8109495 to 765a442 Compare January 17, 2026 09:34
@descope descope bot force-pushed the renovate/dev-dependencies branch from 765a442 to f34af1b Compare January 17, 2026 12:47
@descope descope bot force-pushed the renovate/dev-dependencies branch from 4f55c55 to 8f54d4d Compare February 10, 2026 13:22
@descope descope bot force-pushed the renovate/dev-dependencies branch from 8f54d4d to 8d18070 Compare February 10, 2026 17:08
@descope descope bot force-pushed the renovate/dev-dependencies branch from 8d18070 to cedea21 Compare February 10, 2026 23:44
@descope descope bot force-pushed the renovate/dev-dependencies branch from cedea21 to ca50c98 Compare February 11, 2026 04:04
@descope descope bot force-pushed the renovate/dev-dependencies branch from ca50c98 to 8857f9b Compare February 11, 2026 08:17
@descope descope bot force-pushed the renovate/dev-dependencies branch from 8857f9b to 43e6dbf Compare February 11, 2026 11:52
@descope descope bot force-pushed the renovate/dev-dependencies branch from 43e6dbf to e09535f Compare February 11, 2026 15:32
descope-approve[bot]
descope-approve bot previously approved these changes Feb 11, 2026
@descope descope bot force-pushed the renovate/dev-dependencies branch from 358cf3e to 025f97f Compare February 12, 2026 02:18
@descope descope bot force-pushed the renovate/dev-dependencies branch from 025f97f to ce7f926 Compare February 12, 2026 05:43
@descope descope bot force-pushed the renovate/dev-dependencies branch from ce7f926 to e11f91d Compare February 12, 2026 09:00
@descope descope bot force-pushed the renovate/dev-dependencies branch from e11f91d to 42e7071 Compare February 12, 2026 11:40
@descope descope bot force-pushed the renovate/dev-dependencies branch from 42e7071 to 30093d7 Compare February 12, 2026 15:02
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.

0 participants