-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update frontend and site dependencies (#4126)
Modifications: - Updated most frontend and site dependencies to their latest versions, except those that need non-trivial migration: - MUI - Gatsby (Updated from v2 to v3, but not to v4) - Fixed all newly reported ESLint violations, except those that don't make much sense. - Updated the `eslintrc.js` accordingly. - Merged `steps.module.less` into `antd-overrides.less` because it doesn't contain any component-specific styles. - Worked around the problem where the CSS class names of Table of Contents contain a plus (+) sign, preventing `tocbot` from working correctly. - Updated `gatsby-remark-draw-patched.js` so it embeds the SVG images rather than writing to external files, because Gatsby doesn't handle them correcly anymore. - Forked the SVGBob rendering code from `skyrta` because `svgbob` command has been renamed to `svgbob_cli` some time ago. - Disabled `license-webpack-plugin` on Windows due to a known issue. Result: - 0 vulnerability in `docs-client` - Less vulnerabilities in `site` - A contributor can build `site` from macOS on aarch64 (M1)
- Loading branch information
Showing
48 changed files
with
43,175 additions
and
34,878 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.