Update JS dependencies (#28537)

- Update all JS dependencies excluding mcaptcha (breaking changes) and
stylelint (plugin not compatible with v16)
- Regenerate SVGs
- Update markdownlint rule names
- Fix one issue of heading in markdown discovered during lint
- Update for monaco options renames
- Fix stylelint rule length-zero-no-unit for custom properties
- Tested editor, swagger, sorting, vue, lint
This commit is contained in:
silverwind 2023-12-30 06:29:03 +01:00 committed by GitHub
parent 19b1b698c9
commit ce55a74374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
160 changed files with 892 additions and 1027 deletions

View file

@ -11,7 +11,7 @@ const baseOptions = {
guides: {bracketPairs: false, indentation: false},
links: false,
minimap: {enabled: false},
occurrencesHighlight: false,
occurrencesHighlight: 'off',
overviewRulerLanes: 0,
renderLineHighlight: 'all',
renderLineHighlightOnlyWhenFocus: true,