Skip to content

Commit 1baca49

Browse files
authored
Update JS deps (#35978)
Update JS deps, regenerate SVGs, fixed lint issues and did cursory testing of UI.
1 parent afc25c5 commit 1baca49

33 files changed

+926
-1101
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ Here's how to run the test suite:
166166

167167
- code lint
168168

169-
| | |
170-
| :-------------------- | :---------------------------------------------------------------- |
169+
| | |
170+
| :-------------------- | :--------------------------------------------------------------------------- |
171171
|``make lint`` | lint everything (not needed if you only change the front- **or** backend) |
172-
|``make lint-frontend`` | lint frontend files |
173-
|``make lint-backend`` | lint backend files |
172+
|``make lint-frontend`` | lint frontend files |
173+
|``make lint-backend`` | lint backend files |
174174

175175
- run tests (we suggest running them on Linux)
176176

177-
| Command | Action | |
178-
| :------------------------------------- | :----------------------------------------------- | ------------ |
179-
|``make test[\#SpecificTestName]`` | run unit test(s) | |
180-
|``make test-sqlite[\#SpecificTestName]``| run [integration](tests/integration) test(s) for SQLite |[More details](tests/integration/README.md) |
181-
|``make test-e2e-sqlite[\#SpecificTestName]``| run [end-to-end](tests/e2e) test(s) for SQLite |[More details](tests/e2e/README.md) |
177+
| Command | Action | |
178+
| :------------------------------------------ | :------------------------------------------------------- | ------------------------------------------- |
179+
|``make test[\#SpecificTestName]`` | run unit test(s) | |
180+
|``make test-sqlite[\#SpecificTestName]`` | run [integration](tests/integration) test(s) for SQLite | [More details](tests/integration/README.md) |
181+
|``make test-e2e-sqlite[\#SpecificTestName]`` | run [end-to-end](tests/e2e) test(s) for SQLite | [More details](tests/e2e/README.md) |
182182

183183
## Translation
184184

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ lint-swagger: node_modules ## lint swagger files
364364
lint-md: node_modules ## lint markdown files
365365
$(NODE_VARS) pnpm exec markdownlint *.md
366366

367+
.PHONY: lint-md-fix
368+
lint-md-fix: node_modules ## lint markdown files and fix issues
369+
$(NODE_VARS) pnpm exec markdownlint --fix *.md
370+
367371
.PHONY: lint-spell
368372
lint-spell: ## lint spelling
369373
@go run $(MISSPELL_PACKAGE) -dict assets/misspellings.csv -error $(SPELLCHECK_FILES)

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@ export default defineConfig([
935935
},
936936
{
937937
files: ['**/*.test.ts', 'web_src/js/test/setup.ts'],
938-
// @ts-expect-error - https://github.com/vitest-dev/eslint-plugin-vitest/issues/737
939938
plugins: {vitest},
940939
languageOptions: {globals: globals.vitest},
941940
rules: {

options/fileicon/material-icon-rules.json

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

0 commit comments

Comments
 (0)