Skip to content

Commit bc7ddf6

Browse files
unlock git submodule (#291)
- move all dependencies to catalogs - avoid importing next/headers on client components - add relay config and schema to wagtail - fixing fetch mocks --------- Co-authored-by: Alexandre Anício <[email protected]>
1 parent b4bdc53 commit bc7ddf6

File tree

31 files changed

+3598
-1585
lines changed

31 files changed

+3598
-1585
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@
2020
},
2121
"devDependencies": {
2222
"@changesets/cli": "^2.27.11",
23-
"@parcel/packager-ts": "^2.14.1",
24-
"@parcel/transformer-typescript-types": "^2.14.1",
23+
"@parcel/packager-ts": "catalog:",
24+
"@parcel/transformer-typescript-types": "catalog:",
2525
"@types/node": "catalog:",
26-
"chalk": "^5.4.1",
27-
"chokidar": "^4.0.3",
2826
"eslint": "catalog:lint",
29-
"execa": "^9.5.2",
3027
"husky": "catalog:lint",
3128
"lint-staged": "catalog:lint",
3229
"prettier": "catalog:lint",

packages/authentication/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @baseapp-frontend/authentication
22

3+
## 5.0.3
4+
5+
### Patch Changes
6+
7+
- moved dependencies from package.json to pnpm-workspace.yaml catalog
8+
- Updated dependencies
9+
- @baseapp-frontend/utils@4.0.2
10+
311
## 5.0.2
412

513
### Patch Changes

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/authentication",
33
"description": "Authentication modules.",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"main": "./index.ts",
66
"types": "dist/index.d.ts",
77
"sideEffects": false,

packages/components/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @baseapp-frontend/components
22

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- moved dependencies from package.json to pnpm-workspace.yaml catalog
8+
- Updated dependencies
9+
- @baseapp-frontend/authentication@5.0.3
10+
- @baseapp-frontend/design-system@1.1.1
11+
- @baseapp-frontend/graphql@1.3.4
12+
- @baseapp-frontend/utils@4.0.2
13+
314
## 1.4.2
415

516
### Patch Changes
@@ -8,7 +19,6 @@
819
- Remove incorrect border showing on the AccountPopover menu when the `SwitchProfileMenu`component is `null`.
920
- Allow `SwitchProfileMenu`to be `null` (useful for opting-out of that feature).
1021

11-
1222
## 1.4.1
1323

1424
### Patch Changes

packages/components/package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/components",
33
"description": "BaseApp components modules such as comments, notifications, messages, and more.",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"sideEffects": false,
66
"scripts": {
77
"build": "rm -rf dist && pnpm relay && tsc --build tsconfig.build.json",
@@ -73,21 +73,21 @@
7373
"expo-file-system": "catalog:react-native",
7474
"expo-image-picker": "catalog:react-native",
7575
"expo-router": "catalog:react-native",
76-
"framer-motion": "^11.5.4",
76+
"framer-motion": "catalog:components",
7777
"graphql": "catalog:graphql",
7878
"js-cookie": "catalog:",
7979
"luxon": "catalog:",
8080
"next": "catalog:",
81-
"numbro": "^2.5.0",
81+
"numbro": "catalog:components",
8282
"react-hook-form": "catalog:",
8383
"react-native": "catalog:react-native",
8484
"react-native-gesture-handler": "catalog:react-native",
8585
"react-relay": "catalog:graphql",
8686
"react-virtuoso": "catalog:",
8787
"relay-connection-handler-plus": "catalog:graphql",
8888
"relay-runtime": "catalog:graphql",
89-
"slugify": "^1.6.6",
90-
"use-long-press": "^3.2.0",
89+
"slugify": "catalog:components",
90+
"use-long-press": "catalog:components",
9191
"zod": "catalog:",
9292
"react-multi-carousel": "catalog:",
9393
"zustand": "catalog:"
@@ -101,11 +101,12 @@
101101
"react-dom": "catalog:react19"
102102
},
103103
"devDependencies": {
104-
"@babel/cli": "^7.26.4",
104+
"@babel/cli": "catalog:components",
105105
"@babel/preset-env": "catalog:storybook",
106106
"@babel/preset-react": "catalog:storybook",
107107
"@babel/preset-typescript": "catalog:storybook",
108108
"@baseapp-frontend/config": "workspace:^",
109+
"@baseapp-frontend/eslint-plugin": "workspace:*",
109110
"@baseapp-frontend/test": "workspace:*",
110111
"@baseapp-frontend/tsconfig": "workspace:*",
111112
"@chromatic-com/storybook": "catalog:storybook",
@@ -137,20 +138,18 @@
137138
"babel-jest": "catalog:test",
138139
"babel-loader": "catalog:storybook",
139140
"babel-plugin-relay": "catalog:graphql",
140-
"chalk": "catalog:dev-tools",
141-
"chokidar": "catalog:dev-tools",
142141
"css-loader": "catalog:storybook",
143142
"cypress": "catalog:test",
144143
"cypress-plugin-steps": "catalog:test",
145144
"cypress-wait-until": "catalog:test",
146-
"dotenv": "^16.4.5",
147-
"dotenv-cli": "^7.4.2",
145+
"dotenv": "catalog:components",
146+
"dotenv-cli": "catalog:components",
148147
"eslint-plugin-storybook": "catalog:lint",
149-
"execa": "catalog:dev-tools",
150148
"get-graphql-schema": "catalog:graphql",
151149
"html-webpack-plugin": "catalog:storybook",
152150
"jest": "catalog:test",
153151
"jest-environment-jsdom": "catalog:test",
152+
"jotai": "catalog:",
154153
"msw": "catalog:storybook",
155154
"msw-storybook-addon": "catalog:storybook",
156155
"postcss": "catalog:tailwind",

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @baseapp-frontend/config
22

3+
## 2.1.13
4+
5+
### Patch Changes
6+
7+
- moved dependencies from package.json to pnpm-workspace.yaml catalog
8+
39
## 2.1.12
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/config",
33
"description": "Reusable configurations for eslint, prettier, jest and relay",
4-
"version": "2.1.12",
4+
"version": "2.1.13",
55
"files": [
66
".eslintrc.js",
77
".eslintrc-with-restricted-paths.js",

packages/design-system/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @baseapp-frontend/design-system
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- moved dependencies from package.json to pnpm-workspace.yaml catalog
8+
- Updated dependencies
9+
- @baseapp-frontend/utils@4.0.2
10+
311
## 1.1.0
412

513
### Minor Changes

packages/design-system/components/web/scrollbars/Scrollbar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const Scrollbar = forwardRef<HTMLDivElement, ScrollbarProps>(({ children, sx, ..
3434
return (
3535
<StyledRootScrollbar>
3636
<StyledScrollbar
37+
// @ts-ignore TODO: check typing
3738
scrollableNodeProps={{
3839
ref,
3940
}}

packages/design-system/package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseapp-frontend/design-system",
33
"description": "Design System components and configurations.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"sideEffects": false,
66
"scripts": {
77
"build": "rm -rf dist && tsc --build tsconfig.build.json",
@@ -88,9 +88,9 @@
8888
"@emotion/cache": "catalog:material-ui",
8989
"@emotion/react": "catalog:material-ui",
9090
"@emotion/styled": "catalog:material-ui",
91-
"@expo/vector-icons": "^14.0.4",
91+
"@expo/vector-icons": "catalog:react-native",
9292
"@gorhom/bottom-sheet": "catalog:react-native",
93-
"@iconify/react": "^5.0.1",
93+
"@iconify/react": "catalog:design-system",
9494
"@mui/icons-material": "catalog:material-ui",
9595
"@mui/lab": "catalog:material-ui",
9696
"@mui/material": "catalog:material-ui",
@@ -100,20 +100,20 @@
100100
"@react-native-async-storage/async-storage": "catalog:react-native",
101101
"@react-navigation/drawer": "catalog:react-native",
102102
"@react-navigation/native": "catalog:react-native",
103-
"@shopify/flash-list": "^1.7.6",
103+
"@shopify/flash-list": "catalog:design-system",
104104
"@storybook/react": "catalog:storybook",
105-
"color": "^4.2.3",
105+
"color": "catalog:design-system",
106106
"expo-image-picker": "catalog:react-native",
107107
"expo-router": "catalog:react-native",
108-
"framer-motion": "^11.2.10",
108+
"framer-motion": "catalog:components",
109109
"jotai": "catalog:",
110110
"js-cookie": "catalog:",
111111
"lodash": "catalog:",
112112
"next": "catalog:",
113-
"react-dropzone": "^14.2.3",
113+
"react-dropzone": "catalog:design-system",
114114
"react-hook-form": "catalog:",
115115
"react-international-phone": "catalog:",
116-
"react-lazy-load-image-component": "^1.6.2",
116+
"react-lazy-load-image-component": "catalog:design-system",
117117
"react-native": "catalog:react-native",
118118
"react-native-gesture-handler": "catalog:react-native",
119119
"react-native-paper": "catalog:react-native",
@@ -132,6 +132,7 @@
132132
"@babel/preset-react": "catalog:storybook",
133133
"@babel/preset-typescript": "catalog:storybook",
134134
"@baseapp-frontend/config": "workspace:*",
135+
"@baseapp-frontend/eslint-plugin": "workspace:*",
135136
"@baseapp-frontend/test": "workspace:*",
136137
"@baseapp-frontend/tsconfig": "workspace:*",
137138
"@chromatic-com/storybook": "catalog:storybook",
@@ -148,20 +149,16 @@
148149
"@testing-library/jest-dom": "catalog:test",
149150
"@testing-library/react": "catalog:test",
150151
"@testing-library/user-event": "catalog:test",
151-
"@types/color": "^4.2.0",
152+
"@types/color": "catalog:design-system",
152153
"@types/jest": "catalog:test",
153154
"@types/js-cookie": "catalog:",
154155
"@types/lodash": "catalog:",
155156
"@types/react": "catalog:react19",
156157
"@types/react-dom": "catalog:react19",
157158
"autoprefixer": "catalog:tailwind",
158159
"babel-jest": "catalog:test",
159-
"chalk": "catalog:dev-tools",
160-
"chokidar": "catalog:dev-tools",
161-
"chokidar-cli": "^3.0.0",
162160
"css-loader": "catalog:storybook",
163161
"eslint-plugin-storybook": "catalog:lint",
164-
"execa": "catalog:dev-tools",
165162
"jest": "catalog:test",
166163
"jest-environment-jsdom": "catalog:test",
167164
"postcss": "catalog:tailwind",

0 commit comments

Comments
 (0)