2.23.0: Enforce Policies API for invitations and creating accounts; added WeakPassword handling; Fix dialog open/closed states (#439)
* chore: bump version to 2.22.1 and update dependencies - Updated application version from 2.22.0 to 2.22.1 in package.json. - Updated various dependencies including @marsidev/react-turnstile to 1.4.1, @stripe/react-stripe-js to 5.4.1, @stripe/stripe-js to 8.6.1, and react-hook-form to 7.70.0. - Adjusted lucide-react version to be referenced from the catalog across multiple package.json files. - Enhanced consistency in pnpm-lock.yaml and pnpm-workspace.yaml with updated package versions. * chore: bump version to 2.23.0 and update dependencies - Updated application version from 2.22.1 to 2.23.0 in package.json. - Upgraded turbo dependency from 2.7.1 to 2.7.3 in package.json and pnpm-lock.yaml. - Enhanced end-to-end testing documentation in AGENTS.md and CLAUDE.md with instructions for running tests. - Updated AuthPageObject to use a new secret for user creation in auth.po.ts. - Refactored team ownership transfer and member role update dialogs to close on success. - Improved error handling for weak passwords in AuthErrorAlert component. - Adjusted database schemas and tests to reflect changes in invitation policies and role management.
This commit is contained in:
committed by
GitHub
parent
5237d34e6f
commit
d5dc6f2528
@@ -4,21 +4,26 @@ packages:
|
||||
- tooling/*
|
||||
|
||||
catalog:
|
||||
'@marsidev/react-turnstile': 1.4.1
|
||||
'@next/bundle-analyzer': 16.1.1
|
||||
'@next/eslint-plugin-next': 16.1.1
|
||||
'@stripe/react-stripe-js': 5.4.1
|
||||
'@stripe/stripe-js': 8.6.1
|
||||
'@supabase/supabase-js': 2.89.0
|
||||
'@tailwindcss/postcss': 4.1.18
|
||||
'@tanstack/react-query': 5.90.12
|
||||
'@tanstack/react-query': 5.90.16
|
||||
'@types/node': 25.0.3
|
||||
'@types/react': 19.2.7
|
||||
'@types/react-dom': 19.2.3
|
||||
eslint-config-next: 16.1.1
|
||||
lucide-react: 0.562.0
|
||||
next: 16.1.1
|
||||
react: 19.2.3
|
||||
react-dom: 19.2.3
|
||||
react-hook-form: 7.69.0
|
||||
react-i18next: 16.5.0
|
||||
supabase: 2.70.3
|
||||
react-hook-form: 7.70.0
|
||||
react-i18next: 16.5.1
|
||||
stripe: 20.1.1
|
||||
supabase: 2.71.1
|
||||
tailwindcss: 4.1.18
|
||||
tw-animate-css: 1.4.0
|
||||
zod: 3.25.76
|
||||
|
||||
Reference in New Issue
Block a user