-
Notifications
You must be signed in to change notification settings - Fork 140
Update jupyter-html deps (major) #675
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,17 +17,17 @@ | |
| "react-dom": "^19.2.4" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.39.3", | ||
| "@eslint/js": "^10.0.0", | ||
| "@types/react": "^19.2.14", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^4.7.0", | ||
| "eslint": "^9.39.3", | ||
| "eslint-plugin-react-hooks": "^5.2.0", | ||
| "@vitejs/plugin-react": "^6.0.0", | ||
| "eslint": "^10.0.0", | ||
| "eslint-plugin-react-hooks": "^7.0.0", | ||
| "eslint-plugin-react-refresh": "^0.5.0", | ||
| "globals": "^17.0.0", | ||
| "typescript": "~5.9.0", | ||
| "typescript": "~7.0.0", | ||
|
devin-ai-integration[bot] marked this conversation as resolved.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 TypeScript upgraded to a version the linter does not support, breaking linting TypeScript is bumped to version 7 ( Unsatisfied peer dependency between typescript and typescript-eslint
Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| "typescript-eslint": "^8.56.1", | ||
| "vite": "^6.4.1", | ||
| "vite": "^8.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Published notebook widget keeps old bundle After these upgrades, Python packages still ship the old notebook bundle because the generated HTML remains unchanged. room_html loads that committed HTML, not the upgraded source. Learn moreThe notebook widget is distributed as a checked-in HTML resource rather than rebuilt when Python packages are created. The Example: A new RTC wheel built from this commit contains the same notebook HTML as a wheel built from the base commit, even though the Vite dependency is now version 8. Recommended fix: Run Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| "vite-plugin-singlefile": "^2.3.0" | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.