Skip to content

Commit

Permalink
Remove Workspace and Catalog Dep Versions (#1048)
Browse files Browse the repository at this point in the history
* chore: remove the workspace and catalog deps

* fix: fastify test

* changeset

---------

Co-authored-by: Kawika Bader <[email protected]>
  • Loading branch information
kbader-godaddy and kawikabader authored Mar 6, 2025
1 parent c9a409e commit 41e5c6d
Show file tree
Hide file tree
Showing 52 changed files with 1,006 additions and 1,241 deletions.
51 changes: 51 additions & 0 deletions .changeset/slow-insects-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
"@gasket/plugin-dynamic-plugins": patch
"@gasket/plugin-service-worker": patch
"@gasket/plugin-docs-graphs": patch
"@gasket/plugin-elastic-apm": patch
"@gasket/plugin-https-proxy": patch
"@gasket/plugin-docusaurus": patch
"@gasket/plugin-middleware": patch
"@gasket/plugin-typescript": patch
"@gasket/plugin-happyfeet": patch
"@gasket/typescript-tests": patch
"@gasket/plugin-manifest": patch
"@gasket/plugin-metadata": patch
"@gasket/plugin-analyze": patch
"@gasket/plugin-command": patch
"@gasket/plugin-cypress": patch
"@gasket/plugin-express": patch
"@gasket/plugin-fastify": patch
"@gasket/plugin-swagger": patch
"@gasket/plugin-webpack": patch
"@gasket/plugin-winston": patch
"@gasket/plugin-workbox": patch
"@gasket/plugin-logger": patch
"@gasket/plugin-morgan": patch
"@gasket/plugin-nextjs": patch
"@gasket/preset-nextjs": patch
"@gasket/plugin-https": patch
"@gasket/plugin-mocha": patch
"@gasket/plugin-redux": patch
"@gasket/plugin-data": patch
"@gasket/plugin-docs": patch
"@gasket/plugin-intl": patch
"@gasket/plugin-jest": patch
"@gasket/plugin-lint": patch
"generate-docs-index": patch
"create-gasket-app": patch
"@gasket/plugin-git": patch
"@gasket/preset-api": patch
"@gasket/react-intl": patch
"@gasket/request": patch
"@gasket/assets": patch
"@gasket/nextjs": patch
"@gasket/fetch": patch
"@gasket/redux": patch
"@gasket/utils": patch
"@gasket/core": patch
"@gasket/data": patch
"@gasket/intl": patch
---

Remove Catalog and Workspace alias usage.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,20 @@
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "catalog:",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-unicorn": "^55.0.0",
"glob": "^8.1.0",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.3",
"nx": "^20.4.6",
"react": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^3.0.2",
"search-insights": ">= 1 < 3",
"typescript": "catalog:"
"search-insights": "^2.17.3",
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
28 changes: 14 additions & 14 deletions packages/create-gasket-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app",
"dependencies": {
"@gasket/core": "workspace:^",
"@gasket/plugin-command": "workspace:^",
"@gasket/plugin-docs": "workspace:^",
"@gasket/plugin-docusaurus": "workspace:^",
"@gasket/plugin-dynamic-plugins": "workspace:^",
"@gasket/plugin-git": "workspace:^",
"@gasket/plugin-logger": "workspace:^",
"@gasket/plugin-metadata": "workspace:^",
"@gasket/request": "workspace:^",
"@gasket/utils": "workspace:^",
"chalk": "^5.4.1",
"@gasket/core": "^7.3.0",
"@gasket/plugin-command": "^7.3.0",
"@gasket/plugin-docs": "^7.3.0",
"@gasket/plugin-docusaurus": "^7.3.0",
"@gasket/plugin-dynamic-plugins": "^7.3.0",
"@gasket/plugin-git": "^7.3.0",
"@gasket/plugin-logger": "^7.3.0",
"@gasket/plugin-metadata": "^7.3.0",
"@gasket/request": "^7.3.0",
"@gasket/utils": "^7.3.0",
"chalk": "^4.1.2",
"commander": "^12.1.0",
"deepmerge": "^4.3.1",
"diagnostics": "^2.0.2",
Expand All @@ -58,19 +58,19 @@
"semver": "^7.7.1"
},
"devDependencies": {
"@gasket/request": "workspace:^",
"@gasket/request": "^7.3.0",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gasket-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-unicorn": "^55.0.0",
"mkdirp": "^1.0.4",
"react": "catalog:",
"react": "^18.3.1",
"recursive-readdir": "^2.2.3",
"rimraf": "^3.0.2",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gasket-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-core",
"dependencies": {
"@gasket/utils": "workspace:^",
"@gasket/utils": "^7.3.0",
"debug": "^4.4.0"
},
"devDependencies": {
Expand All @@ -61,13 +61,13 @@
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"ignorePatterns": [
Expand Down
8 changes: 4 additions & 4 deletions packages/gasket-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,24 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-data",
"dependencies": {
"@gasket/request": "workspace:^"
"@gasket/request": "^7.3.0"
},
"devDependencies": {
"@gasket/plugin-data": "workspace:^",
"@gasket/plugin-data": "^7.3.0",
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.3.14",
"@swc/core": "^1.10.18",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"jsdom": "^20.0.3",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"ignorePatterns": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@types/node": "^20.17.19",
"core-js": "^3.40.0",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"jsdom": "^20.0.3",
"regenerator-runtime": "^0.14.1",
"typescript": "catalog:",
"typescript": "^5.7.3",
"whatwg-fetch": "3.6.20"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gasket-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
14 changes: 7 additions & 7 deletions packages/gasket-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-nextjs",
"dependencies": {
"@gasket/data": "workspace:^",
"@gasket/request": "workspace:^",
"@gasket/data": "^7.3.0",
"@gasket/request": "^7.3.0",
"hoist-non-react-statics": "^3.3.2",
"htmlescape": "^1.1.1"
},
"devDependencies": {
"@gasket/plugin-data": "workspace:^",
"@gasket/plugin-intl": "workspace:^",
"@gasket/plugin-data": "^7.3.0",
"@gasket/plugin-intl": "^7.3.0",
"@jest/globals": "^29.7.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy-react": "^9.1.0",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
Expand All @@ -82,9 +82,9 @@
"jest": "^29.7.0",
"jsdom": "^20.0.3",
"next": "^14.2.24",
"react": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"peerDependencies": {
"next": "^14",
Expand Down
12 changes: 6 additions & 6 deletions packages/gasket-plugin-analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@gasket/core": "workspace:^",
"@gasket/core": "^7.3.0",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@gasket/plugin-metadata": "workspace:^",
"@gasket/plugin-webpack": "workspace:^",
"@gasket/plugin-metadata": "^7.3.0",
"@gasket/plugin-webpack": "^7.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"create-gasket-app": "workspace:^",
"create-gasket-app": "^7.3.0",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
12 changes: 6 additions & 6 deletions packages/gasket-plugin-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-command",
"dependencies": {
"@gasket/core": "workspace:^",
"@gasket/utils": "workspace:^",
"@gasket/core": "^7.3.0",
"@gasket/utils": "^7.3.0",
"commander": "^12.1.0"
},
"devDependencies": {
"@gasket/plugin-metadata": "workspace:^",
"@gasket/plugin-metadata": "^7.3.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"create-gasket-app": "workspace:^",
"create-gasket-app": "^7.3.0",
"cross-env": "^7.0.3",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
12 changes: 6 additions & 6 deletions packages/gasket-plugin-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-cypress",
"devDependencies": {
"@babel/core": "^7.26.9",
"@gasket/core": "workspace:^",
"@gasket/plugin-metadata": "workspace:^",
"@gasket/core": "^7.3.0",
"@gasket/plugin-metadata": "^7.3.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"create-gasket-app": "workspace:^",
"create-gasket-app": "^7.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.17.0",
"eslint": "catalog:",
"eslint": "^8.57.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-config-godaddy-typescript": "^4.0.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"react": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"start-server-and-test": "^1.15.4",
"typescript": "catalog:"
"typescript": "^5.7.3"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 41e5c6d

Please sign in to comment.