-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update devdependencies #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
📝 WalkthroughWalkthroughBumped 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
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
Comment |
There was a problem hiding this 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
📒 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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
522a535 to
a7ae6d3
Compare
|
a7ae6d3 to
a770a32
Compare
This PR contains the following updates:
4.4.7->4.4.94.4.7->4.4.916.2.3->16.2.4~5.8.0->~5.9.0Release Notes
jupyterlab/jupyterlab (@jupyterlab/builder)
v4.4.9Compare Source
4.4.9
(Full Changelog)
Bugs fixed
TerminalManagereven if terminals are not available #17876 (@krassowski)Contributors to this release
(GitHub contributors page for this release)
@jupyterlab-probot | @krassowski | @martinRenou | @meeseeksmachine
v4.4.8Compare Source
4.4.8
(Full Changelog)
Bugs fixed
configurationDonemessage once as per the DAP #17912 (@martinRenou)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.4Compare Source
Patch Changes
#1682
0176038Thanks @iiroj! - Update dependencies, including[email protected]with bug fixes.#1671
581a54eThanks @iiroj! - Speed up execution by only importing theyamldepedency if using YAML configuration files.microsoft/TypeScript (typescript)
v5.9.3Compare Source
v5.9.2Compare 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.
This PR was generated by Mend Renovate. View the repository job log.