Skip to content

Commit

Permalink
bump dependencies and minor cleanups (#2379)
Browse files Browse the repository at this point in the history
* bump dependencies

* cleanup post #2382

* cleanup post #2382 (part 2) - refactor to use useState()

* minor cleanup post #2393

* cleanup post #2345
  • Loading branch information
akphi committed Jul 1, 2023
1 parent f04008b commit df33c64
Show file tree
Hide file tree
Showing 59 changed files with 735 additions and 666 deletions.
23 changes: 23 additions & 0 deletions .changeset/cold-rules-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@finos/legend-extension-store-service-store': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-mastery': patch
'@finos/legend-extension-dsl-service': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-extension-assortment': patch
'@finos/legend-application-studio': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-application-query': patch
'@finos/legend-query-builder': patch
'@finos/legend-application': patch
'@finos/legend-dev-utils': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
33 changes: 33 additions & 0 deletions .changeset/lemon-rules-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
'@finos/legend-application-pure-ide-deployment': patch
'@finos/legend-application-studio-deployment': patch
'@finos/legend-extension-store-service-store': patch
'@finos/legend-application-query-deployment': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-tracer-zipkin': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-mastery': patch
'@finos/legend-extension-dsl-service': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-extension-assortment': patch
'@finos/legend-application-studio': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-application-query': patch
'@finos/legend-query-builder': patch
'@finos/legend-server-depot': patch
'@finos/legend-application': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-dev-utils': patch
'@finos/legend-storage': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-shared': patch
'@finos/babel-preset-legend-studio': patch
'@finos/legend-graph': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
21 changes: 21 additions & 0 deletions .changeset/nice-crews-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@finos/legend-extension-store-service-store': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-mastery': patch
'@finos/legend-extension-dsl-service': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-extension-assortment': patch
'@finos/legend-application-studio': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-application-query': patch
'@finos/legend-query-builder': patch
'@finos/legend-application': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
34 changes: 34 additions & 0 deletions .changeset/wild-lamps-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
'@finos/legend-application-pure-ide-deployment': patch
'@finos/legend-application-studio-deployment': patch
'@finos/legend-extension-store-service-store': patch
'@finos/legend-application-query-deployment': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-tracer-zipkin': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-mastery': patch
'@finos/legend-extension-dsl-service': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-extension-assortment': patch
'@finos/legend-application-studio': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-application-query': patch
'@finos/legend-query-builder': patch
'@finos/legend-server-depot': patch
'@finos/legend-application': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-dev-utils': patch
'@finos/stylelint-config-legend-studio': patch
'@finos/legend-storage': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-shared': patch
'@finos/babel-preset-legend-studio': patch
'@finos/legend-graph': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
6 changes: 3 additions & 3 deletions fixtures/legend-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"dependencies": {
"@fastify/cors": "8.3.0",
"fastify": "4.18.0"
"fastify": "4.19.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,31 @@
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@babel/core": "7.22.5",
"@changesets/cli": "2.26.1",
"@changesets/cli": "2.26.2",
"@finos/babel-preset-legend-studio": "workspace:*",
"@finos/eslint-plugin-legend-studio": "workspace:*",
"@finos/legend-dev-utils": "workspace:*",
"@finos/stylelint-config-legend-studio": "workspace:*",
"@types/node": "20.3.1",
"chalk": "5.2.0",
"@types/node": "20.3.3",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"envinfo": "7.9.0",
"eslint": "8.43.0",
"envinfo": "7.10.0",
"eslint": "8.44.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"inquirer": "9.2.7",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"micromatch": "4.0.5",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"sass": "1.63.6",
"semver": "7.5.2",
"semver": "7.5.3",
"sort-package-json": "2.4.1",
"stylelint": "15.8.0",
"stylelint": "15.9.0",
"typedoc": "0.24.8",
"typescript": "5.1.3",
"typescript": "5.1.6",
"yargs": "17.7.2"
},
"packageManager": "yarn@3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"rimraf": "5.0.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-pure-ide-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.3",
"webpack": "5.88.0",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-pure-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
Expand All @@ -63,12 +63,12 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.5.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.63.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"react": "18.2.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.63.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"publishConfig": {
"directory": "build/publishContent"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.3",
"webpack": "5.88.0",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"mobx": "6.9.0",
"mobx-react-lite": "3.4.3",
Expand All @@ -64,12 +64,12 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.5.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.63.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"react": "18.2.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.63.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"publishConfig": {
"directory": "build/publishContent"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.3",
"webpack": "5.88.0",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"fast-xml-parser": "4.2.5",
"mobx": "6.9.0",
Expand All @@ -73,12 +73,12 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.5.0",
"cross-env": "7.0.3",
"eslint": "8.43.0",
"eslint": "8.44.0",
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.63.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "^18.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class DerivedPropertyState extends LambdaEditorState {
}

*convertLambdaObjectToGrammarString(options?: {
pretty: boolean;
pretty?: boolean | undefined;
preserveCompilationError?: boolean | undefined;
}): GeneratorFn<void> {
if (this.derivedProperty.body) {
Expand Down Expand Up @@ -202,7 +202,7 @@ export class ConstraintState extends LambdaEditorState {
}

*convertLambdaObjectToGrammarString(options?: {
pretty: boolean;
pretty?: boolean | undefined;
preserveCompilationError?: boolean | undefined;
}): GeneratorFn<void> {
if (!isStubbed_RawLambda(this.constraint.functionDefinition)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export class FunctionDefinitionEditorState extends LambdaEditorState {
}

*convertLambdaObjectToGrammarString(options?: {
pretty: boolean;
pretty?: boolean | undefined;
preserveCompilationError?: boolean | undefined;
firstLoad?: boolean;
firstLoad?: boolean | undefined;
}): GeneratorFn<void> {
if (!isStubbed_PackageableElement(this.functionElement)) {
this.isConvertingFunctionBodyToString = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class MappingTestQueryState extends LambdaEditorState {
}

*convertLambdaObjectToGrammarString(options?: {
pretty: boolean;
pretty?: boolean | undefined;
preserveCompilationError?: boolean | undefined;
}): GeneratorFn<void> {
if (!isStubbed_RawLambda(this.query)) {
Expand Down
Loading

0 comments on commit df33c64

Please sign in to comment.