Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: update deps #740

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 89
trim_trailing_whitespace = false

[{*.json,*.yml,*.yaml}]
indent_size = 2
# intellij ( ij_programming-language_setting )
ij_any_line_comment_add_space_on_reformat = true
# spaces
ij_any_spaces_within_method_parentheses = true
ij_any_spaces_within_method_call_parentheses = true
ij_any_spaces_within_if_parentheses = true
ij_any_spaces_within_for_parentheses = true
ij_any_spaces_within_while_parentheses = true
ij_any_spaces_within_switch_parentheses = true
# ij_any_spaces_within_try_parentheses = true
ij_any_spaces_within_catch_parentheses = true
# braces
ij_any_class_brace_style = next_line
ij_any_method_brace_style = next_line

[*.md]
max_line_length = off
trim_trailing_whitespace = false
[*{json,yml,yaml}]
indent_size = 2
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ on:
type: boolean
required: true
default: true
miranum-vscode-plugins:
description: 'Release all vscode plugins?'
miranum-jsonforms:
description: 'Release miranum-jsonforms?'
type: boolean
required: true
default: true
miranum-modeler:
description: 'Release miranum-modeler?'
type: boolean
required: true
default: true
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ resources/my-generations
.nx/

**/vite.config.mts.timestamp-*

vite.config.*.timestamp*
Binary file modified .yarn/install-state.gz
Binary file not shown.
9 changes: 7 additions & 2 deletions apps/miranum-modeler-bpmn-webview/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { defineConfig } from "vite";
import { viteStaticCopy } from "vite-plugin-static-copy";
import viteTsConfigPaths from "vite-tsconfig-paths";
import { resolve } from "path";

export default defineConfig({
cacheDir: "../../node_modules/.vite/miranum-modeler-bpmn-webview",
Expand All @@ -11,11 +12,11 @@ export default defineConfig({
viteStaticCopy({
targets: [
{
src: "../../node_modules/camunda-bpmn-js/dist/assets/bpmn-font/css/**",
src: "node_modules/camunda-bpmn-js/dist/assets/bpmn-font/css/**",
dest: "css/",
},
{
src: "../../node_modules/camunda-bpmn-js/dist/assets/bpmn-font/font/**",
src: "node_modules/camunda-bpmn-js/dist/assets/bpmn-font/font/**",
dest: "font/",
},
],
Expand All @@ -26,6 +27,10 @@ export default defineConfig({
target: "es2021",
commonjsOptions: { transformMixedEsModules: true },
chunkSizeWarningLimit: 1200,
lib: {
entry: resolve(__dirname, "src/main.ts"),
name: "miranum-modeler-bpmn-webview",
},
rollupOptions: {
output: {
// don't hash the name of the output file (index.js)
Expand Down
9 changes: 7 additions & 2 deletions apps/miranum-modeler-dmn-webview/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { defineConfig } from "vite";
import { viteStaticCopy } from "vite-plugin-static-copy";
import viteTsConfigPaths from "vite-tsconfig-paths";
import { resolve } from "path"

export default defineConfig({
cacheDir: "../../node_modules/.vite/miranum-modeler-dmn-webview",
Expand All @@ -11,11 +12,11 @@ export default defineConfig({
viteStaticCopy({
targets: [
{
src: "../../node_modules/dmn-js/dist/assets/dmn-font/css/**",
src: "node_modules/dmn-js/dist/assets/dmn-font/css/**",
dest: "css/",
},
{
src: "../../node_modules/dmn-js/dist/assets/dmn-font/font/**",
src: "node_modules/dmn-js/dist/assets/dmn-font/font/**",
dest: "font/",
},
],
Expand All @@ -26,6 +27,10 @@ export default defineConfig({
target: "es2021",
commonjsOptions: { transformMixedEsModules: true },
chunkSizeWarningLimit: 1200,
lib: {
entry: resolve(__dirname, "src/main.ts"),
name: "miranum-modeler-dmn-webview",
},
rollupOptions: {
output: {
// don"t hash the name of the output file (index.js)
Expand Down
98 changes: 63 additions & 35 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,64 @@
{
"migrations": [
{
"cli": "nx",
"version": "19.2.0-beta.2",
"description": "Updates the default workspace data directory to .nx/workspace-data",
"implementation": "./src/migrations/update-19-2-0/move-workspace-data-directory",
"package": "nx",
"name": "19-2-0-move-graph-cache-directory"
},
{
"cli": "nx",
"version": "19.2.2-beta.0",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "19-2-2-update-nx-wrapper"
},
{
"version": "19.2.4-beta.0",
"description": "Set project name in nx.json explicitly",
"implementation": "./src/migrations/update-19-2-4/set-project-name",
"x-repair-skip": true,
"package": "nx",
"name": "19-2-4-set-project-name"
},
{
"cli": "nx",
"version": "19.1.0-beta.6",
"description": "Migrate no-extra-semi rules into user config, out of nx extendable configs",
"implementation": "./src/migrations/update-19-1-0-migrate-no-extra-semi/migrate-no-extra-semi",
"package": "@nx/eslint-plugin",
"name": "update-19-1-0-rename-no-extra-semi"
}
]
}
"migrations": [
{
"version": "20.0.0-beta.7",
"description": "Migration for v20.0.0-beta.7",
"implementation": "./src/migrations/update-20-0-0/move-use-daemon-process",
"package": "nx",
"name": "move-use-daemon-process"
},
{
"version": "20.0.1",
"description": "Set `useLegacyCache` to true for migrating workspaces",
"implementation": "./src/migrations/update-20-0-1/use-legacy-cache",
"x-repair-skip": true,
"package": "nx",
"name": "use-legacy-cache"
},
{
"cli": "nx",
"version": "20.2.0-beta.2",
"description": "Update the ModuleFederationConfig import use @nx/module-federation.",
"factory": "./src/migrations/update-20-2-0/migrate-mf-imports-to-new-package",
"package": "@nx/react",
"name": "update-20-2-0-update-module-federation-config-import"
},
{
"cli": "nx",
"version": "20.2.0-beta.2",
"description": "Update the withModuleFederation import use @nx/module-federation/webpack.",
"factory": "./src/migrations/update-20-2-0/migrate-with-mf-import-to-new-package",
"package": "@nx/react",
"name": "update-20-2-0-update-with-module-federation-import"
},
{
"cli": "nx",
"version": "20.0.0-beta.5",
"description": "replace getJestProjects with getJestProjectsAsync",
"implementation": "./src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync",
"package": "@nx/jest",
"name": "replace-getJestProjects-with-getJestProjectsAsync"
},
{
"version": "20.2.0-beta.5",
"description": "Update TypeScript ESLint packages to v8.13.0 if they are already on v8",
"implementation": "./src/migrations/update-20-2-0/update-typescript-eslint-v8-13-0",
"package": "@nx/eslint",
"name": "update-typescript-eslint-v8.13.0"
},
{
"version": "20.0.4-beta.0",
"description": "Add gitignore entry for temporary vite config files.",
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore",
"package": "@nx/vite",
"name": "update-20-0-4"
},
{
"version": "20.0.6-beta.0",
"description": "Add gitignore entry for temporary vite config files and remove previous incorrect glob.",
"implementation": "./src/migrations/update-20-0-4/add-vite-temp-files-to-git-ignore",
"package": "@nx/vite",
"name": "update-20-0-6"
}
]
}
Loading
Loading