Skip to content

Commit

Permalink
Merge pull request #762 from jetstreamapp/deps/update
Browse files Browse the repository at this point in the history
Upgrade Deps - Nx / Monaco
  • Loading branch information
paustint authored Mar 10, 2024
2 parents 45fa895 + 388953a commit a7a53a7
Show file tree
Hide file tree
Showing 5 changed files with 1,095 additions and 855 deletions.
2 changes: 1 addition & 1 deletion libs/ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["libs/ui", "libs/src/**/*"]
"lintFilePatterns": ["libs/src/**/*"]
}
},
"test": {
Expand Down
47 changes: 28 additions & 19 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,43 @@
{
"migrations": [
{
"version": "17.2.0-beta.0",
"description": "Simplify eslintFilePatterns",
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns",
"package": "@nx/eslint",
"name": "simplify-eslint-patterns"
"cli": "nx",
"version": "17.3.0-beta.6",
"description": "Updates the nx wrapper.",
"implementation": "./src/migrations/update-17-3-0/update-nxw",
"package": "nx",
"name": "17.3.0-update-nx-wrapper"
},
{
"cli": "nx",
"version": "17.2.1-beta.0",
"description": "Add webpack.config.js file when webpackConfig is not defined",
"implementation": "./src/migrations/update-17-2-1/webpack-config-setup",
"package": "@nx/webpack",
"name": "update-17-2-1-webpack-config-setup"
"version": "18.0.0-beta.2",
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace",
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
"x-repair-skip": true,
"package": "nx",
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
},
{
"cli": "nx",
"version": "17.2.7",
"description": "Remove patched eslint rule for @next/next/no-html-link-for-pages",
"implementation": "./src/migrations/update-17-2-7/remove-eslint-rules-patch",
"package": "@nx/next",
"name": "update-17-2-7"
"version": "18.0.0-beta.0",
"description": "Add NX_MF_DEV_SERVER_STATIC_REMOTES to inputs for task hashing when '@nx/webpack:webpack' is used for Module Federation.",
"factory": "./src/migrations/update-18-0-0/add-mf-env-var-to-target-defaults",
"package": "@nx/react",
"name": "add-module-federation-env-var-to-target-defaults"
},
{
"version": "17.2.9",
"description": "Move executor options to target defaults",
"implementation": "./src/migrations/update-17-2-9/move-options-to-target-defaults",
"package": "@nx/eslint",
"name": "move-options-to-target-defaults"
},
{
"version": "17.2.0-beta.10",
"description": "Update vite config.",
"implementation": "./src/migrations/update-17-2-0/update-vite-config",
"version": "17.3.0-beta.0",
"description": "Move the vitest coverage thresholds in their own object if exists and add reporters.",
"implementation": "./src/migrations/update-17-3-0/vitest-coverage-and-reporters",
"package": "@nx/vite",
"name": "update-vite-config"
"name": "vitest-coverage-and-reporters"
}
]
}
7 changes: 4 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@
"{projectRoot}/tsconfig.storybook.json"
]
},
"lint": {
"cache": true
},
"e2e-ci": {
"cache": true
},
Expand All @@ -121,6 +118,10 @@
"codeCoverage": true
}
}
},
"@nx/eslint:lint": {
"cache": true,
"inputs": ["default", "{workspaceRoot}/.eslintrc.json", "{workspaceRoot}/tools/eslint-rules/**/*"]
}
},
"namedInputs": {
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,22 @@
"@contentful/rich-text-react-renderer": "^15.12.1",
"@emotion/babel-plugin": "11.11.0",
"@mands/nx-playwright": "0.6.2",
"@nx/devkit": "17.2.7",
"@nx/esbuild": "17.2.7",
"@nx/eslint": "17.2.7",
"@nx/eslint-plugin": "17.2.7",
"@nx/express": "17.2.7",
"@nx/jest": "17.2.7",
"@nx/js": "17.2.7",
"@nx/next": "17.2.7",
"@nx/node": "17.2.7",
"@nx/plugin": "17.2.7",
"@nx/react": "17.2.7",
"@nx/storybook": "17.2.7",
"@nx/vite": "17.2.7",
"@nx/web": "17.2.7",
"@nx/webpack": "17.2.7",
"@nx/workspace": "17.2.7",
"@nx/devkit": "18.0.7",
"@nx/esbuild": "18.0.7",
"@nx/eslint": "18.0.7",
"@nx/eslint-plugin": "18.0.7",
"@nx/express": "18.0.7",
"@nx/jest": "18.0.7",
"@nx/js": "18.0.7",
"@nx/next": "18.0.7",
"@nx/node": "18.0.7",
"@nx/plugin": "18.0.7",
"@nx/react": "18.0.7",
"@nx/storybook": "18.0.7",
"@nx/vite": "18.0.7",
"@nx/web": "18.0.7",
"@nx/webpack": "18.0.7",
"@nx/workspace": "18.0.7",
"@playwright/test": "^1.36.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@release-it/bumper": "^4.0.2",
Expand All @@ -132,7 +132,7 @@
"@storybook/core-server": "7.5.3",
"@storybook/react": "7.5.3",
"@svgr/webpack": "8.0.1",
"@swc-node/register": "1.6.8",
"@swc-node/register": "~1.8.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.96",
"@tailwindcss/aspect-ratio": "^0.4.0",
Expand Down Expand Up @@ -175,10 +175,10 @@
"@types/superagent": "^4.1.7",
"@types/webpack": "4.41.21",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "0.34.7",
"@vitest/ui": "1.3.1",
"autoprefixer": "10.4.13",
"babel-jest": "29.4.3",
"babel-loader": "^9.1.3",
Expand Down Expand Up @@ -211,7 +211,7 @@
"next-sitemap": "^2.0.11",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"nx": "17.2.7",
"nx": "18.0.7",
"nx-electron": "^15.0.0",
"postcss": "8.4.19",
"postcss-preset-env": "7",
Expand All @@ -229,12 +229,12 @@
"tailwindcss": "3.2.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.3.3",
"url-loader": "^4.1.1",
"vite": "^5.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.6",
"vitest": "1.3.1",
"webpack": "5.88.1",
"webpack-merge": "^5.8.0",
"worker-loader": "^2.0.0",
Expand All @@ -248,7 +248,7 @@
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^1.0.4",
"@mdx-js/react": "^1.6.21",
"@monaco-editor/react": "4.5.1",
"@monaco-editor/react": "^4.6.0",
"@opentelemetry/api": "^1.0.4",
"@opentelemetry/auto-instrumentations-node": "^0.28.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.27.0",
Expand Down Expand Up @@ -304,10 +304,10 @@
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"mailgun.js": "^8.2.1",
"monaco-editor": "0.39.0",
"monaco-editor": "^0.46.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.1.20",
"next": "13.3.0",
"next": "14.0.4",
"next-images": "^1.4.0",
"numeral": "^2.0.6",
"papaparse": "^5.2.0",
Expand Down
Loading

0 comments on commit a7a53a7

Please sign in to comment.