Skip to content

Commit

Permalink
bump dependencies (#3887)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Feb 11, 2025
1 parent f60c5e9 commit a100a09
Show file tree
Hide file tree
Showing 49 changed files with 608 additions and 546 deletions.
45 changes: 45 additions & 0 deletions .changeset/spicy-buses-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
'@finos/legend-application-data-cube-deployment': patch
'@finos/legend-application-data-cube-bootstrap': patch
'@finos/legend-application-pure-ide-deployment': patch
'@finos/legend-extension-dsl-data-space-studio': patch
'@finos/legend-application-studio-deployment': patch
'@finos/legend-extension-store-service-store': patch
'@finos/legend-vscode-extension-dependencies': patch
'@finos/legend-application-query-deployment': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-application-repl-deployment': patch
'@finos/legend-extension-dsl-data-quality': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-server-showcase-deployment': 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-application-data-cube': patch
'@finos/legend-extension-dsl-diagram': 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-application-repl': patch
'@finos/legend-server-showcase': patch
'@finos/legend-query-builder': patch
'@finos/legend-server-depot': patch
'@finos/legend-application': patch
'@finos/legend-code-editor': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-data-cube': 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
---
2 changes: 1 addition & 1 deletion .github/workflows/check-security-and-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: yarn
- name: SonarCloud scan
uses: sonarsource/sonarcloud-github-action@v4.0
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion fixtures/legend-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@babel/core": "7.26.7",
"@babel/core": "7.26.8",
"@changesets/cli": "2.27.12",
"@finos/babel-preset-legend-studio": "workspace:*",
"@finos/eslint-plugin-legend-studio": "workspace:*",
Expand All @@ -109,22 +109,22 @@
"chalk": "5.4.1",
"cross-env": "7.0.3",
"envinfo": "7.14.0",
"eslint": "9.19.0",
"eslint": "9.20.0",
"fs-extra": "11.3.0",
"husky": "9.1.7",
"inquirer": "12.4.1",
"jest": "29.7.0",
"lint-staged": "15.4.3",
"micromatch": "4.0.8",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"prettier": "3.5.0",
"prettier-plugin-tailwindcss": "0.6.11",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"semver": "7.7.1",
"sort-package-json": "2.14.0",
"stylelint": "16.14.1",
"typedoc": "0.27.6",
"typedoc": "0.27.7",
"typescript": "5.7.3",
"yargs": "17.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
},
"dependencies": {
"@babel/core": "7.26.7",
"@babel/core": "7.26.8",
"@babel/helper-plugin-utils": "7.26.5",
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-env": "7.26.8",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@babel/runtime": "7.26.7",
"react-refresh": "0.16.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"rimraf": "6.0.1",
"typescript": "5.7.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
},
"dependencies": {
"@babel/core": "7.26.7",
"@babel/eslint-parser": "7.26.5",
"@eslint/js": "9.19.0",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"eslint": "9.19.0",
"@babel/core": "7.26.8",
"@babel/eslint-parser": "7.26.8",
"@eslint/js": "9.20.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.14.0",
"micromatch": "4.0.8",
"prettier": "3.4.2",
"prettier": "3.5.0",
"typescript": "5.7.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-data-cube-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-data-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-pure-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-repl-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"@fontsource/roboto-mono": "5.1.1",
"@fontsource/roboto-serif": "5.1.2",
"@fontsource/ubuntu-mono": "5.1.1",
"@mui/material": "6.4.3",
"@mui/material": "6.4.4",
"@mui/system": "6.4.3",
"@mui/x-date-pickers": "7.25.0",
"@mui/x-date-pickers": "7.26.0",
"@types/react": "19.0.8",
"@types/react-window": "1.8.8",
"clsx": "2.1.1",
Expand All @@ -81,19 +81,19 @@
"react-rnd": "10.4.14",
"react-select": "5.10.0",
"react-window": "1.8.11",
"remark-gfm": "4.0.0",
"remark-gfm": "4.0.1",
"tailwind-merge": "2.6.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"@types/react-resizable": "3.0.8",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/legend-data-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.8",
"ag-grid-community": "33.0.4",
"ag-grid-enterprise": "33.0.4",
"ag-grid-react": "33.0.4",
"ag-grid-community": "33.1.0",
"ag-grid-enterprise": "33.1.0",
"ag-grid-react": "33.1.0",
"mathjs": "14.2.1",
"mobx": "6.13.6",
"mobx-react-lite": "4.1.0",
Expand All @@ -62,11 +62,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.83.4",
"sass": "1.84.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a100a09

Please sign in to comment.