Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@parcel/packager-ts": "^2.14.1",
"@parcel/transformer-typescript-types": "^2.14.1",
"@parcel/packager-ts": "catalog:",
"@parcel/transformer-typescript-types": "catalog:",
"@types/node": "catalog:",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"eslint": "catalog:lint",
"execa": "^9.5.2",
"husky": "catalog:lint",
"lint-staged": "catalog:lint",
"prettier": "catalog:lint",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baseapp-frontend/authentication

## 5.0.3

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog
- Updated dependencies
- @baseapp-frontend/utils@4.0.2

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/authentication",
"description": "Authentication modules.",
"version": "5.0.2",
"version": "5.0.3",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down
12 changes: 11 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @baseapp-frontend/components

## 1.4.3

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog
- Updated dependencies
- @baseapp-frontend/authentication@5.0.3
- @baseapp-frontend/design-system@1.1.1
- @baseapp-frontend/graphql@1.3.4
- @baseapp-frontend/utils@4.0.2

## 1.4.2

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


## 1.4.1

### Patch Changes
Expand Down
21 changes: 10 additions & 11 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/components",
"description": "BaseApp components modules such as comments, notifications, messages, and more.",
"version": "1.4.2",
"version": "1.4.3",
"sideEffects": false,
"scripts": {
"build": "rm -rf dist && pnpm relay && tsc --build tsconfig.build.json",
Expand Down Expand Up @@ -73,21 +73,21 @@
"expo-file-system": "catalog:react-native",
"expo-image-picker": "catalog:react-native",
"expo-router": "catalog:react-native",
"framer-motion": "^11.5.4",
"framer-motion": "catalog:components",
"graphql": "catalog:graphql",
"js-cookie": "catalog:",
"luxon": "catalog:",
"next": "catalog:",
"numbro": "^2.5.0",
"numbro": "catalog:components",
"react-hook-form": "catalog:",
"react-native": "catalog:react-native",
"react-native-gesture-handler": "catalog:react-native",
"react-relay": "catalog:graphql",
"react-virtuoso": "catalog:",
"relay-connection-handler-plus": "catalog:graphql",
"relay-runtime": "catalog:graphql",
"slugify": "^1.6.6",
"use-long-press": "^3.2.0",
"slugify": "catalog:components",
"use-long-press": "catalog:components",
"zod": "catalog:",
"react-multi-carousel": "catalog:",
"zustand": "catalog:"
Expand All @@ -101,11 +101,12 @@
"react-dom": "catalog:react19"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/cli": "catalog:components",
"@babel/preset-env": "catalog:storybook",
"@babel/preset-react": "catalog:storybook",
"@babel/preset-typescript": "catalog:storybook",
"@baseapp-frontend/config": "workspace:^",
"@baseapp-frontend/eslint-plugin": "workspace:*",
"@baseapp-frontend/test": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@chromatic-com/storybook": "catalog:storybook",
Expand Down Expand Up @@ -137,20 +138,18 @@
"babel-jest": "catalog:test",
"babel-loader": "catalog:storybook",
"babel-plugin-relay": "catalog:graphql",
"chalk": "catalog:dev-tools",
"chokidar": "catalog:dev-tools",
"css-loader": "catalog:storybook",
"cypress": "catalog:test",
"cypress-plugin-steps": "catalog:test",
"cypress-wait-until": "catalog:test",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"dotenv": "catalog:components",
"dotenv-cli": "catalog:components",
"eslint-plugin-storybook": "catalog:lint",
"execa": "catalog:dev-tools",
"get-graphql-schema": "catalog:graphql",
"html-webpack-plugin": "catalog:storybook",
"jest": "catalog:test",
"jest-environment-jsdom": "catalog:test",
"jotai": "catalog:",
"msw": "catalog:storybook",
"msw-storybook-addon": "catalog:storybook",
"postcss": "catalog:tailwind",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baseapp-frontend/config

## 2.1.13

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog

## 2.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/config",
"description": "Reusable configurations for eslint, prettier, jest and relay",
"version": "2.1.12",
"version": "2.1.13",
"files": [
".eslintrc.js",
".eslintrc-with-restricted-paths.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baseapp-frontend/design-system

## 1.1.1

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog
- Updated dependencies
- @baseapp-frontend/utils@4.0.2

## 1.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const Scrollbar = forwardRef<HTMLDivElement, ScrollbarProps>(({ children, sx, ..
return (
<StyledRootScrollbar>
<StyledScrollbar
// @ts-ignore TODO: check typing
scrollableNodeProps={{
ref,
}}
Expand Down
23 changes: 10 additions & 13 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/design-system",
"description": "Design System components and configurations.",
"version": "1.1.0",
"version": "1.1.1",
"sideEffects": false,
"scripts": {
"build": "rm -rf dist && tsc --build tsconfig.build.json",
Expand Down Expand Up @@ -88,9 +88,9 @@
"@emotion/cache": "catalog:material-ui",
"@emotion/react": "catalog:material-ui",
"@emotion/styled": "catalog:material-ui",
"@expo/vector-icons": "^14.0.4",
"@expo/vector-icons": "catalog:react-native",
"@gorhom/bottom-sheet": "catalog:react-native",
"@iconify/react": "^5.0.1",
"@iconify/react": "catalog:design-system",
"@mui/icons-material": "catalog:material-ui",
"@mui/lab": "catalog:material-ui",
"@mui/material": "catalog:material-ui",
Expand All @@ -100,20 +100,20 @@
"@react-native-async-storage/async-storage": "catalog:react-native",
"@react-navigation/drawer": "catalog:react-native",
"@react-navigation/native": "catalog:react-native",
"@shopify/flash-list": "^1.7.6",
"@shopify/flash-list": "catalog:design-system",
"@storybook/react": "catalog:storybook",
"color": "^4.2.3",
"color": "catalog:design-system",
"expo-image-picker": "catalog:react-native",
"expo-router": "catalog:react-native",
"framer-motion": "^11.2.10",
"framer-motion": "catalog:components",
"jotai": "catalog:",
"js-cookie": "catalog:",
"lodash": "catalog:",
"next": "catalog:",
"react-dropzone": "^14.2.3",
"react-dropzone": "catalog:design-system",
"react-hook-form": "catalog:",
"react-international-phone": "catalog:",
"react-lazy-load-image-component": "^1.6.2",
"react-lazy-load-image-component": "catalog:design-system",
"react-native": "catalog:react-native",
"react-native-gesture-handler": "catalog:react-native",
"react-native-paper": "catalog:react-native",
Expand All @@ -132,6 +132,7 @@
"@babel/preset-react": "catalog:storybook",
"@babel/preset-typescript": "catalog:storybook",
"@baseapp-frontend/config": "workspace:*",
"@baseapp-frontend/eslint-plugin": "workspace:*",
"@baseapp-frontend/test": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@chromatic-com/storybook": "catalog:storybook",
Expand All @@ -148,20 +149,16 @@
"@testing-library/jest-dom": "catalog:test",
"@testing-library/react": "catalog:test",
"@testing-library/user-event": "catalog:test",
"@types/color": "^4.2.0",
"@types/color": "catalog:design-system",
"@types/jest": "catalog:test",
"@types/js-cookie": "catalog:",
"@types/lodash": "catalog:",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"autoprefixer": "catalog:tailwind",
"babel-jest": "catalog:test",
"chalk": "catalog:dev-tools",
"chokidar": "catalog:dev-tools",
"chokidar-cli": "^3.0.0",
"css-loader": "catalog:storybook",
"eslint-plugin-storybook": "catalog:lint",
"execa": "catalog:dev-tools",
"jest": "catalog:test",
"jest-environment-jsdom": "catalog:test",
"postcss": "catalog:tailwind",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @baseapp-frontend/eslint-plugin

## 0.0.5

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/eslint-plugin",
"description": "Eslint custom rules for BaseApp.",
"version": "0.0.4",
"version": "0.0.5",
"source": "index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand All @@ -22,7 +22,7 @@
"@baseapp-frontend/tsconfig": "workspace:*",
"@types/eslint": "catalog:lint",
"@types/jest": "catalog:test",
"parcel": "^2.12.0",
"parcel": "catalog:eslint-plugin",
"ts-node": "catalog:test",
"typescript": "catalog:"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baseapp-frontend/graphql

## 1.3.4

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog
- Updated dependencies
- @baseapp-frontend/authentication@5.0.3
- @baseapp-frontend/utils@4.0.2

## 1.3.3

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/graphql",
"description": "GraphQL configurations and utilities",
"version": "1.3.3",
"version": "1.3.4",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down Expand Up @@ -30,6 +30,7 @@
},
"devDependencies": {
"@baseapp-frontend/config": "workspace:*",
"@baseapp-frontend/eslint-plugin": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@types/js-cookie": "catalog:",
"@types/react": "catalog:react19",
Expand Down
8 changes: 8 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baseapp-frontend/provider

## 2.0.16

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog
- Updated dependencies
- @baseapp-frontend/utils@4.0.2

## 2.0.15

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/provider",
"description": "Providers for React Query and Emotion.",
"version": "2.0.15",
"version": "2.0.16",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand All @@ -22,6 +22,7 @@
},
"devDependencies": {
"@baseapp-frontend/config": "workspace:*",
"@baseapp-frontend/eslint-plugin": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@types/lodash": "catalog:",
"@types/react": "catalog:react19",
Expand Down
8 changes: 8 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @baseapp-frontend/test

## 2.1.4

### Patch Changes

- moved dependencies from package.json to pnpm-workspace.yaml catalog
- set NEXT_PUBLIC_API_BASE_URL if it is not defined
- adapted mock functions to work with the template project

## 2.1.3

### Patch Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/test/__mocks__/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Set a default API base URL for tests if not already set
if (typeof process.env.NEXT_PUBLIC_API_BASE_URL === 'undefined') {
process.env.NEXT_PUBLIC_API_BASE_URL = ''
}

class MockResponse {
ok: boolean
status: number
Expand Down
5 changes: 3 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/test",
"description": "Test utils that extends React Testing Library.",
"version": "2.1.3",
"version": "2.1.4",
"main": "./index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand All @@ -18,7 +18,7 @@
"@emotion/react": "catalog:material-ui",
"@mui/material": "catalog:material-ui",
"@tanstack/react-query": "catalog:",
"axios-mock-adapter": "^1.22.0",
"axios-mock-adapter": "catalog:test",
"js-cookie": "catalog:",
"@storybook/react": "catalog:storybook"
},
Expand All @@ -27,6 +27,7 @@
},
"devDependencies": {
"@baseapp-frontend/config": "workspace:*",
"@baseapp-frontend/eslint-plugin": "workspace:*",
"@baseapp-frontend/tsconfig": "workspace:*",
"@testing-library/jest-dom": "catalog:test",
"@testing-library/react": "catalog:test",
Expand Down
Loading
Loading