Skip to content

Commit

Permalink
Update to svelte 4.2.12 and some template fixes (#4982)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo authored Mar 15, 2024
1 parent a6f2be3 commit 67e81b3
Show file tree
Hide file tree
Showing 286 changed files with 1,970 additions and 1,409 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"bracketSpacing": true,
"proseWrap": "preserve",
"plugins": [
"prettier-plugin-svelte"
],
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"summary": "Update all package.json according to templates matched from templates folder",
"description": "Use to update all projects to templates",
"safeForSimultaneousRushProcesses": true,
"shellCommand": "node templates/apply.js",
"shellCommand": "node templates/apply.js"
},
{
"commandKind": "global",
Expand Down
1,637 changes: 782 additions & 855 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dev/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
Expand Down
3 changes: 1 addition & 2 deletions dev/client-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0"
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/platform": "^0.6.9",
Expand Down
3 changes: 1 addition & 2 deletions dev/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@types/faker": "~5.5.9",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0"
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/account": "^0.6.0",
Expand Down
7 changes: 4 additions & 3 deletions dev/prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mini-css-extract-plugin": "^2.2.0",
"dotenv-webpack": "^8.0.1",
"ts-loader": "^9.2.5",
"svelte-loader": "^3.1.9",
"svelte-loader": "^3.2.0",
"css-loader": "^5.2.1",
"webpack-dev-server": "^4.11.1",
"style-loader": "^3.3.1",
Expand All @@ -45,14 +45,15 @@
"browserslist": "4.21.5",
"esbuild": "^0.20.0",
"esbuild-loader": "^4.0.3",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"svelte-preprocess": "^5.1.3"
},
"dependencies": {
"@hcengineering/platform": "^0.6.9",
"@hcengineering/ui": "^0.6.11",
"@hcengineering/theme": "^0.6.3",
"@hcengineering/text": "^0.6.1",
"svelte": "^4.2.5",
"svelte": "^4.2.12",
"@hcengineering/login": "^0.6.8",
"@hcengineering/login-assets": "^0.6.0",
"@hcengineering/login-resources": "^0.6.2",
Expand Down
3 changes: 1 addition & 2 deletions dev/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0"
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/dev-storage": "^0.6.6",
Expand Down
3 changes: 1 addition & 2 deletions dev/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"typescript": "^5.3.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0"
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.6.28",
Expand Down
2 changes: 1 addition & 1 deletion dev/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sass-loader": "^13.2.0",
"storybook": "^7.0.6",
"storybook-addon-themes": "^6.1.0",
"svelte-preprocess": "^5.1.0"
"svelte-preprocess": "^5.1.3"
},
"repository": "https://github.com/hcenginneing/anticrm"
}
3 changes: 1 addition & 2 deletions dev/tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"@types/request": "~2.48.8",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0"
"@types/jest": "^29.5.5"
},
"dependencies": {
"@elastic/elasticsearch": "^7.14.0",
Expand Down
1 change: 0 additions & 1 deletion models/activity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/bitrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/chunter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/contact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/gmail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/guest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/hr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/lead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/preference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/presentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/recruit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-activity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-chunter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-contact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-gmail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-guest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-hr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-lead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion models/server-recruit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 67e81b3

Please sign in to comment.