From c23af625f61cad8f2d74c0b65fd7e16e8922d987 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 12 Feb 2024 23:57:11 +0700 Subject: [PATCH] Enhanced Phased build (#4599) Signed-off-by: Andrey Sobolev --- .github/workflows/main.yml | 16 +- .gitignore | 3 +- common/config/rush/command-line.json | 374 +-- common/config/rush/pnpm-lock.yaml | 2686 ++++++++--------- common/scripts/install-run.js | 15 +- dev/account/package.json | 13 +- dev/client-resources/package.json | 13 +- dev/generator/Dockerfile | 2 +- dev/generator/package.json | 16 +- dev/prod/package.json | 5 +- dev/server/package.json | 13 +- dev/storage/package.json | 13 +- dev/tool/.eslintrc.js | 2 +- dev/tool/Dockerfile | 2 +- dev/tool/config/rig.json | 3 +- dev/tool/package.json | 19 +- dev/tool/src/__start.ts | 6 +- dev/tool/src/benchmark.ts | 16 +- dev/tool/src/clean.ts | 20 +- dev/tool/src/configuration.ts | 2 +- dev/tool/src/elastic.ts | 4 +- dev/tool/src/index.ts | 12 +- dev/tool/src/mdiff.ts | 12 +- dev/tool/src/mixin.ts | 18 +- dev/tool/src/telegram.ts | 8 +- dev/tool/src/utils.ts | 11 +- dev/tool/src/workspace.ts | 8 +- dev/tool/tsconfig.json | 2 +- models/activity/package.json | 10 +- models/all/package.json | 10 +- models/attachment/package.json | 10 +- models/bitrix/package.json | 10 +- models/board/package.json | 10 +- models/calendar/package.json | 10 +- models/chunter/package.json | 10 +- models/contact/package.json | 10 +- models/core/package.json | 10 +- models/gmail/package.json | 10 +- models/hr/package.json | 10 +- models/inventory/package.json | 10 +- models/lead/package.json | 10 +- models/notification/package.json | 10 +- models/preference/package.json | 10 +- models/presentation/package.json | 10 +- models/recruit/package.json | 10 +- models/request/package.json | 10 +- models/server-activity/package.json | 10 +- models/server-attachment/package.json | 10 +- models/server-calendar/package.json | 10 +- models/server-chunter/package.json | 10 +- models/server-contact/package.json | 10 +- models/server-core/package.json | 10 +- models/server-gmail/package.json | 10 +- models/server-hr/package.json | 10 +- models/server-inventory/package.json | 10 +- models/server-lead/package.json | 10 +- models/server-notification/package.json | 10 +- models/server-openai/package.json | 10 +- models/server-recruit/package.json | 10 +- models/server-request/package.json | 10 +- models/server-setting/package.json | 10 +- models/server-tags/package.json | 10 +- models/server-task/package.json | 10 +- models/server-telegram/package.json | 10 +- models/server-templates/package.json | 10 +- models/server-tracker/package.json | 10 +- models/server-translate/package.json | 10 +- models/server-view/package.json | 10 +- models/setting/package.json | 10 +- models/support/package.json | 10 +- models/tags/package.json | 10 +- models/task/package.json | 10 +- models/telegram/package.json | 10 +- models/templates/package.json | 10 +- models/text-editor/package.json | 10 +- models/tracker/package.json | 10 +- models/view/package.json | 10 +- models/workbench/package.json | 10 +- packages/collaborator-client/package.json | 13 +- packages/core/package.json | 13 +- packages/kanban/package.json | 13 +- packages/model/package.json | 13 +- packages/panel/package.json | 13 +- packages/platform-rig/bin/compile.js | 100 + packages/platform-rig/bin/do-svelte-check.js | 78 + packages/platform-rig/package.json | 4 +- .../profiles/assets/config/rush-project.json | 14 +- .../profiles/default/config/rush-project.json | 14 +- .../profiles/model/config/rush-project.json | 12 + .../profiles/node/config/rush-project.json | 16 + .../platform-rig/profiles/node/tsconfig.json | 3 +- .../profiles/package/config/rush-project.json | 20 + .../profiles/ui/config/rush-project.json | 24 +- packages/platform/package.json | 13 +- packages/presentation/package.json | 13 +- packages/query/package.json | 13 +- packages/rekoni/package.json | 13 +- packages/text-editor/package.json | 10 +- packages/text/package.json | 13 +- packages/theme/package.json | 10 +- packages/ui/package.json | 13 +- plugins/activity-assets/package.json | 13 +- plugins/activity-resources/package.json | 13 +- plugins/activity/package.json | 13 +- plugins/attachment-assets/package.json | 9 +- plugins/attachment-resources/package.json | 13 +- plugins/attachment/package.json | 13 +- plugins/bitrix-assets/package.json | 9 +- plugins/bitrix-resources/package.json | 10 +- plugins/bitrix/package.json | 13 +- plugins/board-assets/package.json | 9 +- plugins/board-resources/package.json | 10 +- plugins/board/package.json | 13 +- plugins/calendar-assets/package.json | 9 +- plugins/calendar-resources/package.json | 13 +- plugins/calendar/package.json | 13 +- plugins/chunter-assets/package.json | 9 +- plugins/chunter-resources/package.json | 13 +- plugins/chunter/package.json | 13 +- plugins/client-resources/package.json | 13 +- plugins/client/package.json | 13 +- plugins/contact-assets/package.json | 9 +- plugins/contact-resources/package.json | 13 +- plugins/contact/package.json | 13 +- plugins/devmodel-resources/package.json | 11 +- plugins/devmodel/package.json | 11 +- plugins/gmail-assets/package.json | 13 +- plugins/gmail-resources/package.json | 13 +- plugins/gmail/package.json | 13 +- plugins/hr-assets/package.json | 9 +- plugins/hr-resources/package.json | 10 +- plugins/hr/package.json | 13 +- plugins/image-cropper-resources/package.json | 13 +- plugins/image-cropper/package.json | 13 +- plugins/inventory-assets/package.json | 13 +- plugins/inventory-resources/package.json | 13 +- plugins/inventory/package.json | 13 +- plugins/lead-assets/package.json | 9 +- plugins/lead-resources/package.json | 10 +- plugins/lead/package.json | 13 +- plugins/login-assets/package.json | 9 +- plugins/login-resources/package.json | 10 +- plugins/login/package.json | 13 +- plugins/notification-assets/package.json | 9 +- plugins/notification-resources/package.json | 13 +- plugins/notification/package.json | 11 +- plugins/preference-assets/package.json | 13 +- plugins/preference/package.json | 13 +- plugins/recruit-assets/package.json | 9 +- plugins/recruit-resources/package.json | 10 +- plugins/recruit/package.json | 13 +- plugins/request-assets/package.json | 9 +- plugins/request-resources/package.json | 10 +- plugins/request/package.json | 13 +- plugins/setting-assets/package.json | 9 +- plugins/setting-resources/package.json | 13 +- plugins/setting/package.json | 13 +- plugins/support-assets/package.json | 9 +- plugins/support-resources/package.json | 10 +- plugins/support/package.json | 13 +- plugins/tags-assets/package.json | 13 +- plugins/tags-resources/package.json | 13 +- plugins/tags/package.json | 13 +- plugins/task-assets/package.json | 9 +- plugins/task-resources/package.json | 11 +- plugins/task/package.json | 13 +- plugins/telegram-assets/package.json | 13 +- plugins/telegram-resources/package.json | 10 +- plugins/telegram/package.json | 13 +- plugins/templates-assets/package.json | 13 +- plugins/templates-resources/package.json | 13 +- plugins/templates/package.json | 13 +- plugins/tracker-assets/package.json | 9 +- plugins/tracker-resources/.eslintrc.js | 2 +- plugins/tracker-resources/package.json | 13 +- plugins/tracker-resources/tsconfig.json | 2 +- plugins/tracker/package.json | 13 +- plugins/view-assets/package.json | 9 +- plugins/view-resources/package.json | 13 +- plugins/view/package.json | 13 +- plugins/workbench-assets/package.json | 13 +- plugins/workbench-resources/package.json | 10 +- plugins/workbench/package.json | 13 +- pods/account/.eslintrc.js | 2 +- pods/account/Dockerfile | 2 +- pods/account/config/rig.json | 3 +- pods/account/package.json | 19 +- pods/account/src/__start.ts | 2 +- pods/account/src/index.ts | 4 +- pods/account/tsconfig.json | 2 +- pods/backup/.eslintrc.js | 2 +- pods/backup/Dockerfile | 2 +- pods/backup/config/rig.json | 3 +- pods/backup/package.json | 19 +- pods/backup/src/platform.ts | 2 +- pods/backup/tsconfig.json | 2 +- pods/collaborator/.eslintrc.js | 2 +- pods/collaborator/Dockerfile | 2 +- pods/collaborator/config/rig.json | 3 +- pods/collaborator/package.json | 19 +- pods/collaborator/tsconfig.json | 2 +- pods/front/.eslintrc.js | 2 +- pods/front/Dockerfile | 2 +- pods/front/config/rig.json | 3 +- pods/front/package.json | 22 +- pods/front/run.sh | 2 +- pods/front/tsconfig.json | 2 +- pods/server/.eslintrc.js | 2 +- pods/server/Dockerfile | 2 +- pods/server/config/rig.json | 3 +- pods/server/package.json | 21 +- pods/server/src/server.ts | 30 +- pods/server/tsconfig.json | 2 +- products/tracker/Dockerfile | 2 +- rush.json | 2 +- .../activity-resources/package.json | 13 +- server-plugins/activity/package.json | 13 +- .../attachment-resources/package.json | 13 +- server-plugins/attachment/package.json | 13 +- .../calendar-resources/package.json | 13 +- server-plugins/calendar/package.json | 13 +- server-plugins/chunter-resources/package.json | 13 +- server-plugins/chunter/package.json | 13 +- server-plugins/contact-resources/package.json | 13 +- server-plugins/contact/package.json | 13 +- server-plugins/gmail-resources/package.json | 13 +- server-plugins/gmail/package.json | 13 +- server-plugins/hr-resources/package.json | 13 +- server-plugins/hr/package.json | 13 +- .../inventory-resources/package.json | 13 +- server-plugins/inventory/package.json | 13 +- server-plugins/lead-resources/package.json | 13 +- server-plugins/lead/package.json | 13 +- .../notification-resources/package.json | 13 +- server-plugins/notification/package.json | 13 +- server-plugins/openai/package.json | 13 +- server-plugins/preference/package.json | 13 +- server-plugins/recruit-resources/package.json | 13 +- server-plugins/recruit/package.json | 13 +- server-plugins/request-resources/package.json | 13 +- server-plugins/request/package.json | 13 +- server-plugins/setting-resources/package.json | 13 +- server-plugins/setting/package.json | 13 +- server-plugins/tags-resources/package.json | 13 +- server-plugins/tags/package.json | 13 +- server-plugins/task-resources/package.json | 13 +- server-plugins/task/package.json | 13 +- .../telegram-resources/package.json | 13 +- server-plugins/telegram/package.json | 13 +- server-plugins/templates/package.json | 13 +- server-plugins/tracker-resources/package.json | 13 +- server-plugins/tracker/package.json | 13 +- server-plugins/view-resources/package.json | 13 +- server-plugins/view/package.json | 13 +- server/account/package.json | 13 +- server/backup/package.json | 13 +- server/collaborator/Dockerfile | 2 +- server/collaborator/package.json | 18 +- server/core/package.json | 13 +- server/elastic/jest.config.js | 4 +- server/elastic/package.json | 13 +- server/front/package.json | 13 +- server/front/run.sh | 2 +- server/middleware/package.json | 13 +- server/minio/package.json | 13 +- server/mongo/package.json | 13 +- server/rpc/package.json | 13 +- server/server/package.json | 13 +- server/token/package.json | 13 +- server/tool/package.json | 13 +- server/translate/package.json | 13 +- server/ws/package.json | 13 +- templates/assets/package.json | 11 +- templates/model/package.json | 10 +- templates/node/package.json | 9 +- templates/platform/package.json | 9 +- templates/ui/package.json | 8 +- tests/restore-local.sh | 12 +- tests/sanity/package.json | 2 +- tests/tool-local.sh | 2 +- tests/tool.sh | 2 +- tests/update-snapshot.sh | 2 +- tools/apm/package.json | 16 +- 283 files changed, 3283 insertions(+), 2904 deletions(-) create mode 100755 packages/platform-rig/bin/compile.js create mode 100755 packages/platform-rig/bin/do-svelte-check.js diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1489c65f31..045542d245 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: - name: Building... run: node common/scripts/install-run-rush.js build - - name: Bundle + - name: Building... run: node common/scripts/install-run-rush.js bundle - name: Cache build results @@ -156,16 +156,12 @@ jobs: path: ${{ env.CacheFolders}} key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }} restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.sha }} - - name: Docker build - run: node common/scripts/install-run-rush.js docker:build - env: - DOCKER_CLI_HINTS: false - name: Prepare server run: | cd ./tests ./prepare-tests.sh - name: Testing... - run: node common/scripts/install-run-rush.js test --verbose + run: node common/scripts/install-run-rush.js test env: ELASTIC_URL: 'http://localhost:9201' MONGO_URL: 'mongodb://localhost:27018' @@ -282,15 +278,7 @@ jobs: - name: Model version from git tags run: node common/scripts/install-run-rush.js model-version - - - name: Building... - run: node common/scripts/install-run-rush.js build - - name: Print model version - run: node common/scripts/install-run-rush.js model-version - - - name: Bundle - run: node common/scripts/install-run-rush.js bundle - name: Docker build run: node common/scripts/install-run-rush.js docker:build env: diff --git a/.gitignore b/.gitignore index 3041f95273..7065b4fccf 100644 --- a/.gitignore +++ b/.gitignore @@ -73,8 +73,9 @@ common/temp/ common/autoinstallers/*/.npmrc **/.rush/temp/ bundle.js +bundle/*.js dist -dist_cache +.build tsconfig.tsbuildinfo ingest-attachment-*.zip tsdoc-metadata.json diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json index 10eb483a0e..09e97f9f59 100644 --- a/common/config/rush/command-line.json +++ b/common/config/rush/command-line.json @@ -5,200 +5,76 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/command-line.schema.json", - /** - * Custom "commands" introduce new verbs for the command-line. To see the help for these - * example commands, try "rush --help", "rush my-bulk-command --help", or - * "rush my-global-command --help". - */ - "commands": [ - // { - // /** - // * (Required) Determines the type of custom command. - // * Rush's "bulk" commands are invoked separately for each project. Rush will look in - // * each project's package.json file for a "scripts" entry whose name matches the - // * command name. By default, the command will run for every project in the repo, - // * according to the dependency graph (similar to how "rush build" works). - // * The set of projects can be restricted e.g. using the "--to" or "--from" parameters. - // */ - // "commandKind": "bulk", - // - // /** - // * (Required) The name that will be typed as part of the command line. This is also the name - // * of the "scripts" hook in the project's package.json file. - // * The name should be comprised of lower case words separated by hyphens or colons. The name should include an - // * English verb (e.g. "deploy"). Use a hyphen to separate words (e.g. "upload-docs"). A group of related commands - // * can be prefixed with a colon (e.g. "docs:generate", "docs:deploy", "docs:serve", etc). - // * - // * Note that if the "rebuild" command is overridden here, it becomes separated from the "build" command - // * and will call the "rebuild" script instead of the "build" script. - // */ - // "name": "my-bulk-command", - // - // /** - // * (Required) A short summary of the custom command to be shown when printing command line - // * help, e.g. "rush --help". - // */ - // "summary": "Example bulk custom command", - // - // /** - // * A detailed description of the command to be shown when printing command line - // * help (e.g. "rush --help my-command"). - // * If omitted, the "summary" text will be shown instead. - // * - // * Whenever you introduce commands/parameters, taking a little time to write meaningful - // * documentation can make a big difference for the developer experience in your repo. - // */ - // "description": "This is an example custom command that runs separately for each project", - // - // /** - // * By default, Rush operations acquire a lock file which prevents multiple commands from executing simultaneously - // * in the same repo folder. (For example, it would be a mistake to run "rush install" and "rush build" at the - // * same time.) If your command makes sense to run concurrently with other operations, - // * set "safeForSimultaneousRushProcesses" to true to disable this protection. - // * - // * In particular, this is needed for custom scripts that invoke other Rush commands. - // */ - // "safeForSimultaneousRushProcesses": false, - // - // /** - // * (Required) If true, then this command is safe to be run in parallel, i.e. executed - // * simultaneously for multiple projects. Similar to "rush build", regardless of parallelism - // * projects will not start processing until their dependencies have completed processing. - // */ - // "enableParallelism": false, - // - // /** - // * Normally projects will be processed according to their dependency order: a given project will not start - // * processing the command until all of its dependencies have completed. This restriction doesn't apply for - // * certain operations, for example a "clean" task that deletes output files. In this case - // * you can set "ignoreDependencyOrder" to true to increase parallelism. - // */ - // "ignoreDependencyOrder": false, - // - // /** - // * Normally Rush requires that each project's package.json has a "scripts" entry matching - // * the custom command name. To disable this check, set "ignoreMissingScript" to true; - // * projects with a missing definition will be skipped. - // */ - // "ignoreMissingScript": false, - // - // /** - // * When invoking shell scripts, Rush uses a heuristic to distinguish errors from warnings: - // * - If the shell script returns a nonzero process exit code, Rush interprets this as "one or more errors". - // * Error output is displayed in red, and it prevents Rush from attempting to process any downstream projects. - // * - If the shell script returns a zero process exit code but writes something to its stderr stream, - // * Rush interprets this as "one or more warnings". Warning output is printed in yellow, but does NOT prevent - // * Rush from processing downstream projects. - // * - // * Thus, warnings do not interfere with local development, but they will cause a CI job to fail, because - // * the Rush process itself returns a nonzero exit code if there are any warnings or errors. This is by design. - // * In an active monorepo, we've found that if you allow any warnings in your master branch, it inadvertently - // * teaches developers to ignore warnings, which quickly leads to a situation where so many "expected" warnings - // * have accumulated that warnings no longer serve any useful purpose. - // * - // * Sometimes a poorly behaved task will write output to stderr even though its operation was successful. - // * In that case, it's strongly recommended to fix the task. However, as a workaround you can set - // * allowWarningsInSuccessfulBuild=true, which causes Rush to return a nonzero exit code for errors only. - // * - // * Note: The default value is false. In Rush 5.7.x and earlier, the default value was true. - // */ - // "allowWarningsInSuccessfulBuild": false, - // - // /** - // * If true then this command will be incremental like the built-in "build" command - // */ - // "incremental": false, - // - // /** - // * (EXPERIMENTAL) Normally Rush terminates after the command finishes. If this option is set to "true" Rush - // * will instead enter a loop where it watches the file system for changes to the selected projects. Whenever a - // * change is detected, the command will be invoked again for the changed project and any selected projects that - // * directly or indirectly depend on it. - // * - // * For details, refer to the website article "Using watch mode". - // */ - // "watchForChanges": false, - // - // /** - // * (EXPERIMENTAL) Disable cache for this action. This may be useful if this command affects state outside of - // * projects' own folders. - // */ - // "disableBuildCache": false - // }, - // - // { - // /** - // * (Required) Determines the type of custom command. - // * Rush's "global" commands are invoked once for the entire repo. - // */ - // "commandKind": "global", - // - // "name": "my-global-command", - // "summary": "Example global custom command", - // "description": "This is an example custom command that runs once for the entire repo", - // - // "safeForSimultaneousRushProcesses": false, - // - // /** - // * (Required) A script that will be invoked using the OS shell. The working directory will be - // * the folder that contains rush.json. If custom parameters are associated with this command, their - // * values will be appended to the end of this string. - // */ - // "shellCommand": "node common/scripts/my-global-command.js", - // - // /** - // * If your "shellCommand" script depends on NPM packages, the recommended best practice is - // * to make it into a regular Rush project that builds using your normal toolchain. In cases where - // * the command needs to work without first having to run "rush build", the recommended practice - // * is to publish the project to an NPM registry and use common/scripts/install-run.js to launch it. - // * - // * Autoinstallers offer another possibility: They are folders under "common/autoinstallers" with - // * a package.json file and shrinkwrap file. Rush will automatically invoke the package manager to - // * install these dependencies before an associated command is invoked. Autoinstallers have the - // * advantage that they work even in a branch where "rush install" is broken, which makes them a - // * good solution for Git hook scripts. But they have the disadvantages of not being buildable - // * projects, and of increasing the overall installation footprint for your monorepo. - // * - // * The "autoinstallerName" setting must not contain a path and must be a valid NPM package name. - // * For example, the name "my-task" would map to "common/autoinstallers/my-task/package.json", and - // * the "common/autoinstallers/my-task/node_modules/.bin" folder would be added to the shell PATH when - // * invoking the "shellCommand". - // */ - // // "autoinstallerName": "my-task" - // } + + "phases": [ { - "commandKind": "bulk", - "name": "lint:fix", - "summary": "Lint&Fix", - "description": "Lint and autofix linting issues", - "enableParallelism": true, - "incremental": true, - "ignoreDependencyOrder": false, + "name": "_phase:build", + "dependencies": { + "upstream": ["_phase:build"] + }, "ignoreMissingScript": true, - "disableBuildCache": true + "allowWarningsOnSuccess": false }, { - "commandKind": "bulk", - "name": "lint", - "summary": "Lint", - "description": "Lint", - "enableParallelism": true, - "incremental": true, - "ignoreDependencyOrder": true, + "name": "_phase:test", + "dependencies": { + "self": ["_phase:build"] + }, "ignoreMissingScript": true, - "disableBuildCache": true + "allowWarningsOnSuccess": true }, { - "commandKind": "bulk", - "name": "format", - "summary": "format", - "description": "Format and autofix linting issues", - "enableParallelism": true, - "incremental": false, - "ignoreDependencyOrder": true, + "name": "_phase:lint", + "dependencies": { + "self": ["_phase:build"] + }, "ignoreMissingScript": true, - "disableBuildCache": true + "allowWarningsOnSuccess": false }, + { + "name": "_phase:bundle", + "dependencies": { + "self": ["_phase:build"] + }, + "ignoreMissingScript": true, + "allowWarningsOnSuccess": false + }, + { + "name": "_phase:svelte-check", + "dependencies": { + "self": ["_phase:build"] + }, + "ignoreMissingScript": true, + "allowWarningsOnSuccess": true + }, + { + "name": "_phase:package", + "dependencies": { + "self": ["_phase:build"], + "upstream": ["_phase:package"] + }, + "ignoreMissingScript": true, + "allowWarningsOnSuccess": false + }, + { + "name": "_phase:docker-build", + "dependencies": { + "self": ["_phase:build", "_phase:package", "_phase:bundle"], + "upstream": ["_phase:build", "_phase:bundle", "_phase:package"] + }, + "ignoreMissingScript": true, + "allowWarningsOnSuccess": true + }, + { + "name": "_phase:docker-staging", + "dependencies": { + "self": ["_phase:build", "_phase:package", "_phase:bundle"] + }, + "ignoreMissingScript": true, + "allowWarningsOnSuccess": false + } + ], + "commands": [ { "commandKind": "bulk", "name": "build:watch", @@ -213,50 +89,95 @@ }, { "commandKind": "bulk", - "name": "svelte-check", - "summary": "svelte-check", - "description": "Perform svelte-check", + "name": "format", + "summary": "Format", + "description": "Perform a formatting", "enableParallelism": true, - "incremental": true, - "ignoreDependencyOrder": true, + "incremental": false, "ignoreMissingScript": true, - "disableBuildCache": false + "safeForSimultaneousRushProcesses": true, + "disableBuildCache": true + }, + { + "summary": "svelte-check", + "commandKind": "phased", + "name": "svelte-check", + "phases": ["_phase:build", "_phase:svelte-check"], + "enableParallelism": true, + "incremental": true }, { - "commandKind": "bulk", - "name": "test", - "summary": "test", - "description": "Perform testing", + "commandKind": "phased", + "name": "build", + "phases": ["_phase:build"], "enableParallelism": true, - "allowWarningsInSuccessfulBuild": true, - "incremental": true, - "ignoreDependencyOrder": false, - "ignoreMissingScript": true + "incremental": true + }, + { + "commandKind": "phased", + "name": "rebuild", + "summary": "ReBuild and test all projects.", + "phases": ["_phase:build"], + "enableParallelism": true, + "incremental": false + }, + { + "commandKind": "phased", + "summary": "Do testing", + "name": "test", + "phases": ["_phase:build", "_phase:test"], + "enableParallelism": true, + "incremental": true + }, + { + "commandKind": "phased", + "name": "retest", + "summary": "Build and test all projects.", + "phases": ["_phase:build", "_phase:test"], + "enableParallelism": true, + "incremental": false }, { - "commandKind": "bulk", - "name": "docker:build", - "summary": "docker:build", - "description": "Build and make docker containers", + "commandKind": "phased", + "summary": "Do bundle", + "name": "bundle", + "phases": ["_phase:build", "_phase:bundle"], "enableParallelism": true, - "incremental": false, - "ignoreDependencyOrder": false, - "ignoreMissingScript": true, - "disableBuildCache": true, - "allowWarningsInSuccessfulBuild": true + "incremental": true }, { - "commandKind": "bulk", - "name": "docker:staging", - "summary": "docker:staging", - "description": "Push docker staging images", + "commandKind": "phased", + "summary": "Do packaging", + "name": "package", + "phases": ["_phase:build", "_phase:package"], "enableParallelism": true, - "incremental": false, - "ignoreDependencyOrder": false, - "ignoreMissingScript": true, - "disableBuildCache": true, - "allowWarningsInSuccessfulBuild": true + "incremental": true + }, + + { + "summary": "docker:build", + "commandKind": "phased", + "name": "docker:build", + "phases": ["_phase:build", "_phase:bundle", "_phase:package", "_phase:docker-build"], + "enableParallelism": true, + "incremental": true + }, + { + "summary": "docker:rebuild", + "commandKind": "phased", + "name": "docker:rebuild", + "phases": ["_phase:build", "_phase:bundle", "_phase:package", "_phase:docker-build"], + "enableParallelism": true, + "incremental": false + }, + { + "summary": "docker:staging", + "commandKind": "phased", + "name": "docker-staging", + "phases": ["_phase:build", "_phase:bundle", "_phase:package", "_phase:docker-staging"], + "enableParallelism": true, + "incremental": true }, { "commandKind": "bulk", @@ -270,17 +191,6 @@ "disableBuildCache": true, "allowWarningsInSuccessfulBuild": true }, - { - "commandKind": "bulk", - "name": "bundle", - "summary": "bundle", - "description": "Build bundles", - "enableParallelism": true, - "incremental": false, - "ignoreDependencyOrder": false, - "ignoreMissingScript": true, - "disableBuildCache": true - }, { "commandKind": "global", "name": "apply-templates", @@ -320,14 +230,6 @@ "description": "Format and autofix linting issues in changed projects", "safeForSimultaneousRushProcesses": true, "shellCommand": "./common/scripts/each-diff.sh rushx format" - }, - { - "commandKind": "global", - "name": "bump-packages", - "summary": "Bump and publish packages from last tag", - "description": "Bump and publish packages from last tag", - "safeForSimultaneousRushProcesses": true, - "shellCommand": "node common/scripts/bump.js" } ], diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index e0d535b952..ad0393640c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -46,7 +46,7 @@ dependencies: version: file:projects/attachment.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/attachment-assets': specifier: file:./projects/attachment-assets.tgz - version: file:projects/attachment-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/attachment-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/attachment-resources': specifier: file:./projects/attachment-resources.tgz version: file:projects/attachment-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -55,7 +55,7 @@ dependencies: version: file:projects/bitrix.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/bitrix-assets': specifier: file:./projects/bitrix-assets.tgz - version: file:projects/bitrix-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/bitrix-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/bitrix-resources': specifier: file:./projects/bitrix-resources.tgz version: file:projects/bitrix-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -64,7 +64,7 @@ dependencies: version: file:projects/board.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/board-assets': specifier: file:./projects/board-assets.tgz - version: file:projects/board-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/board-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/board-resources': specifier: file:./projects/board-resources.tgz version: file:projects/board-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -73,7 +73,7 @@ dependencies: version: file:projects/calendar.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/calendar-assets': specifier: file:./projects/calendar-assets.tgz - version: file:projects/calendar-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/calendar-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/calendar-resources': specifier: file:./projects/calendar-resources.tgz version: file:projects/calendar-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -82,7 +82,7 @@ dependencies: version: file:projects/chunter.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/chunter-assets': specifier: file:./projects/chunter-assets.tgz - version: file:projects/chunter-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/chunter-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/chunter-resources': specifier: file:./projects/chunter-resources.tgz version: file:projects/chunter-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -103,7 +103,7 @@ dependencies: version: file:projects/contact.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/contact-assets': specifier: file:./projects/contact-assets.tgz - version: file:projects/contact-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/contact-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/contact-resources': specifier: file:./projects/contact-resources.tgz version: file:projects/contact-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -124,10 +124,10 @@ dependencies: version: file:projects/dev-storage.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/devmodel': specifier: file:./projects/devmodel.tgz - version: file:projects/devmodel.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/devmodel.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/devmodel-resources': specifier: file:./projects/devmodel-resources.tgz - version: file:projects/devmodel-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/devmodel-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/elastic': specifier: file:./projects/elastic.tgz version: file:projects/elastic.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5) @@ -151,7 +151,7 @@ dependencies: version: file:projects/hr.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/hr-assets': specifier: file:./projects/hr-assets.tgz - version: file:projects/hr-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/hr-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/hr-resources': specifier: file:./projects/hr-resources.tgz version: file:projects/hr-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -178,7 +178,7 @@ dependencies: version: file:projects/lead.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/lead-assets': specifier: file:./projects/lead-assets.tgz - version: file:projects/lead-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/lead-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/lead-resources': specifier: file:./projects/lead-resources.tgz version: file:projects/lead-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -187,7 +187,7 @@ dependencies: version: file:projects/login.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/login-assets': specifier: file:./projects/login-assets.tgz - version: file:projects/login-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/login-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/login-resources': specifier: file:./projects/login-resources.tgz version: file:projects/login-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(file-loader@6.2.0)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(webpack@5.88.2) @@ -202,163 +202,163 @@ dependencies: version: file:projects/model.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/model-activity': specifier: file:./projects/model-activity.tgz - version: file:projects/model-activity.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-activity.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-all': specifier: file:./projects/model-all.tgz - version: file:projects/model-all.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-all.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-attachment': specifier: file:./projects/model-attachment.tgz - version: file:projects/model-attachment.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-attachment.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-bitrix': specifier: file:./projects/model-bitrix.tgz - version: file:projects/model-bitrix.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-bitrix.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-board': specifier: file:./projects/model-board.tgz - version: file:projects/model-board.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-board.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-calendar': specifier: file:./projects/model-calendar.tgz - version: file:projects/model-calendar.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-calendar.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-chunter': specifier: file:./projects/model-chunter.tgz - version: file:projects/model-chunter.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-chunter.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-contact': specifier: file:./projects/model-contact.tgz - version: file:projects/model-contact.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-contact.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-core': specifier: file:./projects/model-core.tgz - version: file:projects/model-core.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-core.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-gmail': specifier: file:./projects/model-gmail.tgz - version: file:projects/model-gmail.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-gmail.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-hr': specifier: file:./projects/model-hr.tgz - version: file:projects/model-hr.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-hr.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-inventory': specifier: file:./projects/model-inventory.tgz - version: file:projects/model-inventory.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-inventory.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-lead': specifier: file:./projects/model-lead.tgz - version: file:projects/model-lead.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-lead.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-notification': specifier: file:./projects/model-notification.tgz - version: file:projects/model-notification.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-notification.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-preference': specifier: file:./projects/model-preference.tgz - version: file:projects/model-preference.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-preference.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-presentation': specifier: file:./projects/model-presentation.tgz - version: file:projects/model-presentation.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-presentation.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-recruit': specifier: file:./projects/model-recruit.tgz - version: file:projects/model-recruit.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-recruit.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-request': specifier: file:./projects/model-request.tgz - version: file:projects/model-request.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-request.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-activity': specifier: file:./projects/model-server-activity.tgz - version: file:projects/model-server-activity.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-activity.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-attachment': specifier: file:./projects/model-server-attachment.tgz - version: file:projects/model-server-attachment.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-attachment.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-calendar': specifier: file:./projects/model-server-calendar.tgz - version: file:projects/model-server-calendar.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-calendar.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-chunter': specifier: file:./projects/model-server-chunter.tgz - version: file:projects/model-server-chunter.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-chunter.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-contact': specifier: file:./projects/model-server-contact.tgz - version: file:projects/model-server-contact.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-contact.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-core': specifier: file:./projects/model-server-core.tgz - version: file:projects/model-server-core.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-core.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-gmail': specifier: file:./projects/model-server-gmail.tgz - version: file:projects/model-server-gmail.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-gmail.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-hr': specifier: file:./projects/model-server-hr.tgz - version: file:projects/model-server-hr.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-hr.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-inventory': specifier: file:./projects/model-server-inventory.tgz - version: file:projects/model-server-inventory.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-inventory.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-lead': specifier: file:./projects/model-server-lead.tgz - version: file:projects/model-server-lead.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-lead.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-notification': specifier: file:./projects/model-server-notification.tgz - version: file:projects/model-server-notification.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-notification.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-openai': specifier: file:./projects/model-server-openai.tgz - version: file:projects/model-server-openai.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-openai.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-recruit': specifier: file:./projects/model-server-recruit.tgz - version: file:projects/model-server-recruit.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-recruit.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-request': specifier: file:./projects/model-server-request.tgz - version: file:projects/model-server-request.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-request.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-setting': specifier: file:./projects/model-server-setting.tgz - version: file:projects/model-server-setting.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-setting.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-tags': specifier: file:./projects/model-server-tags.tgz - version: file:projects/model-server-tags.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-tags.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-task': specifier: file:./projects/model-server-task.tgz - version: file:projects/model-server-task.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-task.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-telegram': specifier: file:./projects/model-server-telegram.tgz - version: file:projects/model-server-telegram.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-telegram.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-templates': specifier: file:./projects/model-server-templates.tgz - version: file:projects/model-server-templates.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-templates.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-tracker': specifier: file:./projects/model-server-tracker.tgz - version: file:projects/model-server-tracker.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-tracker.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-translate': specifier: file:./projects/model-server-translate.tgz - version: file:projects/model-server-translate.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-translate.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-server-view': specifier: file:./projects/model-server-view.tgz - version: file:projects/model-server-view.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-server-view.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-setting': specifier: file:./projects/model-setting.tgz - version: file:projects/model-setting.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-setting.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-support': specifier: file:./projects/model-support.tgz - version: file:projects/model-support.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-support.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-tags': specifier: file:./projects/model-tags.tgz - version: file:projects/model-tags.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-tags.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-task': specifier: file:./projects/model-task.tgz - version: file:projects/model-task.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-task.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-telegram': specifier: file:./projects/model-telegram.tgz - version: file:projects/model-telegram.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-telegram.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-templates': specifier: file:./projects/model-templates.tgz - version: file:projects/model-templates.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-templates.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-text-editor': specifier: file:./projects/model-text-editor.tgz - version: file:projects/model-text-editor.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-text-editor.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-tracker': specifier: file:./projects/model-tracker.tgz - version: file:projects/model-tracker.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-tracker.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-view': specifier: file:./projects/model-view.tgz - version: file:projects/model-view.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-view.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/model-workbench': specifier: file:./projects/model-workbench.tgz - version: file:projects/model-workbench.tgz(svelte@4.2.5)(typescript@5.2.2) + version: file:projects/model-workbench.tgz(svelte@4.2.5)(typescript@5.3.3) '@rush-temp/mongo': specifier: file:./projects/mongo.tgz version: file:projects/mongo.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/notification': specifier: file:./projects/notification.tgz - version: file:projects/notification.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/notification.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/notification-assets': specifier: file:./projects/notification-assets.tgz - version: file:projects/notification-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/notification-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/notification-resources': specifier: file:./projects/notification-resources.tgz version: file:projects/notification-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -400,7 +400,7 @@ dependencies: version: file:projects/presentation.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) '@rush-temp/prod': specifier: file:./projects/prod.tgz - version: file:projects/prod.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(sass@1.69.0)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/prod.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(sass@1.69.0)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/query': specifier: file:./projects/query.tgz version: file:projects/query.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) @@ -409,7 +409,7 @@ dependencies: version: file:projects/recruit.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/recruit-assets': specifier: file:./projects/recruit-assets.tgz - version: file:projects/recruit-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/recruit-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/recruit-resources': specifier: file:./projects/recruit-resources.tgz version: file:projects/recruit-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -421,7 +421,7 @@ dependencies: version: file:projects/request.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/request-assets': specifier: file:./projects/request-assets.tgz - version: file:projects/request-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/request-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/request-resources': specifier: file:./projects/request-resources.tgz version: file:projects/request-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -565,19 +565,19 @@ dependencies: version: file:projects/setting.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/setting-assets': specifier: file:./projects/setting-assets.tgz - version: file:projects/setting-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/setting-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/setting-resources': specifier: file:./projects/setting-resources.tgz version: file:projects/setting-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) '@rush-temp/storybook': specifier: file:./projects/storybook.tgz - version: file:projects/storybook.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.2.2)(webpack-cli@5.1.4)(webpack@5.88.2) + version: file:projects/storybook.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.3.3)(webpack-cli@5.1.4)(webpack@5.88.2) '@rush-temp/support': specifier: file:./projects/support.tgz version: file:projects/support.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/support-assets': specifier: file:./projects/support-assets.tgz - version: file:projects/support-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/support-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/support-resources': specifier: file:./projects/support-resources.tgz version: file:projects/support-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -595,10 +595,10 @@ dependencies: version: file:projects/task.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/task-assets': specifier: file:./projects/task-assets.tgz - version: file:projects/task-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/task-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/task-resources': specifier: file:./projects/task-resources.tgz - version: file:projects/task-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/task-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/telegram': specifier: file:./projects/telegram.tgz version: file:projects/telegram.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) @@ -637,7 +637,7 @@ dependencies: version: file:projects/tracker.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/tracker-assets': specifier: file:./projects/tracker-assets.tgz - version: file:projects/tracker-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/tracker-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/tracker-resources': specifier: file:./projects/tracker-resources.tgz version: file:projects/tracker-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -652,7 +652,7 @@ dependencies: version: file:projects/view.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1) '@rush-temp/view-assets': specifier: file:./projects/view-assets.tgz - version: file:projects/view-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2) + version: file:projects/view-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3) '@rush-temp/view-resources': specifier: file:./projects/view-resources.tgz version: file:projects/view-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1) @@ -676,7 +676,7 @@ dependencies: version: 7.4.6(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-styling': specifier: ^1.0.1 - version: 1.3.7(postcss@8.4.31)(react-dom@18.2.0)(react@18.2.0)(sass@1.69.0)(typescript@5.2.2)(webpack@5.88.2) + version: 1.3.7(postcss@8.4.31)(react-dom@18.2.0)(react@18.2.0)(sass@1.69.0)(typescript@5.3.3)(webpack@5.88.2) '@storybook/blocks': specifier: ^7.0.6 version: 7.4.6(react-dom@18.2.0)(react@18.2.0) @@ -685,7 +685,7 @@ dependencies: version: 7.4.6(svelte@4.2.5) '@storybook/svelte-webpack5': specifier: ^7.0.6 - version: 7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.2.2)(webpack-cli@5.1.4) + version: 7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.3.3)(webpack-cli@5.1.4) '@storybook/testing-library': specifier: ^0.0.14-next.2 version: 0.0.14-next.2 @@ -856,10 +856,10 @@ dependencies: version: 0.4.12 '@typescript-eslint/eslint-plugin': specifier: ^6.11.0 - version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) '@typescript-eslint/parser': specifier: ^6.11.0 - version: 6.11.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.11.0(eslint@8.54.0)(typescript@5.3.3) allure-playwright: specifier: ^2.9.2 version: 2.9.2 @@ -937,7 +937,7 @@ dependencies: version: 8.54.0 eslint-config-standard-with-typescript: specifier: ^40.0.0 - version: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + version: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: specifier: ^2.26.0 version: 2.28.1(eslint@8.54.0) @@ -973,7 +973,7 @@ dependencies: version: 8.0.7 fork-ts-checker-webpack-plugin: specifier: ~7.3.0 - version: 7.3.0(typescript@5.2.2)(webpack@5.88.2) + version: 7.3.0(typescript@5.3.3)(webpack@5.88.2) got: specifier: ^11.8.3 version: 11.8.6 @@ -1057,7 +1057,7 @@ dependencies: version: 4.0.1(postcss@8.4.31)(ts-node@10.9.1) postcss-loader: specifier: ^7.0.2 - version: 7.3.3(postcss@8.4.31)(typescript@5.2.2)(webpack@5.88.2) + version: 7.3.3(postcss@8.4.31)(typescript@5.3.3)(webpack@5.88.2) prettier: specifier: ^3.1.0 version: 3.1.0 @@ -1096,7 +1096,7 @@ dependencies: version: 0.32.6 simplytyped: specifier: ^3.3.0 - version: 3.3.0(typescript@5.2.2) + version: 3.3.0(typescript@5.3.3) slugify: specifier: ^1.6.6 version: 1.6.6 @@ -1126,7 +1126,7 @@ dependencies: version: 3.1.9(svelte@4.2.5) svelte-preprocess: specifier: ^5.1.0 - version: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) + version: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) svgo-loader: specifier: ^3.0.0 version: 3.0.3 @@ -1138,16 +1138,16 @@ dependencies: version: 2.0.2 ts-jest: specifier: ^29.1.1 - version: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + version: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) ts-loader: specifier: ^9.2.5 - version: 9.5.0(typescript@5.2.2)(webpack@5.88.2) + version: 9.5.0(typescript@5.3.3)(webpack@5.88.2) ts-node: specifier: ^10.8.0 - version: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) + version: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.3.3 + version: 5.3.3 update-browserslist-db: specifier: ~1.0.11 version: 1.0.13(browserslist@4.21.5) @@ -4448,7 +4448,7 @@ packages: - '@types/react-dom' dev: false - /@storybook/addon-styling@1.3.7(postcss@8.4.31)(react-dom@18.2.0)(react@18.2.0)(sass@1.69.0)(typescript@5.2.2)(webpack@5.88.2): + /@storybook/addon-styling@1.3.7(postcss@8.4.31)(react-dom@18.2.0)(react@18.2.0)(sass@1.69.0)(typescript@5.3.3)(webpack@5.88.2): resolution: {integrity: sha512-JSBZMOrSw/3rlq5YoEI7Qyq703KSNP0Jd+gxTWu3/tP6245mpjn2dXnR8FvqVxCi+FG4lt2kQyPzgsuwEw1SSA==} hasBin: true peerDependencies: @@ -4483,7 +4483,7 @@ packages: css-loader: 6.8.1(webpack@5.88.2) less-loader: 11.1.3(webpack@5.88.2) postcss: 8.4.31 - postcss-loader: 7.3.3(postcss@8.4.31)(typescript@5.2.2)(webpack@5.88.2) + postcss-loader: 7.3.3(postcss@8.4.31)(typescript@5.3.3)(webpack@5.88.2) prettier: 2.8.8 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -4693,7 +4693,7 @@ packages: - supports-color dev: false - /@storybook/builder-webpack5@7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(webpack-cli@5.1.4): + /@storybook/builder-webpack5@7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack-cli@5.1.4): resolution: {integrity: sha512-j7AyDPlUuO2GiH6riB8iGbT7blQpyVGB+rMHXPSm7v6/U7IITbNzxFwe+sSMLoFr8K1e2VXpgqQ9p3rHFey+nw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4730,7 +4730,7 @@ packages: constants-browserify: 1.0.0 css-loader: 6.8.1(webpack@5.88.2) express: 4.18.2 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.2.2)(webpack@5.88.2) + fork-ts-checker-webpack-plugin: 8.0.0(typescript@5.3.3)(webpack@5.88.2) fs-extra: 11.1.1 html-webpack-plugin: 5.5.3(webpack@5.88.2) path-browserify: 1.0.1 @@ -4742,7 +4742,7 @@ packages: swc-loader: 0.2.3(@swc/core@1.3.92)(webpack@5.88.2) terser-webpack-plugin: 5.3.9(@swc/core@1.3.92)(esbuild@0.16.17)(webpack@5.88.2) ts-dedent: 2.2.0 - typescript: 5.2.2 + typescript: 5.3.3 url: 0.11.3 util: 0.12.5 util-deprecate: 1.0.2 @@ -5234,7 +5234,7 @@ packages: '@storybook/preview-api': 7.4.6 dev: false - /@storybook/svelte-webpack5@7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.2.2)(webpack-cli@5.1.4): + /@storybook/svelte-webpack5@7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.3.3)(webpack-cli@5.1.4): resolution: {integrity: sha512-1ZZjgw6hkU+LL2XEbsIIIPbGjvrlh9uqHN3hG7NEA78FJV7/68oRkN85xWFhi/ETizbgWrrDYw4jyPZEmykLzw==} engines: {node: '>=16.0.0'} peerDependencies: @@ -5244,7 +5244,7 @@ packages: svelte: ^3.48.0 || ^4.0.0 svelte-loader: '*' dependencies: - '@storybook/builder-webpack5': 7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(webpack-cli@5.1.4) + '@storybook/builder-webpack5': 7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.3)(webpack-cli@5.1.4) '@storybook/core-common': 7.4.6 '@storybook/preset-svelte-webpack': 7.4.6(svelte-loader@3.1.9)(svelte@4.2.5) '@storybook/svelte': 7.4.6(svelte@4.2.5) @@ -6451,7 +6451,7 @@ packages: '@types/yargs-parser': 21.0.1 dev: false - /@typescript-eslint/eslint-plugin@6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3): resolution: {integrity: sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6463,10 +6463,10 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.9.1 - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) '@typescript-eslint/scope-manager': 6.11.0 - '@typescript-eslint/type-utils': 6.11.0(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 6.11.0(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/utils': 6.11.0(eslint@8.54.0)(typescript@5.3.3) '@typescript-eslint/visitor-keys': 6.11.0 debug: 4.3.4 eslint: 8.54.0 @@ -6474,13 +6474,13 @@ packages: ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser@6.11.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.11.0(eslint@8.54.0)(typescript@5.3.3): resolution: {integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6492,11 +6492,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 6.11.0 '@typescript-eslint/types': 6.11.0 - '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.3.3) '@typescript-eslint/visitor-keys': 6.11.0 debug: 4.3.4 eslint: 8.54.0 - typescript: 5.2.2 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: false @@ -6509,7 +6509,7 @@ packages: '@typescript-eslint/visitor-keys': 6.11.0 dev: false - /@typescript-eslint/type-utils@6.11.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.11.0(eslint@8.54.0)(typescript@5.3.3): resolution: {integrity: sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6519,12 +6519,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.3.3) + '@typescript-eslint/utils': 6.11.0(eslint@8.54.0)(typescript@5.3.3) debug: 4.3.4 eslint: 8.54.0 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: false @@ -6534,7 +6534,7 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: false - /@typescript-eslint/typescript-estree@6.11.0(typescript@5.2.2): + /@typescript-eslint/typescript-estree@6.11.0(typescript@5.3.3): resolution: {integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6549,13 +6549,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils@6.11.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.11.0(eslint@8.54.0)(typescript@5.3.3): resolution: {integrity: sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -6566,7 +6566,7 @@ packages: '@types/semver': 7.5.3 '@typescript-eslint/scope-manager': 6.11.0 '@typescript-eslint/types': 6.11.0 - '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.3.3) eslint: 8.54.0 semver: 7.5.4 transitivePeerDependencies: @@ -8040,7 +8040,7 @@ packages: yaml: 1.10.2 dev: false - /cosmiconfig@8.3.6(typescript@5.2.2): + /cosmiconfig@8.3.6(typescript@5.3.3): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -8053,7 +8053,7 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.2.2 + typescript: 5.3.3 dev: false /crc-32@0.3.0: @@ -9009,7 +9009,7 @@ packages: eslint: 8.54.0 dev: false - /eslint-config-standard-with-typescript@40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2): + /eslint-config-standard-with-typescript@40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3): resolution: {integrity: sha512-GXUJcwIXiTQaS3H4etv8a1lejVVdZYaxZNz3g7vt6GoJosQqMTurbmSC4FVGyHiGT/d1TjFr3+47A3xsHhsG+Q==} peerDependencies: '@typescript-eslint/eslint-plugin': ^6.4.0 @@ -9019,14 +9019,14 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) - typescript: 5.2.2 + typescript: 5.3.3 transitivePeerDependencies: - supports-color dev: false @@ -9761,7 +9761,7 @@ packages: signal-exit: 4.1.0 dev: false - /fork-ts-checker-webpack-plugin@7.3.0(typescript@5.2.2)(webpack@5.88.2): + /fork-ts-checker-webpack-plugin@7.3.0(typescript@5.3.3)(webpack@5.88.2): resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -9784,11 +9784,11 @@ packages: schema-utils: 3.3.0 semver: 7.5.4 tapable: 2.2.1 - typescript: 5.2.2 + typescript: 5.3.3 webpack: 5.88.2(esbuild@0.16.17)(webpack-cli@5.1.4) dev: false - /fork-ts-checker-webpack-plugin@8.0.0(typescript@5.2.2)(webpack@5.88.2): + /fork-ts-checker-webpack-plugin@8.0.0(typescript@5.3.3)(webpack@5.88.2): resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -9807,7 +9807,7 @@ packages: schema-utils: 3.3.0 semver: 7.5.4 tapable: 2.2.1 - typescript: 5.2.2 + typescript: 5.3.3 webpack: 5.88.2(@swc/core@1.3.92)(esbuild@0.16.17)(webpack-cli@5.1.4) dev: false @@ -11039,7 +11039,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -13027,7 +13027,7 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.31 - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) yaml: 1.10.2 dev: false @@ -13045,18 +13045,18 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.31 - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) yaml: 2.3.2 dev: false - /postcss-loader@7.3.3(postcss@8.4.31)(typescript@5.2.2)(webpack@5.88.2): + /postcss-loader@7.3.3(postcss@8.4.31)(typescript@5.3.3)(webpack@5.88.2): resolution: {integrity: sha512-YgO/yhtevGO/vJePCQmTxiaEwER94LABZN0ZMT4A0vsak9TpO+RvKRs7EmJ8peIlB9xfXCsS7M8LjqncsUZ5HA==} engines: {node: '>= 14.15.0'} peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 dependencies: - cosmiconfig: 8.3.6(typescript@5.2.2) + cosmiconfig: 8.3.6(typescript@5.3.3) jiti: 1.20.0 postcss: 8.4.31 semver: 7.5.4 @@ -14308,12 +14308,12 @@ packages: semver: 7.5.4 dev: false - /simplytyped@3.3.0(typescript@5.2.2): + /simplytyped@3.3.0(typescript@5.3.3): resolution: {integrity: sha512-mz4RaNdKTZiaKXgi6P1k/cdsxV3gz+y1Wh2NXHWD40dExktLh4Xx/h6MFakmQWODZHj/2rKe59acacpL74ZhQA==} peerDependencies: typescript: '>=2.8.0' dependencies: - typescript: 5.2.2 + typescript: 5.3.3 dev: false /sirv@2.0.3: @@ -14739,8 +14739,8 @@ packages: picocolors: 1.0.0 sade: 1.8.1 svelte: 4.2.5 - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -14794,7 +14794,7 @@ packages: svelte-hmr: 0.14.12(svelte@4.2.5) dev: false - /svelte-preprocess@5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2): + /svelte-preprocess@5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-EkErPiDzHAc0k2MF5m6vBNmRUh338h2myhinUw/xaqsLs7/ZvsgREiLGj03VrSzbY/TB5ZXgBOsKraFee5yceA==} engines: {node: '>= 14.10.0'} requiresBuild: true @@ -14841,7 +14841,7 @@ packages: sorcery: 0.11.0 strip-indent: 3.0.0 svelte: 4.2.5 - typescript: 5.2.2 + typescript: 5.3.3 dev: false /svelte@4.2.5: @@ -15176,13 +15176,13 @@ packages: resolution: {integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==} dev: false - /ts-api-utils@1.0.3(typescript@5.2.2): + /ts-api-utils@1.0.3(typescript@5.3.3): resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.2.2 + typescript: 5.3.3 dev: false /ts-dedent@2.2.0: @@ -15190,7 +15190,7 @@ packages: engines: {node: '>=6.10'} dev: false - /ts-jest@29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2): + /ts-jest@29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15220,11 +15220,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.5.4 - typescript: 5.2.2 + typescript: 5.3.3 yargs-parser: 21.1.1 dev: false - /ts-loader@9.5.0(typescript@5.2.2)(webpack@5.88.2): + /ts-loader@9.5.0(typescript@5.3.3)(webpack@5.88.2): resolution: {integrity: sha512-LLlB/pkB4q9mW2yLdFMnK3dEHbrBjeZTYguaaIfusyojBgAGf5kF+O6KcWqiGzWqHk0LBsoolrp4VftEURhybg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -15236,11 +15236,11 @@ packages: micromatch: 4.0.5 semver: 7.5.4 source-map: 0.7.4 - typescript: 5.2.2 + typescript: 5.3.3 webpack: 5.88.2(esbuild@0.16.17)(webpack-cli@5.1.4) dev: false - /ts-node@10.9.1(@types/node@20.11.16)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.11.16)(typescript@5.3.3): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -15266,7 +15266,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.2.2 + typescript: 5.3.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -15391,8 +15391,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false - /typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} + /typescript@5.3.3: + resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} engines: {node: '>=14.17'} hasBin: true dev: false @@ -16290,7 +16290,7 @@ packages: dev: false file:projects/account.tgz(@types/node@20.11.16)(bufferutil@4.0.7)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-FivtxnPNwL81WxSLiN/2JIhSZRuoUCpDDIwNH9380JtDnnTtIbshI+QSYLblYeqWbeLpgQHS9ZmWh/WTYr6wog==, tarball: file:projects/account.tgz} + resolution: {integrity: sha512-XERWYpAIKZ0d1pv0ZpoTBZvYrg64I/N9HJlxSjGauImeErI4HecXqEC8fkJ937e0G9TlAzCbjY/WF+IdyBUZZQ==, tarball: file:projects/account.tgz} id: file:projects/account.tgz name: '@rush-temp/account' version: 0.0.0 @@ -16298,10 +16298,10 @@ packages: '@types/jest': 29.5.5 '@types/node-fetch': 2.6.6 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16310,8 +16310,8 @@ packages: node-fetch: 2.7.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 ws: 8.14.2(bufferutil@4.0.7) transitivePeerDependencies: - '@aws-sdk/credential-providers' @@ -16337,25 +16337,25 @@ packages: dev: false file:projects/activity-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-7h/t38AFcjTLfxSdWIM0WtaaWbnbtcO2+IwU4coOPl7ZAYfJkWu6v90r0OH0Jm5VLVuhpdvqsp7oNcwcdCU9MQ==, tarball: file:projects/activity-assets.tgz} + resolution: {integrity: sha512-iMPeRp4TUksSqCb1A+HYMT35s8LyAJtfmaebMHbxMECrI/bVDYCKX7J0LQ6hfkfRJCkhxUROO4APHQL9P9gn5A==, tarball: file:projects/activity-assets.tgz} id: file:projects/activity-assets.tgz name: '@rush-temp/activity-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16369,16 +16369,16 @@ packages: dev: false file:projects/activity-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-tHTbWEhy8j+XEVRFdk/Fn0B7dQR5z90Cyp44loanxKbBrRXGx9ADMHUxlSok6hMqfWDZ6ds6xhD5ewzTeb3RdA==, tarball: file:projects/activity-resources.tgz} + resolution: {integrity: sha512-ZK4UE94l5ZFW/97jJnEpcZ1/20COhKFm6uB0KiyFtFe27IJmOYOniLZkmPa4BWLBSHqK+JZLgtR1SWgtGa4SnQ==, tarball: file:projects/activity-resources.tgz} id: file:projects/activity-resources.tgz name: '@rush-temp/activity-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16391,9 +16391,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16414,24 +16414,24 @@ packages: dev: false file:projects/activity.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-idIqdLA+RFOgw7awnB2JO10IjoP1WbeA09naVB2QOnWSVTVeOoaN6DUcSUKEXCBhVU7LRiPmBtuvKiQhbjhhAA==, tarball: file:projects/activity.tgz} + resolution: {integrity: sha512-YSRmzeXggJPfFh67AUKNZQMChfkQ4Tyq2xBEmAzuCf3fnIbazqN5zlhR7e9sLg3/y7DobkaAnkpYmjZlemOEZg==, tarball: file:projects/activity.tgz} id: file:projects/activity.tgz name: '@rush-temp/activity' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16446,28 +16446,28 @@ packages: dev: false file:projects/apm.tgz(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-/dWh6DMRgtYbCIolqAJhpVHqwXFoPc3kKlWBvefnD1Ig016srghREdgxn9IYkWjnQeKkHgFGrZrtIzp7KH2PpQ==, tarball: file:projects/apm.tgz} + resolution: {integrity: sha512-CO0SbnS26JUmrUjXTUwjmNLm0UHbHg1TQ8B7V3CBGA78kg45vcndqNZu74/vHqOxQ+J78XVGJee1IYs4vF4gUA==, tarball: file:projects/apm.tgz} id: file:projects/apm.tgz name: '@rush-temp/apm' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) commander: 8.3.0 comment-json: 4.2.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16479,7 +16479,7 @@ packages: - ts-node dev: false - file:projects/attachment-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/attachment-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-F4pfpu7+h5OTbA4v1V3h1xlptglKLoRNI0WmlciciBE7awAsvAnvDRraE1xMqfPTfFxDAkYdMXlFdLf2XnxLOg==, tarball: file:projects/attachment-assets.tgz} id: file:projects/attachment-assets.tgz name: '@rush-temp/attachment-assets' @@ -16487,17 +16487,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16512,16 +16512,16 @@ packages: dev: false file:projects/attachment-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-IeJt71haAbYgh6LJfAX4TDMQkoew0B7gU3AGZBvgn5ksx7JBEn4bNFE1nbgzmWA9aNFdSRdDvkYcsUB/N5ew2g==, tarball: file:projects/attachment-resources.tgz} + resolution: {integrity: sha512-PGN2pkiNS/zt6H6vUNNVP1JsoS3E3PAY/keHsDDbQRCkjr5B4MINzjveeXbht+Y4kM3IhUmWp2uvOcPAx8hWcQ==, tarball: file:projects/attachment-resources.tgz} id: file:projects/attachment-resources.tgz name: '@rush-temp/attachment-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16535,9 +16535,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16558,24 +16558,24 @@ packages: dev: false file:projects/attachment.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-Jn09hCYhfOmlhMEVgLnL9wpb9KqrjT677VGhP6mgtKgR85GHcWInHptpsUfohNMEMyIu9LE7S1F/KSrYcwf0Tg==, tarball: file:projects/attachment.tgz} + resolution: {integrity: sha512-AVrcuFT+2sAtsMwoiMNCMosaA55pPJzcMMiB5FuN49Foj1VAZMQB4ce3ejpHxuZI69rogAUFuRfI+i/p7nD6Gg==, tarball: file:projects/attachment.tgz} id: file:projects/attachment.tgz name: '@rush-temp/attachment' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16589,7 +16589,7 @@ packages: - ts-node dev: false - file:projects/bitrix-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/bitrix-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-vaeVlXGAI+zeidnPpHDuoN14nuqRw3+P27asiNCTHoII5OCqMmf4LNQICfY66QbjsaW+da+kkFf7jVJEHzXcow==, tarball: file:projects/bitrix-assets.tgz} id: file:projects/bitrix-assets.tgz name: '@rush-temp/bitrix-assets' @@ -16597,17 +16597,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16622,17 +16622,17 @@ packages: dev: false file:projects/bitrix-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-WrLiShyJi2LScv221z3q+KJSdwnVFNpDqbKUdwEJ7rLkGzR6NprZ/Q/GNMZuJBu1cJVImlQmBax2AWBXnIOdlA==, tarball: file:projects/bitrix-resources.tgz} + resolution: {integrity: sha512-yt2yJQ2zzdrIRAi+102VzObaK6SkQn9WEQCAH4A8i9VhEHLep67n3KCVDY/rCcwC/mel0lFwwHwxlBOHwPwNZQ==, tarball: file:projects/bitrix-resources.tgz} id: file:projects/bitrix-resources.tgz name: '@rush-temp/bitrix-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/qs': 6.9.8 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16648,9 +16648,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16671,17 +16671,17 @@ packages: dev: false file:projects/bitrix.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-g2n0VTdmbgg8I1Fp2p/IFizgw0o/fOSRe2ki3ke+GjJefliciVmFCTQSkLzXgadeVNXV7vR8/fCTp6BX1emVog==, tarball: file:projects/bitrix.tgz} + resolution: {integrity: sha512-T7iL/Posex0vde68x6T4mwUm89B9STkx9ReAlwajPjippZPea8xDYLScwdsPeR4XADIo2ZVfoowecq5qYAlEpQ==, tarball: file:projects/bitrix.tgz} id: file:projects/bitrix.tgz name: '@rush-temp/bitrix' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/qs': 6.9.8 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16690,8 +16690,8 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) qs: 6.11.2 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16705,7 +16705,7 @@ packages: - ts-node dev: false - file:projects/board-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/board-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-p8zIwBrrZTKcba/C9a5ZZx4MHL0WxFef/IJifKcNVt80NVI6iiYQQGG/7r5uY7G/4sxwlf5UPFjARuSHcbx7bA==, tarball: file:projects/board-assets.tgz} id: file:projects/board-assets.tgz name: '@rush-temp/board-assets' @@ -16713,17 +16713,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16738,16 +16738,16 @@ packages: dev: false file:projects/board-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-4c0+/jGxNqQNEbxVJ/TwWnVYQJegTZZ52pgmmWxEVlig+G/Zctr68EdyzJrxwrS2/kLRnWb9xeE2a72EHpGP1A==, tarball: file:projects/board-resources.tgz} + resolution: {integrity: sha512-llaz4JZHhqlDqVe0JiuRD5kCjyDdOcVhqgKeI02MqT1a0rO0NBmv6HMipWBihj5hAx64+cOPP5opcCeyHChdOw==, tarball: file:projects/board-resources.tgz} id: file:projects/board-resources.tgz name: '@rush-temp/board-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16760,9 +16760,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16783,24 +16783,24 @@ packages: dev: false file:projects/board.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-p7ZtVR1oYmFvQd/o8e8w0vv8a3Yc5q3TSMAlraAX7jnh+LpYX3s0vZ1pOobyYIPOYwyq5DYAn8WXJak685dcbw==, tarball: file:projects/board.tgz} + resolution: {integrity: sha512-W0EgjRfEzCDFayWX0zvIg4r6ZiWNYSnjtgDV8ndeOHPRiN6l1uBFkqrmJdE+6OWokYVaxmW8M3jqWg1uoqHAkg==, tarball: file:projects/board.tgz} id: file:projects/board.tgz name: '@rush-temp/board' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16814,7 +16814,7 @@ packages: - ts-node dev: false - file:projects/calendar-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/calendar-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-5MVTvSmmLg96sFqk4zVrbHNSx2Nzc76YxmXe19stSevaE0wqyz+0hPSp4lPJQB/1pULqlD5pp77cEzaXYGSGQQ==, tarball: file:projects/calendar-assets.tgz} id: file:projects/calendar-assets.tgz name: '@rush-temp/calendar-assets' @@ -16822,17 +16822,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16847,16 +16847,16 @@ packages: dev: false file:projects/calendar-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-ilEq7SyfsCNdZfi+nBXEcOJsdVlF5P0LfiAuomkJDXiDxAuUHOehKbL3YuV931OdhGnrCXRg4oqZBiD3hsxteg==, tarball: file:projects/calendar-resources.tgz} + resolution: {integrity: sha512-W0Di3w1oOFr7c62B6goCRJQp3q2RBShtbNvqRSRinl+fTX758mAyE1zdleNmjkrevPGI2kQmLNQ3xPS84X0/sg==, tarball: file:projects/calendar-resources.tgz} id: file:projects/calendar-resources.tgz name: '@rush-temp/calendar-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16871,9 +16871,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16894,24 +16894,24 @@ packages: dev: false file:projects/calendar.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-VKCZ1Ce5/t1UiCcL8ZxDYb5hkOUouw15tFWa3nNjf8AdOtoGHwvuOhx1NkX7zMSD509+wGfDWHaICDK91+obdg==, tarball: file:projects/calendar.tgz} + resolution: {integrity: sha512-rkWvyd8mVOp/e8CISM3PXkfv9RAT3FIbK/XKr8RE2DM2wK4v8EQLUO5HlMQsIO8HWNipuac03TEdw8YNKqavxA==, tarball: file:projects/calendar.tgz} id: file:projects/calendar.tgz name: '@rush-temp/calendar' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16925,7 +16925,7 @@ packages: - ts-node dev: false - file:projects/chunter-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/chunter-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-k4WxoHluluK/ah+z90zb83L04mcctnwxazZ6ICmA5l4X4ORsbpjhoipfQtsXwoVhpsEV5eXUMbq61qR9TDP17A==, tarball: file:projects/chunter-assets.tgz} id: file:projects/chunter-assets.tgz name: '@rush-temp/chunter-assets' @@ -16933,17 +16933,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -16958,16 +16958,16 @@ packages: dev: false file:projects/chunter-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-H3XQZHi7+Nlr1TVv/jSzgw8EVfaMMAfR7WuVy1bZkjauJ+36jGRZzHRlBS8qo0nQn7zUeWbbY2TxaDDJwqA0jA==, tarball: file:projects/chunter-resources.tgz} + resolution: {integrity: sha512-h2bgfUHMSYNnbvv71PYQzmFdXWgOROjb0YVkBFuGUGTfEnROzhnOaVzSQ/5hB7iuDBzdNuV7YcjIlXLzSpvVnA==, tarball: file:projects/chunter-resources.tgz} id: file:projects/chunter-resources.tgz name: '@rush-temp/chunter-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -16981,9 +16981,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17004,16 +17004,16 @@ packages: dev: false file:projects/chunter.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-WSjje/ERSVqKkkU4M7xGzXh7aMbHSWd1oxqrp/RODAUGEqJ78OVLmDot12qUamoYuWLrKhkpUrJ4xSu3bj8Oqg==, tarball: file:projects/chunter.tgz} + resolution: {integrity: sha512-8YR+W17asC4dJWnLN1v21KwMOCAWkm7zwhGxWg8xCa9gzX+hembd3nxTztOJteyWNqttz2LyjfvJFYKFcc/VWA==, tarball: file:projects/chunter.tgz} id: file:projects/chunter.tgz name: '@rush-temp/chunter' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17021,8 +17021,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17037,24 +17037,24 @@ packages: dev: false file:projects/client-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-r+LSqrJJyl2E2penVs3BNB+4HCL0wzGUDAUChCNno7lfyWJPfMEvizuVdSuKfKKs7woeouJxvbyILBJrKqhmMg==, tarball: file:projects/client-resources.tgz} + resolution: {integrity: sha512-NbfWB64vFqDZI8JLyzGirNLUUtvuBsZ4sXfZU364Z4YPAQAAxUE7JN6YSWpNlkH5+7oW7ZUOwHr//rcK/MFZsA==, tarball: file:projects/client-resources.tgz} id: file:projects/client-resources.tgz name: '@rush-temp/client-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17069,24 +17069,24 @@ packages: dev: false file:projects/client.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-RVbAWMyG0YVU4ZtvMlldpNi/Y+rvgbCHe+oXW1+hQtM9gJFuIt4hnBuvgCuUOoYZg+nD1ZFj6mpDtY2Sy/cvDw==, tarball: file:projects/client.tgz} + resolution: {integrity: sha512-/Oqo/Kkbxq9JDBsK2yU4wTV8vT6bKNsD74ll/4p1xK5dFx7yimes1TgZo/hcy1sssySLeQFOaS2Bp61+/sz49w==, tarball: file:projects/client.tgz} id: file:projects/client.tgz name: '@rush-temp/client' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17101,27 +17101,27 @@ packages: dev: false file:projects/collaborator-client.tgz(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-csPo3+EFlA/medTBOrmbZqVZqIZhbZRFUgxJwcpyPWbdELgW+ALOh+m5Yc3sK+PU5sB6VtPR91kOCkGv6OKucg==, tarball: file:projects/collaborator-client.tgz} + resolution: {integrity: sha512-s8Wg9jcjnZWeuC0Pt8P/T5TTA/8I4seqrlT7itgL0D5/dGFCCrgNOVAhbc7eN2QDQ0Nm4i6KYh8rZM84FVQ2tg==, tarball: file:projects/collaborator-client.tgz} id: file:projects/collaborator-client.tgz name: '@rush-temp/collaborator-client' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-env: 7.0.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17134,7 +17134,7 @@ packages: dev: false file:projects/collaborator.tgz(@tiptap/pm@2.1.12)(bufferutil@4.0.7)(prosemirror-model@1.19.3)(svelte@4.2.5): - resolution: {integrity: sha512-EWb7n/2vweCAkPKGn9FIWJI4vW8V4WOQ+ImCXjMgUYMQ8fKS8+sV2SKV9OPua1j7AJKVEwCq59WZFZk02NswMg==, tarball: file:projects/collaborator.tgz} + resolution: {integrity: sha512-XzX7hhOpEiXoX6vMlOQL0fN1DDDh0C4qIh0rpFPSGIx2dqxnlqZ4ATvAtZSEbOZIM878e3zcVL5oYyanQHSg3Q==, tarball: file:projects/collaborator.tgz} id: file:projects/collaborator.tgz name: '@rush-temp/collaborator' version: 0.0.0 @@ -17150,15 +17150,15 @@ packages: '@types/jest': 29.5.5 '@types/node': 20.11.16 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) body-parser: 1.19.2 compression: 1.7.4 cors: 2.8.5 cross-env: 7.0.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17167,9 +17167,9 @@ packages: mongodb: 6.3.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 ws: 8.14.2(bufferutil@4.0.7) y-prosemirror: 1.2.1(prosemirror-model@1.19.3)(yjs@13.6.8) yjs: 13.6.8 @@ -17199,7 +17199,7 @@ packages: - y-protocols dev: false - file:projects/contact-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/contact-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-uAp6PF36IQc36D+4Ayj3VdMbrA+xLgQil6kC4VipY5GXw7aNkv7nGwYM6cnJLDiXLLTlgc01ow1SaRnyttJK1w==, tarball: file:projects/contact-assets.tgz} id: file:projects/contact-assets.tgz name: '@rush-temp/contact-assets' @@ -17207,17 +17207,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17232,16 +17232,16 @@ packages: dev: false file:projects/contact-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-z8EGEii4V5HCghs2WemIG8MG0oqebA7zPY7UJKyCUkYoxgvHl12RcPSxoy/3op27hHmek0qJbaYTlXadK3jOjg==, tarball: file:projects/contact-resources.tgz} + resolution: {integrity: sha512-9bxWNpqAgVoC2xTGUSHewPs3UQGpC3gGIJl9Fkd6MBEi5GfypwtaDSj0NBJKg25IzWAqRLfPJEPWrd97ZKxAag==, tarball: file:projects/contact-resources.tgz} id: file:projects/contact-resources.tgz name: '@rush-temp/contact-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17254,9 +17254,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17277,26 +17277,26 @@ packages: dev: false file:projects/contact.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-iCAtE0D5wmZ4bIzm+A/JayWy/oM5qYI+r3OBrPEO3R615IBZ5pPHExQcY6PCGo9qq2swk3wJqqpEBA+v6gBpnQ==, tarball: file:projects/contact.tgz} + resolution: {integrity: sha512-8R5VjtjX99JtqfQ2S9WI5zhrEqWmAIFjnw7h1mjlUEx64xnxAw2HMZRiHz7wTHIzftRPc/EYGOXyMZ7urgMZTA==, tarball: file:projects/contact.tgz} id: file:projects/contact.tgz name: '@rush-temp/contact' version: 0.0.0 dependencies: '@types/crypto-js': 4.1.2 '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) crypto-js: 4.1.1 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17311,16 +17311,16 @@ packages: dev: false file:projects/core.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-XCgwaptXro7hbzRd1Taj1d2mxNfv2Mj/14DAHhVP49wXAvklseEZ0Tegx1X805/QT+mZN9VBCc+tK6TMjLnGqA==, tarball: file:projects/core.tgz} + resolution: {integrity: sha512-tnAKNykNHo3aroHgfUgF1rJDtTZHQ2BS/LkTTEuapSrMfpUCbCFeZvlgz8895u4OmIQ0Hoqi9tQWFPVA/UBBmw==, tarball: file:projects/core.tgz} id: file:projects/core.tgz name: '@rush-temp/core' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17329,9 +17329,9 @@ packages: just-clone: 6.2.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - simplytyped: 3.3.0(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + simplytyped: 3.3.0(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17346,25 +17346,25 @@ packages: dev: false file:projects/dev-account.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-GHBgSlMVlPw2Ye15RzbfQyCpkpXzHiRAdwme4S3s5Sl+ZA5hEkFrA6WwY/N+dlfNGCJ5JO5nEi6Ka9gWSREwlA==, tarball: file:projects/dev-account.tgz} + resolution: {integrity: sha512-7lFko/k+t3uab9m6hbV068/5pR5FG/LTM6y5BIReCslXxGwR0GbFkL/wJTJmD3vfjzkBHwdUBlErIcsjg/7Whw==, tarball: file:projects/dev-account.tgz} id: file:projects/dev-account.tgz name: '@rush-temp/dev-account' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - simplytyped: 3.3.0(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + simplytyped: 3.3.0(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17379,24 +17379,24 @@ packages: dev: false file:projects/dev-client-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-+sXyih4WtCcI1SzADhKgewWEo42YXWz5oSww13gaEm4n5ndjohqUK8ZAlfz5IS/IAW3e+10+F/d7vUjX35B6Uw==, tarball: file:projects/dev-client-resources.tgz} + resolution: {integrity: sha512-SHvn4mTEAPBQ/cSLBCZqMbMpjZ4DbpeRntrbEHVroGwDZ0ihK+GMQEnv3Fn0os3RdEZOZG79ZiP/fZuBUJafHA==, tarball: file:projects/dev-client-resources.tgz} id: file:projects/dev-client-resources.tgz name: '@rush-temp/dev-client-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17411,16 +17411,16 @@ packages: dev: false file:projects/dev-server.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5): - resolution: {integrity: sha512-aJswT9J+hko3QQN8MIPm1zKn8hY/FmBizRSfMp2VX13Y0Q++lczXfATMwzD3p1a1DUGjpwtCQZ6e4hEIVGGB4A==, tarball: file:projects/dev-server.tgz} + resolution: {integrity: sha512-InppIV77bBmSQLwU5AckqueQxF0L48j/gceGjE+wxL81obO34HOtd7WN6CObHP/M9ufJDJd/RiCYXprv9LZwCQ==, tarball: file:projects/dev-server.tgz} id: file:projects/dev-server.tgz name: '@rush-temp/dev-server' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17428,9 +17428,9 @@ packages: jwt-simple: 0.5.6 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17446,24 +17446,24 @@ packages: dev: false file:projects/dev-storage.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-VRd7I+aFtwU7QhdadBdTRPryGAnQFEq1pl5rgCh6nkywPSmaBsjHrlIm8VxpuYQ7+R7p64dQ9O7y0YLQtpWrJw==, tarball: file:projects/dev-storage.tgz} + resolution: {integrity: sha512-nZmNOOA6eTwWYAckCj7JlmdXXv+Zl/jAwfoCZ1QO+Yg2hr4pDSSQa5Zb5+fj7pu3j9XHnQVfwO4Uf0xdsqHedg==, tarball: file:projects/dev-storage.tgz} id: file:projects/dev-storage.tgz name: '@rush-temp/dev-storage' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17477,17 +17477,17 @@ packages: - ts-node dev: false - file:projects/devmodel-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/devmodel-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-MEZEjocPNPB7s+JBZ53jyyTEiTDaMKQphLJ71EKiAVhWv2iIVvQTs9Q5v00YUkEVONHd53mo07nF3Bl0zdDlNA==, tarball: file:projects/devmodel-resources.tgz} id: file:projects/devmodel-resources.tgz name: '@rush-temp/devmodel-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17500,8 +17500,8 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17522,24 +17522,24 @@ packages: - typescript dev: false - file:projects/devmodel.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/devmodel.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-AtWJAjThHJ08iEfPTVYogzkJH0SKLzqgYf39azAWtFMEj1+13fjuJxQYvDRent84P+XJoVQXunnBPkBvTMA02A==, tarball: file:projects/devmodel.tgz} id: file:projects/devmodel.tgz name: '@rush-temp/devmodel' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17555,26 +17555,26 @@ packages: dev: false file:projects/elastic.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5): - resolution: {integrity: sha512-Po5rrMI6toN4Rt3XSQZd/3gBRTZew/OW/6ocfVqeekRW5prnmPg9Vfxabs3z0VMNdMcUeXJp+mHtFJTflpbDrQ==, tarball: file:projects/elastic.tgz} + resolution: {integrity: sha512-Wc3JhrVgrAwZNavtdaH6ynjqkUS+dx5n/AtYbt+slOcjhoOLiBWLR79sZ7/kk0ryil8znLcyU/VSzkcyUuJh9Q==, tarball: file:projects/elastic.tgz} id: file:projects/elastic.tgz name: '@rush-temp/elastic' version: 0.0.0 dependencies: '@elastic/elasticsearch': 7.17.13 '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17590,7 +17590,7 @@ packages: dev: false file:projects/front.tgz(esbuild@0.16.17)(svelte@4.2.5): - resolution: {integrity: sha512-jFMQ5AmbDVtgoUayoVLz9PvYb6i1Ap9+n4X4J+YocALvqZt7cYIKqv3i97PcJWvONXyGwjJ6AK1rW5x8xPI38A==, tarball: file:projects/front.tgz} + resolution: {integrity: sha512-Q1CZmbbm59dl6s4oEnEHBJPIxWzMEfaNIzWRPFJnV9wc4wckFya5G525eP1BwzwtWeQic7GY9nQrUQ96qhXtuQ==, tarball: file:projects/front.tgz} id: file:projects/front.tgz name: '@rush-temp/front' version: 0.0.0 @@ -17605,14 +17605,14 @@ packages: '@types/node': 20.11.16 '@types/sharp': 0.32.0 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) body-parser: 1.19.2 compression: 1.7.4 cors: 2.8.5 cross-env: 7.0.3 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17623,9 +17623,9 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) sharp: 0.32.6 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 uuid: 8.3.2 transitivePeerDependencies: - '@babel/core' @@ -17641,7 +17641,7 @@ packages: dev: false file:projects/generator.tgz(bufferutil@4.0.7)(svelte@4.2.5): - resolution: {integrity: sha512-yIy6ps3iBNy1nCAAZbj1PJKgWm5u5pyQhlObJjxC5b2SQu9A/eFvBzjP6vvWJtyuTvRPWridrs5UxVlEKN/Pqw==, tarball: file:projects/generator.tgz} + resolution: {integrity: sha512-AucYNcOIcK7WtiUA9Mk5gD+n4qZXuRBmlzB3TJQwJmJf0CdUukhypLsyqwR48qW8bqETMHuv08Y673J8J1ZG8w==, tarball: file:projects/generator.tgz} id: file:projects/generator.tgz name: '@rush-temp/generator' version: 0.0.0 @@ -17651,12 +17651,12 @@ packages: '@types/node': 20.11.16 '@types/pdfkit': 0.12.12 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) commander: 8.3.0 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17666,9 +17666,9 @@ packages: pdfkit: 0.13.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 ws: 8.14.2(bufferutil@4.0.7) transitivePeerDependencies: - '@babel/core' @@ -17685,25 +17685,25 @@ packages: dev: false file:projects/gmail-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-CCOxuFzU/dlhEglj1La1HQYK2WSlVddf0YNg8/+aMNIdcCULs5c4L7+YVhBfnHLBRWz0AsDztqzNY0YG3vaMXA==, tarball: file:projects/gmail-assets.tgz} + resolution: {integrity: sha512-MEZ/IzPUN7JwitkbgkkcX6cIQVlieKjEURO3PhB0g6FGq7vPWz9wHKqZBQaVjawNLFfaHaGJ1/6X2rbHFpLMPg==, tarball: file:projects/gmail-assets.tgz} id: file:projects/gmail-assets.tgz name: '@rush-temp/gmail-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17717,16 +17717,16 @@ packages: dev: false file:projects/gmail-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-TJHnAYthUIPHFGeT/n2xExdW8XkZrn79jDtyn6NcTdaIMZOrrlRafk39GgoVe3uh0QD09JqwryNKTTB57TBHvA==, tarball: file:projects/gmail-resources.tgz} + resolution: {integrity: sha512-6WCbEGOUmqRtl0+a0jmtv4qm8FGUs8G8bp7qym/bKHfqr2FzkPxH8hWBBvCS5HarCuVxyjS6xv2PD4BeDb9EZg==, tarball: file:projects/gmail-resources.tgz} id: file:projects/gmail-resources.tgz name: '@rush-temp/gmail-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17739,9 +17739,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17762,24 +17762,24 @@ packages: dev: false file:projects/gmail.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-CgQL8aYAHq0RoouOD2Jy2HgEEJkyhQfXCmmuUXyGAmUu6lJldGSVjpZTJh5oBQTTmdKuiBrslxHeTmLHxk0fJg==, tarball: file:projects/gmail.tgz} + resolution: {integrity: sha512-pRNbE0VPfwLqAbCU7m4w12XgSK2bQrRvcAYi7XJvvy8JbxGdLjkn3z8+64czIdrjIkk0t366kzGEg0r9VGp/BA==, tarball: file:projects/gmail.tgz} id: file:projects/gmail.tgz name: '@rush-temp/gmail' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17793,7 +17793,7 @@ packages: - ts-node dev: false - file:projects/hr-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/hr-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-WG2RZ7/YZzIRL592OOa+CpMTzfGM5pk7cHcIB0p0cPWxwwDMRNpWz0gGy2jM+7JY9oJzQOEO2r2LmztDOlQqaA==, tarball: file:projects/hr-assets.tgz} id: file:projects/hr-assets.tgz name: '@rush-temp/hr-assets' @@ -17801,17 +17801,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17826,16 +17826,16 @@ packages: dev: false file:projects/hr-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-8vq5dOndIVKLgH4LXqoVy3zCgQi8nI9lBbw/mbFogqIKCd6roq9H8LmyxGSzxVb1mFHVNTQkrIgfuQGp1Sjkvw==, tarball: file:projects/hr-resources.tgz} + resolution: {integrity: sha512-pqN9GV3u6IPI6gxowmPS3GpIbgnEwumR2QaHGYGXTwh6Zv9MMSXrmAwdXfQZOaEg7GqbgFvrMJOKgm0WRJKe7Q==, tarball: file:projects/hr-resources.tgz} id: file:projects/hr-resources.tgz name: '@rush-temp/hr-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17848,9 +17848,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17871,24 +17871,24 @@ packages: dev: false file:projects/hr.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-9+7/iA9jvIVVd0SKh3q59YDa2lxtJeXMY8xuFb/3OheiEZbeFOl2lF1gNLMqD1JUhc2egYShW0JTEjCjo3/X6A==, tarball: file:projects/hr.tgz} + resolution: {integrity: sha512-X2kOO0kPmNUQ1qpzL3NdlC/m+MPp3DJl60uzbhIZZ1M+TrYBy4deeXCaw/cCerMs0zPdOi94YttcvnTWFUC2rw==, tarball: file:projects/hr.tgz} id: file:projects/hr.tgz name: '@rush-temp/hr' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17903,17 +17903,17 @@ packages: dev: false file:projects/image-cropper-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-nPE1AjIkEgMDwyfBq+Rh8Oh7sQGCTW9T0sae6NHORsfC6oZZJ3V/vzHIHTUtIDsj/1MGUut71/3b8VviV4POcg==, tarball: file:projects/image-cropper-resources.tgz} + resolution: {integrity: sha512-ELSUmmB6UmEeG23EqTwZiKQjTAUzGXw+VGmQKWTDLqIY3PDnRVp5cGYVVmNALE1gjVnljN3E97CBNgNDsrZgEg==, tarball: file:projects/image-cropper-resources.tgz} id: file:projects/image-cropper-resources.tgz name: '@rush-temp/image-cropper-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cropperjs: 1.5.13 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -17927,9 +17927,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17950,24 +17950,24 @@ packages: dev: false file:projects/image-cropper.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-Qpc/kVR8eUmZXUMJ+Lpmqlp/4gs7KF/v2l2HwZuWyByU/qLprooK7EWV/DTN1l/oh4PQz8HRjSovfxB3lQekWA==, tarball: file:projects/image-cropper.tgz} + resolution: {integrity: sha512-S+N8wopgJQBCDo2jJcv8245Xyt1G5IUXBPSRBkapyvIgEumBGHXGWPvrrdfWM6LkfoCfw18cbRiQWKVlicQBbA==, tarball: file:projects/image-cropper.tgz} id: file:projects/image-cropper.tgz name: '@rush-temp/image-cropper' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -17982,25 +17982,25 @@ packages: dev: false file:projects/inventory-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-aoal3s7BP4mXIkydKgABCjaoIlUqCFabaHvspqz09hVWQ0Ovw7gQJbt+8veFXqJA+4cVsJhf/KTU8VR/7F8SNw==, tarball: file:projects/inventory-assets.tgz} + resolution: {integrity: sha512-UxYMdmFPKPyMQrky96UyRh5IHtOd9tBngFPk+BlptJOQ0tma5SisF4Jg5ItqDZKFaOKYR9IJ2StIn/LVt5fhIw==, tarball: file:projects/inventory-assets.tgz} id: file:projects/inventory-assets.tgz name: '@rush-temp/inventory-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18014,16 +18014,16 @@ packages: dev: false file:projects/inventory-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-GV4x91nENqs3o9sKPv2Tmv1rKD39N7KqAcbcZn1AfbOD2s3iyEa65/8pJ5CIn7j/GyipbtH5LFSdr9zbWy9dbQ==, tarball: file:projects/inventory-resources.tgz} + resolution: {integrity: sha512-Y3NFp90x4eGgl0RXHYbGcTvMclxIQoIqI6wtNT7amQqQcBxs1WhYVR/nByin4e6fYCnithliRlEVAKgDZutYLA==, tarball: file:projects/inventory-resources.tgz} id: file:projects/inventory-resources.tgz name: '@rush-temp/inventory-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18036,9 +18036,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18059,24 +18059,24 @@ packages: dev: false file:projects/inventory.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-nzVZsM5HrKwlmPmv9cnjfOWsyjvHBwgoV+9+72jn58Kiy0tT5XqqH9BbxZndCeNQIc6LcS0Yqd6uWOpMrKQcOg==, tarball: file:projects/inventory.tgz} + resolution: {integrity: sha512-fcSijb4J+Q+wX3Znm1kFZTLmvXgb2azy5w43R4px9DS0neB/hLd9HAd23pK19/P4Dk2xJ2f3sBJBX3LHI3vndA==, tarball: file:projects/inventory.tgz} id: file:projects/inventory.tgz name: '@rush-temp/inventory' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18091,16 +18091,16 @@ packages: dev: false file:projects/kanban.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-xNSowijCSiUeSnORCp6zGvLYU7XITYxlZpit195FcC65qkngUwMwGNiGWlYAkxKrTbXZ6yP2ORHXy/OS8XRsZg==, tarball: file:projects/kanban.tgz} + resolution: {integrity: sha512-wYnPXSQ9SCmbPdCNIo82hjVtLH/QntT8LjjbaX+Rpwb1lxQLeZNb9bjPn6TJtPh0zOTxMgCuQeRF1LKGUOZeJA==, tarball: file:projects/kanban.tgz} id: file:projects/kanban.tgz name: '@rush-temp/kanban' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18114,9 +18114,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18136,7 +18136,7 @@ packages: - ts-node dev: false - file:projects/lead-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/lead-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-wueCu+ilkrpzqHELiXAaqT6/MSbdkazDtDONto6b0kosrjep3Eb+G3MgG95m0vD1cnc+q+BlaiqdfKn3pJlY5w==, tarball: file:projects/lead-assets.tgz} id: file:projects/lead-assets.tgz name: '@rush-temp/lead-assets' @@ -18144,17 +18144,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18169,16 +18169,16 @@ packages: dev: false file:projects/lead-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-iBM48vfhDq+m1owu/Gc9UJ2UCKbMzKivsvj7xDcVjrkCd9YacJ9WrCBMn4ltgAj5tWGV+5yT71o/vgnDfAnbag==, tarball: file:projects/lead-resources.tgz} + resolution: {integrity: sha512-Cy+CT+MvJYGn3FMi8AgGjYNsn2oUhabDvT/YIbkxvKvB589s7TpC3SeFO3TQaecAklehJ73aodigI32GWj0mZw==, tarball: file:projects/lead-resources.tgz} id: file:projects/lead-resources.tgz name: '@rush-temp/lead-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18191,9 +18191,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18214,24 +18214,24 @@ packages: dev: false file:projects/lead.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-i10GAnslAP3NllhO7cVxeZlwEYIvoziofuvzRikg5+ePrA5109ejtknrC03/YylnutP7nSlg9AlsY7p83RK0bg==, tarball: file:projects/lead.tgz} + resolution: {integrity: sha512-1eqcxVg5hFxEJdKLz1q0sD8xvFrbuJESMQXT5X/5mhT1o/wofyOVSnMMLCk3I6SnibZxg+NKObQIgquGFKOIiQ==, tarball: file:projects/lead.tgz} id: file:projects/lead.tgz name: '@rush-temp/lead' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18245,7 +18245,7 @@ packages: - ts-node dev: false - file:projects/login-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/login-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-EZypHHqf+7RJpVKIAYkDTus4l31mL0KnzQPVsLc14mvoVbDZBOSE9NZB4NAYdkuXTmH+sSjTvSUXBjNjYKSmqw==, tarball: file:projects/login-assets.tgz} id: file:projects/login-assets.tgz name: '@rush-temp/login-assets' @@ -18253,17 +18253,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18278,16 +18278,16 @@ packages: dev: false file:projects/login-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(file-loader@6.2.0)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(webpack@5.88.2): - resolution: {integrity: sha512-UhO49JFbrJNeoMljYYh8G9L3l4aFKNr3de5jrrNMDc+acxWOz8BL/kkuQi95LwKfIhZV0r7DpoWCJTbJfBTXBQ==, tarball: file:projects/login-resources.tgz} + resolution: {integrity: sha512-U/lzHFNg5NlnMEWcAAn9MyW15cqsjyyedcxFTJEjnzT3FBG6/mmvuZvMzGDjB4cnqiSoU+izu8/d8DZN2qaMNg==, tarball: file:projects/login-resources.tgz} id: file:projects/login-resources.tgz name: '@rush-temp/login-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18300,9 +18300,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.2) transitivePeerDependencies: - '@babel/core' @@ -18326,24 +18326,24 @@ packages: dev: false file:projects/login.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-Z68wHLkD4sBvhOqs/H004yoGSxFMtDLOSHEaKbBXdP4nEjC7+YVyajTNOJ6lWtAHrugaFnaBmEmxFLY/NZBNYw==, tarball: file:projects/login.tgz} + resolution: {integrity: sha512-j32Qcz4RGus6AeXclPeJNq5IWlhGaON4+eGDZBHkWxjgVboIEhNBI6T/4vAYOmMVkcZcoIJjP7zL8NqpSg/idw==, tarball: file:projects/login.tgz} id: file:projects/login.tgz name: '@rush-temp/login' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18358,16 +18358,16 @@ packages: dev: false file:projects/middleware.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-Xk1ykqkvg0NYcNs5umB2ZBoa4Ci+SIixzSD8gUA4hbjgFe8B6Ol7WxvpcGdNVCyJm8mZ3TyQjJqaU2nZSD+ghQ==, tarball: file:projects/middleware.tgz} + resolution: {integrity: sha512-N9dsvth68rQmWbvZFtQQu/+x1U979/m9SZ85Mc6CPvIvWrrkm+Zb0Y8m7mVK4I+xuQ4YRJz6mtDOy/y69PTc1w==, tarball: file:projects/middleware.tgz} id: file:projects/middleware.tgz name: '@rush-temp/middleware' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18375,8 +18375,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18391,7 +18391,7 @@ packages: dev: false file:projects/minio.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-quZIiyhPS6DWhwxekJTqoD8oWEimg7iQ5uxXphGD3nPZRyP1+t70SR106z9is3FY/xaU3KtS0DfMp3a/KzFI1Q==, tarball: file:projects/minio.tgz} + resolution: {integrity: sha512-HNat5b9kVjCXJfL8BvFwlXDbQAFEFx0HOH46olqxV3df7NK6yl20+2zmijZ+92j4xrJREa8UnH2z31wOC7Afuw==, tarball: file:projects/minio.tgz} id: file:projects/minio.tgz name: '@rush-temp/minio' version: 0.0.0 @@ -18399,10 +18399,10 @@ packages: '@types/jest': 29.5.5 '@types/minio': 7.0.18 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18410,8 +18410,8 @@ packages: minio: 7.1.3 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -18424,16 +18424,16 @@ packages: - ts-node dev: false - file:projects/model-activity.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-activity.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-dmPEM6/5p6X1MJ/K8Cf1TsQjiqOW8AGIK11qqTBi5oiNw0z1OcFpbLSo3JbYdFbnmkHMEGZCetuM9wNFoSpVRg==, tarball: file:projects/model-activity.tgz} id: file:projects/model-activity.tgz name: '@rush-temp/model-activity' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18445,23 +18445,23 @@ packages: - typescript dev: false - file:projects/model-all.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-all.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-n4OV/O0BcfeLemQT3jed2CIKrz5kygNwpXJRKPlTB6cE83xSmMJqmJNx4QManA4Kp2kvc9dmla0tDaGv5Ki7Og==, tarball: file:projects/model-all.tgz} id: file:projects/model-all.tgz name: '@rush-temp/model-all' version: 0.0.0 dependencies: '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -18470,16 +18470,16 @@ packages: - typescript dev: false - file:projects/model-attachment.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-attachment.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-SKG13Mz99jTlwRiO1+H9Ky5+q416P1MRvpReM982H31VxTRJMOI+eNIBqs0RXYjN7TvFPJBYpoJdTmnp0IA+sA==, tarball: file:projects/model-attachment.tgz} id: file:projects/model-attachment.tgz name: '@rush-temp/model-attachment' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18491,16 +18491,16 @@ packages: - typescript dev: false - file:projects/model-bitrix.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-bitrix.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-p1s71eZbqVICDBgW5LMHZY54TQm8S5cgLUcEJ7MLsSJQXZofo8JU6jhNfKolMqTve3LrgMghRxdSEB+o+CUOHg==, tarball: file:projects/model-bitrix.tgz} id: file:projects/model-bitrix.tgz name: '@rush-temp/model-bitrix' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18512,16 +18512,16 @@ packages: - typescript dev: false - file:projects/model-board.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-board.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-xm9Hs8bdJsrbDEFD1jhShr1DFKaRTwpQlJbWjxTm+6SIqs6jN1JyLsytFdVbPCEPe+8q3tFD2nZFQsLPUBLfuQ==, tarball: file:projects/model-board.tgz} id: file:projects/model-board.tgz name: '@rush-temp/model-board' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18533,16 +18533,16 @@ packages: - typescript dev: false - file:projects/model-calendar.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-calendar.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-avXbkTxl3X2DLdFU3MjGoCUaj5niBpEqbACDmXvNVS6dwQXIteWAGFsZgKJX01UwzbwP0HuiJr7lw3Ouguop/g==, tarball: file:projects/model-calendar.tgz} id: file:projects/model-calendar.tgz name: '@rush-temp/model-calendar' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18554,16 +18554,16 @@ packages: - typescript dev: false - file:projects/model-chunter.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-chunter.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-ZmaufqKzBK0vYNl7SHVujQFOtXrKRjGxgz5iTdnk2I8NBeRY6ltnb1eZlVqka/Gxl3jg+cIiRVHcYaQ6pjRnsA==, tarball: file:projects/model-chunter.tgz} id: file:projects/model-chunter.tgz name: '@rush-temp/model-chunter' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18575,17 +18575,17 @@ packages: - typescript dev: false - file:projects/model-contact.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-contact.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-kW2K2pOCDviE7LdQ7oOzBovwTtvfZlFmH3dk+keqPzeX7fkMmG0o8+FboInwVjAZISgBoDnGoTeGp3cdwFgrHg==, tarball: file:projects/model-contact.tgz} id: file:projects/model-contact.tgz name: '@rush-temp/model-contact' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-fetch: 3.1.8 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18598,16 +18598,16 @@ packages: - typescript dev: false - file:projects/model-core.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-core.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-ntft8NrgaCfe6zHRVeIxBMpM/1vtMMkwU5MlCvC3sFMqPeVm0U/fu0s2LnZ5o9gY0wuP0OCwbUr0rN58bZ6Ztg==, tarball: file:projects/model-core.tgz} id: file:projects/model-core.tgz name: '@rush-temp/model-core' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18619,16 +18619,16 @@ packages: - typescript dev: false - file:projects/model-gmail.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-gmail.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-4hby/ynYWK6IfD+kjyIjcGeZKy3tucjSnkjDki9vvqPeYKxwlNNLHuD6YMJtkUBvBuTA6GvpY/hK2RF2aU900Q==, tarball: file:projects/model-gmail.tgz} id: file:projects/model-gmail.tgz name: '@rush-temp/model-gmail' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18640,16 +18640,16 @@ packages: - typescript dev: false - file:projects/model-hr.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-hr.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-c14ag7Aoi1fOIhKorxTYJ9n5dFmqmJkzvntKUrt3x9vIEGAz+IciirzSKw4oazaoQ43g7ShmpSg/Em2damekgg==, tarball: file:projects/model-hr.tgz} id: file:projects/model-hr.tgz name: '@rush-temp/model-hr' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18661,16 +18661,16 @@ packages: - typescript dev: false - file:projects/model-inventory.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-inventory.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-rQZL8uNfBUI1FigsYZ3ywvwg6myAYxppAksfzTG7L4JsBEp4y4M49lWlBzHH/mqKgGNCxt0MpDiv8J0rH5xTxw==, tarball: file:projects/model-inventory.tgz} id: file:projects/model-inventory.tgz name: '@rush-temp/model-inventory' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18682,16 +18682,16 @@ packages: - typescript dev: false - file:projects/model-lead.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-lead.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-gksLbc8T70pVdFY2oM43wHoSp71KjBp22HPtDprm14hMQhmAbq5jf0NsufpCQX4mWdvoS41nkqISiMJvMFkb3g==, tarball: file:projects/model-lead.tgz} id: file:projects/model-lead.tgz name: '@rush-temp/model-lead' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18703,16 +18703,16 @@ packages: - typescript dev: false - file:projects/model-notification.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-notification.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-4LD2Kjbal/IlorgfewIPi/hvnJGXXCnZCj/Sf9ZWPCJrvUtlSZYMFocisW16q/MQ+8LZwWTFa9e8pGsXoRKalA==, tarball: file:projects/model-notification.tgz} id: file:projects/model-notification.tgz name: '@rush-temp/model-notification' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18724,16 +18724,16 @@ packages: - typescript dev: false - file:projects/model-preference.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-preference.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-pAAls3aoz/aqRZXrWYE9CJsjOmIhW6QEQwjoChBIcsikNgKXv1rFEpqDdSDuJYVdYv5SYi36bwkTg6kPF6DxcA==, tarball: file:projects/model-preference.tgz} id: file:projects/model-preference.tgz name: '@rush-temp/model-preference' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18745,16 +18745,16 @@ packages: - typescript dev: false - file:projects/model-presentation.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-presentation.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-Rw2iHhj+q6AJ8nL/qc8TPFD5defFRjGWcajw7EjZXtme2wYh73aOl/jAk3CWOcggQCPkAMEobkiQPjrMLBvJ2w==, tarball: file:projects/model-presentation.tgz} id: file:projects/model-presentation.tgz name: '@rush-temp/model-presentation' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18766,17 +18766,17 @@ packages: - typescript dev: false - file:projects/model-recruit.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-recruit.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-HFvdLxKoof/HpL11eHK/bAWdy84uUZLdVAhQDeBvtcxaNVT765AX/vB0G4zehK6pSO27MOTcErQ1JBkNamf8yQ==, tarball: file:projects/model-recruit.tgz} id: file:projects/model-recruit.tgz name: '@rush-temp/model-recruit' version: 0.0.0 dependencies: '@anticrm/skillset': 0.6.0 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18788,16 +18788,16 @@ packages: - typescript dev: false - file:projects/model-request.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-request.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-jZix/eFaBkTodzhugzP/MxZLWeZajzigJrenqWzlFqAwo2KZiec2MLVn1zqRqFMcXCceWISx57WE+IexnQUz+A==, tarball: file:projects/model-request.tgz} id: file:projects/model-request.tgz name: '@rush-temp/model-request' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18809,16 +18809,16 @@ packages: - typescript dev: false - file:projects/model-server-activity.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-activity.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-842C3YGifHGfmV1IBvY5HwD37c1QRvEmxFf5C+Yzz78UP+z3eCYMgKp9/7UxBk3eIdIyz1KY+iN6+vlDeG9inQ==, tarball: file:projects/model-server-activity.tgz} id: file:projects/model-server-activity.tgz name: '@rush-temp/model-server-activity' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18830,16 +18830,16 @@ packages: - typescript dev: false - file:projects/model-server-attachment.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-attachment.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-KlBrrCLMzpxFkSjdNy9/bUscH4Chu+RZwkOE/RS7v4rQMM6OUEpulQieMtJEKRrJHbFODQMgCqVHfKDMj6UpLg==, tarball: file:projects/model-server-attachment.tgz} id: file:projects/model-server-attachment.tgz name: '@rush-temp/model-server-attachment' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18851,16 +18851,16 @@ packages: - typescript dev: false - file:projects/model-server-calendar.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-calendar.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-B6Fmt2TZziSo0kZ/iR26XatSlNZoNbItoBHg355ZDiCACBIUL46YWjttMsdkyVYlsqYrdRPYGklBNBUQPW5ZRw==, tarball: file:projects/model-server-calendar.tgz} id: file:projects/model-server-calendar.tgz name: '@rush-temp/model-server-calendar' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18872,16 +18872,16 @@ packages: - typescript dev: false - file:projects/model-server-chunter.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-chunter.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-r9+pzt9+XWw9H5svfTiHSmhUHIZHSU7m9dtMCX/pjpF5j4Y+yQOLy+dVw+xvdfbGFjDrd7R578a7v2VDkBM9OQ==, tarball: file:projects/model-server-chunter.tgz} id: file:projects/model-server-chunter.tgz name: '@rush-temp/model-server-chunter' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18893,16 +18893,16 @@ packages: - typescript dev: false - file:projects/model-server-contact.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-contact.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-fCyP4Iy/vq9AKazqah34ZVNarA+qNjm8Oj68FbU8VbO63GaUQW+WjCxBJCYWtNlXg3ASCJcIocsISS7Lj31dlw==, tarball: file:projects/model-server-contact.tgz} id: file:projects/model-server-contact.tgz name: '@rush-temp/model-server-contact' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18914,16 +18914,16 @@ packages: - typescript dev: false - file:projects/model-server-core.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-core.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-iCcQyR97pY9mqsE2O0c5kDXTiEerCnvCeeWPhpoD1YRoZliGt3+xadd7CbO5S8YlZ1K7dDAQXyy4LGjU+DGYJQ==, tarball: file:projects/model-server-core.tgz} id: file:projects/model-server-core.tgz name: '@rush-temp/model-server-core' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18935,16 +18935,16 @@ packages: - typescript dev: false - file:projects/model-server-gmail.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-gmail.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-wpzLIWTVJBDPB61QVh8Dnh07uveAiaEJQVzWXhbKaXYNVPQcrGIc4C+Q8iiwBFazzV5bE5Z3TIFboOL83A7s6A==, tarball: file:projects/model-server-gmail.tgz} id: file:projects/model-server-gmail.tgz name: '@rush-temp/model-server-gmail' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18956,16 +18956,16 @@ packages: - typescript dev: false - file:projects/model-server-hr.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-hr.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-aSKy1AYNt2BowmQvgqnmmq6jL+2peSNQgMJkZe4riPrBs26rxqkqVWB16NlJbMl+qJHyfxLdyRc44AoSuuubuA==, tarball: file:projects/model-server-hr.tgz} id: file:projects/model-server-hr.tgz name: '@rush-temp/model-server-hr' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18977,16 +18977,16 @@ packages: - typescript dev: false - file:projects/model-server-inventory.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-inventory.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-xd76uGc4eW+UGzTzx/MdULDUu9f7x57YpUdHUNJGdOuKd/13dw1jGzzd5gxBLm/tkw/IrO8duqwEmZqNFZ4wMw==, tarball: file:projects/model-server-inventory.tgz} id: file:projects/model-server-inventory.tgz name: '@rush-temp/model-server-inventory' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -18998,16 +18998,16 @@ packages: - typescript dev: false - file:projects/model-server-lead.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-lead.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-tqXPqpgf4P9kX1zNetWOq6khknqfX+TxsD6WkaiJ10lZP0UQUzPw5tqj5yqxdIu8R26pv2Ue1ZCxWRtcNcQQRg==, tarball: file:projects/model-server-lead.tgz} id: file:projects/model-server-lead.tgz name: '@rush-temp/model-server-lead' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19019,16 +19019,16 @@ packages: - typescript dev: false - file:projects/model-server-notification.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-notification.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-IPGy/DI5+kHXQuYdrr8MNqsuV0xQ6GYeJl8H2lO8cu4lJIBpUEZ84W47kQm+cj9uxMKl8uOLK0FvGPejS0tHQw==, tarball: file:projects/model-server-notification.tgz} id: file:projects/model-server-notification.tgz name: '@rush-temp/model-server-notification' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19040,16 +19040,16 @@ packages: - typescript dev: false - file:projects/model-server-openai.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-openai.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-FUtmhJ6jHiYEOJ3Q72h3Oz4sC6BptKUvi0+XH7oEofOgfWqTNvLcWbc5qQ/GE5kJpHjquGSWwzaJpAp8U7bpnA==, tarball: file:projects/model-server-openai.tgz} id: file:projects/model-server-openai.tgz name: '@rush-temp/model-server-openai' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19061,16 +19061,16 @@ packages: - typescript dev: false - file:projects/model-server-recruit.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-recruit.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-qRdvv8XB587ru6cL8oLS2FtaqHfi+MZ74AAhokksi5HpH5BgbgGZsY1Vt3LUuxnOXCFTCdk4fowN6xEtbaOHGQ==, tarball: file:projects/model-server-recruit.tgz} id: file:projects/model-server-recruit.tgz name: '@rush-temp/model-server-recruit' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19082,16 +19082,16 @@ packages: - typescript dev: false - file:projects/model-server-request.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-request.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-u4MfZsMlubKys0qJOb7yZ8Vo7WFNhs+rj8/0fr0teDjZw44nRpP9i1VNkePOxV1ER03NUzZFZlfoHfQQX4+MBA==, tarball: file:projects/model-server-request.tgz} id: file:projects/model-server-request.tgz name: '@rush-temp/model-server-request' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19103,16 +19103,16 @@ packages: - typescript dev: false - file:projects/model-server-setting.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-setting.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-tjYpwdhBU7deBGEcM815iHonUjL4BBHi7tdbwsxVKvoP87mvUQEbNv3dLatqZGrxPvUvSsKNoZFKNk1m+om9dQ==, tarball: file:projects/model-server-setting.tgz} id: file:projects/model-server-setting.tgz name: '@rush-temp/model-server-setting' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19124,16 +19124,16 @@ packages: - typescript dev: false - file:projects/model-server-tags.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-tags.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-IPZXxXhDsqeCPKgSgnIW1m7NzYx+ZzXMx/aBuc8/iPjut49am8dc+89BMRS0XBgVF4Lzqu4gW7O44dhKwTmrlw==, tarball: file:projects/model-server-tags.tgz} id: file:projects/model-server-tags.tgz name: '@rush-temp/model-server-tags' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19145,16 +19145,16 @@ packages: - typescript dev: false - file:projects/model-server-task.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-task.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-7vKnER0vQ63aNN1+LGEum21KlRJjNS7fkoXjue4BlWXpS8eKOGTMM5kddQwY9EjTGwACQtr5nPyYnHR6go/fBg==, tarball: file:projects/model-server-task.tgz} id: file:projects/model-server-task.tgz name: '@rush-temp/model-server-task' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19166,16 +19166,16 @@ packages: - typescript dev: false - file:projects/model-server-telegram.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-telegram.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-VM/k290fZVLgyFO4bhX1nt/h/HAu+6sqIBcSngqYf/EMSceW2q/U2Vz2/M9CTvMhI5726xW6NYn57dZsp+f0sQ==, tarball: file:projects/model-server-telegram.tgz} id: file:projects/model-server-telegram.tgz name: '@rush-temp/model-server-telegram' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19187,16 +19187,16 @@ packages: - typescript dev: false - file:projects/model-server-templates.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-templates.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-cytY/Kk+aWTYgHx0fr/0CfzUvpydfZkhNTPl/wLJalWK/5vZfZ4OurJMNdgbXj3rQKDCbKigKPYSl9RxO0pCwA==, tarball: file:projects/model-server-templates.tgz} id: file:projects/model-server-templates.tgz name: '@rush-temp/model-server-templates' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19208,16 +19208,16 @@ packages: - typescript dev: false - file:projects/model-server-tracker.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-tracker.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-UsAh/NiTRaLdii1rn6IjjJIB7ay4tObWMMyZTLC5XL4P7oUuKgnwOicdmDdMK4nDNY0OTRMmOkLH+fv8g/HMTQ==, tarball: file:projects/model-server-tracker.tgz} id: file:projects/model-server-tracker.tgz name: '@rush-temp/model-server-tracker' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19229,16 +19229,16 @@ packages: - typescript dev: false - file:projects/model-server-translate.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-translate.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-noEfmypVPnAPGQHb92sSWut9YTrBpotnQ29z0eb+VlUV7QB/JZxJng4GYbABaf/KNNSErwquAF1VJY00xhzJZg==, tarball: file:projects/model-server-translate.tgz} id: file:projects/model-server-translate.tgz name: '@rush-temp/model-server-translate' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19250,16 +19250,16 @@ packages: - typescript dev: false - file:projects/model-server-view.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-server-view.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-FjGStM/Iw69R4cVDai9y22h16JmylauM06hXsfO7aJi/6bgHaAIYB5hAA0jgDCfExssU8ZkX7gou1qb4SFcDCQ==, tarball: file:projects/model-server-view.tgz} id: file:projects/model-server-view.tgz name: '@rush-temp/model-server-view' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19271,16 +19271,16 @@ packages: - typescript dev: false - file:projects/model-setting.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-setting.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-i0XZ5rT9laIuSKpZ0Citm73AwPMRCXM306ENfHmSE2EAd+J6ILfuosYofdTs6MqOF4Ka/wLdv74I44M+MlMDcg==, tarball: file:projects/model-setting.tgz} id: file:projects/model-setting.tgz name: '@rush-temp/model-setting' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19292,16 +19292,16 @@ packages: - typescript dev: false - file:projects/model-support.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-support.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-qu79pJ8brLQnyhrKFXUHXkEVOJexGH37BZG9g1TFsTYetKDBGYZWLsNB8nyVd6e0hQxaM4n1rw7PDpXMY9QNDA==, tarball: file:projects/model-support.tgz} id: file:projects/model-support.tgz name: '@rush-temp/model-support' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19313,16 +19313,16 @@ packages: - typescript dev: false - file:projects/model-tags.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-tags.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-F6KzlEZ8jlllcK0ZrSv/Ck1XUMHSbzasAD4UBIx0HXlFdzvNVw3Z8BncFs84TCVintgRppN+Heiy1ZNgyWH02A==, tarball: file:projects/model-tags.tgz} id: file:projects/model-tags.tgz name: '@rush-temp/model-tags' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19334,16 +19334,16 @@ packages: - typescript dev: false - file:projects/model-task.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-task.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-YFVrliQ5ENQ0ISEqJe7V/haF39qJqodH/DZZsQpeqo0GQ1Kks/SS9PhWignQNtXvlEntgGUF3uGzeiI83qM66w==, tarball: file:projects/model-task.tgz} id: file:projects/model-task.tgz name: '@rush-temp/model-task' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19355,16 +19355,16 @@ packages: - typescript dev: false - file:projects/model-telegram.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-telegram.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-W/dxKA+/e5coKGZhQMO8wlikybvV8B0ZQuf0tueazWPfEWPJ9ReDzkr2HH5jYu/mJ2T4uDpieu2atwDwC173xQ==, tarball: file:projects/model-telegram.tgz} id: file:projects/model-telegram.tgz name: '@rush-temp/model-telegram' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19376,16 +19376,16 @@ packages: - typescript dev: false - file:projects/model-templates.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-templates.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-cVP+8EjVoZRbJBmqLOKz/WiAObOThsQG4nLglPSpx0glMJEb/Ig7TveXngRHVryLcqcAGokSEGsDjmVfDIzG6A==, tarball: file:projects/model-templates.tgz} id: file:projects/model-templates.tgz name: '@rush-temp/model-templates' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19397,16 +19397,16 @@ packages: - typescript dev: false - file:projects/model-text-editor.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-text-editor.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-dC2lQ1YtNxI5oYUPAq/VJwBmDD+0welSc8qgLYndpz3SRb6lgtrl4YvVrhDhKQ/2BO1A3y32zsHmMQfd0YfL0w==, tarball: file:projects/model-text-editor.tgz} id: file:projects/model-text-editor.tgz name: '@rush-temp/model-text-editor' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19418,16 +19418,16 @@ packages: - typescript dev: false - file:projects/model-tracker.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-tracker.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-yIMlNWQCVUGigO1sbZhmNrX4OYhcQV5VAyhjB103WUpWqUJ1wl/bxSo/Kz+Kk+SDWgCmXd4t0UlgizC+37S6Wg==, tarball: file:projects/model-tracker.tgz} id: file:projects/model-tracker.tgz name: '@rush-temp/model-tracker' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19439,16 +19439,16 @@ packages: - typescript dev: false - file:projects/model-view.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-view.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-N84aSHEtvHC8m8pjF8fFREHrGKP/tdfTsdpTtNC1zUjZn65smFsYl10V+XnGXJev6jt6O7Q+ywOZCWO0fyB0gw==, tarball: file:projects/model-view.tgz} id: file:projects/model-view.tgz name: '@rush-temp/model-view' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19460,16 +19460,16 @@ packages: - typescript dev: false - file:projects/model-workbench.tgz(svelte@4.2.5)(typescript@5.2.2): + file:projects/model-workbench.tgz(svelte@4.2.5)(typescript@5.3.3): resolution: {integrity: sha512-iNW8ujYHuidfDJpYsND5QjPsZnpaAq/unmVkXXMVXlUxcLo0szYTrQOlgp+ER3hlzhe8tJ/vKqcuCeSGH/7i5Q==, tarball: file:projects/model-workbench.tgz} id: file:projects/model-workbench.tgz name: '@rush-temp/model-workbench' version: 0.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19482,17 +19482,17 @@ packages: dev: false file:projects/model.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-EmQ6n3wNz0HKw5ftc+LGvItan2QS7HtcuvBjfjeCcnd9TuXcA+tUegINfzgndUWiZAGcfT7tBiRTriSxjFacyA==, tarball: file:projects/model.tgz} + resolution: {integrity: sha512-6AzhqeTjgXut/iP4da84Io2XUxiMinE0o8DImpaKs3CAIdKhxpKsWvSUChNiPKewQVFYD13OFyRJWmltXWxpIw==, tarball: file:projects/model.tgz} id: file:projects/model.tgz name: '@rush-temp/model' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/toposort': 2.0.4 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19501,8 +19501,8 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) toposort: 2.0.2 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19517,17 +19517,17 @@ packages: dev: false file:projects/mongo.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-sM7ENncGGpaoPfy2ak7pqmnHCU7iHUQgB6Yw39ST/c3Uf2ykGsKsbgubw4IVYzRqmvKN+Wn83zvmemE6LDmGdQ==, tarball: file:projects/mongo.tgz} + resolution: {integrity: sha512-If093Z1+UW9cKO/z3F2Axqu70SNjzaIR++Bitfh7f8Q5uXfu0gLG2xbXNnX0tXVTgc4ONTEzlWVcDVQTd15YWA==, tarball: file:projects/mongo.tgz} id: file:projects/mongo.tgz name: '@rush-temp/mongo' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19535,8 +19535,8 @@ packages: mongodb: 6.3.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@aws-sdk/credential-providers' - '@babel/core' @@ -19556,7 +19556,7 @@ packages: - ts-node dev: false - file:projects/notification-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/notification-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-Ka/gvooQ/nuXMf6sp6ZSuupFVc7hqPWsXIAqTciqITfU75o1LB+hlgIXMLjsUhCUX7i2h6fpNbyFRGYBT0DvBw==, tarball: file:projects/notification-assets.tgz} id: file:projects/notification-assets.tgz name: '@rush-temp/notification-assets' @@ -19564,17 +19564,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19589,16 +19589,16 @@ packages: dev: false file:projects/notification-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-rI+Pkb7vhdtFq9bcfgAt6pEhqwD+tw8iBZY9rgL9bDikXy4BeHyOepkJSPIfCfcSjSTzcltcSjDgyf0BHsjpxw==, tarball: file:projects/notification-resources.tgz} + resolution: {integrity: sha512-94kWHq0bB6TbcEA/WnpvxWYyX3f0zHwoWUavkds3fnk+KmVfGmFNGv1VkXGCOHw/DCCrsgEnNLpWORk9d+1v0g==, tarball: file:projects/notification-resources.tgz} id: file:projects/notification-resources.tgz name: '@rush-temp/notification-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19611,9 +19611,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19633,17 +19633,17 @@ packages: - ts-node dev: false - file:projects/notification.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/notification.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-8kG/42Owf1FHXR+X9x3damAdv53PNE0mFOiqQk/Bxd7me3ai4rp7gEOkEnd29BBzpH+EYxxOeVnaVA52h2yCMA==, tarball: file:projects/notification.tgz} id: file:projects/notification.tgz name: '@rush-temp/notification' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19654,8 +19654,8 @@ packages: sass: 1.69.0 svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19678,7 +19678,7 @@ packages: dev: false file:projects/openai.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-JOtzGItVhzvs7dsnLToXuB3IIfsqTd9iREOH5M2+473sXlL4tjrZTGjgXyHRpI1V+8M9s5/dP42DomFbN2yY6Q==, tarball: file:projects/openai.tgz} + resolution: {integrity: sha512-GPcm8X12w23xZG3uz55Tk0XRQ7kYPvD0d+BChFt5YH+kzze9I5+/LTrUSbbv9nZnjV/kmNvEmmFEZmITXpbw1Q==, tarball: file:projects/openai.tgz} id: file:projects/openai.tgz name: '@rush-temp/openai' version: 0.0.0 @@ -19686,10 +19686,10 @@ packages: '@types/html-to-text': 8.1.1 '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19699,8 +19699,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19714,16 +19714,16 @@ packages: dev: false file:projects/panel.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-pdfYNVY42CW77uHshr2/ZU/gleKwcq6ms5hIjg1zCP9qETfS3gkHEo1h/HtXa7JMMdrP2Suhdm0lOaqCxCz/TA==, tarball: file:projects/panel.tgz} + resolution: {integrity: sha512-LAtShj27fEQlHtujbR84R4/PAiJofexZt0PwhOPDx4ZhK6PUTEx3wZio5Oa0Eqz9SWSZk9gj10pRDRFK0j9u3A==, tarball: file:projects/panel.tgz} id: file:projects/panel.tgz name: '@rush-temp/panel' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19736,9 +19736,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19759,16 +19759,16 @@ packages: dev: false file:projects/platform-rig.tgz(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(svelte@4.2.5): - resolution: {integrity: sha512-RCrVhHA0wyi4GU2nFY3NGWGypkAMMli8bW7YgDtGiUAXMVVeGu1NQ/S6gCcZloE4aUHeYVXqCE6fjx/D5bKsEg==, tarball: file:projects/platform-rig.tgz} + resolution: {integrity: sha512-Z6giTlS30z7yuk2DoS1DLbp8CKAddYLnsNac2JqvVhepF/WyeoI4M33/C1cGWtgS9gRJQrZPe5xBce06DaSuog==, tarball: file:projects/platform-rig.tgz} id: file:projects/platform-rig.tgz name: '@rush-temp/platform-rig' version: 0.0.0 dependencies: - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) svelte-eslint-parser: 0.33.1(svelte@4.2.5) - typescript: 5.2.2 + typescript: 5.3.3 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - eslint-plugin-import @@ -19779,16 +19779,16 @@ packages: dev: false file:projects/platform.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-1UvRztQKpnqQc7gdMIQIE2dE8SQEVMyUE77U8lZ/eCnfRnjE1aAEeCINZcp9VUII2dtdgGVg7oheuiY+NEYFhQ==, tarball: file:projects/platform.tgz} + resolution: {integrity: sha512-3xqZpOJyMAaHldx9JjRSHALdSUnPq1wslR5NQqx1Ijyw+ZGJJPdJrcQDgyFFi5X8ATgyD3xgcoNiQrMILktGog==, tarball: file:projects/platform.tgz} id: file:projects/platform.tgz name: '@rush-temp/platform' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19796,8 +19796,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19812,7 +19812,7 @@ packages: dev: false file:projects/pod-account.tgz(svelte@4.2.5): - resolution: {integrity: sha512-s3MakazCMvo91gMjwho0IiGpUT+0EM5tajusmR/K+q8Lp6i3S6X6vAVcQ/n797Pzo/tAD0Q8sgrnIWFb5bY1DQ==, tarball: file:projects/pod-account.tgz} + resolution: {integrity: sha512-kImUO1HCVAF10vDK4Q1t39UY3GSOY9fPjOL2AC4pC++GAzNQlePOlFayi/t8oXBIJLQTwHlwU6BeHEhh35e9hw==, tarball: file:projects/pod-account.tgz} id: file:projects/pod-account.tgz name: '@rush-temp/pod-account' version: 0.0.0 @@ -19824,12 +19824,12 @@ packages: '@types/koa-router': 7.4.5 '@types/koa__cors': 3.3.1 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-env: 7.0.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19840,9 +19840,9 @@ packages: mongodb: 6.3.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@aws-sdk/credential-providers' - '@babel/core' @@ -19863,20 +19863,20 @@ packages: dev: false file:projects/pod-backup.tgz(svelte@4.2.5): - resolution: {integrity: sha512-BkoLvUkmj5Sh/2he/ODQmSKgOd8oTVthkxSyFxdbJeV5tdLYbtaagHJcsCWBAm8ggvH7goCLYBeCUlDEQfLtPQ==, tarball: file:projects/pod-backup.tgz} + resolution: {integrity: sha512-ef9+NnMFbr82L8mY0ZpQUl0740bvJxvQRkwIZ331DY/r6rSOKYIwbE2adqhyY34PYwady8zr6PMz+T9tfuCdRA==, tarball: file:projects/pod-backup.tgz} id: file:projects/pod-backup.tgz name: '@rush-temp/pod-backup' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-env: 7.0.3 dotenv: 16.0.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19885,9 +19885,9 @@ packages: mongodb: 6.3.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@aws-sdk/credential-providers' - '@babel/core' @@ -19908,28 +19908,28 @@ packages: dev: false file:projects/pod-collaborator.tgz(svelte@4.2.5): - resolution: {integrity: sha512-k/ZRAxkGnMYMha9sc/9ZlUQZpSFWxcvnKER/QQ2MnxoZbJRvD+gVvmEN4beErf1AzNn3cW60+V5Rv7Ou+QwLPQ==, tarball: file:projects/pod-collaborator.tgz} + resolution: {integrity: sha512-vHamQkRlx3pQTq4LMoCWAyuphhUIBE1f/36EVltfAeIlXeMZG/pR3NHU+j+f3HnxskbyUMIJpBLOpb//W8+MQQ==, tarball: file:projects/pod-collaborator.tgz} id: file:projects/pod-collaborator.tgz name: '@rush-temp/pod-collaborator' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-env: 7.0.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -19943,7 +19943,7 @@ packages: dev: false file:projects/pod-front.tgz(svelte@4.2.5): - resolution: {integrity: sha512-tim8jov3NHRtzr5PZTUTN9XL8OpUW5ZMJODilyZJoWf+1zVndxJ0VZjfw58EkrlROWSjAOfIgcaL53Iwp6hzCw==, tarball: file:projects/pod-front.tgz} + resolution: {integrity: sha512-vJfjvyWGydBrsc5pZVxQBBV3JiI74xfzk4PIChEFavLjQLIteeljE5xm+mW35E8SXEFZ/hBcmBVHxKu9hbJXSg==, tarball: file:projects/pod-front.tgz} id: file:projects/pod-front.tgz name: '@rush-temp/pod-front' version: 0.0.0 @@ -19957,15 +19957,15 @@ packages: '@types/node': 20.11.16 '@types/sharp': 0.32.0 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) body-parser: 1.19.2 compression: 1.7.4 cors: 2.8.5 cross-env: 7.0.3 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -19975,9 +19975,9 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) sharp: 0.32.6 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 uuid: 8.3.2 transitivePeerDependencies: - '@babel/core' @@ -19992,7 +19992,7 @@ packages: dev: false file:projects/pod-server.tgz(svelte@4.2.5): - resolution: {integrity: sha512-KIBeJEnA5MswaJ3kyvrNVNRrOiDC1OHEgMVsyrltpcZJ0+e/jywdfUXgqSnZ9YiWAcA0//1LvtSQ+OKybzb1bw==, tarball: file:projects/pod-server.tgz} + resolution: {integrity: sha512-o1R0w4utfmaowkXqVmO51XtReLmInMwaCe5lO3XTO6gEfnNvketCmYobNW9XMVgyfxXPXzrzZgUlYDTQeNabEg==, tarball: file:projects/pod-server.tgz} id: file:projects/pod-server.tgz name: '@rush-temp/pod-server' version: 0.0.0 @@ -20000,22 +20000,22 @@ packages: '@types/jest': 29.5.5 '@types/node': 20.11.16 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-env: 7.0.3 elastic-apm-node: 3.26.0 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20029,25 +20029,25 @@ packages: dev: false file:projects/preference-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-kBLP6fED9kZoALTIsujldm3f+W4wjlzN514U7h5wnuTRTW5VfgaY7MdYLw+3NG0eEaa/fagDEyUNxpx6vRyA3g==, tarball: file:projects/preference-assets.tgz} + resolution: {integrity: sha512-BvWOw+y2uMz0Kt6SIM9GHbOHj2vEtYunYLqxL1/t7jJwYkBvkP7Kxtra6P/AH01MKDX6xCwKfrCrGYfSxdv80g==, tarball: file:projects/preference-assets.tgz} id: file:projects/preference-assets.tgz name: '@rush-temp/preference-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20061,24 +20061,24 @@ packages: dev: false file:projects/preference.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-rC+OV+CKkOkF0SALtIVcwmErqjiCqg27BW6GKjnr1ll/c2Hs1+BdUlzHCvA/6Bsl5m9RAtS+tANcv4um5QFN9A==, tarball: file:projects/preference.tgz} + resolution: {integrity: sha512-k5x2raiUz3Qq11vTZihRA2z0MJVlrocuA86AivYGZ/l9ARzHdim4/QgRjnbNhL86JDw3UdbImw1FF8xfCXHIGA==, tarball: file:projects/preference.tgz} id: file:projects/preference.tgz name: '@rush-temp/preference' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20093,16 +20093,16 @@ packages: dev: false file:projects/presentation.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-00D4CYfWUe7lotfAgH8WuZZ30cvrpIP4B0S/LpDWmNZLaCUgj8SeC7uz+Ll8HzYvTOfAhDRi7u8+3C73Ow85tw==, tarball: file:projects/presentation.tgz} + resolution: {integrity: sha512-aIs1NWqMRjF8+bpEPUJW3nkQFkxnv0GvllOQk4DWbDdfxuAlGkvBKiKaDwlx3cku9hulZqpwr6EyIbkotn1Rsw==, tarball: file:projects/presentation.tgz} id: file:projects/presentation.tgz name: '@rush-temp/presentation' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20116,9 +20116,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20138,7 +20138,7 @@ packages: - ts-node dev: false - file:projects/prod.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(sass@1.69.0)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/prod.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(sass@1.69.0)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-gJMqyfztJVnfBipc/1xJuqatGLSP3C+ayRwVjX06ZElqcEi0L/6ths/wJIQHw/GuxrA7xeEt4FRq7pcEyy/4QQ==, tarball: file:projects/prod.tgz} id: file:projects/prod.tgz name: '@rush-temp/prod' @@ -20152,18 +20152,18 @@ packages: css-loader: 5.2.7(webpack@5.88.2) dotenv-webpack: 8.0.1(webpack@5.88.2) file-loader: 6.2.0(webpack@5.88.2) - fork-ts-checker-webpack-plugin: 7.3.0(typescript@5.2.2)(webpack@5.88.2) + fork-ts-checker-webpack-plugin: 7.3.0(typescript@5.3.3)(webpack@5.88.2) html-webpack-plugin: 5.5.3(webpack@5.88.2) mini-css-extract-plugin: 2.7.6(webpack@5.88.2) postcss: 8.4.31 postcss-load-config: 4.0.1(postcss@8.4.31)(ts-node@10.9.1) - postcss-loader: 7.3.3(postcss@8.4.31)(typescript@5.2.2)(webpack@5.88.2) + postcss-loader: 7.3.3(postcss@8.4.31)(typescript@5.3.3)(webpack@5.88.2) sass-loader: 13.3.2(sass@1.69.0)(webpack@5.88.2) style-loader: 3.3.3(webpack@5.88.2) svelte: 4.2.5 svelte-loader: 3.1.9(svelte@4.2.5) svgo-loader: 3.0.3 - ts-loader: 9.5.0(typescript@5.2.2)(webpack@5.88.2) + ts-loader: 9.5.0(typescript@5.3.3)(webpack@5.88.2) update-browserslist-db: 1.0.13(browserslist@4.21.5) webpack: 5.88.2(esbuild@0.16.17)(webpack-cli@5.1.4) webpack-bundle-analyzer: 4.9.1(bufferutil@4.0.7) @@ -20188,16 +20188,16 @@ packages: dev: false file:projects/query.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-pD2cU9RrLwyUbU3UfaZtFyMVCVwMblla7GMgYgWxYTBZMMk0pRd+sIQpzryINeFzDYUzvm1Kai+n8AZim+6m+w==, tarball: file:projects/query.tgz} + resolution: {integrity: sha512-UJPz70/3XBqbZVD2xp90d4ZJfbu2dQfcszMNfVlP7Jvck6ls2XGj3dugCvX3oC7rRsdtcEULtAiFC5bFfgRidg==, tarball: file:projects/query.tgz} id: file:projects/query.tgz name: '@rush-temp/query' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20205,9 +20205,9 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - simplytyped: 3.3.0(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + simplytyped: 3.3.0(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20221,7 +20221,7 @@ packages: - ts-node dev: false - file:projects/recruit-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/recruit-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-oT2pVEU6iZo6XW9mjT64XuUg6A8P9/88eN4VBx7QZ8kwpgndKmbv+ncYhdrDU+XX05Ln72RUJiLIXKtE8KYYMA==, tarball: file:projects/recruit-assets.tgz} id: file:projects/recruit-assets.tgz name: '@rush-temp/recruit-assets' @@ -20229,17 +20229,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20254,16 +20254,16 @@ packages: dev: false file:projects/recruit-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-6sS1ZSzitcW+WorkT+wRn2FN6rfjbJrvdy2DTdWzJ+U2tTL2pZyDl0Qww72lJVAsv2QLYy/DTQ8/co/O3sKBqg==, tarball: file:projects/recruit-resources.tgz} + resolution: {integrity: sha512-TmJL5I8bm0LnM3D2uc9Cu8sPu9mlqyi9ps9nISxTPjMvc7w82/9TlJvZ3pfUpcCreW489ZY7/pJAkctVidf1TQ==, tarball: file:projects/recruit-resources.tgz} id: file:projects/recruit-resources.tgz name: '@rush-temp/recruit-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20276,9 +20276,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20299,24 +20299,24 @@ packages: dev: false file:projects/recruit.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-kQMzb6NocylH+7X1xLxbFWo/y5KeHJUrO8koNqNa6KpnayBaMRzmhKfNOU/HwpF/5BVcbaIX4/+PduLvrkEELA==, tarball: file:projects/recruit.tgz} + resolution: {integrity: sha512-/sQNSG/Y6B6CNeDLZdu1H/P1w1uoQ9X3LI0KL3hjCNYX7tU27Q7IqPijrt5sK5eoKblxi43BHLCVHzs/8og8nA==, tarball: file:projects/recruit.tgz} id: file:projects/recruit.tgz name: '@rush-temp/recruit' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20331,24 +20331,24 @@ packages: dev: false file:projects/rekoni.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-ZW2Rwm0bosaNEkHIwoFNCjbNVLcVK35jV+Ly53O0qAP4D2KpAVwKi+CFqTC7AjLBvwKBqB+CTKQBsL3U4wT9GA==, tarball: file:projects/rekoni.tgz} + resolution: {integrity: sha512-40w4Air82A20CZnpqBy17bfOCL13LycC4CIFSkQyxWItD0s5YfA7BLCLnOnF8GEbUiSXWV1EWYSykP9WTGBLAA==, tarball: file:projects/rekoni.tgz} id: file:projects/rekoni.tgz name: '@rush-temp/rekoni' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20362,7 +20362,7 @@ packages: - ts-node dev: false - file:projects/request-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/request-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-60jyQqgywO/hPFVcD+ohPdru6CgMDRNSs15Xke1Y8lR7gCCsIsE5Jx5ZhNwxWsS4M/Ludyj0ZwSn7PguzkaqxQ==, tarball: file:projects/request-assets.tgz} id: file:projects/request-assets.tgz name: '@rush-temp/request-assets' @@ -20370,17 +20370,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20395,16 +20395,16 @@ packages: dev: false file:projects/request-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-WjfFRt0ATqbPGWbjmZRSCtJtlGv9U4gaIg2ktpuViq5S8FB05zni8V3aI7tus/QQaqA/0kktg2Jv2sjXOsD7tA==, tarball: file:projects/request-resources.tgz} + resolution: {integrity: sha512-/mVsKWJm1qqIVR757+nxDpkysT8GqQyD1bLtZvl7uPAE67NaIQ9NAhEjHEBIDtkS22p1tZbO7HwGTpqfo8jw9w==, tarball: file:projects/request-resources.tgz} id: file:projects/request-resources.tgz name: '@rush-temp/request-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20417,9 +20417,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20440,24 +20440,24 @@ packages: dev: false file:projects/request.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-9NUeeyfWOy6hyGFVoj/bIGlkjIQjE/AWkLIL1JDywcRsMe569yc1LdlM5yyyQtX167bllnu1p7nQCnL0ZVuLEw==, tarball: file:projects/request.tgz} + resolution: {integrity: sha512-4HtkoV4LbmrOiigTpftuAmwkGawxuLPLAeppbHdedcKIU3Hs5LJyGRA5t4lcc7RmJmu+JoOq1UkJAy2SyxwHKA==, tarball: file:projects/request.tgz} id: file:projects/request.tgz name: '@rush-temp/request' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20472,7 +20472,7 @@ packages: dev: false file:projects/rpc.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-R9UTBvlkyA2t9a02MR1yv2wTGoJp5uSYsL62lH2NIMQJf1jAalywC1et4ZNWYiQayDf01K1BdvvC+fWqXqANrQ==, tarball: file:projects/rpc.tgz} + resolution: {integrity: sha512-KlivKmk8BBDXUkvwOKllxv7P7nYunUbMUahTqxpNrh3BpU1/fdNLxv8HTNvIjr6JHsz5cl/c4cvaZRi3aoltDg==, tarball: file:projects/rpc.tgz} id: file:projects/rpc.tgz name: '@rush-temp/rpc' version: 0.0.0 @@ -20480,10 +20480,10 @@ packages: '@types/jest': 29.5.5 '@types/node': 20.11.16 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20491,8 +20491,8 @@ packages: msgpackr: 1.9.9 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20506,24 +20506,24 @@ packages: dev: false file:projects/server-activity-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-67zB43dRoevqMaL7H4uPjwz6Ua20+LaSro80m/WUvk8Shxz0bmqPlaVOxLjsw72Dh0yJPDHGzumf0T5Vhtjq4Q==, tarball: file:projects/server-activity-resources.tgz} + resolution: {integrity: sha512-tdLT8bhJS4cTFC54YUUd4FTSyL1SIZj+SSoi7r/svweTe1PYCNm+DtJV4Flm/3fjNOpSIp+3j89tkTSta5Rzew==, tarball: file:projects/server-activity-resources.tgz} id: file:projects/server-activity-resources.tgz name: '@rush-temp/server-activity-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20538,25 +20538,25 @@ packages: dev: false file:projects/server-activity.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-WFSKf/xNrF0jFjKsO5AWwY+H3p67TkJT3vKbvxseTdmoqlkrUjeT2RMBYsSjAEK5rXBvngDyMCSQYrLoNsItWA==, tarball: file:projects/server-activity.tgz} + resolution: {integrity: sha512-mx0Vm/kxTjYJ2Dvz0zt/6uc6LSCaO4nmIfNch9AADcgt6w9fG3D5cd82x9vKvBHxD/QalrQV0LVrloipbnPyXw==, tarball: file:projects/server-activity.tgz} id: file:projects/server-activity.tgz name: '@rush-temp/server-activity' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20570,24 +20570,24 @@ packages: dev: false file:projects/server-attachment-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-sRRoiTEXMRI0vfWQDIoc8wWpLTiUBMGED8TUkrwRNUz/RYI+oEJExO8FJF5ejNhaxlxgdMQXyxb/HyWVOGxT1g==, tarball: file:projects/server-attachment-resources.tgz} + resolution: {integrity: sha512-vgZZ9qfzF9RdaDmqOmuIvnksysuAqeE3dbNoPLGXbUYSDvxS1tJU+ouEQVqrRJmY0bXnBzjH7n+S1PXNpqJZ5A==, tarball: file:projects/server-attachment-resources.tgz} id: file:projects/server-attachment-resources.tgz name: '@rush-temp/server-attachment-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20602,25 +20602,25 @@ packages: dev: false file:projects/server-attachment.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-c/c3zrGW2ejo1VExQQ7DSS+f3Hm/fNCKpmopwBL2GO6E9BOQ/VpWufsfmeNHOIrDDodAMe9W1q3ChlRBe0JVkA==, tarball: file:projects/server-attachment.tgz} + resolution: {integrity: sha512-KHYU6hi0rk0/yZr5VdUpidY1Q4Frk8cFBI77SMpCK/lomDNTE90MCDhqq545mKpZmCmW6zeCnJeG140M4F4Lrw==, tarball: file:projects/server-attachment.tgz} id: file:projects/server-attachment.tgz name: '@rush-temp/server-attachment' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20634,7 +20634,7 @@ packages: dev: false file:projects/server-backup.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-fgw0UWSan/2ix0EAWvgh8ndayulQwQfPwVghsYf+CQXjOfYGIoLB7V+CYv6BJes5j3bQj/R9MjxzjBY7FA61ug==, tarball: file:projects/server-backup.tgz} + resolution: {integrity: sha512-wg3C/1npd2Ao7FSlOFXOU78Gtp8HCqC/ZojE1ySfm2tU1L4hYd3tlmmm5HK5AGvrHwa2REkWj2H9tPYzAklOig==, tarball: file:projects/server-backup.tgz} id: file:projects/server-backup.tgz name: '@rush-temp/server-backup' version: 0.0.0 @@ -20642,10 +20642,10 @@ packages: '@types/jest': 29.5.5 '@types/node': 20.11.16 '@types/tar-stream': 2.2.3 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20653,8 +20653,8 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) tar-stream: 2.2.0 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20668,24 +20668,24 @@ packages: dev: false file:projects/server-calendar-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-XqVG1z6UHUKRoEPP19bT21baSMgxFwGXTojC/JvWJkxkEh8N4kj4cjAG4z2LE823ZqluyAOHoqOGxbk8MYhA5Q==, tarball: file:projects/server-calendar-resources.tgz} + resolution: {integrity: sha512-rVeYqePnQ7Kv5dj9T7F7liHrMG7BaXxOGTEWnN4rK9XBI758z5j+EfVv8sfoMdQbbS6lElz+d2ruh1lzL8VGDg==, tarball: file:projects/server-calendar-resources.tgz} id: file:projects/server-calendar-resources.tgz name: '@rush-temp/server-calendar-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20700,25 +20700,25 @@ packages: dev: false file:projects/server-calendar.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-xjo9Go+lAt2wwj5w1B5pevAvAgnBm1QmTcg85tGosp9x5v+s1FLkYAJPz+4ygFxDeXyEcrcz8vwsr9TaXanngQ==, tarball: file:projects/server-calendar.tgz} + resolution: {integrity: sha512-wnPmaqsOG2FjdIZC66qmAFTgxVVrBBENWBwFvsueRDKLxbz0958TUdjuh3HdDvkJ4YVenYp5QD3l0uaRt2I+Ig==, tarball: file:projects/server-calendar.tgz} id: file:projects/server-calendar.tgz name: '@rush-temp/server-calendar' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20732,24 +20732,24 @@ packages: dev: false file:projects/server-chunter-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-S/eHpOXjqVK6HkbFalzJZ19tihFw8Oi62zAp0lqeviHCeqlqjWodtNot9NXsnfbrK2h+NZR3qYAXTVcNXZ2rTA==, tarball: file:projects/server-chunter-resources.tgz} + resolution: {integrity: sha512-61cG5pl6YCoR2j56LDucXOxQXzIh6X9xjPBL80R5HrzaG5IjdVPfi/jpRVWulEHySTU5OtsaOJey7ahyWZ8A4g==, tarball: file:projects/server-chunter-resources.tgz} id: file:projects/server-chunter-resources.tgz name: '@rush-temp/server-chunter-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20764,25 +20764,25 @@ packages: dev: false file:projects/server-chunter.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-++y8sMdSXLwowrW5HT07KwG+XyxxcSyatWiwMOXJ0OiGmVM8MVmmQOUeFaLBG7+9alBjntBKu1kQwMmUoIo//g==, tarball: file:projects/server-chunter.tgz} + resolution: {integrity: sha512-sy2HH7wR6/9mAljT4gF3iQmYil9RLDR3wB6+lNy8A9obXodTV55vzskArbV67Gs4tSf+fMSTxHSVaPmxSrUsLg==, tarball: file:projects/server-chunter.tgz} id: file:projects/server-chunter.tgz name: '@rush-temp/server-chunter' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20796,24 +20796,24 @@ packages: dev: false file:projects/server-contact-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-eODngSXH87TFTAg2vfmYBB9BnBOtVD1P5lJYJWjTpJuwKETZ9xjFEU0tJ2OwuZau5creihj7W/uAS0LD9WKBuw==, tarball: file:projects/server-contact-resources.tgz} + resolution: {integrity: sha512-82ifj50URjlShjKPcCL7LNXbIM8Vb87XcozV4RtjQmkmsfok1xNFRgpFkjO8ddOVMVh5y74oJpnvwEFEc8RUdQ==, tarball: file:projects/server-contact-resources.tgz} id: file:projects/server-contact-resources.tgz name: '@rush-temp/server-contact-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20828,25 +20828,25 @@ packages: dev: false file:projects/server-contact.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-f1I6lRNg4iCCtrDQB3Ouk3nxnFk2pl1bif+UoebPgzNTJmPOdkvIdeAH/g5EmPXKoYDLhraoI1OwCZjpoGpNjw==, tarball: file:projects/server-contact.tgz} + resolution: {integrity: sha512-6dIcphU1CN0erA5MOXml8dTLM+1lM0YxozJ7ZFkffhQ9NOuJg8WurrBuLlLApR3Ha9h0S3AKEgW0s1/eb+qD4w==, tarball: file:projects/server-contact.tgz} id: file:projects/server-contact.tgz name: '@rush-temp/server-contact' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20860,7 +20860,7 @@ packages: dev: false file:projects/server-core.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-0TKYx/CE1+k8i6hRMUAoeUekgqN2j2vy+8WBDKXBWYBGsw0xdOPM5F0f/B+cO1kONdSL55qB2vnLiiu6J8wYbA==, tarball: file:projects/server-core.tgz} + resolution: {integrity: sha512-iV3TNsLvazgCfqXLLfvyoN0V7NDuqUunXYqbJg7tg19smxo10D0AKHqIyIP11xn+Mi5QiK1RTxYfrhFvUDe9pA==, tarball: file:projects/server-core.tgz} id: file:projects/server-core.tgz name: '@rush-temp/server-core' version: 0.0.0 @@ -20868,10 +20868,10 @@ packages: '@types/html-to-text': 8.1.1 '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -20880,8 +20880,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20895,24 +20895,24 @@ packages: dev: false file:projects/server-gmail-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-FPBZOtO/lQOwYk6KTbg1EEy8Ea4d/qbaPsRGt7fXx/nPLGm65oYu7VBWv2TFYSYGFaH03MnzW7eBCRfptnyWvw==, tarball: file:projects/server-gmail-resources.tgz} + resolution: {integrity: sha512-u7orpqbtArpym2yzzDUzcG8jQm2v+lmeCHLR4ZgNDWLvi0isTpWDk0fb+8BPWZpoWEQppTIwksR9TLJnTo8eOA==, tarball: file:projects/server-gmail-resources.tgz} id: file:projects/server-gmail-resources.tgz name: '@rush-temp/server-gmail-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20927,25 +20927,25 @@ packages: dev: false file:projects/server-gmail.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-qG6bcj43+2BPsItnGA+q+EBAdGEqKujqC8oRS051pAezE+iciBqG3fu9gpRdWF1KwNRi5mhyoyfFJjNSfqz8cg==, tarball: file:projects/server-gmail.tgz} + resolution: {integrity: sha512-/DB2L5suOvmMC4bMDc6s7owCnOkS8hBI0sZLS63XKETAwhZNCPe3iQyO3yabuYT/+/n8aFr7BHk7i2Bdw38KGw==, tarball: file:projects/server-gmail.tgz} id: file:projects/server-gmail.tgz name: '@rush-temp/server-gmail' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20959,24 +20959,24 @@ packages: dev: false file:projects/server-hr-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-piOEYIn7jLP6AHl2d5hMFa/QrvYs7kXQl1T/fgZspWttOosm8Rfs1a5RZ0LB32X6XxZ1HoFLwc7vZ9yQ6h4bbw==, tarball: file:projects/server-hr-resources.tgz} + resolution: {integrity: sha512-9ynW2uOReTvLE+Io8c0xqxZNaVh+BbgbRJdAV/Y3GptWFzoyizvF7tfpwJaa/KWz53rDcVRlrXtHg/izZS6g9A==, tarball: file:projects/server-hr-resources.tgz} id: file:projects/server-hr-resources.tgz name: '@rush-temp/server-hr-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -20991,25 +20991,25 @@ packages: dev: false file:projects/server-hr.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-/GqkN28JnB2BuYn65VRa9jSLgCrHc/a6O2JyyJL6IBiTzvFDj0TSgvOKTuHpiNuxqjYuca31VA8XpyF5+JM1IA==, tarball: file:projects/server-hr.tgz} + resolution: {integrity: sha512-nNxzQYgPPGWNyQemAs5okx2TuiFD2U26EoPgs7hYiLyPuKzdY7/VexDh+JCxLQPAIEoLE6raGMi8CY+btg1jFg==, tarball: file:projects/server-hr.tgz} id: file:projects/server-hr.tgz name: '@rush-temp/server-hr' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21023,24 +21023,24 @@ packages: dev: false file:projects/server-inventory-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-7MkKKjarKfmFGwlsuND2FLw0VYEUJ+NI2pM10FCrxUfLcMNedRcjVkoahuWNwRlWyKmBqNN0NF/S/4sFukgEtw==, tarball: file:projects/server-inventory-resources.tgz} + resolution: {integrity: sha512-h6uYZn074rR0t+bDpri7TYqwagLQhY6RAGwRLB2e8N5XKdPPbPoIk4dM4OMKgD40TdrBle9F7K1TlwzmrVJ0MQ==, tarball: file:projects/server-inventory-resources.tgz} id: file:projects/server-inventory-resources.tgz name: '@rush-temp/server-inventory-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21055,25 +21055,25 @@ packages: dev: false file:projects/server-inventory.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-35sTwAQV+DyMwqU+kX8uGnZsSfrsy1dosd6Vaf8ynFwcXjZK6DrTpeH0NJmMdLvjZye/Gy/fBrhEk0Gz2s6dGw==, tarball: file:projects/server-inventory.tgz} + resolution: {integrity: sha512-Mz0byEAL3wx14cygQjKxNuKqV57ybPtT5G9s+ULQOyCKmzN46ggEpSVhjbs3wNwOEZ+IFk7wvZWzaIeSmkaKog==, tarball: file:projects/server-inventory.tgz} id: file:projects/server-inventory.tgz name: '@rush-temp/server-inventory' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21087,24 +21087,24 @@ packages: dev: false file:projects/server-lead-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-2XifSm5oNhCrmNGvJ86ARsTdgO8rXo9VDP3SXicd0BT1Qub2y67faFXQARLcniudzFSAC7iZYEjwxm1PCIf6ug==, tarball: file:projects/server-lead-resources.tgz} + resolution: {integrity: sha512-ebAZOCCnOuUsUZpd30PGtQmhFnUx7KBGJjX//NIgck6wLqk9FJxxvJhM8ifsyxxFXC4wS0oN7gFFPzMSp9liYQ==, tarball: file:projects/server-lead-resources.tgz} id: file:projects/server-lead-resources.tgz name: '@rush-temp/server-lead-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21119,25 +21119,25 @@ packages: dev: false file:projects/server-lead.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-m0QIj95oNhZGhWUJmSgA5cjn5LvVDiz1yIpbugxclOUAgzCkGpt7zLzQco6sW2vWIzdY8cm1W0OLCnJYF0O8RQ==, tarball: file:projects/server-lead.tgz} + resolution: {integrity: sha512-OEjuB88JUuk6l26mKRwI1TKpwoDY23nQ9vAr2Ckme218Jvq/SNqTjph2or0S7kVXFHkg6jbKeD+Fg/xfM1E21g==, tarball: file:projects/server-lead.tgz} id: file:projects/server-lead.tgz name: '@rush-temp/server-lead' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21151,24 +21151,24 @@ packages: dev: false file:projects/server-notification-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-2ZHQbLU4d8CebZLrCsc7qaAO6AH5BC6+kATNn4P5YkKe+vOoa16rraFNnqs7VXcKCO9ODK79uMRlXwn8HSyiCQ==, tarball: file:projects/server-notification-resources.tgz} + resolution: {integrity: sha512-7LN+jksp7b8NBacWx/KsB0al/gxMIxGFN5AKuAleOLJD1qHMuESXlg+MIgd/19C+aaNjce5taa+ySbAMQcYtIw==, tarball: file:projects/server-notification-resources.tgz} id: file:projects/server-notification-resources.tgz name: '@rush-temp/server-notification-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21183,25 +21183,25 @@ packages: dev: false file:projects/server-notification.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-PbBd8135uIhughqXfxn6lACdDBOEe49xWiu08WeUBDIdbinzAqEp3px23rFQWLy0EiIIhwoBp0XQdYnqZALZcQ==, tarball: file:projects/server-notification.tgz} + resolution: {integrity: sha512-r8O1bAl5qlGL77ks7nc8j0FqTuBJ3C5gfqa2ZF//QRWVowCTFduTu0NgrAGFiUtpcuTLUUh1LChl8l2vewmBsg==, tarball: file:projects/server-notification.tgz} id: file:projects/server-notification.tgz name: '@rush-temp/server-notification' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21215,25 +21215,25 @@ packages: dev: false file:projects/server-preference.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-O3m7PEkdDyFVjnkmpaS0UvdaWt9Ci2bWrE3jD7Vy3Fh6Q+zuzndpKFGVD6EbhFll1Z4oaG5FB5dR1SVeA7xsgg==, tarball: file:projects/server-preference.tgz} + resolution: {integrity: sha512-63WzxfdafM8D81GnMCGtBqqXXzxCtYzesSboOYhqdQe9s8oFAKv41OyTLJRNTQ/x/qYZ1ogkwpAi/sHglx6UcQ==, tarball: file:projects/server-preference.tgz} id: file:projects/server-preference.tgz name: '@rush-temp/server-preference' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21247,24 +21247,24 @@ packages: dev: false file:projects/server-recruit-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-/468TJ8ve2KZran1QCeo0PjquHxyAdsIefdmEZudy0N5Wfxo3cNVB30ulxSuNwmYatWZZu8OoJR9GjnpWKDi+w==, tarball: file:projects/server-recruit-resources.tgz} + resolution: {integrity: sha512-Z2hgzjsJQG/VwXhRatMJ5ziUMvqadJFdRlVp4TFqcpw26TfgVyRrIQoTKQ1u6UBdfwP9V8ZpOiE5pR92YTxKUQ==, tarball: file:projects/server-recruit-resources.tgz} id: file:projects/server-recruit-resources.tgz name: '@rush-temp/server-recruit-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21279,25 +21279,25 @@ packages: dev: false file:projects/server-recruit.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-vm2koDeolrNRBbkCt1iA1xJTvrOrha4kbnyFPKTgcpsxDZt0IXY45InacHFGSeZXYldfDcB8pVSkqMB1UrBHWg==, tarball: file:projects/server-recruit.tgz} + resolution: {integrity: sha512-ZCYKxuVA16GXwaAGW87j/UE2SqcEO1tmGYMx10haSJskJzQ8lnbistOYekkJzf24lJV/ZwIxkMEBCc4bPkReBg==, tarball: file:projects/server-recruit.tgz} id: file:projects/server-recruit.tgz name: '@rush-temp/server-recruit' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21311,24 +21311,24 @@ packages: dev: false file:projects/server-request-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-ElubuKpxjCiJ6zrbcE3KFTUhU0jPGvelSNDpiuF4EyFt3SmW5v9zCWCJ+UZv3xGhBScY8IRa+fW5ZtyPeTQJQw==, tarball: file:projects/server-request-resources.tgz} + resolution: {integrity: sha512-Hh38VO8SURroi8TtBT0UfnxIqUwZjPhHf9nv3GfIpcbwkKgMr0qAWo9P6k9eEeKSRjriPcNhIM9VNOFwMsG1SQ==, tarball: file:projects/server-request-resources.tgz} id: file:projects/server-request-resources.tgz name: '@rush-temp/server-request-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21343,25 +21343,25 @@ packages: dev: false file:projects/server-request.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-DTaIDo+QIdIfAwz0IoTZDRAZRtNrkuJVB9/8wYGYm16bPDF8wpTLwooPDtSUccjpwy0Kglo5setQQ8ToPoAsjQ==, tarball: file:projects/server-request.tgz} + resolution: {integrity: sha512-ocjghUHFAzUsLtdrJQrk1KWcbmhDM4hUp5w7T2rUGIldzRLxJelsfph55jjrOlgvIx4CGfqxA8rZYBRh3Or06w==, tarball: file:projects/server-request.tgz} id: file:projects/server-request.tgz name: '@rush-temp/server-request' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21375,24 +21375,24 @@ packages: dev: false file:projects/server-setting-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-OLOI6vivy83M3+J7qIGts4kU85fZX/gNeAZCJBBEsEWkUlxo72jbVk1hZqvWXflQk+kGB/0veQCWtyTjsuZfBQ==, tarball: file:projects/server-setting-resources.tgz} + resolution: {integrity: sha512-pGxAa+0nRqXsxw88QgZ7F+LDgCIqaWA3J/3zbVXfwULzHD67Vub2ONf6Lqt0YKbHrXk0YObNBr3b575OCITj9g==, tarball: file:projects/server-setting-resources.tgz} id: file:projects/server-setting-resources.tgz name: '@rush-temp/server-setting-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21407,25 +21407,25 @@ packages: dev: false file:projects/server-setting.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-hEIy9Tx1n+GDM6Rjq7kXS0zWuVXvrsf9CcrLNomAoCU6GW5AD4teDwZPJ+1YZ/ZRbTCcFDKssRMLe3rotBeWfw==, tarball: file:projects/server-setting.tgz} + resolution: {integrity: sha512-0R4gzRmJ0G7JVmvRjxKnGZzS3agyZ33ktlGxnFdShwp7TNEcw+03XG4FZu4Sgnae9E/8+nfnqtejbiearQeVyw==, tarball: file:projects/server-setting.tgz} id: file:projects/server-setting.tgz name: '@rush-temp/server-setting' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21439,24 +21439,24 @@ packages: dev: false file:projects/server-tags-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-+tzXL1nyFZMfUKRws1iMXa5KqroEWvdNvan8ak8JQ3e1ia6TuHZNjXJrm/oNgkqdwNJv5svXP1mddUsNFHaexQ==, tarball: file:projects/server-tags-resources.tgz} + resolution: {integrity: sha512-YPrCg3Q+56BILiGmvyEG3SV4KBJTp7Meez51DV6RZlCPX9mHYEWF4PU6YwEmJOB8bBpLvun9x9+8P9OxiLagLg==, tarball: file:projects/server-tags-resources.tgz} id: file:projects/server-tags-resources.tgz name: '@rush-temp/server-tags-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21471,25 +21471,25 @@ packages: dev: false file:projects/server-tags.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-oU29jrGWWrxH8y85OBahS6y1zYvqpBBpeTZyj8HMUec6/wOm+FRzw+n2MbePWyFFPNJfzaEg6+HBbzcbt1pUiw==, tarball: file:projects/server-tags.tgz} + resolution: {integrity: sha512-d/ISDaQintmrLLMVxPvGFTJetpYbGoF5ssYAllrzAbY0XQr23dMkU3jXcIAwcQ4SMUgGLKZhN5PgstIRU9iFKg==, tarball: file:projects/server-tags.tgz} id: file:projects/server-tags.tgz name: '@rush-temp/server-tags' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21503,24 +21503,24 @@ packages: dev: false file:projects/server-task-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-Ct5yUgWQFrKd1JZJRsh09dirT+TtFzi/Sr6OK4+WXdstMNasi1OHZTSSxEQDLgUobdfSYTXzGAkT3q7tRjjVmA==, tarball: file:projects/server-task-resources.tgz} + resolution: {integrity: sha512-kAjtiNG2wHMnfOIDvJmCYcdG2mv+qeRzk3qwMLuLuqJp52HgCeIyL0dm6PulDImEFtdfYaE6s9phjNGh5PRh8g==, tarball: file:projects/server-task-resources.tgz} id: file:projects/server-task-resources.tgz name: '@rush-temp/server-task-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21535,25 +21535,25 @@ packages: dev: false file:projects/server-task.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-CJudi89jtHhU/hJQt6UswH44I9IXqSq8EmA4uzA/gNYZix29SKSVW8NgcbIoOJYRE+YkC9lnqTMsbCYWlgOEWA==, tarball: file:projects/server-task.tgz} + resolution: {integrity: sha512-biicdQofG3PYLTY31R20iTdTs9jy38nzP9zlkrXynht4iUQ31DJkXA7VN97mv8Sdkwd/wf7gBicmVen7k21f4w==, tarball: file:projects/server-task.tgz} id: file:projects/server-task.tgz name: '@rush-temp/server-task' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21567,24 +21567,24 @@ packages: dev: false file:projects/server-telegram-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-QDoMEpb03y0+eGpZTRQ873gvh5SJUZB/4SadyWsijyrLT/ngvyr9oW6DfRQ5l0viNm8yQJKHXoj1mz3uH1AItA==, tarball: file:projects/server-telegram-resources.tgz} + resolution: {integrity: sha512-Cf3oM4VT2N7Hwwk6LSDV14JOfGY39YuTFwdCurg10NYbkJrCuVr0pVnw+1EQR3klwrdzrx1EYHaiLEZwUA5IlQ==, tarball: file:projects/server-telegram-resources.tgz} id: file:projects/server-telegram-resources.tgz name: '@rush-temp/server-telegram-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21599,25 +21599,25 @@ packages: dev: false file:projects/server-telegram.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-GrJ9cXd4/MkgEXxb/cDNonChW8kHm1NMZi0Ln6+SUzezLl/Dzk2ZHie3YIHZk//S0nPAcQCKffQhH3TjNEJB3A==, tarball: file:projects/server-telegram.tgz} + resolution: {integrity: sha512-zpFMbvZ8C0iQv5n++CrVjKth5/isjjsZgE7RUyR8IUufnUVpsyg7HFt0cpmuTrqgMzym62j+oP6T3wNoMVmEqw==, tarball: file:projects/server-telegram.tgz} id: file:projects/server-telegram.tgz name: '@rush-temp/server-telegram' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21631,25 +21631,25 @@ packages: dev: false file:projects/server-templates.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-T+yJOXV0FNZVZFOnS68XB877cbZhfhxV0rZGcmJp0/1XFc15cAeIKizbThAS30YWlb1lmdZqzSaudgzyhvlcAg==, tarball: file:projects/server-templates.tgz} + resolution: {integrity: sha512-zsLfctO6ZOF8GsASXgwR4qGfrpJNww27DicxyIvCjih+COjPrHYLQtFh3aXAHv9JtJKJ2OedYUyrj38LSOVJ9Q==, tarball: file:projects/server-templates.tgz} id: file:projects/server-templates.tgz name: '@rush-temp/server-templates' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21663,17 +21663,17 @@ packages: dev: false file:projects/server-token.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-hPW1fVqXdcFPNC3D0MxTQ3q/U48KwswtbQNmc0iWmeLTKs/CpGu3zKUwPQhbBM+CBkmbfjntJxjbb/5RvJE0ew==, tarball: file:projects/server-token.tgz} + resolution: {integrity: sha512-njkCF8ZsS1x6rIwZPjyN368EONN8FrN9R+6f3yYoMR+2luiJt/GknPNNopZwuvEIcorJ43fUC79ECsJFMzHfMg==, tarball: file:projects/server-token.tgz} id: file:projects/server-token.tgz name: '@rush-temp/server-token' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -21681,8 +21681,8 @@ packages: jwt-simple: 0.5.6 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21696,17 +21696,17 @@ packages: dev: false file:projects/server-tool.tgz(@types/node@20.11.16)(bufferutil@4.0.7)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-PvVeUbgBz1dNInFbLDfAvRF7z6o7yaAqcDEj2kWq1wDG+a86KUQqs0iQ0TDE5f/R1HP+Ozc0g1+HInKKlN6zkw==, tarball: file:projects/server-tool.tgz} + resolution: {integrity: sha512-fkzty1NGbufZveDj67OwHZ+ueyzzoJzLK/H84nMGw6mNlS5ORnYeymumLGviAQDNyx3oHFR8mzoUXjz/L4CAww==, tarball: file:projects/server-tool.tgz} id: file:projects/server-tool.tgz name: '@rush-temp/server-tool' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -21714,8 +21714,8 @@ packages: mongodb: 6.3.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 ws: 8.14.2(bufferutil@4.0.7) transitivePeerDependencies: - '@aws-sdk/credential-providers' @@ -21740,24 +21740,24 @@ packages: dev: false file:projects/server-tracker-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-1/fELvNspfxTrPsRRNwcH6tuMHfwHcOxkX+3obzyplF6j53iK+lXou8/yFJzj0JbrOsrNIibSFW1b2f31gP9Vg==, tarball: file:projects/server-tracker-resources.tgz} + resolution: {integrity: sha512-uSn0AASXkvq7IC5Cvu1BwXVQE1pNO5YcEIcXD1ZWCg5mmBX0rjFKvq/LyKBq+Vb29InxNhiuWKKFH22JgyCukw==, tarball: file:projects/server-tracker-resources.tgz} id: file:projects/server-tracker-resources.tgz name: '@rush-temp/server-tracker-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21772,25 +21772,25 @@ packages: dev: false file:projects/server-tracker.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-dms9ZDMEgc6Gxp4hMdlHJ6oPdIRuZrZk3m2sPS8ct/W15DVmu3PKSO66HUqlfP5WPivQf/HYZodXP2tDOb89Sg==, tarball: file:projects/server-tracker.tgz} + resolution: {integrity: sha512-brQoQiWqHKzGWdHX6DYUG0KLx97LAfWgpL3Lp0/1uiX7ADgEyckc4VGS4KW5shUqJAdC5WI1mbqQmN4lrIndfw==, tarball: file:projects/server-tracker.tgz} id: file:projects/server-tracker.tgz name: '@rush-temp/server-tracker' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21804,24 +21804,24 @@ packages: dev: false file:projects/server-view-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-3Y7ZS27jqi4gb2CeqNy6N8tI9y6d6R0FbNkzONNOEHu2xZqRo5XLTOiakL/K4QDWejVQf1cIoakN/qhiI10DrA==, tarball: file:projects/server-view-resources.tgz} + resolution: {integrity: sha512-N+dqHMDVKWEA+Exid4wWsmwvAFULD/BCeRCbwWszoxeR3qxGJEmDzIGDUwK0P2aNFLWI9yDkrjmvwc6qMnwH2w==, tarball: file:projects/server-view-resources.tgz} id: file:projects/server-view-resources.tgz name: '@rush-temp/server-view-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21836,25 +21836,25 @@ packages: dev: false file:projects/server-view.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-ld0tZF382ZZFmpPlh15gZNEf1Yrow5F0lpvm9pGUmR53Xji6UQ9l9//K56A8TNw7Ru7Xn/jX5HVs4Qnx89/stw==, tarball: file:projects/server-view.tgz} + resolution: {integrity: sha512-3Oxl+vN7VL3eHBzxtCQYwi/GOrv0BNIehVFDviYXAMmgBJjOL5lBlB0MBT9GaXXCeNGuSdGhn/jMkeXAMzX0HA==, tarball: file:projects/server-view.tgz} id: file:projects/server-view.tgz name: '@rush-temp/server-view' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21868,7 +21868,7 @@ packages: dev: false file:projects/server-ws.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-gCNXZBMuMz+DmyAKePBzgM6/4P49ctBWGgH/li42ma/ynguz4DvSZzhD/I8KzKxYG2tp0pqXMCcL/gAv5UVBNQ==, tarball: file:projects/server-ws.tgz} + resolution: {integrity: sha512-IdOX7544NnlwLGuaLfDhiWdJkESqXP24M4fIa6Twlg0nK9d0sj6//TTD3JDrvrkkHwjFHDQjYywQjwGLYwONoQ==, tarball: file:projects/server-ws.tgz} id: file:projects/server-ws.tgz name: '@rush-temp/server-ws' version: 0.0.0 @@ -21879,13 +21879,13 @@ packages: '@types/jest': 29.5.5 '@types/node': 20.11.16 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) bufferutil: 4.0.7 compression: 1.7.4 cors: 2.8.5 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -21893,8 +21893,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 ws: 8.14.2(bufferutil@4.0.7) transitivePeerDependencies: - '@babel/core' @@ -21910,7 +21910,7 @@ packages: dev: false file:projects/server.tgz(esbuild@0.16.17)(svelte@4.2.5): - resolution: {integrity: sha512-rfVdxIh/mpZpSF3oAEF3AHjmJ24BQ10I7LEth0Zx83GS7bBEkXBfiiXf3bfIlr0G2KrYv8lLYb1bJsveuuA5tg==, tarball: file:projects/server.tgz} + resolution: {integrity: sha512-c672/3bKw4wtioyfmCsoXUnYuLniI5SHhH/HmLPWngHeo+uY2Hca39dePHbh6qWm5iIp+nVE4EBjGSz6x/BOYA==, tarball: file:projects/server.tgz} id: file:projects/server.tgz name: '@rush-temp/server' version: 0.0.0 @@ -21918,12 +21918,12 @@ packages: '@types/jest': 29.5.5 '@types/node': 20.11.16 '@types/ws': 8.5.6 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) cross-env: 7.0.3 elastic-apm-node: 3.26.0 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -21931,9 +21931,9 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21947,7 +21947,7 @@ packages: - svelte dev: false - file:projects/setting-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/setting-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-7gELkU+bYHsOt9/fuX1LauxNqeziXmRLG/zez/1vAcf0rzjEGNwc6gFAAANrp17YCO2XsSFKxTGlgF+3Lgad0g==, tarball: file:projects/setting-assets.tgz} id: file:projects/setting-assets.tgz name: '@rush-temp/setting-assets' @@ -21955,17 +21955,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -21980,16 +21980,16 @@ packages: dev: false file:projects/setting-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-D7r8OLrns3HNVSieLYm2IVaNhoK6DPm5NZd+9IH7NSAFQkAAzhP8qY/DgjRRLVsYoFgmriYJ85p5zVD5vBUdjw==, tarball: file:projects/setting-resources.tgz} + resolution: {integrity: sha512-+jRoFXE88v5hiyhowmZPTCAAGq0zmbToXnBGQ54eb4ikwPrT1WR+9u+4pEENTkLEcBUiSU5/Z0MnzbNmG2WAMQ==, tarball: file:projects/setting-resources.tgz} id: file:projects/setting-resources.tgz name: '@rush-temp/setting-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22002,9 +22002,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22025,24 +22025,24 @@ packages: dev: false file:projects/setting.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-MSZMeyh2yBOfJXpAOyzanNirx6sVjbakNIFev/e6mBD9TlncSIU0Ov5/T0z031xbY2WA0l8ABGFFLAGz6ZQhkw==, tarball: file:projects/setting.tgz} + resolution: {integrity: sha512-Fi6rsmIRx3KG0UTS9Cu8AMg5iT5FOiP05hik6ykkVbm1v8gjoB0Lacb/5LLeh86CkozyDnS9ZJi295nM6PzF7g==, tarball: file:projects/setting.tgz} id: file:projects/setting.tgz name: '@rush-temp/setting' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22056,7 +22056,7 @@ packages: - ts-node dev: false - file:projects/storybook.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.2.2)(webpack-cli@5.1.4)(webpack@5.88.2): + file:projects/storybook.tgz(bufferutil@4.0.7)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.3.3)(webpack-cli@5.1.4)(webpack@5.88.2): resolution: {integrity: sha512-rfvxGzwddAMujeFO/2JDLVhvotbQuX8Oxmf+uyKVxghZtdeDB3Jyiw7eZ9AvjmZy+w2iBJAkii667dyi178mmA==, tarball: file:projects/storybook.tgz} id: file:projects/storybook.tgz name: '@rush-temp/storybook' @@ -22065,10 +22065,10 @@ packages: '@storybook/addon-essentials': 7.4.6(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-interactions': 7.4.6(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-links': 7.4.6(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-styling': 1.3.7(postcss@8.4.31)(react-dom@18.2.0)(react@18.2.0)(sass@1.69.0)(typescript@5.2.2)(webpack@5.88.2) + '@storybook/addon-styling': 1.3.7(postcss@8.4.31)(react-dom@18.2.0)(react@18.2.0)(sass@1.69.0)(typescript@5.3.3)(webpack@5.88.2) '@storybook/blocks': 7.4.6(react-dom@18.2.0)(react@18.2.0) '@storybook/svelte': 7.4.6(svelte@4.2.5) - '@storybook/svelte-webpack5': 7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.2.2)(webpack-cli@5.1.4) + '@storybook/svelte-webpack5': 7.4.6(esbuild@0.16.17)(react-dom@18.2.0)(react@18.2.0)(svelte-loader@3.1.9)(svelte@4.2.5)(typescript@5.3.3)(webpack-cli@5.1.4) '@storybook/testing-library': 0.0.14-next.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -22077,7 +22077,7 @@ packages: sass-loader: 13.3.2(sass@1.69.0)(webpack@5.88.2) storybook: 7.4.6(bufferutil@4.0.7) storybook-addon-themes: 6.1.0(react-dom@18.2.0)(react@18.2.0)(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@swc/helpers' @@ -22107,7 +22107,7 @@ packages: - webpack-cli dev: false - file:projects/support-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/support-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-T7U6i0WK04UFzuHO09zMCu49elXIz1sPUx8WrWFNCbfvKZdsTqBJJbobOZRKarbL3cYYB4WqASCCz1pVzRFWww==, tarball: file:projects/support-assets.tgz} id: file:projects/support-assets.tgz name: '@rush-temp/support-assets' @@ -22115,17 +22115,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22140,16 +22140,16 @@ packages: dev: false file:projects/support-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-Q9nwlWWd4RO8ULNteKNQQmn0vlGhEtTMAm9zgXnRyzv98PR8xzE7pYPWtvKRzcIAbhrEHHUjeFDdk0HsEzUOWA==, tarball: file:projects/support-resources.tgz} + resolution: {integrity: sha512-7yJlrFuBmJyNa4OKvVqoRgzUKZDnJxFgCK2czyg8TwE/RJtSz8XgaJ8BkwAjxv+BIcd1MPhMhQ2wriLbio7ESA==, tarball: file:projects/support-resources.tgz} id: file:projects/support-resources.tgz name: '@rush-temp/support-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22162,9 +22162,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22185,24 +22185,24 @@ packages: dev: false file:projects/support.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-3RHQKtFZfOVUokBPUwCEz6SMK2j/S0Qnn3/YnfZxHHNqX/T+Ltby5G23LAXEQwbqQ/n4gZqKZkUGBNjsMbvvlw==, tarball: file:projects/support.tgz} + resolution: {integrity: sha512-HEnyy69S04Y4ua7nKraBG1oH7Hn/Ya6runvWUII25ZcEzrrieIrw1wLljYj/mY2w72xCOkZwPXQodZCNuxnBEg==, tarball: file:projects/support.tgz} id: file:projects/support.tgz name: '@rush-temp/support' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22217,25 +22217,25 @@ packages: dev: false file:projects/tags-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-zSXmx9u465Z1NrVxibPY4gbmANKS0kJYttx7fh4NfQwJVx0Mz7uyhlPJWF/X1MOByD57jH4EXtnDwCJ83DKCiQ==, tarball: file:projects/tags-assets.tgz} + resolution: {integrity: sha512-hWwHQ0IMR3VEwfXb9S+G9XHPDH3akEHVGPskIt86aylJ05FDG9tEJPINizz4OMTUgkds5M2Wxq4C2U4P2OD3RA==, tarball: file:projects/tags-assets.tgz} id: file:projects/tags-assets.tgz name: '@rush-temp/tags-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22249,16 +22249,16 @@ packages: dev: false file:projects/tags-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-ronPHGaAVN6SR94XTRWesvTgZ7Z5IOpSa9RlJq/ON+NYMqLym9O+ZR6RvGsMcCLNy4MVISOnfwZPfc3nViWh2Q==, tarball: file:projects/tags-resources.tgz} + resolution: {integrity: sha512-BW/J5ONvJgobWM9Gf9HBWCuBAO9bV4jjv9vci3PA+cgKpIwAJ95GFPGM+jUZMwDerB6tCz163XT0Rcbk9S+Scw==, tarball: file:projects/tags-resources.tgz} id: file:projects/tags-resources.tgz name: '@rush-temp/tags-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22271,9 +22271,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22294,16 +22294,16 @@ packages: dev: false file:projects/tags.tgz(@types/node@20.11.16)(esbuild@0.16.17)(ts-node@10.9.1): - resolution: {integrity: sha512-BtkXRFQfRf5EMxZ/7pNouobLGHsqLsJwlT9l1JYD+kzEcajX9fkti/1KGp2oc29L3EF1NkTCPlQyVzJ2xHw1jA==, tarball: file:projects/tags.tgz} + resolution: {integrity: sha512-STOKSnjT/jcg5ueeJhIug24qdd+xJl5K+EozrSgTVMPc5YNGunmI5ILjqEfPeIN2/G6w8DZ+jfyfptOG/IUK6w==, tarball: file:projects/tags.tgz} id: file:projects/tags.tgz name: '@rush-temp/tags' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22311,8 +22311,8 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) svelte: 4.2.5 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22325,7 +22325,7 @@ packages: - ts-node dev: false - file:projects/task-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/task-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-6ZJXX9YB5BqlVZ8VIiIN9FgNK+QObBAsJeQ91QUgHNNPHe4RmrRkxdvbCvXCcg1sg9y91BidoG+Q9WIBi5cjEA==, tarball: file:projects/task-assets.tgz} id: file:projects/task-assets.tgz name: '@rush-temp/task-assets' @@ -22333,17 +22333,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22357,17 +22357,17 @@ packages: - typescript dev: false - file:projects/task-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/task-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-qzkNmaruJxf8a69UUgPYA9pRzNWJgWakZfbotc6vhLNem7aguu5Ldw6N5UMLmKeRdC/VRcU7XAjLKhxY+Js9hQ==, tarball: file:projects/task-resources.tgz} id: file:projects/task-resources.tgz name: '@rush-temp/task-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22380,8 +22380,8 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22403,16 +22403,16 @@ packages: dev: false file:projects/task.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-MqsBvApHqCZaeHtJy3RD0bYM+xIaeh7c/mOQf3JCvSo1TXVU1clsJuQpqTrHk5Sgvijyw3d9l/KGeMsETG68zQ==, tarball: file:projects/task.tgz} + resolution: {integrity: sha512-TD7RgTyRGeAUDvuMbQFw1ZAIbkwivOxoDvepEStKRYtb5TTc/y6iP6aTYx3isqMlk8/aY5Py3KwgeN3qFIOyvQ==, tarball: file:projects/task.tgz} id: file:projects/task.tgz name: '@rush-temp/task' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22420,8 +22420,8 @@ packages: lexorank: 1.0.5 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22436,25 +22436,25 @@ packages: dev: false file:projects/telegram-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-6CBmAo5vOfxLNnHHKXhVMilcKGwR/DIaK9e4Ucq0QmjiV6kdFfcnS0+1P6uoZ+ZKzWYR9bgKMVOHZTQDjXcoDw==, tarball: file:projects/telegram-assets.tgz} + resolution: {integrity: sha512-4wnOrlWZPJAqT6SvzUb5ijrjltehmeILTu5zuaM8BJmCn7Sv05zmncMOlbQOSEWsZa6z4XoCPTxI2eVY87V85A==, tarball: file:projects/telegram-assets.tgz} id: file:projects/telegram-assets.tgz name: '@rush-temp/telegram-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22468,16 +22468,16 @@ packages: dev: false file:projects/telegram-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-amD5MosDnb8wjpFRwgIgejZmnQQsj+8sf77Pufy7cdULl7SVZoJ4oYUN+qbbwEU2VsxIzCM1lU0y9rie82RmgQ==, tarball: file:projects/telegram-resources.tgz} + resolution: {integrity: sha512-uWNJmSFLHOIEKfMEY9IxqNSOFIfINAMnxinY7b0upxAxRQARUlxtqMt8AcRQmAcDSCU2rUaPV04BlEhsdupkbw==, tarball: file:projects/telegram-resources.tgz} id: file:projects/telegram-resources.tgz name: '@rush-temp/telegram-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22490,9 +22490,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22513,24 +22513,24 @@ packages: dev: false file:projects/telegram.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-CDLjA2V5NCeumYkBA7t0O9O1V14f0KvXVJiQXEM9ZXjIIPBMxYj9K/iiJw7avx9ANvR2VyWWeC0bet+NC2mp6w==, tarball: file:projects/telegram.tgz} + resolution: {integrity: sha512-RhLb9fgqT8VeGpCkMAWBVoOCZuQtWWdiOwQIb1tVGdrg6BEV+5Ro33BBlNOwNKpPwPBN2NkC1oPQVkjC1RUbZQ==, tarball: file:projects/telegram.tgz} id: file:projects/telegram.tgz name: '@rush-temp/telegram' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22545,25 +22545,25 @@ packages: dev: false file:projects/templates-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-NzWKVfVTncr1zMveEqwQ3EsN6RN1/UfkH6a2uQwRU4Cf6Tl5FdrdK18oDpx16/LhnV7TL4bwaaSK306iVt3dcQ==, tarball: file:projects/templates-assets.tgz} + resolution: {integrity: sha512-7fYYKavL9c9x+JGoB8xpmvpkaDnWjQvjzv7/JxLpum5WjLa0ECJprFWBufEeMD25RwWxzD6LI99Or4ApTnaGPQ==, tarball: file:projects/templates-assets.tgz} id: file:projects/templates-assets.tgz name: '@rush-temp/templates-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22577,16 +22577,16 @@ packages: dev: false file:projects/templates-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-TjHUULkLZ4hzBfYg2V2bvKGx/2AYh/LI7u8Zf6d+8Qursh7KXGbUFxeva3DgQccUYG7mzpmbzpdiJKDUragiyA==, tarball: file:projects/templates-resources.tgz} + resolution: {integrity: sha512-NjNoC08atn9pi6fAVj9WpoaVXuhPPEFKjEikvUIBslPwKVeS4ifmrWbDzuRMgEywuhXJu4uMaCftdbUK6EQ+lg==, tarball: file:projects/templates-resources.tgz} id: file:projects/templates-resources.tgz name: '@rush-temp/templates-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22599,9 +22599,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22622,24 +22622,24 @@ packages: dev: false file:projects/templates.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-AoF8Jx9q/blmPT0ymDEdfxgkyGYiga6Xg7NmfRjpDT04DVJV2IoCD2UgHG6hp9E4CZJxUGIPAqxLOz/J3OxDiQ==, tarball: file:projects/templates.tgz} + resolution: {integrity: sha512-Qk04sDoHzyrbwCsRd4HH5S0SScCpR5bWa/IqJrJGy30c1y+fBUW6ZL1vSa5kuokGUkuUogEH0oC3gdyhXGrAZA==, tarball: file:projects/templates.tgz} id: file:projects/templates.tgz name: '@rush-temp/templates' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22654,7 +22654,7 @@ packages: dev: false file:projects/tests-sanity.tgz(svelte@4.2.5): - resolution: {integrity: sha512-oA4IjqMeqHNEXyWiX8NKU+eR4XC2bto37sBXvfjQSslAhmkp1GhyxPPlNF4B3smH62E1FIdBTIyayedrMK5J1A==, tarball: file:projects/tests-sanity.tgz} + resolution: {integrity: sha512-kwOYLXjeTn+4Lr7IdpsgiNRrlIEJ0ZzY3DIFLJUTFeoTaVrYR3yZmGJjzS9rJMxSYFL6zKGPkTCwju94g4AXFw==, tarball: file:projects/tests-sanity.tgz} id: file:projects/tests-sanity.tgz name: '@rush-temp/tests-sanity' version: 0.0.0 @@ -22662,26 +22662,26 @@ packages: '@playwright/test': 1.40.1 '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) allure-playwright: 2.9.2 cross-env: 7.0.3 dotenv: 16.0.3 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - typescript: 5.2.2 + typescript: 5.3.3 transitivePeerDependencies: - supports-color - svelte dev: false file:projects/text-editor.tgz(@types/node@20.11.16)(bufferutil@4.0.7)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(prosemirror-model@1.19.3)(ts-node@10.9.1): - resolution: {integrity: sha512-W8Bd3ZfzyAhEuqdBiDXU7wBesrfbhKbwiVIzImbZc7NU/vD7dqf/w6RYUbSEIXcBa0I4aVyM+bOLYLHCFnvxCA==, tarball: file:projects/text-editor.tgz} + resolution: {integrity: sha512-aXtV6nrkk7NVfy7CxaK84Pojq734ocaJ3rdVpYfD9JsOdtUR4tWvYZufwGfcVBOAMOckXbvs9KvexfycF/RKbQ==, tarball: file:projects/text-editor.tgz} id: file:projects/text-editor.tgz name: '@rush-temp/text-editor' version: 0.0.0 @@ -22715,11 +22715,11 @@ packages: '@types/diff': 5.0.5 '@types/jest': 29.5.5 '@types/png-chunks-extract': 1.0.2 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) diff: 5.1.0 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22737,9 +22737,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 y-prosemirror: 1.2.1(prosemirror-model@1.19.3)(yjs@13.6.8) y-websocket: 1.5.0(yjs@13.6.8) yjs: 13.6.8 @@ -22770,7 +22770,7 @@ packages: dev: false file:projects/text.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-zyF8MAZ4boHwG+afEi3OangrT6vANjRms8mXvSFpoAlWiY+LXKTIThlNMJnNYKiLTglHYJqC+/EXJvWJhmDVOA==, tarball: file:projects/text.tgz} + resolution: {integrity: sha512-7+9nWjdbOOeXLG1AdOY407WzhtrfxohfPgNvnJJ2guKs/uMjfXBb+QhZbxjM9Tj+36YzgGS7/tQMrmEVYc+BFA==, tarball: file:projects/text.tgz} id: file:projects/text.tgz name: '@rush-temp/text' version: 0.0.0 @@ -22794,10 +22794,10 @@ packages: '@tiptap/starter-kit': 2.1.12(@tiptap/pm@2.1.12) '@tiptap/suggestion': 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12) '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22805,8 +22805,8 @@ packages: prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) prosemirror-model: 1.19.3 - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 y-prosemirror: 1.2.1(prosemirror-model@1.19.3)(yjs@13.6.8) yjs: 13.6.8 transitivePeerDependencies: @@ -22826,16 +22826,16 @@ packages: dev: false file:projects/theme.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-IWwa3uqB+p/UGKCmjJpftODRW1F7ltf95f7FYY1o1ZPOttkh+UimYPVcyXic15Ta49jta3aHhvofJ79QZriy5A==, tarball: file:projects/theme.tgz} + resolution: {integrity: sha512-tOoJTaTT3R6G+TNJEf2XMWpX+In23QXC2W7SHGc78PK+gxmLHrAZTF1u4aXodCqf1fXhZGo6zrwjNRyOzhGjWw==, tarball: file:projects/theme.tgz} id: file:projects/theme.tgz name: '@rush-temp/theme' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22848,9 +22848,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22871,7 +22871,7 @@ packages: dev: false file:projects/tool.tgz(bufferutil@4.0.7)(svelte@4.2.5): - resolution: {integrity: sha512-TZ+H+Ap2o7SIO8EKyE6CfjBnseX0xrxMp/lL5QOLgHu6If8B4ldyod2a571IZvfuVya21gQxi8UIVkD7NJSkVg==, tarball: file:projects/tool.tgz} + resolution: {integrity: sha512-QI7N3qKg8WeUkZ7kCPiBH4B/P3fFhBA0JuoT/crGhizUs82p3JkuUBrptU3iOVeK/Im5AzOXYNBhjAtaoSWSOQ==, tarball: file:projects/tool.tgz} id: file:projects/tool.tgz name: '@rush-temp/tool' version: 0.0.0 @@ -22884,15 +22884,15 @@ packages: '@types/request': 2.48.9 '@types/ws': 8.5.6 '@types/xml2js': 0.4.12 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) commander: 8.3.0 cross-env: 7.0.3 csv-parse: 5.1.0 email-addresses: 5.0.0 esbuild: 0.16.17 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22904,9 +22904,9 @@ packages: mongodb: 6.3.0 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + ts-node: 10.9.1(@types/node@20.11.16)(typescript@5.3.3) + typescript: 5.3.3 ws: 8.14.2(bufferutil@4.0.7) xml2js: 0.4.23 transitivePeerDependencies: @@ -22930,7 +22930,7 @@ packages: - utf-8-validate dev: false - file:projects/tracker-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/tracker-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-hLNsuNrIrf2BE7NUeyGN7We+ltse22kVBgrrLYrG7Zu/q6ijN09+z5n5zOD7dVGbPBsEyzkrVMwK4kGRYx+IVw==, tarball: file:projects/tracker-assets.tgz} id: file:projects/tracker-assets.tgz name: '@rush-temp/tracker-assets' @@ -22938,17 +22938,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -22963,16 +22963,16 @@ packages: dev: false file:projects/tracker-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-ghZvzMT5Pad2KxNIaS2ir2JtEeJ322HT66I0edWuMzvQBfGQkExN9PYxxFhPn1QNY9fGN7/Sve39A4TQJF3JCw==, tarball: file:projects/tracker-resources.tgz} + resolution: {integrity: sha512-OBZ3X3zcpe8sWYnpyplyJRGw3wcNxOF9k41j0/d3lLNPbgQ3hUGFIYQtDd/4jHshxnHX/Bbcaldtwl9DInxKnQ==, tarball: file:projects/tracker-resources.tgz} id: file:projects/tracker-resources.tgz name: '@rush-temp/tracker-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -22986,9 +22986,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23009,16 +23009,16 @@ packages: dev: false file:projects/tracker.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-+ruYYkC+v1Ejj9i6yQkNB5OBrXzx2Z9RsxUxRan9O0HmbNAbMdd9gKZhgefTk3sJ8H/Ms+h6rz4BQw/xiTh1Sw==, tarball: file:projects/tracker.tgz} + resolution: {integrity: sha512-z41OLIrWzUtwlPieHDq/EpWu61PeIQ6SGciQWHG6pvIN7zCoet+GEVO2eK9h7DfobzKeLs7AEtFZYxgmgkNZVg==, tarball: file:projects/tracker.tgz} id: file:projects/tracker.tgz name: '@rush-temp/tracker' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -23026,8 +23026,8 @@ packages: lexorank: 1.0.5 prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23042,17 +23042,17 @@ packages: dev: false file:projects/translate.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-uYNAct5VAzbAm3vslL1gEp1tXlOQ4wKoqjEp5aMusKs/lI8925SfvGVLrquu7qNb1Z2II7jrcufwtddC/pnJNA==, tarball: file:projects/translate.tgz} + resolution: {integrity: sha512-41AyAyQWzY596N6LhiokVOOFW2dyFBB4vW8aBln0jUlP8tMiUELwL7wJ2GDTBvPmUmDOke1uO7/45tv5rKs8+g==, tarball: file:projects/translate.tgz} id: file:projects/translate.tgz name: '@rush-temp/translate' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -23060,8 +23060,8 @@ packages: jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23075,18 +23075,18 @@ packages: dev: false file:projects/ui.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-NLLrpPqJZipLd9j0HdIRZHzHVBAr5Laj9I/eGP0GkOkuVj1AswAN2KaQ7q1tin5xk2mvK6aea1gZYXi2RX84uQ==, tarball: file:projects/ui.tgz} + resolution: {integrity: sha512-xHIa96ayHM9G9KtlOMUJLPpfUUeJovINFT7XlXle1/p4d/8wlvUQHewMF/ypvo7B5DB7COFo5t2zB0gLoehJeg==, tarball: file:projects/ui.tgz} id: file:projects/ui.tgz name: '@rush-temp/ui' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) autolinker: 4.0.0 emoji-regex: 10.2.1 eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -23102,9 +23102,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23124,7 +23124,7 @@ packages: - ts-node dev: false - file:projects/view-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.2.2): + file:projects/view-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1)(typescript@5.3.3): resolution: {integrity: sha512-QfBQhnTsPuSlHo01bNHWs61Qnd1LdHV8xr6wudk8jOhpvzLp5t4BYjRdcibWXiiMj/pcwZkeRbqfA4P8hSpo3Q==, tarball: file:projects/view-assets.tgz} id: file:projects/view-assets.tgz name: '@rush-temp/view-assets' @@ -23132,17 +23132,17 @@ packages: dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23157,16 +23157,16 @@ packages: dev: false file:projects/view-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-lYLD28u9kba1BW8NJB3ZWQKog+3yeORWiCUNjEdL+VJadaJPA62z+Ps64wGOkE2oc/OqMVzuVoNakLC3CX5aJA==, tarball: file:projects/view-resources.tgz} + resolution: {integrity: sha512-UK7BzhH6rPzN9z07s93qhk9GOvOlvO1m4yrSRypIz9zEE6Szh1a/tvSDpWAu03InzNbJjd4bwZHBShdEC6ZM8g==, tarball: file:projects/view-resources.tgz} id: file:projects/view-resources.tgz name: '@rush-temp/view-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -23180,9 +23180,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23203,24 +23203,24 @@ packages: dev: false file:projects/view.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-oCx+jEuACCyogGWhCJ5FuodRZ5jPWoxNzhcFUVCdZmRd+lns8rH9Aw9pn2938qqhrQerDmXWZZ9LZR3773uNsQ==, tarball: file:projects/view.tgz} + resolution: {integrity: sha512-zU5F1aneIIMITkFGPkl0jOoyYYms6BZni2g8DWMT2rMHuDgekg1R9thHWZou+Rajb4TIfQ7iIXMwAOmU2iAYCg==, tarball: file:projects/view.tgz} id: file:projects/view.tgz name: '@rush-temp/view' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23235,25 +23235,25 @@ packages: dev: false file:projects/workbench-assets.tgz(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-Lf6VSwdXsWi4Q1hsQJydCt4GjCNmIE12lDc+vgvOF/snjgWA5j/bjsch9nX1oF1fbZ4yD6chm9ZFfmtYmCOUfA==, tarball: file:projects/workbench-assets.tgz} + resolution: {integrity: sha512-OO0+IcJXdoqe5nLVUo4Q8i9J1fMnDcjzmaNT7/MS31oNw01KEmO4mfb77Gr5Akyvzn4H6sHUucWO3G3kw4RBwA==, tarball: file:projects/workbench-assets.tgz} id: file:projects/workbench-assets.tgz name: '@rush-temp/workbench-assets' version: 0.0.0 dependencies: '@types/jest': 29.5.5 '@types/node': 20.11.16 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23267,16 +23267,16 @@ packages: dev: false file:projects/workbench-resources.tgz(@types/node@20.11.16)(esbuild@0.16.17)(postcss-load-config@4.0.1)(postcss@8.4.31)(ts-node@10.9.1): - resolution: {integrity: sha512-wk8wNAxvMvJbfaVE0OzxDUBkXBCLC893MWEewybGEkfmIYRoLmdU9WM23yPlW2QS1LQvKDz4GDx2UOg6AQwe4Q==, tarball: file:projects/workbench-resources.tgz} + resolution: {integrity: sha512-Xpe1YnvlfX3t3R9uAFGUe1KoL1nVPoY5bFS4aQ4V/TJ+r82a5Ih8k2LLiDxXzzY44zc5SU1tMJRlOoLa4LM8lQ==, tarball: file:projects/workbench-resources.tgz} id: file:projects/workbench-resources.tgz name: '@rush-temp/workbench-resources' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) @@ -23290,9 +23290,9 @@ packages: svelte-check: 3.6.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5) svelte-eslint-parser: 0.33.1(svelte@4.2.5) svelte-loader: 3.1.9(svelte@4.2.5) - svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.2.2) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + svelte-preprocess: 5.1.0(postcss-load-config@4.0.1)(postcss@8.4.31)(sass@1.69.0)(svelte@4.2.5)(typescript@5.3.3) + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' @@ -23313,24 +23313,24 @@ packages: dev: false file:projects/workbench.tgz(@types/node@20.11.16)(esbuild@0.16.17)(svelte@4.2.5)(ts-node@10.9.1): - resolution: {integrity: sha512-uuMMFB5BVSkRr6PePGGKK2m0lzT7hIU/Y19h1D1ZMd1HUEscfCzsUSAkFzo1biMY2KrYf70gMoxlwwV7KI73Fw==, tarball: file:projects/workbench.tgz} + resolution: {integrity: sha512-AkF23Pec+KEi34/nvzBeDb1BYN3tsXWPpQ3fRu5MS06xsJ7p6xoCg1/v8IC/lYRu13qfD8SOPM64mT1ulMFhcw==, tarball: file:projects/workbench.tgz} id: file:projects/workbench.tgz name: '@rush-temp/workbench' version: 0.0.0 dependencies: '@types/jest': 29.5.5 - '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.3.3) eslint: 8.54.0 - eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.2.2) + eslint-config-standard-with-typescript: 40.0.0(@typescript-eslint/eslint-plugin@6.11.0)(eslint-plugin-import@2.28.1)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.54.0)(typescript@5.3.3) eslint-plugin-import: 2.28.1(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) jest: 29.7.0(@types/node@20.11.16)(ts-node@10.9.1) prettier: 3.1.0 prettier-plugin-svelte: 3.1.0(prettier@3.1.0)(svelte@4.2.5) - ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.2.2) - typescript: 5.2.2 + ts-jest: 29.1.1(esbuild@0.16.17)(jest@29.7.0)(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - '@babel/core' - '@jest/types' diff --git a/common/scripts/install-run.js b/common/scripts/install-run.js index bf89cd2311..11bb97c023 100644 --- a/common/scripts/install-run.js +++ b/common/scripts/install-run.js @@ -42,12 +42,13 @@ __webpack_require__.r(__webpack_exports__); */ // create a global _combinedNpmrc for cache purpose const _combinedNpmrcMap = new Map(); -function _trimNpmrcFile(sourceNpmrcPath) { +function _trimNpmrcFile(sourceNpmrcPath, extraLines = []) { const combinedNpmrcFromCache = _combinedNpmrcMap.get(sourceNpmrcPath); if (combinedNpmrcFromCache !== undefined) { return combinedNpmrcFromCache; } let npmrcFileLines = fs__WEBPACK_IMPORTED_MODULE_0__.readFileSync(sourceNpmrcPath).toString().split('\n'); + npmrcFileLines.push(...extraLines); npmrcFileLines = npmrcFileLines.map((line) => (line || '').trim()); const resultLines = []; // This finds environment variable tokens that look like "${VAR_NAME}" @@ -106,10 +107,10 @@ function _trimNpmrcFile(sourceNpmrcPath) { * @returns * The text of the the .npmrc with lines containing undefined variables commented out. */ -function _copyAndTrimNpmrcFile(logger, sourceNpmrcPath, targetNpmrcPath) { +function _copyAndTrimNpmrcFile(logger, sourceNpmrcPath, targetNpmrcPath, extraLines) { logger.info(`Transforming ${sourceNpmrcPath}`); // Verbose logger.info(` --> "${targetNpmrcPath}"`); - const combinedNpmrc = _trimNpmrcFile(sourceNpmrcPath); + const combinedNpmrc = _trimNpmrcFile(sourceNpmrcPath, extraLines); fs__WEBPACK_IMPORTED_MODULE_0__.writeFileSync(targetNpmrcPath, combinedNpmrc); return combinedNpmrc; } @@ -127,12 +128,16 @@ function syncNpmrc(sourceNpmrcFolder, targetNpmrcFolder, useNpmrcPublish, logger info: console.log, // eslint-disable-next-line no-console error: console.error -}) { +}, extraLines) { const sourceNpmrcPath = path__WEBPACK_IMPORTED_MODULE_1__.join(sourceNpmrcFolder, !useNpmrcPublish ? '.npmrc' : '.npmrc-publish'); const targetNpmrcPath = path__WEBPACK_IMPORTED_MODULE_1__.join(targetNpmrcFolder, '.npmrc'); try { if (fs__WEBPACK_IMPORTED_MODULE_0__.existsSync(sourceNpmrcPath)) { - return _copyAndTrimNpmrcFile(logger, sourceNpmrcPath, targetNpmrcPath); + // Ensure the target folder exists + if (!fs__WEBPACK_IMPORTED_MODULE_0__.existsSync(targetNpmrcFolder)) { + fs__WEBPACK_IMPORTED_MODULE_0__.mkdirSync(targetNpmrcFolder, { recursive: true }); + } + return _copyAndTrimNpmrcFile(logger, sourceNpmrcPath, targetNpmrcPath, extraLines); } else if (fs__WEBPACK_IMPORTED_MODULE_0__.existsSync(targetNpmrcPath)) { // If the source .npmrc doesn't exist and there is one in the target, delete the one in the target diff --git a/dev/account/package.json b/dev/account/package.json index a79f12e250..01aa6a52d1 100644 --- a/dev/account/package.json +++ b/dev/account/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "prettier-plugin-svelte": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5" diff --git a/dev/client-resources/package.json b/dev/client-resources/package.json index 34407b988d..32e3cf6372 100644 --- a/dev/client-resources/package.json +++ b/dev/client-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/dev/generator/Dockerfile b/dev/generator/Dockerfile index fd008d9923..109c6e08ea 100644 --- a/dev/generator/Dockerfile +++ b/dev/generator/Dockerfile @@ -2,6 +2,6 @@ FROM node WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ CMD [ "bash" ] diff --git a/dev/generator/package.json b/dev/generator/package.json index 6c5f9db9ce..3fe1088a7a 100644 --- a/dev/generator/package.json +++ b/dev/generator/package.json @@ -5,15 +5,17 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", + "build": "compile", + "build:watch": "compile", "start": "ts-node src/index.ts", - "bundle": "esbuild src/index.ts --bundle --minify --platform=node > bundle.js", + "bundle": "mkdir -p bundle && esbuild src/index.ts --bundle --minify --platform=node > bundle/bundle.js", + "_phase:bundle": "rushx bundle", "run-local": "TRANSACTOR_URL=ws://localhost:3333 MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost ts-node ./src/index.ts", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +30,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/ws": "^8.5.3", "@types/faker": "~5.5.9", "jest": "^29.7.0", diff --git a/dev/prod/package.json b/dev/prod/package.json index 2961a54143..f111ac0cac 100644 --- a/dev/prod/package.json +++ b/dev/prod/package.json @@ -4,7 +4,10 @@ "license": "EPL-2.0", "template": "@hcengineering/webpack-package", "scripts": { - "build": "rm -rf ./dist && cross-env NODE_ENV=production webpack --stats-error-details && echo 'done'", + "_phase:build": "compile ui", + "_phase:package": "rushx package", + "build": "compile ui", + "package": "rm -rf ./dist && cross-env NODE_ENV=production webpack --stats-error-details && echo 'done'", "analyze": "cross-env NODE_ENV=production webpack --json > stats.json", "show": "webpack-bundle-analyzer stats.json dist", "dev-server": "cross-env CLIENT_TYPE=dev-server webpack serve", diff --git a/dev/server/package.json b/dev/server/package.json index daae6d047e..fc55b4ab68 100644 --- a/dev/server/package.json +++ b/dev/server/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", + "build": "compile", + "build:watch": "compile", "start": "ts-node src/__start.ts", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/dev/storage/package.json b/dev/storage/package.json index c245cb0eef..91640be05a 100644 --- a/dev/storage/package.json +++ b/dev/storage/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/dev/tool/.eslintrc.js b/dev/tool/.eslintrc.js index 72235dc283..ce90fb9646 100644 --- a/dev/tool/.eslintrc.js +++ b/dev/tool/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/dev/tool/Dockerfile b/dev/tool/Dockerfile index 18fd892a88..8bf3db5802 100644 --- a/dev/tool/Dockerfile +++ b/dev/tool/Dockerfile @@ -2,6 +2,6 @@ FROM node:20 WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ CMD [ "bash" ] diff --git a/dev/tool/config/rig.json b/dev/tool/config/rig.json index 0110930f55..78cc5a1733 100644 --- a/dev/tool/config/rig.json +++ b/dev/tool/config/rig.json @@ -1,4 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@hcengineering/platform-rig" + "rigPackageName": "@hcengineering/platform-rig", + "rigProfile": "node" } diff --git a/dev/tool/package.json b/dev/tool/package.json index 98a58956d9..947e6e1aff 100644 --- a/dev/tool/package.json +++ b/dev/tool/package.json @@ -4,21 +4,26 @@ "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", + "template": "@hcengineering/node-package", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", + "build": "compile", + "build:watch": "compile", "start": "ts-node src/__start.ts", - "bundle": "esbuild src/__start.ts --bundle --minify --platform=node --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --define:process.env.GIT_REVISION=$(../../common/scripts/git_version.sh) > bundle.js", + "_phase:bundle": "rushx bundle", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/__start.ts --bundle --minify --platform=node --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --define:process.env.GIT_REVISION=$(../../common/scripts/git_version.sh) > bundle/bundle.js", "docker:build": "docker build -t hardcoreeng/tool .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/tool staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/tool", "run-local": "cross-env SERVER_SECRET=secret MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws://localhost:3333 TELEGRAM_DATABASE=telegram-service ELASTIC_URL=http://localhost:9200 REKONI_URL=http://localhost:4004 MODEL_VERSION=$(node ../../common/scripts/show_version.js) GIT_REVISION=$(git describe --all --long) node -r ts-node/register --max-old-space-size=18000 ./src/__start.ts", "run": "cross-env node -r ts-node/register --max-old-space-size=8000 MODEL_VERSION=$(node ../../common/scripts/show_version.js) ./src/__start.ts", "upgrade": "rushx run-local upgrade", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -35,7 +40,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/ws": "^8.5.3", "@types/xml2js": "~0.4.9", "@types/mime-types": "~2.1.1", diff --git a/dev/tool/src/__start.ts b/dev/tool/src/__start.ts index 56e0d910bf..f7b641bf5c 100644 --- a/dev/tool/src/__start.ts +++ b/dev/tool/src/__start.ts @@ -15,9 +15,9 @@ import { prepareTools as prepareToolsRaw } from '@hcengineering/server-tool' -import { Data, Tx, Version } from '@hcengineering/core' -import { MinioService } from '@hcengineering/minio' -import { MigrateOperation } from '@hcengineering/model' +import { type Data, type Tx, type Version } from '@hcengineering/core' +import { type MinioService } from '@hcengineering/minio' +import { type MigrateOperation } from '@hcengineering/model' import builder, { migrateOperations, getModelVersion } from '@hcengineering/model-all' import { devTool } from '.' diff --git a/dev/tool/src/benchmark.ts b/dev/tool/src/benchmark.ts index a6341b50e2..2afbc52709 100644 --- a/dev/tool/src/benchmark.ts +++ b/dev/tool/src/benchmark.ts @@ -15,18 +15,18 @@ import contact from '@hcengineering/contact' import core, { - Account, - BackupClient, + type Account, + type BackupClient, ClassifierKind, - Client, + type Client, DOMAIN_TX, - Doc, - DocumentUpdate, + type Doc, + type DocumentUpdate, MeasureMetricsContext, - Metrics, - Ref, + type Metrics, + type Ref, TxOperations, - WorkspaceId, + type WorkspaceId, generateId, metricsToString, newMetrics, diff --git a/dev/tool/src/clean.ts b/dev/tool/src/clean.ts index d1653ac8c1..873210006a 100644 --- a/dev/tool/src/clean.ts +++ b/dev/tool/src/clean.ts @@ -17,28 +17,28 @@ import attachment from '@hcengineering/attachment' import contact from '@hcengineering/contact' import { deepEqual } from 'fast-equals' import core, { - BackupClient, - Client as CoreClient, + type BackupClient, + type Client as CoreClient, DOMAIN_TX, - Doc, - Domain, - Ref, + type Doc, + type Domain, + type Ref, SortingOrder, - TxCreateDoc, + type TxCreateDoc, TxOperations, TxProcessor, - WorkspaceId, + type WorkspaceId, generateId, getObjectValue } from '@hcengineering/core' -import { MinioService } from '@hcengineering/minio' +import { type MinioService } from '@hcengineering/minio' import { getWorkspaceDB } from '@hcengineering/mongo' import recruit from '@hcengineering/recruit' import { connect } from '@hcengineering/server-tool' import tracker from '@hcengineering/tracker' -import tags, { TagCategory, TagElement, TagReference } from '@hcengineering/tags' +import tags, { type TagCategory, type TagElement, type TagReference } from '@hcengineering/tags' import { MongoClient } from 'mongodb' -import chunter, { ChatMessage } from '@hcengineering/chunter' +import chunter, { type ChatMessage } from '@hcengineering/chunter' export const DOMAIN_ACTIVITY = 'activity' as Domain diff --git a/dev/tool/src/configuration.ts b/dev/tool/src/configuration.ts index fec8ac4b6b..5ebdb259c0 100644 --- a/dev/tool/src/configuration.ts +++ b/dev/tool/src/configuration.ts @@ -13,7 +13,7 @@ // limitations under the License. // -import core, { BackupClient, Client as CoreClient, TxFactory, WorkspaceId } from '@hcengineering/core' +import core, { type BackupClient, type Client as CoreClient, TxFactory, type WorkspaceId } from '@hcengineering/core' import { connect } from '@hcengineering/server-tool' function toLen (val: string, sep: string, len: number): string { diff --git a/dev/tool/src/elastic.ts b/dev/tool/src/elastic.ts index 5c5bbd6547..f731f3082e 100644 --- a/dev/tool/src/elastic.ts +++ b/dev/tool/src/elastic.ts @@ -14,8 +14,8 @@ // import { Client as ElasticClient } from '@elastic/elasticsearch' -import core, { DOMAIN_DOC_INDEX_STATE, toWorkspaceString, WorkspaceId } from '@hcengineering/core' -import { MinioService } from '@hcengineering/minio' +import core, { DOMAIN_DOC_INDEX_STATE, toWorkspaceString, type WorkspaceId } from '@hcengineering/core' +import { type MinioService } from '@hcengineering/minio' import { getWorkspaceDB } from '@hcengineering/mongo' import { MongoClient } from 'mongodb' diff --git a/dev/tool/src/index.ts b/dev/tool/src/index.ts index b8feda3d50..eb13b75212 100644 --- a/dev/tool/src/index.ts +++ b/dev/tool/src/index.ts @@ -30,7 +30,7 @@ import { setAccountAdmin, setRole, upgradeWorkspace, - WorkspaceInfo + type WorkspaceInfo } from '@hcengineering/account' import { setMetadata } from '@hcengineering/platform' import { @@ -43,14 +43,14 @@ import { import serverToken, { decodeToken, generateToken } from '@hcengineering/server-token' import toolPlugin, { FileModelLogger } from '@hcengineering/server-tool' -import { Command, program } from 'commander' -import { Db, MongoClient } from 'mongodb' +import { type Command, program } from 'commander' +import { type Db, MongoClient } from 'mongodb' import { clearTelegramHistory } from './telegram' import { diffWorkspace, updateField } from './workspace' -import { Data, getWorkspaceId, RateLimitter, Tx, Version } from '@hcengineering/core' -import { MinioService } from '@hcengineering/minio' -import { consoleModelLogger, MigrateOperation } from '@hcengineering/model' +import { type Data, getWorkspaceId, RateLimitter, type Tx, type Version } from '@hcengineering/core' +import { type MinioService } from '@hcengineering/minio' +import { consoleModelLogger, type MigrateOperation } from '@hcengineering/model' import { openAIConfigDefaults } from '@hcengineering/openai' import path from 'path' import { benchmark } from './benchmark' diff --git a/dev/tool/src/mdiff.ts b/dev/tool/src/mdiff.ts index b314bd8969..ed2c1b6de6 100644 --- a/dev/tool/src/mdiff.ts +++ b/dev/tool/src/mdiff.ts @@ -1,4 +1,14 @@ -import core, { Attribute, Data, Doc, DocumentUpdate, Hierarchy, ModelDb, Ref, Tx, Type } from '@hcengineering/core' +import core, { + type Attribute, + type Data, + type Doc, + type DocumentUpdate, + Hierarchy, + ModelDb, + type Ref, + type Tx, + type Type +} from '@hcengineering/core' import { deepEqual } from 'fast-equals' /** diff --git a/dev/tool/src/mixin.ts b/dev/tool/src/mixin.ts index e2d27c1443..166936c128 100644 --- a/dev/tool/src/mixin.ts +++ b/dev/tool/src/mixin.ts @@ -14,18 +14,18 @@ // import core, { - AnyAttribute, - BackupClient, - Class, + type AnyAttribute, + type BackupClient, + type Class, ClassifierKind, - Client as CoreClient, - Doc, - Domain, + type Client as CoreClient, + type Doc, + type Domain, Hierarchy, - Obj, - Ref, + type Obj, + type Ref, SortingOrder, - WorkspaceId + type WorkspaceId } from '@hcengineering/core' import { getWorkspaceDB } from '@hcengineering/mongo' import { connect } from '@hcengineering/server-tool' diff --git a/dev/tool/src/telegram.ts b/dev/tool/src/telegram.ts index d53e4909ae..6292f2cc25 100644 --- a/dev/tool/src/telegram.ts +++ b/dev/tool/src/telegram.ts @@ -14,14 +14,14 @@ // limitations under the License. // -import { DOMAIN_TX, Ref, WorkspaceId } from '@hcengineering/core' -import { MinioService } from '@hcengineering/minio' +import { DOMAIN_TX, type Ref, type WorkspaceId } from '@hcengineering/core' +import { type MinioService } from '@hcengineering/minio' import { DOMAIN_ATTACHMENT } from '@hcengineering/model-attachment' import contact, { DOMAIN_CHANNEL } from '@hcengineering/model-contact' import { DOMAIN_TELEGRAM } from '@hcengineering/model-telegram' import { getWorkspaceDB } from '@hcengineering/mongo' -import telegram, { SharedTelegramMessage, SharedTelegramMessages } from '@hcengineering/telegram' -import { Document, MongoClient, UpdateFilter } from 'mongodb' +import telegram, { type SharedTelegramMessage, type SharedTelegramMessages } from '@hcengineering/telegram' +import { type Document, MongoClient, type UpdateFilter } from 'mongodb' const LastMessages = 'last-msgs' diff --git a/dev/tool/src/utils.ts b/dev/tool/src/utils.ts index 7d6d8ae2b9..5aae788722 100644 --- a/dev/tool/src/utils.ts +++ b/dev/tool/src/utils.ts @@ -1,4 +1,13 @@ -import { AttachedData, AttachedDoc, Class, Doc, DocumentUpdate, Ref, Space, TxOperations } from '@hcengineering/core' +import { + type AttachedData, + type AttachedDoc, + type Class, + type Doc, + type DocumentUpdate, + type Ref, + type Space, + type TxOperations +} from '@hcengineering/core' export async function findOrUpdateAttached ( client: TxOperations, diff --git a/dev/tool/src/workspace.ts b/dev/tool/src/workspace.ts index c06b14b312..c8dc1b18e8 100644 --- a/dev/tool/src/workspace.ts +++ b/dev/tool/src/workspace.ts @@ -16,11 +16,11 @@ import contact from '@hcengineering/contact' import core, { - Client as CoreClient, - BackupClient, + type Client as CoreClient, + type BackupClient, DOMAIN_TX, - Tx, - WorkspaceId, + type Tx, + type WorkspaceId, type Ref, type Doc } from '@hcengineering/core' diff --git a/dev/tool/tsconfig.json b/dev/tool/tsconfig.json index 4e0fa3fe7f..f028ab627e 100644 --- a/dev/tool/tsconfig.json +++ b/dev/tool/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/models/activity/package.json b/models/activity/package.json index f7b331f92a..350436324b 100644 --- a/models/activity/package.json +++ b/models/activity/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/all/package.json b/models/all/package.json index cffb92e4ba..ca38b0a4ed 100644 --- a/models/all/package.json +++ b/models/all/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/attachment/package.json b/models/attachment/package.json index 5c92ba04bb..1abf7012a3 100644 --- a/models/attachment/package.json +++ b/models/attachment/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/bitrix/package.json b/models/bitrix/package.json index e0ff5cd826..dcc8fe2a07 100644 --- a/models/bitrix/package.json +++ b/models/bitrix/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/board/package.json b/models/board/package.json index 9d928bdd56..234e68e1a8 100644 --- a/models/board/package.json +++ b/models/board/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/calendar/package.json b/models/calendar/package.json index 33623d1fc6..8887cc102b 100644 --- a/models/calendar/package.json +++ b/models/calendar/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/chunter/package.json b/models/chunter/package.json index 8ee37f46d2..306ef2c96e 100644 --- a/models/chunter/package.json +++ b/models/chunter/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/contact/package.json b/models/contact/package.json index 35f18e920f..69404d32bf 100644 --- a/models/contact/package.json +++ b/models/contact/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/core/package.json b/models/core/package.json index c7492e5d08..cc05919cd4 100644 --- a/models/core/package.json +++ b/models/core/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/gmail/package.json b/models/gmail/package.json index 311ef5ef31..2c840f74b5 100644 --- a/models/gmail/package.json +++ b/models/gmail/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/hr/package.json b/models/hr/package.json index d4090b56e3..ad109bd4e5 100644 --- a/models/hr/package.json +++ b/models/hr/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/inventory/package.json b/models/inventory/package.json index a644a65cb6..1f230b0136 100644 --- a/models/inventory/package.json +++ b/models/inventory/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/lead/package.json b/models/lead/package.json index b9fbc8bab4..96da6ae6f4 100644 --- a/models/lead/package.json +++ b/models/lead/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/notification/package.json b/models/notification/package.json index 2f83ec2c6f..b0fc499e5f 100644 --- a/models/notification/package.json +++ b/models/notification/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/preference/package.json b/models/preference/package.json index 537518d37c..377a7602a9 100644 --- a/models/preference/package.json +++ b/models/preference/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/presentation/package.json b/models/presentation/package.json index 176c8cf931..8ad8dbd836 100644 --- a/models/presentation/package.json +++ b/models/presentation/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/recruit/package.json b/models/recruit/package.json index 76e40529cc..e63045a2d8 100644 --- a/models/recruit/package.json +++ b/models/recruit/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/request/package.json b/models/request/package.json index 6a49244888..9a8a4ea45b 100644 --- a/models/request/package.json +++ b/models/request/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-activity/package.json b/models/server-activity/package.json index bce375443d..45279795d0 100644 --- a/models/server-activity/package.json +++ b/models/server-activity/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-attachment/package.json b/models/server-attachment/package.json index 13fd5c0400..85831f63e4 100644 --- a/models/server-attachment/package.json +++ b/models/server-attachment/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-calendar/package.json b/models/server-calendar/package.json index 1d98cdbc04..f73bbf8e2e 100644 --- a/models/server-calendar/package.json +++ b/models/server-calendar/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-chunter/package.json b/models/server-chunter/package.json index f397021e08..0e92c193c3 100644 --- a/models/server-chunter/package.json +++ b/models/server-chunter/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-contact/package.json b/models/server-contact/package.json index 92776bf3e7..f8c9d2e87f 100644 --- a/models/server-contact/package.json +++ b/models/server-contact/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-core/package.json b/models/server-core/package.json index 304a1fe0cf..746fa5327f 100644 --- a/models/server-core/package.json +++ b/models/server-core/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-gmail/package.json b/models/server-gmail/package.json index 9f889e4bd2..ddedf90e06 100644 --- a/models/server-gmail/package.json +++ b/models/server-gmail/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-hr/package.json b/models/server-hr/package.json index 59355999d9..d18cc56e9b 100644 --- a/models/server-hr/package.json +++ b/models/server-hr/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-inventory/package.json b/models/server-inventory/package.json index 48d5d20ecc..5f6e180f34 100644 --- a/models/server-inventory/package.json +++ b/models/server-inventory/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-lead/package.json b/models/server-lead/package.json index 5c00ac00b5..a2f14d0c7a 100644 --- a/models/server-lead/package.json +++ b/models/server-lead/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-notification/package.json b/models/server-notification/package.json index 3e2a0d2c9d..26613c04d6 100644 --- a/models/server-notification/package.json +++ b/models/server-notification/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-openai/package.json b/models/server-openai/package.json index 1f2bb6cbb1..826c02ac3c 100644 --- a/models/server-openai/package.json +++ b/models/server-openai/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-recruit/package.json b/models/server-recruit/package.json index 76c3ff8eed..bc2a320a87 100644 --- a/models/server-recruit/package.json +++ b/models/server-recruit/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-request/package.json b/models/server-request/package.json index 527787181b..39abe5b453 100644 --- a/models/server-request/package.json +++ b/models/server-request/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-setting/package.json b/models/server-setting/package.json index 76ed288476..8f8590191b 100644 --- a/models/server-setting/package.json +++ b/models/server-setting/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-tags/package.json b/models/server-tags/package.json index 6951197355..2b6ae00d61 100644 --- a/models/server-tags/package.json +++ b/models/server-tags/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-task/package.json b/models/server-task/package.json index 215cd9f180..026345b870 100644 --- a/models/server-task/package.json +++ b/models/server-task/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-telegram/package.json b/models/server-telegram/package.json index 26e7bbc04a..f043d243e5 100644 --- a/models/server-telegram/package.json +++ b/models/server-telegram/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-templates/package.json b/models/server-templates/package.json index 6c58ffe23b..285987601a 100644 --- a/models/server-templates/package.json +++ b/models/server-templates/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-tracker/package.json b/models/server-tracker/package.json index ef9e332d51..746ecf44dc 100644 --- a/models/server-tracker/package.json +++ b/models/server-tracker/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-translate/package.json b/models/server-translate/package.json index 1209f95a03..f62ca81282 100644 --- a/models/server-translate/package.json +++ b/models/server-translate/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/server-view/package.json b/models/server-view/package.json index 8ed2e1dbd8..6fc1c51c36 100644 --- a/models/server-view/package.json +++ b/models/server-view/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/setting/package.json b/models/setting/package.json index 5d1fa1c716..65c334f12a 100644 --- a/models/setting/package.json +++ b/models/setting/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/support/package.json b/models/support/package.json index ca0c00126d..b5ec8ff38d 100644 --- a/models/support/package.json +++ b/models/support/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/tags/package.json b/models/tags/package.json index 811d7f1ad5..146ac347d3 100644 --- a/models/tags/package.json +++ b/models/tags/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/task/package.json b/models/task/package.json index 1fa555532f..d6b9a7099c 100644 --- a/models/task/package.json +++ b/models/task/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/telegram/package.json b/models/telegram/package.json index e09c597ba1..fdb3a00877 100644 --- a/models/telegram/package.json +++ b/models/telegram/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/templates/package.json b/models/templates/package.json index 1bc6a865b1..eed5274705 100644 --- a/models/templates/package.json +++ b/models/templates/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/text-editor/package.json b/models/text-editor/package.json index c889ef5767..f7e8646151 100644 --- a/models/text-editor/package.json +++ b/models/text-editor/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/tracker/package.json b/models/tracker/package.json index 0b1e224091..760cf099d7 100644 --- a/models/tracker/package.json +++ b/models/tracker/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/view/package.json b/models/view/package.json index 8e9a8b20c1..692def6c61 100644 --- a/models/view/package.json +++ b/models/view/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/models/workbench/package.json b/models/workbench/package.json index 1f2a920206..f5271b5059 100644 --- a/models/workbench/package.json +++ b/models/workbench/package.json @@ -5,11 +5,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build": "compile", + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:format": "format src" }, "template": "@hcengineering/model-package", "devDependencies": { diff --git a/packages/collaborator-client/package.json b/packages/collaborator-client/package.json index aeb259f545..1fd06b4754 100644 --- a/packages/collaborator-client/package.json +++ b/packages/collaborator-client/package.json @@ -5,12 +5,13 @@ "author": "Hardcore Engineering Inc.", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -25,7 +26,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/core/package.json b/packages/core/package.json index 2416f17921..177277aa28 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", + "build": "compile", + "build:watch": "compile", "test": "jest --passWithNoTests --silent", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/kanban/package.json b/packages/kanban/package.json index f4a1d31a31..a7c04e7196 100644 --- a/packages/kanban/package.json +++ b/packages/kanban/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/model/package.json b/packages/model/package.json index bb10283ba3..581e8eacdd 100644 --- a/packages/model/package.json +++ b/packages/model/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/panel/package.json b/packages/panel/package.json index 13498e5fd1..ccb665e979 100644 --- a/packages/panel/package.json +++ b/packages/panel/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/platform-rig/bin/compile.js b/packages/platform-rig/bin/compile.js new file mode 100755 index 0000000000..2d04913a61 --- /dev/null +++ b/packages/platform-rig/bin/compile.js @@ -0,0 +1,100 @@ +const { join, dirname } = require("path") +const { readFileSync, existsSync, mkdirSync, createWriteStream } = require('fs') +const { spawn } = require('child_process') + +async function execProcess(cmd, logFile, args) { + let compileRoot = dirname(dirname(process.argv[1])) + console.log('Running from',) + console.log("Compiling...\n", process.cwd(), args) + + if (!existsSync(join(process.cwd(), '.build'))) { + mkdirSync(join(process.cwd(), '.build')) + } + + const compileOut = spawn(cmd, args) + + const stdoutFilePath = `.build/${logFile}.log` + const stderrFilePath = `.build/${logFile}-err.log` + + + const outPromise = new Promise((resolve) => { + if (compileOut.stdout != null) { + let outPipe = createWriteStream(stdoutFilePath) + compileOut.stdout.pipe(outPipe) + compileOut.stdout.on('end', function (data) { + outPipe.close() + resolve() + }) + } else { + resolve() + } + }) + + const errPromise = new Promise((resolve) => { + if (compileOut.stderr != null) { + let outPipe = createWriteStream(stderrFilePath) + compileOut.stderr.pipe(outPipe) + compileOut.stderr.on('end', function (data) { + outPipe.close() + resolve() + }) + } else { + resolve() + } + }) + + let editCode = 0 + const closePromise = new Promise(resolve => { + compileOut.on('close', (code) => { + editCode = code + resolve() + }) + compileOut.on('error', (err) => { + console.error(err) + resolve() + }) + }) + + await Promise.all([outPromise, errPromise, closePromise]) + + if (editCode !== 0) { + const data = readFileSync(stdoutFilePath) + const errData = readFileSync(stderrFilePath) + console.error('\n' + data.toString() + '\n' + errData.toString()) + process.exit(editCode) + } +} + +let args = process.argv.splice(2) + +switch (args[0]) { + case 'ui': { + let st = Date.now() + execProcess( + 'tsc', + 'tsc', + [ + '-pretty', + "--outDir", + "./.build/dist", + ...args.splice(1) + ]) + .then(() => { + console.log("Compile time: ", Date.now() - st) + }) + break + } + default: { + let st = Date.now() + execProcess( + 'tsc', + 'tsc', [ + '-pretty', + ...process.argv.splice(2) + ]) + .then(() => { + console.log("Compile time: ", Date.now() - st) + }) + break + } +} diff --git a/packages/platform-rig/bin/do-svelte-check.js b/packages/platform-rig/bin/do-svelte-check.js new file mode 100755 index 0000000000..6f73ff8fdd --- /dev/null +++ b/packages/platform-rig/bin/do-svelte-check.js @@ -0,0 +1,78 @@ +const { join, dirname } = require("path") +const { readFileSync, existsSync, mkdirSync, createWriteStream } = require('fs') +const { spawn } = require('child_process') + +async function execProcess(cmd, logFile, args) { + let compileRoot = dirname(dirname(process.argv[1])) + console.log("Svelte check...\n", process.cwd(), args) + + if (!existsSync(join(process.cwd(), '.svelte-check'))) { + mkdirSync(join(process.cwd(), '.svelte-check')) + } + + const compileOut = spawn(cmd, args) + + const stdoutFilePath = `.svelte-check/${logFile}.log` + const stderrFilePath = `.svelte-check/${logFile}-err.log` + + + const outPromise = new Promise((resolve) => { + if (compileOut.stdout != null) { + let outPipe = createWriteStream(stdoutFilePath) + compileOut.stdout.pipe(outPipe) + compileOut.stdout.on('end', function (data) { + outPipe.close() + resolve() + }) + } else { + resolve() + } + }) + + const errPromise = new Promise((resolve) => { + if (compileOut.stderr != null) { + let outPipe = createWriteStream(stderrFilePath) + compileOut.stderr.pipe(outPipe) + compileOut.stderr.on('end', function (data) { + outPipe.close() + resolve() + }) + } else { + resolve() + } + }) + + let editCode = 0 + const closePromise = new Promise(resolve => { + compileOut.on('close', (code) => { + editCode = code + resolve() + }) + compileOut.on('error', (err) => { + console.error(err) + resolve() + }) + }) + + await Promise.all([outPromise, errPromise, closePromise]) + + if (editCode !== 0) { + const data = readFileSync(stdoutFilePath) + const errData = readFileSync(stderrFilePath) + console.error('\n' + data.toString() + '\n' + errData.toString()) + process.exit(editCode) + } +} + +let args = process.argv.splice(2) +let st = Date.now() +execProcess( + 'svelte-check', + 'svelte-check', [ + '--output', 'human', + ...process.argv.splice(2) +]) + .then(() => { + console.log("Svelte check time: ", Date.now() - st) + }) + diff --git a/packages/platform-rig/package.json b/packages/platform-rig/package.json index c80a0a2ae7..69b580101c 100644 --- a/packages/platform-rig/package.json +++ b/packages/platform-rig/package.json @@ -7,6 +7,8 @@ }, "bin": { "format": "./bin/format.js", + "compile": "./bin/compile.js", + "do-svelte-check": "./bin/do-svelte-check.js", "bump-package-version": "./bin/bump-package-version.js" }, "devDependencies": { @@ -18,6 +20,6 @@ "eslint": "^8.54.0" }, "dependencies": { - "typescript": "^5.2.2" + "typescript": "^5.3.3" } } diff --git a/packages/platform-rig/profiles/assets/config/rush-project.json b/packages/platform-rig/profiles/assets/config/rush-project.json index 632d964e65..3d3e8bc3e7 100644 --- a/packages/platform-rig/profiles/assets/config/rush-project.json +++ b/packages/platform-rig/profiles/assets/config/rush-project.json @@ -22,7 +22,19 @@ }, { "operationName": "format", - "outputFolderNames": [".rush/temp/.format"] + "outputFolderNames": [".format"] + }, + { + "operationName": "_phase:build", + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:bundle", + "outputFolderNames": ["bundle"] + }, + { + "operationName": "_phase:test", + "outputFolderNames": ["coverage"] } ] } \ No newline at end of file diff --git a/packages/platform-rig/profiles/default/config/rush-project.json b/packages/platform-rig/profiles/default/config/rush-project.json index 396dad072c..6debfd4411 100644 --- a/packages/platform-rig/profiles/default/config/rush-project.json +++ b/packages/platform-rig/profiles/default/config/rush-project.json @@ -23,7 +23,19 @@ }, { "operationName": "format", - "outputFolderNames": [".rush/temp/.format"] + "outputFolderNames": [".format"] + }, + { + "operationName": "_phase:build", + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:bundle", + "outputFolderNames": ["bundle"] + }, + { + "operationName": "_phase:test", + "outputFolderNames": ["coverage"] } ] } \ No newline at end of file diff --git a/packages/platform-rig/profiles/model/config/rush-project.json b/packages/platform-rig/profiles/model/config/rush-project.json index 08c020ff48..65bd95b40d 100644 --- a/packages/platform-rig/profiles/model/config/rush-project.json +++ b/packages/platform-rig/profiles/model/config/rush-project.json @@ -19,6 +19,18 @@ { "operationName": "format", "outputFolderNames": [".rush/temp/.format"] + }, + { + "operationName": "_phase:build", + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:bundle", + "outputFolderNames": ["bundle"] + }, + { + "operationName": "_phase:test", + "outputFolderNames": ["coverage"] } ] } \ No newline at end of file diff --git a/packages/platform-rig/profiles/node/config/rush-project.json b/packages/platform-rig/profiles/node/config/rush-project.json index 4acae9b7fd..23342121dd 100644 --- a/packages/platform-rig/profiles/node/config/rush-project.json +++ b/packages/platform-rig/profiles/node/config/rush-project.json @@ -23,6 +23,22 @@ { "operationName": "format", "outputFolderNames": [".rush/temp/.format"] + }, + { + "operationName": "_phase:build", + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:bundle", + "outputFolderNames": ["bundle"] + }, + { + "operationName": "_phase:package", + "outputFolderNames": ["dist"] + }, + { + "operationName": "_phase:test", + "outputFolderNames": ["coverage"] } ] } \ No newline at end of file diff --git a/packages/platform-rig/profiles/node/tsconfig.json b/packages/platform-rig/profiles/node/tsconfig.json index dba9931391..c7b55d78d5 100644 --- a/packages/platform-rig/profiles/node/tsconfig.json +++ b/packages/platform-rig/profiles/node/tsconfig.json @@ -6,13 +6,14 @@ "strict": true, "sourceMap": true, "resolveJsonModule": true, + "types": ["node", "jest"], "skipLibCheck": true, "skipDefaultLibCheck": true, "declarationMap": true, + "experimentalDecorators": true, "esModuleInterop": true, "rootDir": "./src", "outDir": "./lib", - "types": ["node", "jest"], "incremental": true } } diff --git a/packages/platform-rig/profiles/package/config/rush-project.json b/packages/platform-rig/profiles/package/config/rush-project.json index 9af0918e71..ff07884007 100644 --- a/packages/platform-rig/profiles/package/config/rush-project.json +++ b/packages/platform-rig/profiles/package/config/rush-project.json @@ -13,6 +13,10 @@ "operationName": "build", "outputFolderNames": ["dist", ".build"] }, + { + "operationName": "package", + "outputFolderNames": ["dist", ".build"] + }, { "operationName": "test", "outputFolderNames": ["coverage"] @@ -24,6 +28,22 @@ { "operationName": "format", "outputFolderNames": [".rush/temp/.format"] + }, + { + "operationName": "_phase:build", + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:bundle", + "outputFolderNames": ["bundle"] + }, + { + "operationName": "_phase:package", + "outputFolderNames": ["dist"] + }, + { + "operationName": "_phase:test", + "outputFolderNames": ["coverage"] } ] } \ No newline at end of file diff --git a/packages/platform-rig/profiles/ui/config/rush-project.json b/packages/platform-rig/profiles/ui/config/rush-project.json index e8f8372fbe..9e259242b0 100644 --- a/packages/platform-rig/profiles/ui/config/rush-project.json +++ b/packages/platform-rig/profiles/ui/config/rush-project.json @@ -1,7 +1,7 @@ { "incrementalBuildIgnoredGlobs": [ "temp/**", - "dist_cache/**", + ".build/**", "coverage/**", "**/*.svelte", ".build/**" @@ -11,7 +11,7 @@ "operationSettings": [ { "operationName": "build", - "outputFolderNames": ["lib", "dist_cache"] + "outputFolderNames": ["lib", ".build"] }, { "operationName": "test", @@ -19,7 +19,23 @@ }, { "operationName": "build:watch", - "outputFolderNames": ["lib", "dist_cache"] - } + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:build", + "outputFolderNames": ["lib", ".build"] + }, + { + "operationName": "_phase:bundle", + "outputFolderNames": ["bundle"] + }, + { + "operationName": "_phase:svelte-check", + "outputFolderNames": [".svelte-check"] + }, + { + "operationName": "_phase:test", + "outputFolderNames": ["coverage"] + } ] } \ No newline at end of file diff --git a/packages/platform/package.json b/packages/platform/package.json index 4ff9af9237..36b6f099fc 100644 --- a/packages/platform/package.json +++ b/packages/platform/package.json @@ -11,12 +11,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", + "build": "compile", + "build:watch": "compile", "test": "jest --passWithNoTests --silent", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -32,7 +33,7 @@ "prettier": "^3.1.0", "prettier-plugin-svelte": "^3.1.0", "ts-jest": "^29.1.1", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "dependencies": { "intl-messageformat": "^9.7.1" diff --git a/packages/presentation/package.json b/packages/presentation/package.json index 5f1a7181ec..f0ea550c3c 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/query/package.json b/packages/query/package.json index 852fe4634c..1f2efa9a8f 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/rekoni/package.json b/packages/rekoni/package.json index 33a738c70c..4d699932ba 100644 --- a/packages/rekoni/package.json +++ b/packages/rekoni/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "test": "jest --passWithNoTests --silent" + "build:watch": "compile", + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "prettier-plugin-svelte": "^3.1.0", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5" diff --git a/packages/text-editor/package.json b/packages/text-editor/package.json index b270e68638..26cacbbe06 100644 --- a/packages/text-editor/package.json +++ b/packages/text-editor/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/diff": "~5.0.2", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/packages/text/package.json b/packages/text/package.json index 6a7bd2d154..6490665bb6 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/theme/package.json b/packages/theme/package.json index 2d020ca8a5..61bde87f85 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -6,11 +6,11 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", - "lint": "eslint src", - "lint:fix": "eslint --fix src", + "build": "compile ui", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/packages/ui/package.json b/packages/ui/package.json index 924de03b7a..a4f936d349 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", - "build:watch": "tsc --noEmit --outDir ./dist_cache", + "build": "compile ui", + "build:watch": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/jest": "^29.5.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/activity-assets/package.json b/plugins/activity-assets/package.json index 405735ed31..87e43604dd 100644 --- a/plugins/activity-assets/package.json +++ b/plugins/activity-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/activity-resources/package.json b/plugins/activity-resources/package.json index 1a64658ede..e378876e96 100644 --- a/plugins/activity-resources/package.json +++ b/plugins/activity-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", - "lint": "eslint src", - "lint:fix": "eslint --fix src", + "build": "compile ui", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -32,7 +33,7 @@ "svelte-loader": "^3.1.9", "svelte-preprocess": "^5.1.0", "ts-jest": "^29.1.1", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "dependencies": { "@hcengineering/activity": "^0.6.0", diff --git a/plugins/activity/package.json b/plugins/activity/package.json index 47cfa09494..c1cb4e7996 100644 --- a/plugins/activity/package.json +++ b/plugins/activity/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "lint": "eslint src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -26,7 +27,7 @@ "prettier": "^3.1.0", "prettier-plugin-svelte": "^3.1.0", "ts-jest": "^29.1.1", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "dependencies": { "@hcengineering/contact": "^0.6.20", diff --git a/plugins/attachment-assets/package.json b/plugins/attachment-assets/package.json index 107d993d09..2e0e9fa9d8 100644 --- a/plugins/attachment-assets/package.json +++ b/plugins/attachment-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "build:docs": "", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.11.0", diff --git a/plugins/attachment-resources/package.json b/plugins/attachment-resources/package.json index 5df0f69254..bd542c1fbe 100644 --- a/plugins/attachment-resources/package.json +++ b/plugins/attachment-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -33,7 +34,7 @@ "svelte-loader": "^3.1.9", "svelte-preprocess": "^5.1.0", "ts-jest": "^29.1.1", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "dependencies": { "@hcengineering/activity": "^0.6.0", diff --git a/plugins/attachment/package.json b/plugins/attachment/package.json index 80c93e3d75..733df0f806 100644 --- a/plugins/attachment/package.json +++ b/plugins/attachment/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/bitrix-assets/package.json b/plugins/bitrix-assets/package.json index 699ff75143..76aa338d7a 100644 --- a/plugins/bitrix-assets/package.json +++ b/plugins/bitrix-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/bitrix-resources/package.json b/plugins/bitrix-resources/package.json index b042618319..86206de42c 100644 --- a/plugins/bitrix-resources/package.json +++ b/plugins/bitrix-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +28,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/qs": "~6.9.7", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/bitrix/package.json b/plugins/bitrix/package.json index f89025e0ce..8717d5a61c 100644 --- a/plugins/bitrix/package.json +++ b/plugins/bitrix/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/qs": "~6.9.7", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/board-assets/package.json b/plugins/board-assets/package.json index dfa2a4fb87..98f8c92e3a 100644 --- a/plugins/board-assets/package.json +++ b/plugins/board-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/board-resources/package.json b/plugins/board-resources/package.json index 9a6a1e43c1..e7d8cbf49e 100644 --- a/plugins/board-resources/package.json +++ b/plugins/board-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +28,7 @@ "svelte-check": "^3.6.0", "svelte-loader": "^3.1.9", "svelte-preprocess": "^5.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/board/package.json b/plugins/board/package.json index 98b5a16436..8eea34d0cd 100644 --- a/plugins/board/package.json +++ b/plugins/board/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/calendar-assets/package.json b/plugins/calendar-assets/package.json index 8b65cc511f..d2313e072b 100644 --- a/plugins/calendar-assets/package.json +++ b/plugins/calendar-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/calendar-resources/package.json b/plugins/calendar-resources/package.json index a0c51c3372..bd124986f2 100644 --- a/plugins/calendar-resources/package.json +++ b/plugins/calendar-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/calendar/package.json b/plugins/calendar/package.json index 794066ffc4..644cee99ba 100644 --- a/plugins/calendar/package.json +++ b/plugins/calendar/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/chunter-assets/package.json b/plugins/chunter-assets/package.json index b2878b822a..ffbd2a5f93 100644 --- a/plugins/chunter-assets/package.json +++ b/plugins/chunter-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/chunter-resources/package.json b/plugins/chunter-resources/package.json index 987dcba50c..1979599ca8 100644 --- a/plugins/chunter-resources/package.json +++ b/plugins/chunter-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -33,7 +34,7 @@ "svelte-loader": "^3.1.9", "svelte-preprocess": "^5.1.0", "ts-jest": "^29.1.1", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "dependencies": { "@hcengineering/activity": "^0.6.0", diff --git a/plugins/chunter/package.json b/plugins/chunter/package.json index 365a43177a..d1f005106e 100644 --- a/plugins/chunter/package.json +++ b/plugins/chunter/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/client-resources/package.json b/plugins/client-resources/package.json index 040f826aaa..9061ac17d8 100644 --- a/plugins/client-resources/package.json +++ b/plugins/client-resources/package.json @@ -11,12 +11,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +29,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/client/package.json b/plugins/client/package.json index 3300fa9302..956dc7ee3e 100644 --- a/plugins/client/package.json +++ b/plugins/client/package.json @@ -11,12 +11,13 @@ "tsconfig.json" ], "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +29,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/contact-assets/package.json b/plugins/contact-assets/package.json index 4854d469b1..2f7b5132b1 100644 --- a/plugins/contact-assets/package.json +++ b/plugins/contact-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/contact-resources/package.json b/plugins/contact-resources/package.json index 2036f6598b..64918f9603 100644 --- a/plugins/contact-resources/package.json +++ b/plugins/contact-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/contact/package.json b/plugins/contact/package.json index 42b4558726..fae2fe7332 100644 --- a/plugins/contact/package.json +++ b/plugins/contact/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/devmodel-resources/package.json b/plugins/devmodel-resources/package.json index fc3d7f6024..0bf8d2f49c 100644 --- a/plugins/devmodel-resources/package.json +++ b/plugins/devmodel-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", - "lint": "eslint src", - "lint:fix": "eslint --fix src", + "build": "compile ui", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", diff --git a/plugins/devmodel/package.json b/plugins/devmodel/package.json index 60b2d78058..305e4ab55f 100644 --- a/plugins/devmodel/package.json +++ b/plugins/devmodel/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "lint": "eslint src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/gmail-assets/package.json b/plugins/gmail-assets/package.json index 6f7771a56b..319f1bf193 100644 --- a/plugins/gmail-assets/package.json +++ b/plugins/gmail-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/gmail-resources/package.json b/plugins/gmail-resources/package.json index d84784dfff..fc3971c0c7 100644 --- a/plugins/gmail-resources/package.json +++ b/plugins/gmail-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/gmail/package.json b/plugins/gmail/package.json index aaa907a1a2..58aaf0329d 100644 --- a/plugins/gmail/package.json +++ b/plugins/gmail/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/hr-assets/package.json b/plugins/hr-assets/package.json index 93d430a02e..b5b5be9a7f 100644 --- a/plugins/hr-assets/package.json +++ b/plugins/hr-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/hr-resources/package.json b/plugins/hr-resources/package.json index 8737098483..03fbeda48c 100644 --- a/plugins/hr-resources/package.json +++ b/plugins/hr-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/hr/package.json b/plugins/hr/package.json index 4448910ffa..f041898f7d 100644 --- a/plugins/hr/package.json +++ b/plugins/hr/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/image-cropper-resources/package.json b/plugins/image-cropper-resources/package.json index 3936a2f7d5..64d814fdf3 100644 --- a/plugins/image-cropper-resources/package.json +++ b/plugins/image-cropper-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/image-cropper/package.json b/plugins/image-cropper/package.json index ed57abed21..0185744634 100644 --- a/plugins/image-cropper/package.json +++ b/plugins/image-cropper/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/inventory-assets/package.json b/plugins/inventory-assets/package.json index 582556e1ae..23cd68b7ad 100644 --- a/plugins/inventory-assets/package.json +++ b/plugins/inventory-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/inventory-resources/package.json b/plugins/inventory-resources/package.json index 2cbd19830c..7388f484ad 100644 --- a/plugins/inventory-resources/package.json +++ b/plugins/inventory-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/inventory/package.json b/plugins/inventory/package.json index cf9b541455..e0f0ef81b7 100644 --- a/plugins/inventory/package.json +++ b/plugins/inventory/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/lead-assets/package.json b/plugins/lead-assets/package.json index ef5f9300ed..2d6a988f10 100644 --- a/plugins/lead-assets/package.json +++ b/plugins/lead-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/lead-resources/package.json b/plugins/lead-resources/package.json index fa7cd6f5c1..76d8b1024d 100644 --- a/plugins/lead-resources/package.json +++ b/plugins/lead-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/lead/package.json b/plugins/lead/package.json index 72aaa62f5c..0e31df4f71 100644 --- a/plugins/lead/package.json +++ b/plugins/lead/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/login-assets/package.json b/plugins/login-assets/package.json index 6fec7c6e72..82a721228e 100644 --- a/plugins/login-assets/package.json +++ b/plugins/login-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/login-resources/package.json b/plugins/login-resources/package.json index 15160bd32e..98198d9110 100644 --- a/plugins/login-resources/package.json +++ b/plugins/login-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "url-loader": "~4.1.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/login/package.json b/plugins/login/package.json index 665966b8e9..a197745f47 100644 --- a/plugins/login/package.json +++ b/plugins/login/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/notification-assets/package.json b/plugins/notification-assets/package.json index 77d843f1d4..9ae8c30e36 100644 --- a/plugins/notification-assets/package.json +++ b/plugins/notification-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/notification-resources/package.json b/plugins/notification-resources/package.json index 6fea637f1b..359c2e05b5 100644 --- a/plugins/notification-resources/package.json +++ b/plugins/notification-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -33,7 +34,7 @@ "svelte-loader": "^3.1.9", "svelte-preprocess": "^5.1.0", "ts-jest": "^29.1.1", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "dependencies": { "@hcengineering/activity": "^0.6.0", diff --git a/plugins/notification/package.json b/plugins/notification/package.json index 6bd2ec54a8..8568bf9216 100644 --- a/plugins/notification/package.json +++ b/plugins/notification/package.json @@ -6,12 +6,13 @@ "license": "EPL-2.0", "template": "@hcengineering/platform-package", "scripts": { - "build": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", "format": "format src", - "build:watch": "tsc", - "test": "jest --passWithNoTests --silent" + "build:watch": "compile", + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/preference-assets/package.json b/plugins/preference-assets/package.json index cdd61325c4..bf97115810 100644 --- a/plugins/preference-assets/package.json +++ b/plugins/preference-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/preference/package.json b/plugins/preference/package.json index 2d8b460537..cfc7b4c85f 100644 --- a/plugins/preference/package.json +++ b/plugins/preference/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/recruit-assets/package.json b/plugins/recruit-assets/package.json index 68ee62db50..fd6763a9d2 100644 --- a/plugins/recruit-assets/package.json +++ b/plugins/recruit-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/recruit-resources/package.json b/plugins/recruit-resources/package.json index e16c6110db..ddb3944b86 100644 --- a/plugins/recruit-resources/package.json +++ b/plugins/recruit-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/recruit/package.json b/plugins/recruit/package.json index 06e8d1755f..28b05874b7 100644 --- a/plugins/recruit/package.json +++ b/plugins/recruit/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/request-assets/package.json b/plugins/request-assets/package.json index 2e859157a2..769fabb0c8 100644 --- a/plugins/request-assets/package.json +++ b/plugins/request-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/request-resources/package.json b/plugins/request-resources/package.json index 381135fd29..28cf13e606 100644 --- a/plugins/request-resources/package.json +++ b/plugins/request-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/request/package.json b/plugins/request/package.json index e2c756c429..18a5c2a839 100644 --- a/plugins/request/package.json +++ b/plugins/request/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/setting-assets/package.json b/plugins/setting-assets/package.json index c07b786beb..f5c2ebabdd 100644 --- a/plugins/setting-assets/package.json +++ b/plugins/setting-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/setting-resources/package.json b/plugins/setting-resources/package.json index 4baa5408d4..fd71b87114 100644 --- a/plugins/setting-resources/package.json +++ b/plugins/setting-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/setting/package.json b/plugins/setting/package.json index 2bd29d056a..47b2d6819f 100644 --- a/plugins/setting/package.json +++ b/plugins/setting/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/support-assets/package.json b/plugins/support-assets/package.json index f4eba9b291..c842f087b0 100644 --- a/plugins/support-assets/package.json +++ b/plugins/support-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/support-resources/package.json b/plugins/support-resources/package.json index 2493588197..712147ce87 100644 --- a/plugins/support-resources/package.json +++ b/plugins/support-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +28,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/support/package.json b/plugins/support/package.json index a565b05a34..2bf96e7854 100644 --- a/plugins/support/package.json +++ b/plugins/support/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/tags-assets/package.json b/plugins/tags-assets/package.json index 5003bd254c..4c6c74eab2 100644 --- a/plugins/tags-assets/package.json +++ b/plugins/tags-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/tags-resources/package.json b/plugins/tags-resources/package.json index aa658ec20b..cc964fdaa2 100644 --- a/plugins/tags-resources/package.json +++ b/plugins/tags-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/tags/package.json b/plugins/tags/package.json index 18fa4f7c95..5c05d32eea 100644 --- a/plugins/tags/package.json +++ b/plugins/tags/package.json @@ -6,12 +6,13 @@ "license": "EPL-2.0", "template": "@hcengineering/platform-package", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/task-assets/package.json b/plugins/task-assets/package.json index 910e6d66ec..e36a872e1b 100644 --- a/plugins/task-assets/package.json +++ b/plugins/task-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/task-resources/package.json b/plugins/task-resources/package.json index 8b55b9c80d..8a14f13d20 100644 --- a/plugins/task-resources/package.json +++ b/plugins/task-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", diff --git a/plugins/task/package.json b/plugins/task/package.json index 6b2eb2ddbb..0a05a31393 100644 --- a/plugins/task/package.json +++ b/plugins/task/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/telegram-assets/package.json b/plugins/telegram-assets/package.json index 098413026f..00ed915f6f 100644 --- a/plugins/telegram-assets/package.json +++ b/plugins/telegram-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/telegram-resources/package.json b/plugins/telegram-resources/package.json index 877d34f2f7..19e72753f1 100644 --- a/plugins/telegram-resources/package.json +++ b/plugins/telegram-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -28,7 +28,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/telegram/package.json b/plugins/telegram/package.json index 7c60b495bc..68af4fb771 100644 --- a/plugins/telegram/package.json +++ b/plugins/telegram/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/templates-assets/package.json b/plugins/templates-assets/package.json index ddf8e0dbb0..32a2f71092 100644 --- a/plugins/templates-assets/package.json +++ b/plugins/templates-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/templates-resources/package.json b/plugins/templates-resources/package.json index be5583732c..a346765aab 100644 --- a/plugins/templates-resources/package.json +++ b/plugins/templates-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -29,7 +30,7 @@ "prettier-plugin-svelte": "^3.1.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/templates/package.json b/plugins/templates/package.json index bd8cade55a..3e935dcefd 100644 --- a/plugins/templates/package.json +++ b/plugins/templates/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/tracker-assets/package.json b/plugins/tracker-assets/package.json index fc4e19812f..5bbdd9f8b5 100644 --- a/plugins/tracker-assets/package.json +++ b/plugins/tracker-assets/package.json @@ -6,13 +6,14 @@ "license": "EPL-2.0", "template": "@hcengineering/assets-package", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/tracker-resources/.eslintrc.js b/plugins/tracker-resources/.eslintrc.js index 91d8499bc7..bb8fd7450d 100644 --- a/plugins/tracker-resources/.eslintrc.js +++ b/plugins/tracker-resources/.eslintrc.js @@ -1,4 +1,4 @@ module.exports = { extends: ['./node_modules/@hcengineering/platform-rig/profiles/ui/eslint.config.json'], - parserOptions: { tsconfigRootDir: __dirname }, + parserOptions: { tsconfigRootDir: __dirname } } diff --git a/plugins/tracker-resources/package.json b/plugins/tracker-resources/package.json index 70ce0f0735..21f1f06027 100644 --- a/plugins/tracker-resources/package.json +++ b/plugins/tracker-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/tracker-resources/tsconfig.json b/plugins/tracker-resources/tsconfig.json index 1bc118e9e9..1a2db3ba83 100644 --- a/plugins/tracker-resources/tsconfig.json +++ b/plugins/tracker-resources/tsconfig.json @@ -5,4 +5,4 @@ "rootDir": "./src", "outDir": "./lib" } -} +} \ No newline at end of file diff --git a/plugins/tracker/package.json b/plugins/tracker/package.json index ae906f5fbe..45a1116458 100644 --- a/plugins/tracker/package.json +++ b/plugins/tracker/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/view-assets/package.json b/plugins/view-assets/package.json index dd4edffa00..54637dba3a 100644 --- a/plugins/view-assets/package.json +++ b/plugins/view-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", "build:docs": "", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc" + "build:watch": "compile", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", diff --git a/plugins/view-resources/package.json b/plugins/view-resources/package.json index f6b148be8f..d8f8c3c9df 100644 --- a/plugins/view-resources/package.json +++ b/plugins/view-resources/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "svelte-check": "svelte-check --output human && mkdir -p .rush/temp/.svelte-check", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "svelte-check": "do-svelte-check", + "_phase:svelte-check": "do-svelte-check", + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -29,7 +30,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/view/package.json b/plugins/view/package.json index 66fa2b6449..bd88e42225 100644 --- a/plugins/view/package.json +++ b/plugins/view/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/workbench-assets/package.json b/plugins/workbench-assets/package.json index c4479d9434..15eb073884 100644 --- a/plugins/workbench-assets/package.json +++ b/plugins/workbench-assets/package.json @@ -6,13 +6,14 @@ "template": "@hcengineering/assets-package", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc", - "build:docs": "" + "build:watch": "compile", + "build:docs": "", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint": "^8.54.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/plugins/workbench-resources/package.json b/plugins/workbench-resources/package.json index 95935b6f2d..d204f2b7da 100644 --- a/plugins/workbench-resources/package.json +++ b/plugins/workbench-resources/package.json @@ -5,12 +5,12 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", + "build": "compile ui", "build:docs": "api-extractor run --local", - "lint": "eslint src", - "lint:fix": "eslint --fix src", "format": "format src", - "build:watch": "tsc --noEmit --outDir ./dist_cache" + "build:watch": "compile ui", + "_phase:build": "compile ui", + "_phase:format": "format src" }, "devDependencies": { "svelte-loader": "^3.1.9", @@ -28,7 +28,7 @@ "eslint": "^8.54.0", "prettier": "^3.1.0", "svelte-check": "^3.6.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/plugins/workbench/package.json b/plugins/workbench/package.json index 059cfc64f3..7fcb11f5d9 100644 --- a/plugins/workbench/package.json +++ b/plugins/workbench/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/pods/account/.eslintrc.js b/pods/account/.eslintrc.js index 72235dc283..ce90fb9646 100644 --- a/pods/account/.eslintrc.js +++ b/pods/account/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/pods/account/Dockerfile b/pods/account/Dockerfile index 35d364a0aa..1e2a60dbee 100644 --- a/pods/account/Dockerfile +++ b/pods/account/Dockerfile @@ -2,7 +2,7 @@ FROM node:20-alpine WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ EXPOSE 3000 CMD [ "node", "bundle.js" ] diff --git a/pods/account/config/rig.json b/pods/account/config/rig.json index 0110930f55..78cc5a1733 100644 --- a/pods/account/config/rig.json +++ b/pods/account/config/rig.json @@ -1,4 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@hcengineering/platform-rig" + "rigPackageName": "@hcengineering/platform-rig", + "rigProfile": "node" } diff --git a/pods/account/package.json b/pods/account/package.json index b7b9dbb68a..819ddfaf2f 100644 --- a/pods/account/package.json +++ b/pods/account/package.json @@ -4,19 +4,24 @@ "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", + "template": "@hcengineering/node-package", "scripts": { "start": "ts-node src/__start.ts", - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/__start.ts --bundle --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --minify --platform=node > bundle.js", + "build": "compile", + "build:watch": "compile", + "_phase:bundle": "rushx bundle", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/__start.ts --bundle --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --minify --platform=node > bundle/bundle.js", "docker:build": "docker build -t hardcoreeng/account .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/account staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/account", "run-local": "cross-env MONGO_URL=mongodb://localhost:27017 MINIO_ACCESS_KEY=minioadmi MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost SERVER_SECRET='secret' TRANSACTOR_URL=ws://localhost:3333 ts-node src/__start.ts", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -36,7 +41,7 @@ "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "ts-node": "^10.8.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/pods/account/src/__start.ts b/pods/account/src/__start.ts index beb3973d7d..e0b6eeab33 100644 --- a/pods/account/src/__start.ts +++ b/pods/account/src/__start.ts @@ -14,7 +14,7 @@ // import { getMethods } from '@hcengineering/account' -import { Tx } from '@hcengineering/core' +import { type Tx } from '@hcengineering/core' import builder, { migrateOperations, getModelVersion } from '@hcengineering/model-all' import { serveAccount } from '.' diff --git a/pods/account/src/index.ts b/pods/account/src/index.ts index aab9eb9464..d187d37578 100644 --- a/pods/account/src/index.ts +++ b/pods/account/src/index.ts @@ -14,14 +14,14 @@ // limitations under the License. // -import account, { ACCOUNT_DB, AccountMethod, accountId } from '@hcengineering/account' +import account, { ACCOUNT_DB, type AccountMethod, accountId } from '@hcengineering/account' import accountEn from '@hcengineering/account/lang/en.json' import accountRu from '@hcengineering/account/lang/ru.json' import platform, { Severity, Status, addStringsLoader, setMetadata } from '@hcengineering/platform' import serverToken from '@hcengineering/server-token' import toolPlugin from '@hcengineering/server-tool' import cors from '@koa/cors' -import { IncomingHttpHeaders } from 'http' +import { type IncomingHttpHeaders } from 'http' import Koa from 'koa' import bodyParser from 'koa-bodyparser' import Router from 'koa-router' diff --git a/pods/account/tsconfig.json b/pods/account/tsconfig.json index 4e0fa3fe7f..f028ab627e 100644 --- a/pods/account/tsconfig.json +++ b/pods/account/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/pods/backup/.eslintrc.js b/pods/backup/.eslintrc.js index 72235dc283..ce90fb9646 100644 --- a/pods/backup/.eslintrc.js +++ b/pods/backup/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/pods/backup/Dockerfile b/pods/backup/Dockerfile index 8abb83c9c8..a6eae07910 100644 --- a/pods/backup/Dockerfile +++ b/pods/backup/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ EXPOSE 3000 CMD [ "node", "bundle.js" ] diff --git a/pods/backup/config/rig.json b/pods/backup/config/rig.json index 0110930f55..78cc5a1733 100644 --- a/pods/backup/config/rig.json +++ b/pods/backup/config/rig.json @@ -1,4 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@hcengineering/platform-rig" + "rigPackageName": "@hcengineering/platform-rig", + "rigProfile": "node" } diff --git a/pods/backup/package.json b/pods/backup/package.json index 12d0a956c4..22474f8d70 100644 --- a/pods/backup/package.json +++ b/pods/backup/package.json @@ -4,19 +4,24 @@ "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", + "template": "@hcengineering/node-package", "scripts": { "start": "ts-node src/index.ts", - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/index.ts --bundle --sourcemap=inline --minify --platform=node > bundle.js", + "build": "compile", + "build:watch": "compile", + "_phase:bundle": "rushx bundle", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/index.ts --bundle --sourcemap=inline --minify --platform=node > bundle/bundle.js", "docker:build": "docker build -t hardcoreeng/backup .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/backup staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/backup", "run-local": "cross-env ACCOUNTS_URL=http://localhost:3000/ SECRET=secret MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost TRANSACTOR_URL=ws://localhost:3333 BUCKET_NAME=backups INTERVAL=30 ts-node src/index.ts", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -32,7 +37,7 @@ "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "ts-node": "^10.8.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/pods/backup/src/platform.ts b/pods/backup/src/platform.ts index 1ae679be5f..5013399bef 100644 --- a/pods/backup/src/platform.ts +++ b/pods/backup/src/platform.ts @@ -19,7 +19,7 @@ import { setMetadata } from '@hcengineering/platform' import { backup, createMinioBackupStorage } from '@hcengineering/server-backup' import serverToken from '@hcengineering/server-token' import got from 'got' -import { ObjectId } from 'mongodb' +import { type ObjectId } from 'mongodb' import config from './config' import toolPlugin from '@hcengineering/server-tool' diff --git a/pods/backup/tsconfig.json b/pods/backup/tsconfig.json index 4e0fa3fe7f..f028ab627e 100644 --- a/pods/backup/tsconfig.json +++ b/pods/backup/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/pods/collaborator/.eslintrc.js b/pods/collaborator/.eslintrc.js index 72235dc283..ce90fb9646 100644 --- a/pods/collaborator/.eslintrc.js +++ b/pods/collaborator/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/pods/collaborator/Dockerfile b/pods/collaborator/Dockerfile index c773895ada..6bc7f5c41b 100644 --- a/pods/collaborator/Dockerfile +++ b/pods/collaborator/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ EXPOSE 3078 CMD [ "node", "bundle.js" ] diff --git a/pods/collaborator/config/rig.json b/pods/collaborator/config/rig.json index 0110930f55..78cc5a1733 100644 --- a/pods/collaborator/config/rig.json +++ b/pods/collaborator/config/rig.json @@ -1,4 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@hcengineering/platform-rig" + "rigPackageName": "@hcengineering/platform-rig", + "rigProfile": "node" } diff --git a/pods/collaborator/package.json b/pods/collaborator/package.json index dbc1969c18..e5366c86eb 100644 --- a/pods/collaborator/package.json +++ b/pods/collaborator/package.json @@ -4,18 +4,23 @@ "main": "lib/index.js", "author": "Hardcore Engineering Inc.", "license": "EPL-2.0", + "template": "@hcengineering/node-package", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/__start.ts --bundle --platform=node > bundle.js", + "build": "compile", + "build:watch": "compile", + "_phase:bundle": "rushx bundle", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/__start.ts --bundle --platform=node > bundle/bundle.js", "docker:build": "docker build -t hardcoreeng/collaborator .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/collaborator staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/collaborator", "run-local": "cross-env MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws://localhost:3333 SECRET=secret MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin ts-node src/__start.ts", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -31,7 +36,7 @@ "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "ts-node": "^10.8.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/pods/collaborator/tsconfig.json b/pods/collaborator/tsconfig.json index 4e0fa3fe7f..f028ab627e 100644 --- a/pods/collaborator/tsconfig.json +++ b/pods/collaborator/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/pods/front/.eslintrc.js b/pods/front/.eslintrc.js index 72235dc283..ce90fb9646 100644 --- a/pods/front/.eslintrc.js +++ b/pods/front/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/pods/front/Dockerfile b/pods/front/Dockerfile index 88d49587e0..6ca5ffcb34 100644 --- a/pods/front/Dockerfile +++ b/pods/front/Dockerfile @@ -6,7 +6,7 @@ ENV NODE_ENV production WORKDIR /app RUN npm install --ignore-scripts=false --verbose sharp@v0.32.6 --unsafe-perm -COPY bundle.js ./ +COPY bundle/bundle.js ./ COPY dist/ ./dist/ EXPOSE 8080 diff --git a/pods/front/config/rig.json b/pods/front/config/rig.json index 0110930f55..78cc5a1733 100644 --- a/pods/front/config/rig.json +++ b/pods/front/config/rig.json @@ -1,4 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@hcengineering/platform-rig" + "rigPackageName": "@hcengineering/platform-rig", + "rigProfile": "node" } diff --git a/pods/front/package.json b/pods/front/package.json index c3c5162758..4e9b636f51 100644 --- a/pods/front/package.json +++ b/pods/front/package.json @@ -4,19 +4,26 @@ "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", + "template": "@hcengineering/node-package", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/__start.ts --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --bundle --minify --platform=node --external:sharp > bundle.js & rm -rf ./dist && cp -r ../../dev/prod/dist . && cp -r ../../dev/prod/public/* ./dist/ && rm ./dist/config.json", + "build": "compile", + "build:watch": "compile", + "_phase:bundle": "rushx bundle", + "_phase:package": "rushx package", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/__start.ts --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --bundle --minify --platform=node --external:sharp > bundle/bundle.js", + "package": "rm -rf ./dist && cp -r ../../dev/prod/dist . && cp -r ../../dev/prod/public/* ./dist/ && rm ./dist/config.json", "docker:build": "docker build -t hardcoreeng/front .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/front staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/front", "docker:tbuild": "docker build -t hardcoreeng/front . --platform=linux/amd64 && ../../common/scripts/docker_tag_push.sh hardcoreeng/front", - "lint": "eslint src", "format": "format src", "run-local": "cross-env MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost TRANSACTOR_URL=ws://localhost:3333 SERVER_SECRET='secret' ACCOUNTS_URL=http://localhost:3000 UPLOAD_URL=/files ELASTIC_URL=http://localhost:9200 MODEL_VERSION=$(node ../../common/scripts/show_version.js) PUBLIC_DIR='.' ts-node ./src/__start.ts", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -34,7 +41,7 @@ "@types/cors": "^2.8.12", "esbuild": "^0.16.14", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/body-parser": "~1.19.2", "cross-env": "~7.0.3", "ts-node": "^10.8.0", @@ -46,6 +53,7 @@ "prettier-plugin-svelte": "^3.1.0" }, "dependencies": { + "@hcengineering/prod": "1.0.1", "@hcengineering/front": "^0.6.0", "@hcengineering/core": "^0.6.28", "@hcengineering/platform": "^0.6.9", diff --git a/pods/front/run.sh b/pods/front/run.sh index e21e7b4b23..3c595f7bd6 100755 --- a/pods/front/run.sh +++ b/pods/front/run.sh @@ -9,4 +9,4 @@ export MINIO_ENDPOINT=minio export MINIO_ACCESS_KEY=minioadmin export MINIO_SECRET_KEY=minioadmin -node ./bundle.js \ No newline at end of file +node ./bundle/bundle.js \ No newline at end of file diff --git a/pods/front/tsconfig.json b/pods/front/tsconfig.json index 4e0fa3fe7f..f028ab627e 100644 --- a/pods/front/tsconfig.json +++ b/pods/front/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/pods/server/.eslintrc.js b/pods/server/.eslintrc.js index 72235dc283..ce90fb9646 100644 --- a/pods/server/.eslintrc.js +++ b/pods/server/.eslintrc.js @@ -1,5 +1,5 @@ module.exports = { - extends: ['./node_modules/@hcengineering/platform-rig/profiles/default/eslint.config.json'], + extends: ['./node_modules/@hcengineering/platform-rig/profiles/node/eslint.config.json'], parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' diff --git a/pods/server/Dockerfile b/pods/server/Dockerfile index d2f0693819..d99ac436ac 100644 --- a/pods/server/Dockerfile +++ b/pods/server/Dockerfile @@ -5,7 +5,7 @@ ENV NODE_ENV production WORKDIR /app RUN npm install --ignore-scripts=false --verbose bufferutil --unsafe-perm -COPY bundle.js ./ +COPY bundle/bundle.js ./ # COPY ./dist/*.node ./ EXPOSE 8080 diff --git a/pods/server/config/rig.json b/pods/server/config/rig.json index 0110930f55..78cc5a1733 100644 --- a/pods/server/config/rig.json +++ b/pods/server/config/rig.json @@ -1,4 +1,5 @@ { "$schema": "https://developer.microsoft.com/json-schemas/rig-package/rig.schema.json", - "rigPackageName": "@hcengineering/platform-rig" + "rigPackageName": "@hcengineering/platform-rig", + "rigProfile": "node" } diff --git a/pods/server/package.json b/pods/server/package.json index 2ef746e0e3..19f3a6dfd9 100644 --- a/pods/server/package.json +++ b/pods/server/package.json @@ -4,20 +4,25 @@ "main": "lib/index.js", "author": "Anticrm Platform Contributors", "license": "EPL-2.0", + "template": "@hcengineering/node-package", "scripts": { "start": "cross-env MONGO_URL=mongodb://localhost:27017 ELASTIC_URL=http://localhost:9200 MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin METRICS_CONSOLE=false SERVER_SECRET=secret REKONI_URL=http://localhost:4004 FRONT_URL=http://localhost:8080 MODEL_VERSION=$(node ../../common/scripts/show_version.js) GIT_REVISION=$(git describe --all --long) node --nolazy -r ts-node/register src/__start.ts", - "build": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/__start.ts --bundle --sourcemap=inline --minify --platform=node --external:bufferutil --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --define:process.env.GIT_REVISION=$(../../common/scripts/git_version.sh) > bundle.js", - "bundle:u": "esbuild src/__start.ts --bundle --sourcemap=inline --minify --platform=node > bundle.js && mkdir -p ./dist && cp -r ./node_modules/uWebSockets.js/*.node ./dist", + "build": "compile", + "_phase:bundle": "rushx bundle", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/__start.ts --bundle --sourcemap=inline --minify --platform=node --external:bufferutil --define:process.env.MODEL_VERSION=$(node ../../common/scripts/show_version.js) --define:process.env.GIT_REVISION=$(../../common/scripts/git_version.sh) > bundle/bundle.js", + "bundle:u": "mkdir -p bundle && esbuild src/__start.ts --bundle --sourcemap=inline --minify --platform=node > bundle/bundle.js && mkdir -p ./dist && cp -r ./node_modules/uWebSockets.js/*.node ./dist", "docker:build": "docker build -t hardcoreeng/transactor .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/transactor staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/transactor", - "build:watch": "tsc", - "lint": "eslint src", + "build:watch": "compile", "format": "format src", "docker:tbuild": "docker build -t hardcoreeng/transactor . --platform=linux/amd64 && ../../common/scripts/docker_tag_push.sh hardcoreeng/transactor", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -34,7 +39,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/pods/server/src/server.ts b/pods/server/src/server.ts index 1aa8265586..756c132e38 100644 --- a/pods/server/src/server.ts +++ b/pods/server/src/server.ts @@ -21,9 +21,9 @@ import { DOMAIN_MODEL, DOMAIN_TRANSIENT, DOMAIN_TX, - MeasureContext, - ServerStorage, - WorkspaceId + type MeasureContext, + type ServerStorage, + type WorkspaceId } from '@hcengineering/core' import { createElasticAdapter, createElasticBackupDataAdapter } from '@hcengineering/elastic' import { @@ -44,7 +44,7 @@ import { createRekoniAdapter, createYDocAdapter, getMetricsContext, - MinioConfig + type MinioConfig } from '@hcengineering/server' import { serverAttachmentId } from '@hcengineering/server-attachment' import { serverCalendarId } from '@hcengineering/server-calendar' @@ -52,18 +52,18 @@ import { serverChunterId } from '@hcengineering/server-chunter' import { serverContactId } from '@hcengineering/server-contact' import { ContentRetrievalStage, - ContentTextAdapter, + type ContentTextAdapter, createInMemoryAdapter, createPipeline, - DbConfiguration, + type DbConfiguration, FullSummaryStage, - FullTextAdapter, - FullTextPipelineStage, + type FullTextAdapter, + type FullTextPipelineStage, FullTextPushStage, globalIndexer, IndexedFieldStage, - MiddlewareCreator, - Pipeline + type MiddlewareCreator, + type Pipeline } from '@hcengineering/server-core' import { serverGmailId } from '@hcengineering/server-gmail' import { serverHrId } from '@hcengineering/server-hr' @@ -76,16 +76,16 @@ import { serverSettingId } from '@hcengineering/server-setting' import { serverTagsId } from '@hcengineering/server-tags' import { serverTaskId } from '@hcengineering/server-task' import { serverTelegramId } from '@hcengineering/server-telegram' -import { Token } from '@hcengineering/server-token' +import { type Token } from '@hcengineering/server-token' import { serverTrackerId } from '@hcengineering/server-tracker' import { serverViewId } from '@hcengineering/server-view' import { serverActivityId } from '@hcengineering/server-activity' import { - BroadcastCall, + type BroadcastCall, ClientSession, - PipelineFactory, - ServerFactory, - Session, + type PipelineFactory, + type ServerFactory, + type Session, start as startJsonRpc } from '@hcengineering/server-ws' diff --git a/pods/server/tsconfig.json b/pods/server/tsconfig.json index 4e0fa3fe7f..f028ab627e 100644 --- a/pods/server/tsconfig.json +++ b/pods/server/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@hcengineering/platform-rig/profiles/default/tsconfig.json", + "extends": "./node_modules/@hcengineering/platform-rig/profiles/node/tsconfig.json", "compilerOptions": { "rootDir": "./src", diff --git a/products/tracker/Dockerfile b/products/tracker/Dockerfile index c96e50de30..45a5ea4b57 100644 --- a/products/tracker/Dockerfile +++ b/products/tracker/Dockerfile @@ -2,7 +2,7 @@ FROM node:20 WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ COPY dist/ ./dist/ EXPOSE 8080 diff --git a/rush.json b/rush.json index 8cad651643..35468fb991 100644 --- a/rush.json +++ b/rush.json @@ -16,7 +16,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ - "rushVersion": "5.112.2", + "rushVersion": "5.113.4", /** * The next field selects which package manager should be installed and determines its version. diff --git a/server-plugins/activity-resources/package.json b/server-plugins/activity-resources/package.json index 582a7942b7..3c4effa1a0 100644 --- a/server-plugins/activity-resources/package.json +++ b/server-plugins/activity-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/activity/package.json b/server-plugins/activity/package.json index 24ab0b8c4f..3f883fb598 100644 --- a/server-plugins/activity/package.json +++ b/server-plugins/activity/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/attachment-resources/package.json b/server-plugins/attachment-resources/package.json index 3f837da360..d8d4e8e38c 100644 --- a/server-plugins/attachment-resources/package.json +++ b/server-plugins/attachment-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/attachment/package.json b/server-plugins/attachment/package.json index 7692f0ce9d..f33ebe8e08 100644 --- a/server-plugins/attachment/package.json +++ b/server-plugins/attachment/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/calendar-resources/package.json b/server-plugins/calendar-resources/package.json index 4be02927bc..e740ad50c2 100644 --- a/server-plugins/calendar-resources/package.json +++ b/server-plugins/calendar-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/calendar/package.json b/server-plugins/calendar/package.json index 7ac22022aa..a78056fa9d 100644 --- a/server-plugins/calendar/package.json +++ b/server-plugins/calendar/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/chunter-resources/package.json b/server-plugins/chunter-resources/package.json index edcd8e17f7..450d97798b 100644 --- a/server-plugins/chunter-resources/package.json +++ b/server-plugins/chunter-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", + "build": "compile", "test": "jest --passWithNoTests --silent", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "build:watch": "compile", + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/chunter/package.json b/server-plugins/chunter/package.json index 418dae9deb..c7c85eebd0 100644 --- a/server-plugins/chunter/package.json +++ b/server-plugins/chunter/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/contact-resources/package.json b/server-plugins/contact-resources/package.json index a311a21110..9b2b6dad97 100644 --- a/server-plugins/contact-resources/package.json +++ b/server-plugins/contact-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/contact/package.json b/server-plugins/contact/package.json index 132ad86e5f..fbbf36a1d7 100644 --- a/server-plugins/contact/package.json +++ b/server-plugins/contact/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/gmail-resources/package.json b/server-plugins/gmail-resources/package.json index 8f967f1f6f..c5dc1fd18e 100644 --- a/server-plugins/gmail-resources/package.json +++ b/server-plugins/gmail-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/gmail/package.json b/server-plugins/gmail/package.json index c7c91875ff..1dbb3311b2 100644 --- a/server-plugins/gmail/package.json +++ b/server-plugins/gmail/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/hr-resources/package.json b/server-plugins/hr-resources/package.json index 9a035bced6..b2d312e075 100644 --- a/server-plugins/hr-resources/package.json +++ b/server-plugins/hr-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/hr/package.json b/server-plugins/hr/package.json index bb4d6fe5ad..a3f8fbe057 100644 --- a/server-plugins/hr/package.json +++ b/server-plugins/hr/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/inventory-resources/package.json b/server-plugins/inventory-resources/package.json index 0582c2cebf..02466e8b2d 100644 --- a/server-plugins/inventory-resources/package.json +++ b/server-plugins/inventory-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/inventory/package.json b/server-plugins/inventory/package.json index 520eea5b14..691ea84fea 100644 --- a/server-plugins/inventory/package.json +++ b/server-plugins/inventory/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/lead-resources/package.json b/server-plugins/lead-resources/package.json index 70f1bd6b13..669688bc81 100644 --- a/server-plugins/lead-resources/package.json +++ b/server-plugins/lead-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/lead/package.json b/server-plugins/lead/package.json index e8d938e90b..4d119936d4 100644 --- a/server-plugins/lead/package.json +++ b/server-plugins/lead/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/notification-resources/package.json b/server-plugins/notification-resources/package.json index 358804884d..9e6a591e09 100644 --- a/server-plugins/notification-resources/package.json +++ b/server-plugins/notification-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/notification/package.json b/server-plugins/notification/package.json index 7f26da0c73..10d8175ac4 100644 --- a/server-plugins/notification/package.json +++ b/server-plugins/notification/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/openai/package.json b/server-plugins/openai/package.json index 345ec29eaf..a0c6d8e568 100644 --- a/server-plugins/openai/package.json +++ b/server-plugins/openai/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/html-to-text": "^8.1.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/server-plugins/preference/package.json b/server-plugins/preference/package.json index b7ba13a322..805963ddc2 100644 --- a/server-plugins/preference/package.json +++ b/server-plugins/preference/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/recruit-resources/package.json b/server-plugins/recruit-resources/package.json index 7b1fd43571..e11bc80218 100644 --- a/server-plugins/recruit-resources/package.json +++ b/server-plugins/recruit-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/recruit/package.json b/server-plugins/recruit/package.json index 9a19b583fb..fe9bab571d 100644 --- a/server-plugins/recruit/package.json +++ b/server-plugins/recruit/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/request-resources/package.json b/server-plugins/request-resources/package.json index 3f5f0cf129..b86211d777 100644 --- a/server-plugins/request-resources/package.json +++ b/server-plugins/request-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/request/package.json b/server-plugins/request/package.json index bc464e20b7..4099379635 100644 --- a/server-plugins/request/package.json +++ b/server-plugins/request/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/setting-resources/package.json b/server-plugins/setting-resources/package.json index c8775f8a2b..26c491fdc9 100644 --- a/server-plugins/setting-resources/package.json +++ b/server-plugins/setting-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/setting/package.json b/server-plugins/setting/package.json index 70c264855f..42182523eb 100644 --- a/server-plugins/setting/package.json +++ b/server-plugins/setting/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/tags-resources/package.json b/server-plugins/tags-resources/package.json index d180f5e8e3..3d41c185b2 100644 --- a/server-plugins/tags-resources/package.json +++ b/server-plugins/tags-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/tags/package.json b/server-plugins/tags/package.json index 42713c2e73..bdd37b2f56 100644 --- a/server-plugins/tags/package.json +++ b/server-plugins/tags/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/task-resources/package.json b/server-plugins/task-resources/package.json index a6f12b8f07..5a10dd0c3d 100644 --- a/server-plugins/task-resources/package.json +++ b/server-plugins/task-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/task/package.json b/server-plugins/task/package.json index 98165cda12..3c25e7172d 100644 --- a/server-plugins/task/package.json +++ b/server-plugins/task/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/telegram-resources/package.json b/server-plugins/telegram-resources/package.json index 4c03e799ba..4fb63c87ee 100644 --- a/server-plugins/telegram-resources/package.json +++ b/server-plugins/telegram-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/telegram/package.json b/server-plugins/telegram/package.json index 3e044da050..96c10a6191 100644 --- a/server-plugins/telegram/package.json +++ b/server-plugins/telegram/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/templates/package.json b/server-plugins/templates/package.json index b7b9398990..620b9a335b 100644 --- a/server-plugins/templates/package.json +++ b/server-plugins/templates/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/tracker-resources/package.json b/server-plugins/tracker-resources/package.json index ec7ad6cc13..e4023517ff 100644 --- a/server-plugins/tracker-resources/package.json +++ b/server-plugins/tracker-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/tracker/package.json b/server-plugins/tracker/package.json index a2e7630bbe..d536370f77 100644 --- a/server-plugins/tracker/package.json +++ b/server-plugins/tracker/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/view-resources/package.json b/server-plugins/view-resources/package.json index c5a51ee623..f5a679a601 100644 --- a/server-plugins/view-resources/package.json +++ b/server-plugins/view-resources/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server-plugins/view/package.json b/server-plugins/view/package.json index 9c6b8435c8..d4365f4aa0 100644 --- a/server-plugins/view/package.json +++ b/server-plugins/view/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/account/package.json b/server/account/package.json index 7d93654f87..c8b9530eb0 100644 --- a/server/account/package.json +++ b/server/account/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/ws": "^8.5.3", "@types/node-fetch": "~2.6.2", "jest": "^29.7.0", diff --git a/server/backup/package.json b/server/backup/package.json index b2c124b347..785b85eb5b 100644 --- a/server/backup/package.json +++ b/server/backup/package.json @@ -5,13 +5,14 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", "run": "ts-node", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/tar-stream": "^2.2.2", "@types/node": "~20.11.16", "jest": "^29.7.0", diff --git a/server/collaborator/Dockerfile b/server/collaborator/Dockerfile index c773895ada..6bc7f5c41b 100644 --- a/server/collaborator/Dockerfile +++ b/server/collaborator/Dockerfile @@ -3,7 +3,7 @@ FROM node:20-alpine WORKDIR /usr/src/app -COPY bundle.js ./ +COPY bundle/bundle.js ./ EXPOSE 3078 CMD [ "node", "bundle.js" ] diff --git a/server/collaborator/package.json b/server/collaborator/package.json index d676b71d44..439fd4e310 100644 --- a/server/collaborator/package.json +++ b/server/collaborator/package.json @@ -5,17 +5,21 @@ "author": "Hardcore Engineering Inc.", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/__start.ts --bundle --platform=node > bundle.js", + "build": "compile", + "build:watch": "compile", + "_phase:bundle": "rushx bundle", + "_phase:docker-build": "rushx docker:build", + "_phase:docker-staging": "rushx docker:staging", + "bundle": "mkdir -p bundle && esbuild src/__start.ts --bundle --platform=node > bundle/bundle.js", "docker:build": "docker build -t hardcoreeng/collaborator .", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/collaborator staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/collaborator", "run-local": "cross-env MONGO_URL=mongodb://localhost:27017 TRANSACTOR_URL=ws://localhost:3333 SECRET=secret MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin ts-node src/__start.ts", - "lint": "eslint src", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -31,7 +35,7 @@ "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "ts-node": "^10.8.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/body-parser": "~1.19.2", "@types/express": "^4.17.13", "@types/cors": "^2.8.12", diff --git a/server/core/package.json b/server/core/package.json index 7e206ff915..2f38b57974 100644 --- a/server/core/package.json +++ b/server/core/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/html-to-text": "^8.1.1", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/server/elastic/jest.config.js b/server/elastic/jest.config.js index 6479224b48..2cfd408b67 100644 --- a/server/elastic/jest.config.js +++ b/server/elastic/jest.config.js @@ -2,6 +2,6 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'], - roots: ['./src'], - coverageReporters: ['text-summary', 'html'] + roots: ["./src"], + coverageReporters: ["text-summary", "html"] } diff --git a/server/elastic/package.json b/server/elastic/package.json index 5b6dba21e8..3c32a01efc 100644 --- a/server/elastic/package.json +++ b/server/elastic/package.json @@ -6,12 +6,13 @@ "license": "EPL-2.0", "scripts": { "init": "ts-node src/__init.ts", - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent --forceExit" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/front/package.json b/server/front/package.json index 9d2c863605..8937773ccc 100644 --- a/server/front/package.json +++ b/server/front/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -27,7 +28,7 @@ "@types/uuid": "^8.3.1", "@types/cors": "^2.8.12", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/body-parser": "~1.19.2", "cross-env": "~7.0.3", "ts-node": "^10.8.0", diff --git a/server/front/run.sh b/server/front/run.sh index 85d240ab87..8a72584726 100755 --- a/server/front/run.sh +++ b/server/front/run.sh @@ -8,4 +8,4 @@ export MINIO_ENDPOINT=minio export MINIO_ACCESS_KEY=minioadmin export MINIO_SECRET_KEY=minioadmin -node ./bundle.js \ No newline at end of file +node ./bundle/bundle.js \ No newline at end of file diff --git a/server/middleware/package.json b/server/middleware/package.json index 89381509ea..c53fb5c5a4 100644 --- a/server/middleware/package.json +++ b/server/middleware/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/minio/package.json b/server/minio/package.json index 02762432ed..7feced1fc1 100644 --- a/server/minio/package.json +++ b/server/minio/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", + "build": "compile", + "build:watch": "compile", "test": "jest --passWithNoTests --silent", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/node": "~20.11.16", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/server/mongo/package.json b/server/mongo/package.json index 922434ad82..9fb97ea7e1 100644 --- a/server/mongo/package.json +++ b/server/mongo/package.json @@ -6,12 +6,13 @@ "license": "EPL-2.0", "template": "@hcengineering/node-package", "scripts": { - "build": "tsc", - "build:watch": "tsc", + "build": "compile", + "build:watch": "compile", "test": "jest --passWithNoTests --silent --forceExit", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/rpc/package.json b/server/rpc/package.json index ffbbf99017..ff899aa9ce 100644 --- a/server/rpc/package.json +++ b/server/rpc/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -24,7 +25,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/server/package.json b/server/server/package.json index e1cdb87fab..830eba167a 100644 --- a/server/server/package.json +++ b/server/server/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "lint:fix": "eslint --fix src", - "build:watch": "tsc", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "cross-env": "~7.0.3", @@ -26,7 +27,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/token/package.json b/server/token/package.json index 984eacefe8..1b25dac603 100644 --- a/server/token/package.json +++ b/server/token/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/tool/package.json b/server/tool/package.json index 3ed5b96083..99fe5997e9 100644 --- a/server/tool/package.json +++ b/server/tool/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -22,7 +23,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/ws": "^8.5.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", diff --git a/server/translate/package.json b/server/translate/package.json index 9fbf81f523..2e9a8804d8 100644 --- a/server/translate/package.json +++ b/server/translate/package.json @@ -5,12 +5,13 @@ "author": "Anticrm Platform Contributors", "license": "EPL-2.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", "format": "format src", - "test": "jest --passWithNoTests --silent" + "test": "jest --passWithNoTests --silent", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -23,7 +24,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", diff --git a/server/ws/package.json b/server/ws/package.json index 7f5828456e..c8f037ce63 100644 --- a/server/ws/package.json +++ b/server/ws/package.json @@ -6,12 +6,13 @@ "license": "EPL-2.0", "template": "@hcengineering/node-package", "scripts": { - "build": "tsc", - "build:watch": "tsc", + "build": "compile", + "build:watch": "compile", "test": "jest --passWithNoTests --silent --forceExit", - "lint:fix": "eslint --fix src", - "lint": "eslint src", - "format": "format src" + "format": "format src", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -25,7 +26,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@types/express": "^4.17.13", "@types/cors": "^2.8.12", "@types/compression": "~1.7.2", diff --git a/templates/assets/package.json b/templates/assets/package.json index 37818980b8..5b0fb30bc5 100644 --- a/templates/assets/package.json +++ b/templates/assets/package.json @@ -2,12 +2,15 @@ "name": "@hcengineering/assets-package", "version": "0.6.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src", + "build": "compile", + "build:watch": "compile", "build:docs": "", "test": "jest --passWithNoTests --silent", - "lint": "eslint src", - "lint:fix": "eslint --fix src", + + "format": "format src" }, "devDependencies": { diff --git a/templates/model/package.json b/templates/model/package.json index 763be88083..479b0ac088 100644 --- a/templates/model/package.json +++ b/templates/model/package.json @@ -2,10 +2,12 @@ "name": "@hcengineering/model-package", "version": "0.6.0", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "_phase:build": "compile", + "_phase:format": "format src", + "build": "compile", + "build:watch": "compile", + + "format": "format src" }, "peerDependencies": { diff --git a/templates/node/package.json b/templates/node/package.json index 0eff3d61f5..8d3f2024c9 100644 --- a/templates/node/package.json +++ b/templates/node/package.json @@ -2,11 +2,12 @@ "name": "@hcengineering/node-package", "version": "0.6.0", "scripts": { - "build": "tsc", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src", + "build": "compile", "test": "jest --passWithNoTests --silent --forceExit", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build:watch": "compile", "format": "format src" }, "peerDependencies": { diff --git a/templates/platform/package.json b/templates/platform/package.json index 4bb88462b6..9e2d11a4d5 100644 --- a/templates/platform/package.json +++ b/templates/platform/package.json @@ -2,11 +2,12 @@ "name": "@hcengineering/platform-package", "version": "0.6.0", "scripts": { - "build": "tsc", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent", + "_phase:format": "format src", + "build": "compile", "test": "jest --passWithNoTests --silent", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "build:watch": "compile", "format": "format src" }, "peerDependencies": { diff --git a/templates/ui/package.json b/templates/ui/package.json index 08e7fe89d7..792d17fb51 100644 --- a/templates/ui/package.json +++ b/templates/ui/package.json @@ -2,10 +2,10 @@ "name": "@hcengineering/ui-package", "version": "0.6.0", "scripts": { - "build": "tsc --noEmit --outDir ./dist_cache && echo build", - "build:watch": "tsc --noEmit --outDir ./dist_cache", - "lint:fix": "eslint --fix src", - "lint": "eslint src", + "_phase:build": "compile ui", + "_phase:format": "format src", + "build": "compile ui", + "build:watch": "compile ui", "format": "format src" }, "devDependencies": { diff --git a/tests/restore-local.sh b/tests/restore-local.sh index 2a18b5774c..0b2a033168 100755 --- a/tests/restore-local.sh +++ b/tests/restore-local.sh @@ -8,13 +8,13 @@ export ELASTIC_URL=http://localhost:9200 export SERVER_SECRET=secret # Restore workspace contents in mongo/elastic -node ../dev/tool/bundle.js backup-restore ./sanity-ws sanity-ws +node ../dev/tool/bundle/bundle.js backup-restore ./sanity-ws sanity-ws -node ../dev/tool/bundle.js upgrade-workspace sanity-ws +node ../dev/tool/bundle/bundle.js upgrade-workspace sanity-ws # Re-assign user to workspace. -node ../dev/tool/bundle.js assign-workspace user1 sanity-ws -node ../dev/tool/bundle.js assign-workspace user2 sanity-ws +node ../dev/tool/bundle/bundle.js assign-workspace user1 sanity-ws +node ../dev/tool/bundle/bundle.js assign-workspace user2 sanity-ws -node ../dev/tool/bundle.js configure sanity-ws --enable=* -node ../dev/tool/bundle.js configure sanity-ws --list \ No newline at end of file +node ../dev/tool/bundle/bundle.js configure sanity-ws --enable=* +node ../dev/tool/bundle/bundle.js configure sanity-ws --list \ No newline at end of file diff --git a/tests/sanity/package.json b/tests/sanity/package.json index 1dfb472bd0..7ef739de94 100644 --- a/tests/sanity/package.json +++ b/tests/sanity/package.json @@ -33,7 +33,7 @@ "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", "prettier-plugin-svelte": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "@playwright/test": "^1.40.1", "allure-playwright": "^2.9.2" }, diff --git a/tests/tool-local.sh b/tests/tool-local.sh index b982c3a094..e8e4aa525a 100755 --- a/tests/tool-local.sh +++ b/tests/tool-local.sh @@ -8,4 +8,4 @@ export ELASTIC_URL=http://localhost:9200 export SERVER_SECRET=secret # Restore workspace contents in mongo/elastic -node ../dev/tool/bundle.js $@ \ No newline at end of file +node ../dev/tool/bundle/bundle.js $@ \ No newline at end of file diff --git a/tests/tool.sh b/tests/tool.sh index bf9e175c42..52caf42ef8 100755 --- a/tests/tool.sh +++ b/tests/tool.sh @@ -8,4 +8,4 @@ export TRANSACTOR_URL=ws://localhost:3334 export ELASTIC_URL=http://localhost:9201 export SERVER_SECRET=secret -node ../dev/tool/bundle.js $@ \ No newline at end of file +node ../dev/tool/bundle/bundle.js $@ \ No newline at end of file diff --git a/tests/update-snapshot.sh b/tests/update-snapshot.sh index b0b55a0a49..ec6e6c369b 100755 --- a/tests/update-snapshot.sh +++ b/tests/update-snapshot.sh @@ -10,4 +10,4 @@ export SERVER_SECRET=secret location="${1:-./sanity-ws}" # Restore workspace contents in mongo/elastic -node ../dev/tool/bundle.js backup ${location} sanity-ws +node ../dev/tool/bundle/bundle.js backup ${location} sanity-ws diff --git a/tools/apm/package.json b/tools/apm/package.json index f6640e061f..92857ad5bf 100644 --- a/tools/apm/package.json +++ b/tools/apm/package.json @@ -7,13 +7,15 @@ "license": "EPL-2.0", "bin": "./lib/apm.js", "scripts": { - "build": "tsc", - "build:watch": "tsc", - "lint:fix": "eslint --fix src", - "bundle": "esbuild src/index.ts --bundle --minify --platform=node > apm.js", - "lint": "eslint src", + "build": "compile", + "build:watch": "compile", + "_phase:bundle": "rushx bundle", + "bundle": "mkdir -p bundle && esbuild src/index.ts --bundle --minify --platform=node > apm.js", "format": "format src", - "test": "jest --passWithNoTests --silent --forceExit" + "test": "jest --passWithNoTests --silent --forceExit", + "_phase:build": "compile", + "_phase:test": "jest --passWithNoTests --silent --forceExit", + "_phase:format": "format src" }, "devDependencies": { "@hcengineering/platform-rig": "^0.6.0", @@ -25,7 +27,7 @@ "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.3", "esbuild": "^0.16.14", "@types/node": "~20.11.16", "jest": "^29.7.0",