Skip to content

Commit 8e644d3

Browse files
authored
Update js and py dependencies (#26243)
- Update all JS and PY dependencies minus `eslint-plugin-eslint-comments` (because of eslint-community/eslint-plugin-eslint-comments#89) - Regenerate SVGs - Remove depreacted eslint rule - Tested mermaid and swagger
1 parent 04d7ced commit 8e644d3

8 files changed

+253
-738
lines changed

.eslintrc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ rules:
422422
no-restricted-imports: [0]
423423
no-restricted-syntax: [2, WithStatement, ForInStatement, LabeledStatement, SequenceExpression]
424424
no-return-assign: [0]
425-
no-return-await: [0]
426425
no-script-url: [2]
427426
no-self-assign: [2, {props: true}]
428427
no-self-compare: [2]

package-lock.json

Lines changed: 226 additions & 710 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@
1313
"@github/relative-time-element": "4.3.0",
1414
"@github/text-expander-element": "2.5.0",
1515
"@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
16-
"@primer/octicons": "19.4.0",
16+
"@primer/octicons": "19.5.0",
1717
"@webcomponents/custom-elements": "1.6.0",
1818
"add-asset-webpack-plugin": "2.0.1",
1919
"ansi_up": "5.2.1",
2020
"asciinema-player": "3.5.0",
21-
"clippie": "4.0.1",
21+
"clippie": "4.0.6",
2222
"css-loader": "6.8.1",
2323
"dropzone": "6.0.0-beta.2",
2424
"easymde": "2.18.0",
2525
"esbuild-loader": "3.0.1",
2626
"escape-goat": "4.0.0",
27-
"fast-glob": "3.3.0",
27+
"fast-glob": "3.3.1",
2828
"jquery": "3.7.0",
2929
"jquery.are-you-sure": "1.9.0",
3030
"katex": "0.16.8",
3131
"license-checker-webpack-plugin": "0.2.1",
3232
"lightningcss-loader": "2.1.0",
33-
"mermaid": "10.2.4",
33+
"mermaid": "10.3.0",
3434
"mini-css-extract-plugin": "2.7.6",
3535
"minimatch": "9.0.3",
3636
"monaco-editor": "0.40.0",
3737
"monaco-editor-webpack-plugin": "7.1.0",
3838
"pdfobject": "2.2.12",
3939
"pretty-ms": "8.0.0",
4040
"sortablejs": "1.15.0",
41-
"swagger-ui-dist": "5.1.3",
41+
"swagger-ui-dist": "5.2.0",
4242
"throttle-debounce": "5.0.0",
4343
"tinycolor2": "1.6.0",
4444
"tippy.js": "6.3.7",
@@ -55,20 +55,20 @@
5555
},
5656
"devDependencies": {
5757
"@eslint-community/eslint-plugin-eslint-comments": "3.2.1",
58-
"@playwright/test": "1.36.1",
59-
"@stoplight/spectral-cli": "6.8.0",
58+
"@playwright/test": "1.36.2",
59+
"@stoplight/spectral-cli": "6.10.0",
6060
"@vitejs/plugin-vue": "4.2.3",
61-
"eslint": "8.45.0",
61+
"eslint": "8.46.0",
6262
"eslint-plugin-array-func": "3.1.8",
6363
"eslint-plugin-custom-elements": "0.0.8",
64-
"eslint-plugin-import": "2.27.5",
64+
"eslint-plugin-import": "2.28.0",
6565
"eslint-plugin-jquery": "1.5.1",
6666
"eslint-plugin-no-jquery": "2.7.0",
6767
"eslint-plugin-no-use-extend-native": "0.5.0",
6868
"eslint-plugin-regexp": "1.15.0",
6969
"eslint-plugin-sonarjs": "0.19.0",
70-
"eslint-plugin-unicorn": "48.0.0",
71-
"eslint-plugin-vue": "9.15.1",
70+
"eslint-plugin-unicorn": "48.0.1",
71+
"eslint-plugin-vue": "9.16.0",
7272
"eslint-plugin-wc": "1.5.0",
7373
"jsdom": "22.1.0",
7474
"markdownlint-cli": "0.35.0",
@@ -79,7 +79,7 @@
7979
"stylelint-stylistic": "0.4.3",
8080
"svgo": "3.0.2",
8181
"updates": "14.3.4",
82-
"vite-string-plugin": "1.1.1",
82+
"vite-string-plugin": "1.1.2",
8383
"vitest": "0.33.0"
8484
},
8585
"browserslist": [

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/img/svg/octicon-pin-slash.svg

Lines changed: 1 addition & 1 deletion
Loading

public/assets/img/svg/octicon-repo-clone.svg

Lines changed: 1 addition & 1 deletion
Loading

public/assets/img/svg/octicon-repo-pull.svg

Lines changed: 1 addition & 1 deletion
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = []
88
python = "^3.8"
99

1010
[tool.poetry.group.dev.dependencies]
11-
djlint = "1.32.0"
11+
djlint = "1.32.1"
1212

1313
[tool.djlint]
1414
profile="golang"

0 commit comments

Comments
 (0)