Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps 2023-07 #1163

Merged
merged 28 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8c6b8c0
Update deps for the repo root
nygrenh Jul 3, 2023
2d46894
npm audit for the repo root
nygrenh Jul 3, 2023
c93392d
Update deps for system-tests
nygrenh Jul 3, 2023
b2bb42f
Update deps for shared-module
nygrenh Jul 3, 2023
57cd87b
npm audit for shared-module
nygrenh Jul 3, 2023
1c5ff49
Update deps for cms
nygrenh Jul 3, 2023
427072b
npm audit for cms
nygrenh Jul 3, 2023
bd1d05e
Update deps for course-material
nygrenh Jul 3, 2023
15f6933
Npm audit for course-material
nygrenh Jul 3, 2023
b31c5c0
Update deps for example-exercise
nygrenh Jul 3, 2023
3d5453a
Npm audit for example-exercise
nygrenh Jul 3, 2023
1c976d2
Update deps for main-frontend
nygrenh Jul 3, 2023
01dd60f
npm audit for main-frontend
nygrenh Jul 3, 2023
08ce5b1
Update deps for quizzes
nygrenh Jul 3, 2023
1e69608
Npm audit for quizzes
nygrenh Jul 3, 2023
8e2e1c5
Update deps for tmc
nygrenh Jul 3, 2023
197ed5a
Npm audit for tmc
nygrenh Jul 3, 2023
61dbe0f
Cargo upgrade
nygrenh Jul 3, 2023
d334390
Cargo update
nygrenh Jul 3, 2023
d90d261
Generate doc files
nygrenh Jul 3, 2023
97a5df3
Generate gutenberg types
nygrenh Jul 3, 2023
9638243
Eslint fixes wip
nygrenh Jul 3, 2023
e2f5165
Eslint fixes
nygrenh Jul 3, 2023
cbf34e6
Typescript fixes
nygrenh Jul 3, 2023
282d31e
Turn swc minify on as keeping it off causes a miscompilation in cms
nygrenh Jul 5, 2023
e880007
System test fixes
nygrenh Jul 5, 2023
2dd0087
Test fixes and add commands for running system tests from the repo root
nygrenh Jul 6, 2023
7cf1afb
Fix editing max words in quizzes
nygrenh Jul 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ out
playwright-report
storybook-static
services/**/shared-module
system-tests/shared-module
services/main-frontend/public/monaco-editor
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ module.exports = {
"playwright/no-focused-test": "off",
"playwright/prefer-strict-equal": "error",
"playwright/prefer-to-be": "error",
"playwright/valid-expect": "off",
"playwright/expect-expect": "off",
},
},
],
Expand Down
5 changes: 5 additions & 0 deletions bin/generate-doc-files
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -euo pipefail
source "$(dirname "$0")/.common"

ensure_program_in_path jq

BASEDIR="$(dirname "${BASH_SOURCE[0]}")"

# Generate types
Expand All @@ -13,5 +15,8 @@ run_command cd "$RELATIVE_PATH" || exit

run_command cargo run --features ts_rs -- doc-file-generator

# Sort the keys alphabetically so that the output is deterministic. Rust HashMaps use random order by default.
run_command find server/generated-docs/ -name '*.json' -exec jq --sort-keys . -M {} \;

# Fix formatting
run_command npm run eslint:format-generated-docs
1,560 changes: 694 additions & 866 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,30 @@
"homepage": "https://github.com/rage/secret-project-331#readme",
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"concurrently": "^8.1.0",
"eslint": "^8.41.0",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"concurrently": "^8.2.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-custom-rules": "file:eslint-custom-rules",
"eslint-plugin-i18next": "^6.0.1",
"eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-playwright": "^0.12.0",
"eslint-plugin-playwright": "^0.15.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"postcss": "^8.4.24",
"postcss-styled-syntax": "^0.4.0",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
"stylelint": "^15.6.2",
"stylelint": "^15.9.0",
"stylelint-config-recommended": "^12.0.0",
"ts-auto-guard": "^4.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"@fontsource/raleway": "^5.0.2",
"styled-system": "^5.1.5"
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion services/cms/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const svgoConfig = require("./src/shared-module/utils/svgoConfig")
const normalResponseHeaders = generateNormalResponseHeaders()

const config = {
swcMinify: false,
swcMinify: true,
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
Loading