Update JS and PY dependencies (#33587)

- Update all dependencies excluding `tailwindcss` and `idiomorph`
- Tested citation, asciinema, pdf, swagger

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
silverwind 2025-02-16 14:14:23 +01:00 committed by GitHub
parent 37c4f3760c
commit 3bbacac62c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1430 additions and 2722 deletions

View file

@ -123,7 +123,6 @@ export default defineConfig({
'declaration-block-no-redundant-longhand-properties': [true, {ignoreShorthands: ['flex-flow', 'overflow', 'grid-template']}],
// @ts-expect-error - https://github.com/stylelint-types/stylelint-define-config/issues/1
'declaration-property-unit-disallowed-list': {'line-height': ['em']},
// @ts-expect-error - https://github.com/stylelint-types/stylelint-define-config/issues/1
'declaration-property-value-disallowed-list': {'word-break': ['break-word']},
'font-family-name-quotes': 'always-where-recommended',
'function-name-case': 'lower',