-
Notifications
You must be signed in to change notification settings - Fork 0
Update npm dependencies (major) #51
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 |
|---|---|---|
|
|
@@ -40,36 +40,36 @@ | |
| "@easyops-cn/docusaurus-search-local": "0.55.0", | ||
| "@mdx-js/react": "^3.1.1", | ||
| "@mermaid-js/layout-elk": "^0.1.9", | ||
| "clsx": "^1.2.1", | ||
| "clsx": "^2.0.0", | ||
| "docusaurus-plugin-copy-page-button": "^0.5.2", | ||
| "docusaurus-plugin-llms": "^0.4.0", | ||
| "github-slugger": "^1.5.0", | ||
| "github-slugger": "^2.0.0", | ||
| "prism-react-renderer": "^2.4.1", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "open-ask-ai": "^0.7.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^18.2.0", | ||
| "@commitlint/config-conventional": "^18.1.0", | ||
| "@commitlint/cli": "^21.0.0", | ||
| "@commitlint/config-conventional": "^21.0.0", | ||
| "@docusaurus/eslint-plugin": "^3.10.0", | ||
| "@docusaurus/module-type-aliases": "^3.10.0", | ||
| "@docusaurus/tsconfig": "^3.10.0", | ||
| "@docusaurus/types": "^3.10.0", | ||
| "@semantic-release/changelog": "^6.0.3", | ||
| "@semantic-release/commit-analyzer": "^10.0.4", | ||
| "@semantic-release/git": "^10.0.1", | ||
| "@semantic-release/github": "^8.0.7", | ||
| "@semantic-release/changelog": "^7.0.0", | ||
| "@semantic-release/commit-analyzer": "^13.0.0", | ||
| "@semantic-release/git": "^11.0.0", | ||
| "@semantic-release/github": "^12.0.0", | ||
| "@semantic-release/npm": "^13.1.5", | ||
| "@semantic-release/release-notes-generator": "^10.0.3", | ||
| "@typescript-eslint/parser": "^6.13.1", | ||
| "@semantic-release/release-notes-generator": "^14.0.0", | ||
| "@typescript-eslint/parser": "^8.0.0", | ||
| "commitizen": "^4.3.2", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "semantic-release": "^25.0.0", | ||
| "stylelint": "^16.0.0 ", | ||
| "stylelint-config-standard": "^39.0.0", | ||
| "stylelint": "^17.0.0", | ||
| "stylelint-config-standard": "^40.0.0", | ||
| "tsc-files": "^1.1.4", | ||
| "typescript": "^5.9.3" | ||
| "typescript": "^7.0.0" | ||
|
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. Lockfile out of syncHigh Severity This commit raises dependency versions in Reviewed by Cursor Bugbot for commit e561d6f. Configure here. |
||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
|
|
||


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.
Node engines too low
Medium Severity
Bumping
@commitlint/clito^21.0.0andstylelintto^17.0.0pulls tools that require Node 22+ and Node ≥20.19 respectively, whileengines.noderemains>=18.0. Environments that honor the declared engine can install or run on Node 18–20 and then hit engine errors or failedlint:style/ commitlint runs after install.Reviewed by Cursor Bugbot for commit e561d6f. Configure here.