Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new release #353

Merged
merged 33 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c770652
fix(deps): update dependency @hookform/resolvers to ^3.4.0 (#345)
renovate[bot] May 15, 2024
d046ff5
chore(deps): update dependency drizzle-kit to ^0.21.2 (#342)
renovate[bot] May 15, 2024
d6b82f8
fix(deps): update dependency @tanstack/react-table to ^8.17.3 (#343)
renovate[bot] May 15, 2024
b5ec745
chore(deps): update dependency @types/node to ^20.12.12 (#339)
renovate[bot] May 15, 2024
382a0cb
fix(deps): update trpc monorepo to v11.0.0-rc.370 (#340)
renovate[bot] May 15, 2024
0b83831
fix(deps): update dependency framer-motion to ^11.2.0 (#341)
renovate[bot] May 15, 2024
fc76534
fix(deps): update dependency @upstash/redis to ^1.31.1 (#346)
renovate[bot] May 15, 2024
310eb33
fix(deps): update dependency framer-motion to ^11.2.2 (#348)
renovate[bot] May 15, 2024
9a2b588
fix(deps): update tanstack-query monorepo to ^5.36.1 (#347)
renovate[bot] May 15, 2024
57a0f8d
fix(deps): update tanstack-query monorepo to ^5.36.2 (#349)
renovate[bot] May 15, 2024
d256e70
fix(deps): update trpc monorepo to v11.0.0-rc.373 (#351)
renovate[bot] May 16, 2024
a1ebac2
fix(deps): update dependency framer-motion to ^11.2.3 (#350)
renovate[bot] May 16, 2024
30362da
feat: add userId field to employees table and create a relation with …
CarlosPavajeau May 16, 2024
80e4cac
feat: create an employee on new store
CarlosPavajeau May 16, 2024
5952854
refactor: update employee ID length validation
CarlosPavajeau May 16, 2024
5034a7d
refactor: update db:push command
CarlosPavajeau May 16, 2024
b937fc9
refactor: update employee column accessors
CarlosPavajeau May 16, 2024
d32446c
refactor(stores): add userId when create owner
CarlosPavajeau May 16, 2024
30d09e1
feat: Add package-manager-strict=false to .npmrc file
CarlosPavajeau May 17, 2024
65acd6a
fix(deps): update dependency framer-motion to ^11.2.4 (#352)
renovate[bot] May 17, 2024
4bbfbe6
refactor: update employee column accessors
CarlosPavajeau May 17, 2024
035f2c3
refactor(employees): always insert or update
CarlosPavajeau May 17, 2024
bef7503
feat: add employee store invitation email template
CarlosPavajeau May 17, 2024
cf1a56b
feat: send store invitation email to employee on creation
CarlosPavajeau May 17, 2024
0a33a99
refactor: update employee URL for store invitation
CarlosPavajeau May 17, 2024
ffd8fc0
refactor: create a primary key for employee_store
CarlosPavajeau May 17, 2024
a26c3f5
feat: ddd linkToStore mutation for linking employees to stores
CarlosPavajeau May 17, 2024
74b5997
refactor: add default layout to store page
CarlosPavajeau May 17, 2024
74612bd
refactor: update callback URL in signin-button component
CarlosPavajeau May 17, 2024
b464240
refactor: update linkToStore mutation to handle employee linking and …
CarlosPavajeau May 17, 2024
2623e76
refactor: add accept invitation to store page
CarlosPavajeau May 17, 2024
5109620
refactor: update employee-store-invitation.tsx to use consistent inde…
CarlosPavajeau May 17, 2024
20b8f91
refactor: update employeesRouter to handle store not found error and …
CarlosPavajeau May 17, 2024
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-manager-strict=false
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "next build",
"db:push": "drizzle-kit push:pg",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@auth/drizzle-adapter": "^1.1.0",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -32,22 +32,22 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.17",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-query-devtools": "^5.36.0",
"@tanstack/react-table": "^8.17.0",
"@trpc/client": "11.0.0-rc.366",
"@trpc/next": "11.0.0-rc.366",
"@trpc/react-query": "11.0.0-rc.366",
"@trpc/server": "11.0.0-rc.366",
"@tanstack/react-query": "^5.36.2",
"@tanstack/react-query-devtools": "^5.36.2",
"@tanstack/react-table": "^8.17.3",
"@trpc/client": "11.0.0-rc.373",
"@trpc/next": "11.0.0-rc.373",
"@trpc/react-query": "11.0.0-rc.373",
"@trpc/server": "11.0.0-rc.373",
"@uidotdev/usehooks": "^2.4.1",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.30.1",
"@upstash/redis": "^1.31.1",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.10",
"framer-motion": "^11.1.9",
"framer-motion": "^11.2.4",
"jsbarcode": "^3.11.6",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
Expand All @@ -71,15 +71,15 @@
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.21.1",
"drizzle-kit": "^0.21.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-drizzle": "^0.2.3",
Expand Down
Loading
Loading