Skip to content

Commit 41e5c6d

Browse files
Remove Workspace and Catalog Dep Versions (#1048)
* chore: remove the workspace and catalog deps * fix: fastify test * changeset --------- Co-authored-by: Kawika Bader <ekbader@gmail.com>
1 parent c9a409e commit 41e5c6d

File tree

52 files changed

+1006
-1241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1006
-1241
lines changed

.changeset/slow-insects-wash.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
"@gasket/plugin-dynamic-plugins": patch
3+
"@gasket/plugin-service-worker": patch
4+
"@gasket/plugin-docs-graphs": patch
5+
"@gasket/plugin-elastic-apm": patch
6+
"@gasket/plugin-https-proxy": patch
7+
"@gasket/plugin-docusaurus": patch
8+
"@gasket/plugin-middleware": patch
9+
"@gasket/plugin-typescript": patch
10+
"@gasket/plugin-happyfeet": patch
11+
"@gasket/typescript-tests": patch
12+
"@gasket/plugin-manifest": patch
13+
"@gasket/plugin-metadata": patch
14+
"@gasket/plugin-analyze": patch
15+
"@gasket/plugin-command": patch
16+
"@gasket/plugin-cypress": patch
17+
"@gasket/plugin-express": patch
18+
"@gasket/plugin-fastify": patch
19+
"@gasket/plugin-swagger": patch
20+
"@gasket/plugin-webpack": patch
21+
"@gasket/plugin-winston": patch
22+
"@gasket/plugin-workbox": patch
23+
"@gasket/plugin-logger": patch
24+
"@gasket/plugin-morgan": patch
25+
"@gasket/plugin-nextjs": patch
26+
"@gasket/preset-nextjs": patch
27+
"@gasket/plugin-https": patch
28+
"@gasket/plugin-mocha": patch
29+
"@gasket/plugin-redux": patch
30+
"@gasket/plugin-data": patch
31+
"@gasket/plugin-docs": patch
32+
"@gasket/plugin-intl": patch
33+
"@gasket/plugin-jest": patch
34+
"@gasket/plugin-lint": patch
35+
"generate-docs-index": patch
36+
"create-gasket-app": patch
37+
"@gasket/plugin-git": patch
38+
"@gasket/preset-api": patch
39+
"@gasket/react-intl": patch
40+
"@gasket/request": patch
41+
"@gasket/assets": patch
42+
"@gasket/nextjs": patch
43+
"@gasket/fetch": patch
44+
"@gasket/redux": patch
45+
"@gasket/utils": patch
46+
"@gasket/core": patch
47+
"@gasket/data": patch
48+
"@gasket/intl": patch
49+
---
50+
51+
Remove Catalog and Workspace alias usage.

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,20 @@
5656
"@docusaurus/preset-classic": "^3.7.0",
5757
"@docusaurus/theme-mermaid": "^3.7.0",
5858
"@typescript-eslint/eslint-plugin": "^6.21.0",
59-
"@typescript-eslint/parser": "^6.0.0",
60-
"eslint": "catalog:",
59+
"@typescript-eslint/parser": "^6.21.0",
60+
"eslint": "^8.57.1",
6161
"eslint-config-godaddy": "^7.1.1",
6262
"eslint-config-godaddy-typescript": "^4.0.3",
6363
"eslint-plugin-unicorn": "^55.0.0",
6464
"glob": "^8.1.0",
65+
"js-yaml": "^4.1.0",
6566
"jsdom": "^20.0.3",
6667
"nx": "^20.4.6",
67-
"react": "catalog:",
68+
"react": "^18.3.1",
6869
"react-dom": "^18.3.1",
6970
"rimraf": "^3.0.2",
70-
"search-insights": ">= 1 < 3",
71-
"typescript": "catalog:"
71+
"search-insights": "^2.17.3",
72+
"typescript": "^5.7.3"
7273
},
7374
"eslintConfig": {
7475
"extends": [

packages/create-gasket-app/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
},
3636
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/create-gasket-app",
3737
"dependencies": {
38-
"@gasket/core": "workspace:^",
39-
"@gasket/plugin-command": "workspace:^",
40-
"@gasket/plugin-docs": "workspace:^",
41-
"@gasket/plugin-docusaurus": "workspace:^",
42-
"@gasket/plugin-dynamic-plugins": "workspace:^",
43-
"@gasket/plugin-git": "workspace:^",
44-
"@gasket/plugin-logger": "workspace:^",
45-
"@gasket/plugin-metadata": "workspace:^",
46-
"@gasket/request": "workspace:^",
47-
"@gasket/utils": "workspace:^",
48-
"chalk": "^5.4.1",
38+
"@gasket/core": "^7.3.0",
39+
"@gasket/plugin-command": "^7.3.0",
40+
"@gasket/plugin-docs": "^7.3.0",
41+
"@gasket/plugin-docusaurus": "^7.3.0",
42+
"@gasket/plugin-dynamic-plugins": "^7.3.0",
43+
"@gasket/plugin-git": "^7.3.0",
44+
"@gasket/plugin-logger": "^7.3.0",
45+
"@gasket/plugin-metadata": "^7.3.0",
46+
"@gasket/request": "^7.3.0",
47+
"@gasket/utils": "^7.3.0",
48+
"chalk": "^4.1.2",
4949
"commander": "^12.1.0",
5050
"deepmerge": "^4.3.1",
5151
"diagnostics": "^2.0.2",
@@ -58,19 +58,19 @@
5858
"semver": "^7.7.1"
5959
},
6060
"devDependencies": {
61-
"@gasket/request": "workspace:^",
61+
"@gasket/request": "^7.3.0",
6262
"@types/inquirer": "^9.0.7",
6363
"@types/jest": "^29.5.14",
6464
"@types/node": "^20.17.19",
6565
"cross-env": "^7.0.3",
6666
"dotenv": "^16.4.7",
67-
"eslint": "catalog:",
67+
"eslint": "^8.57.1",
6868
"eslint-config-godaddy": "^7.1.1",
6969
"eslint-config-godaddy-typescript": "^4.0.3",
7070
"eslint-plugin-jest": "^28.11.0",
7171
"eslint-plugin-unicorn": "^55.0.0",
7272
"jest": "^29.7.0",
73-
"typescript": "catalog:"
73+
"typescript": "^5.7.3"
7474
},
7575
"eslintConfig": {
7676
"extends": [

packages/gasket-assets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"@types/jest": "^29.5.14",
4444
"@types/node": "^20.17.19",
4545
"babel-plugin-add-module-exports": "^1.0.4",
46-
"eslint": "catalog:",
46+
"eslint": "^8.57.1",
4747
"eslint-config-godaddy": "^7.1.1",
4848
"eslint-config-godaddy-typescript": "^4.0.3",
4949
"eslint-plugin-unicorn": "^55.0.0",
5050
"mkdirp": "^1.0.4",
51-
"react": "catalog:",
51+
"react": "^18.3.1",
5252
"recursive-readdir": "^2.2.3",
5353
"rimraf": "^3.0.2",
54-
"typescript": "catalog:"
54+
"typescript": "^5.7.3"
5555
},
5656
"eslintConfig": {
5757
"extends": [

packages/gasket-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-core",
5353
"dependencies": {
54-
"@gasket/utils": "workspace:^",
54+
"@gasket/utils": "^7.3.0",
5555
"debug": "^4.4.0"
5656
},
5757
"devDependencies": {
@@ -61,13 +61,13 @@
6161
"@types/jest": "^29.5.14",
6262
"@types/node": "^20.17.19",
6363
"cross-env": "^7.0.3",
64-
"eslint": "catalog:",
64+
"eslint": "^8.57.1",
6565
"eslint-config-godaddy": "^7.1.1",
6666
"eslint-config-godaddy-typescript": "^4.0.3",
6767
"eslint-plugin-jest": "^28.11.0",
6868
"eslint-plugin-unicorn": "^55.0.0",
6969
"jest": "^29.7.0",
70-
"typescript": "catalog:"
70+
"typescript": "^5.7.3"
7171
},
7272
"eslintConfig": {
7373
"ignorePatterns": [

packages/gasket-data/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
},
4949
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-data",
5050
"dependencies": {
51-
"@gasket/request": "workspace:^"
51+
"@gasket/request": "^7.3.0"
5252
},
5353
"devDependencies": {
54-
"@gasket/plugin-data": "workspace:^",
54+
"@gasket/plugin-data": "^7.3.0",
5555
"@jest/globals": "^29.7.0",
5656
"@swc/cli": "^0.3.14",
5757
"@swc/core": "^1.10.18",
5858
"@types/jest": "^29.5.14",
5959
"@types/node": "^20.17.19",
6060
"cross-env": "^7.0.3",
61-
"eslint": "catalog:",
61+
"eslint": "^8.57.1",
6262
"eslint-config-godaddy": "^7.1.1",
6363
"eslint-config-godaddy-typescript": "^4.0.3",
6464
"eslint-plugin-jest": "^28.11.0",
6565
"eslint-plugin-unicorn": "^55.0.0",
6666
"jest": "^29.7.0",
6767
"jsdom": "^20.0.3",
68-
"typescript": "catalog:"
68+
"typescript": "^5.7.3"
6969
},
7070
"eslintConfig": {
7171
"ignorePatterns": [

packages/gasket-fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"@types/node": "^20.17.19",
5050
"core-js": "^3.40.0",
5151
"cross-env": "^7.0.3",
52-
"eslint": "catalog:",
52+
"eslint": "^8.57.1",
5353
"eslint-config-godaddy": "^7.1.1",
5454
"eslint-config-godaddy-typescript": "^4.0.3",
5555
"eslint-plugin-jest": "^28.11.0",
5656
"eslint-plugin-unicorn": "^55.0.0",
5757
"jest": "^29.7.0",
5858
"jsdom": "^20.0.3",
5959
"regenerator-runtime": "^0.14.1",
60-
"typescript": "catalog:",
60+
"typescript": "^5.7.3",
6161
"whatwg-fetch": "3.6.20"
6262
},
6363
"eslintConfig": {

packages/gasket-intl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"@types/jest": "^29.5.14",
4141
"@types/node": "^20.17.19",
4242
"cross-env": "^7.0.3",
43-
"eslint": "catalog:",
43+
"eslint": "^8.57.1",
4444
"eslint-config-godaddy": "^7.1.1",
4545
"eslint-config-godaddy-typescript": "^4.0.3",
4646
"eslint-plugin-jest": "^28.11.0",
4747
"eslint-plugin-unicorn": "^55.0.0",
4848
"jest": "^29.7.0",
49-
"typescript": "catalog:"
49+
"typescript": "^5.7.3"
5050
},
5151
"eslintConfig": {
5252
"extends": [

packages/gasket-nextjs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@
5858
},
5959
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-nextjs",
6060
"dependencies": {
61-
"@gasket/data": "workspace:^",
62-
"@gasket/request": "workspace:^",
61+
"@gasket/data": "^7.3.0",
62+
"@gasket/request": "^7.3.0",
6363
"hoist-non-react-statics": "^3.3.2",
6464
"htmlescape": "^1.1.1"
6565
},
6666
"devDependencies": {
67-
"@gasket/plugin-data": "workspace:^",
68-
"@gasket/plugin-intl": "workspace:^",
67+
"@gasket/plugin-data": "^7.3.0",
68+
"@gasket/plugin-intl": "^7.3.0",
6969
"@jest/globals": "^29.7.0",
7070
"@testing-library/react": "^13.4.0",
7171
"@types/jest": "^29.5.14",
7272
"@types/node": "^20.17.19",
7373
"@types/react": "^18.3.18",
7474
"cross-env": "^7.0.3",
75-
"eslint": "catalog:",
75+
"eslint": "^8.57.1",
7676
"eslint-config-godaddy-react": "^9.1.0",
7777
"eslint-config-godaddy-typescript": "^4.0.3",
7878
"eslint-plugin-jest": "^28.11.0",
@@ -82,9 +82,9 @@
8282
"jest": "^29.7.0",
8383
"jsdom": "^20.0.3",
8484
"next": "^14.2.24",
85-
"react": "catalog:",
85+
"react": "^18.3.1",
8686
"react-dom": "^18.3.1",
87-
"typescript": "catalog:"
87+
"typescript": "^5.7.3"
8888
},
8989
"peerDependencies": {
9090
"next": "^14",

packages/gasket-plugin-analyze/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"webpack-bundle-analyzer": "^4.10.2"
4141
},
4242
"devDependencies": {
43-
"@gasket/core": "workspace:^",
43+
"@gasket/core": "^7.3.0",
4444
"@types/webpack-bundle-analyzer": "^4.7.0",
45-
"@gasket/plugin-metadata": "workspace:^",
46-
"@gasket/plugin-webpack": "workspace:^",
45+
"@gasket/plugin-metadata": "^7.3.0",
46+
"@gasket/plugin-webpack": "^7.3.0",
4747
"@types/jest": "^29.5.14",
4848
"@types/node": "^20.17.19",
49-
"create-gasket-app": "workspace:^",
49+
"create-gasket-app": "^7.3.0",
5050
"cross-env": "^7.0.3",
51-
"eslint": "catalog:",
51+
"eslint": "^8.57.1",
5252
"eslint-config-godaddy": "^7.1.1",
5353
"eslint-config-godaddy-typescript": "^4.0.3",
5454
"eslint-plugin-jest": "^28.11.0",
5555
"eslint-plugin-unicorn": "^55.0.0",
5656
"jest": "^29.7.0",
57-
"typescript": "catalog:"
57+
"typescript": "^5.7.3"
5858
},
5959
"eslintConfig": {
6060
"extends": [

packages/gasket-plugin-command/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,24 @@
4141
},
4242
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-command",
4343
"dependencies": {
44-
"@gasket/core": "workspace:^",
45-
"@gasket/utils": "workspace:^",
44+
"@gasket/core": "^7.3.0",
45+
"@gasket/utils": "^7.3.0",
4646
"commander": "^12.1.0"
4747
},
4848
"devDependencies": {
49-
"@gasket/plugin-metadata": "workspace:^",
49+
"@gasket/plugin-metadata": "^7.3.0",
5050
"@jest/globals": "^29.7.0",
5151
"@types/jest": "^29.5.14",
5252
"@types/node": "^20.17.19",
53-
"create-gasket-app": "workspace:^",
53+
"create-gasket-app": "^7.3.0",
5454
"cross-env": "^7.0.3",
55-
"eslint": "catalog:",
55+
"eslint": "^8.57.1",
5656
"eslint-config-godaddy": "^7.1.1",
5757
"eslint-config-godaddy-typescript": "^4.0.3",
5858
"eslint-plugin-jest": "^28.11.0",
5959
"eslint-plugin-unicorn": "^55.0.0",
6060
"jest": "^29.7.0",
61-
"typescript": "catalog:"
61+
"typescript": "^5.7.3"
6262
},
6363
"eslintConfig": {
6464
"extends": [

packages/gasket-plugin-cypress/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@
3434
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-cypress",
3535
"devDependencies": {
3636
"@babel/core": "^7.26.9",
37-
"@gasket/core": "workspace:^",
38-
"@gasket/plugin-metadata": "workspace:^",
37+
"@gasket/core": "^7.3.0",
38+
"@gasket/plugin-metadata": "^7.3.0",
3939
"@testing-library/react": "^13.4.0",
4040
"@types/jest": "^29.5.14",
4141
"@types/node": "^20.17.19",
4242
"@types/react": "^18.3.18",
43-
"create-gasket-app": "workspace:^",
43+
"create-gasket-app": "^7.3.0",
4444
"cross-env": "^7.0.3",
4545
"cypress": "^13.17.0",
46-
"eslint": "catalog:",
46+
"eslint": "^8.57.1",
4747
"eslint-config-godaddy": "^7.1.1",
4848
"eslint-config-godaddy-typescript": "^4.0.3",
4949
"eslint-plugin-jest": "^28.11.0",
5050
"eslint-plugin-unicorn": "^55.0.0",
5151
"jest": "^29.7.0",
52-
"react": "catalog:",
52+
"react": "^18.3.1",
5353
"react-dom": "^18.3.1",
5454
"start-server-and-test": "^1.15.4",
55-
"typescript": "catalog:"
55+
"typescript": "^5.7.3"
5656
},
5757
"eslintConfig": {
5858
"extends": [

0 commit comments

Comments
 (0)