Skip to content

Commit

Permalink
Update js and py dependencies (#26243)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
silverwind authored Jul 30, 2023
1 parent 04d7ced commit 8e644d3
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 738 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ rules:
no-restricted-imports: [0]
no-restricted-syntax: [2, WithStatement, ForInStatement, LabeledStatement, SequenceExpression]
no-return-assign: [0]
no-return-await: [0]
no-script-url: [2]
no-self-assign: [2, {props: true}]
no-self-compare: [2]
Expand Down
936 changes: 226 additions & 710 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"@github/relative-time-element": "4.3.0",
"@github/text-expander-element": "2.5.0",
"@mcaptcha/vanilla-glue": "0.1.0-alpha-3",
"@primer/octicons": "19.4.0",
"@primer/octicons": "19.5.0",
"@webcomponents/custom-elements": "1.6.0",
"add-asset-webpack-plugin": "2.0.1",
"ansi_up": "5.2.1",
"asciinema-player": "3.5.0",
"clippie": "4.0.1",
"clippie": "4.0.6",
"css-loader": "6.8.1",
"dropzone": "6.0.0-beta.2",
"easymde": "2.18.0",
"esbuild-loader": "3.0.1",
"escape-goat": "4.0.0",
"fast-glob": "3.3.0",
"fast-glob": "3.3.1",
"jquery": "3.7.0",
"jquery.are-you-sure": "1.9.0",
"katex": "0.16.8",
"license-checker-webpack-plugin": "0.2.1",
"lightningcss-loader": "2.1.0",
"mermaid": "10.2.4",
"mermaid": "10.3.0",
"mini-css-extract-plugin": "2.7.6",
"minimatch": "9.0.3",
"monaco-editor": "0.40.0",
"monaco-editor-webpack-plugin": "7.1.0",
"pdfobject": "2.2.12",
"pretty-ms": "8.0.0",
"sortablejs": "1.15.0",
"swagger-ui-dist": "5.1.3",
"swagger-ui-dist": "5.2.0",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
"tippy.js": "6.3.7",
Expand All @@ -55,20 +55,20 @@
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "3.2.1",
"@playwright/test": "1.36.1",
"@stoplight/spectral-cli": "6.8.0",
"@playwright/test": "1.36.2",
"@stoplight/spectral-cli": "6.10.0",
"@vitejs/plugin-vue": "4.2.3",
"eslint": "8.45.0",
"eslint": "8.46.0",
"eslint-plugin-array-func": "3.1.8",
"eslint-plugin-custom-elements": "0.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jquery": "1.5.1",
"eslint-plugin-no-jquery": "2.7.0",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-regexp": "1.15.0",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-unicorn": "48.0.0",
"eslint-plugin-vue": "9.15.1",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.16.0",
"eslint-plugin-wc": "1.5.0",
"jsdom": "22.1.0",
"markdownlint-cli": "0.35.0",
Expand All @@ -79,7 +79,7 @@
"stylelint-stylistic": "0.4.3",
"svgo": "3.0.2",
"updates": "14.3.4",
"vite-string-plugin": "1.1.1",
"vite-string-plugin": "1.1.2",
"vitest": "0.33.0"
},
"browserslist": [
Expand Down
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/assets/img/svg/octicon-pin-slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/img/svg/octicon-repo-clone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/img/svg/octicon-repo-pull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = []
python = "^3.8"

[tool.poetry.group.dev.dependencies]
djlint = "1.32.0"
djlint = "1.32.1"

[tool.djlint]
profile="golang"
Expand Down

0 comments on commit 8e644d3

Please sign in to comment.