Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@jupyterlab/builder 4.4.7 -> 4.4.9 age confidence
@jupyterlab/testutils 4.4.7 -> 4.4.9 age confidence
lint-staged 16.2.3 -> 16.2.4 age confidence
typescript (source) ~5.8.0 -> ~5.9.0 age confidence

Release Notes

jupyterlab/jupyterlab (@​jupyterlab/builder)

v4.4.9

Compare Source

4.4.9

(Full Changelog)

Bugs fixed
Contributors to this release

(GitHub contributors page for this release)

@​jupyterlab-probot | @​krassowski | @​martinRenou | @​meeseeksmachine

v4.4.8

Compare Source

4.4.8

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​brichet | @​github-actions | @​HaudinFlorence | @​jtpio | @​jupyterlab-probot | @​krassowski | @​martinRenou | @​meeseeksmachine | @​Meriem-BenIsmail | @​williamstein

lint-staged/lint-staged (lint-staged)

v16.2.4

Compare Source

Patch Changes
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

v5.9.2

Compare Source


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
Copy link
Author

renovate bot commented Oct 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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
error Error: https://npm.pkg.github.com/@deepnote%2fblocks: authentication token not provided
    at params.callback [as _callback] (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:66680:18)
    at self.callback (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:141410:22)
    at Request.emit (node:events:519:28)
    at Request.<anonymous> (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:142382:10)
    at Request.emit (node:events:519:28)
    at IncomingMessage.<anonymous> (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:142304:12)
    at Object.onceWrapper (node:events:633:28)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1698:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 11, 2025

📝 Walkthrough

Walkthrough

Bumped devDependencies in package.json: TypeScript from ~5.8.0 → ~5.9.0 and lint-staged from 16.2.3 → 16.2.4. No source files, exported/public APIs, or functional code changes.

Possibly related PRs

Suggested reviewers

  • Artmann
  • andyjakubowski
  • saltenasl

Pre-merge checks

✅ 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 uses the conventional commit style and concisely describes the primary change—updating development dependencies—without unnecessary detail or noise.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a7ae6d3 and a770a32.

📒 Files selected for processing (1)
  • package.json (2 hunks)

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

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

📜 Review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b865e79 and a5b58a3.

📒 Files selected for processing (1)
  • package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: check_release

"stylelint-csstree-validator": "^3.0.0",
"stylelint-prettier": "^4.0.0",
"typescript": "~5.8.0",
"typescript": "~5.9.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Blocked: TypeScript 5.9 incompatible with @typescript-eslint 6.1

Bumping TypeScript to ~5.9.0 will make linting crash because @typescript-eslint/parser 6.1.0 rejects TS ≥5.2 (“Unsupported TypeScript version”). Either upgrade all @typescript-eslint/* packages to a release that supports TS 5.9 or keep TypeScript on a supported 5.1.x range.

🤖 Prompt for AI Agents
In package.json at line 98, TypeScript was bumped to "~5.9.0" which is
incompatible with the current @typescript-eslint packages and will cause the
linter to crash; either revert the TypeScript entry back to a 5.1.x range (e.g.
"~5.1.x") to keep current @typescript-eslint versions, or update all
@typescript-eslint/* packages to versions that explicitly support TypeScript
5.9, then run npm/yarn install to update package.json and the lockfile and run
the linter to verify the incompatibility is resolved.

@renovate renovate bot force-pushed the renovate/dev-dependencies branch 5 times, most recently from 522a535 to a7ae6d3 Compare October 15, 2025 08:52
@codecov
Copy link

codecov bot commented Oct 15, 2025

⚠️ JUnit XML file not found

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

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from a7ae6d3 to a770a32 Compare October 15, 2025 13:25
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.

2 participants