Elliot DeNolf
4e0dfd410d
chore(release): v3.0.0-beta.37 [skip ci]
2024-05-29 10:54:45 -04:00
Elliot DeNolf
e3222f2ac3
chore(release): v3.0.0-beta.36 [skip ci]
2024-05-23 13:35:19 -04:00
Alessio Gravili
35f961fecb
feat!: next.js 15, react 19, react compiler support ( #6429 )
...
**BREAKING:**
- bumps minimum required next.js version from `14.3.0-canary.68` to
`15.0.0-rc.0`
- bumps minimum required react and react-dom versions to `19.0.0
`(`19.0.0-rc-f994737d14-20240522` should be used)
- `@types/react` and `@types/react-dom` have to be bumped to
`npm:types-react@19.0.0-beta.2` using overrides and pnpm overrides, if
you want correct types. You can find an example of this here:
https://github.com/payloadcms/payload/pull/6429/files#diff-10cb9e57a77733f174ee2888587281e94c31f79e434aa3f932a8ec72fa7a5121L32
## Issues
- Bunch of todos for our react-select package which is having type
issues. Works fine, just type issues. Their type defs are importing JSX
in a weird way, we likely just have to wait until they fix them in a
future update.
2024-05-23 13:30:12 -04:00
Elliot DeNolf
3d7c8277d7
chore(release): v3.0.0-beta.35 [skip ci]
2024-05-21 10:51:19 -04:00
Elliot DeNolf
0d544dacdb
chore(release): v3.0.0-beta.34 [skip ci]
2024-05-17 16:12:46 -04:00
Elliot DeNolf
eeb689dd55
chore(release): v3.0.0-beta.33 [skip ci]
2024-05-17 14:59:23 -04:00
Alessio Gravili
9d5c0d350c
feat!: upgrade minimum next version to 14.3.0-canary.68 & upgrade react packages, react-toastify ( #6387 )
...
**BREAKING:**
- The minimum required next version is now 14.3.0-canary.68. This is
because we are migrating away from the deprecated
experimental.serverComponentsExternalPackages next config key to
experimental.serverExternalPackages, which is not available in older
next canaries
- The minimum `react` and `react-dom` versions have been bumped to
^18.2.0 or ^19.0.0. This matches the minimum react version recommended
by next
2024-05-17 12:48:37 -04:00
Elliot DeNolf
0e9bbecbee
chore(release): v3.0.0-beta.32 [skip ci]
2024-05-14 17:33:28 -04:00
Elliot DeNolf
f52607f3b5
chore(release): v3.0.0-beta.31 [skip ci]
2024-05-14 12:37:38 -04:00
Elliot DeNolf
a70bcf81c0
chore(release): v3.0.0-beta.30 [skip ci]
2024-05-10 17:10:18 -04:00
Elliot DeNolf
ffa20aa7d0
chore(release): v3.0.0-beta.29 [skip ci]
2024-05-09 17:19:54 -04:00
Elliot DeNolf
ec556360b6
chore(release): v3.0.0-beta.28 [skip ci]
2024-05-08 14:08:09 -04:00
Elliot DeNolf
e95eea694c
chore(release): v3.0.0-beta.27 [skip ci]
2024-05-08 13:33:55 -04:00
Elliot DeNolf
259ae674a1
chore(release): v3.0.0-beta.26 [skip ci]
2024-05-08 11:18:39 -04:00
Jacob Fletcher
e1ff92e8c6
chore(plugin-stripe)!: disables rest proxy by default ( #6230 )
2024-05-06 17:33:43 -04:00
Elliot DeNolf
892b884745
chore(release): v3.0.0-beta.25 [skip ci]
2024-05-06 13:02:08 -04:00
Elliot DeNolf
e8dd0a7daf
chore: more type updates ( #6234 )
2024-05-06 12:57:50 -04:00
Elliot DeNolf
453e331014
chore: package.json author consistency
2024-05-06 11:05:44 -04:00
Paul
7f72006020
chore(plugin-stripe)!: add types exports and rename types to be more consistent with other plugins ( #6216 )
...
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2024-05-06 10:37:44 -04:00
Elliot DeNolf
2ce65dc1e0
chore(release): v3.0.0-beta.24 [skip ci]
2024-05-03 14:56:47 -04:00
Elliot DeNolf
cb90e9f622
chore(release): v3.0.0-beta.23 [skip ci]
2024-05-02 16:05:19 -04:00
Elliot DeNolf
92a5da1006
chore: move stripe postman out of src [skip ci]
2024-05-02 15:50:44 -04:00
Paul
75a95469b2
feat(plugin-stripe): update plugin stripe for v3 ( #6019 )
2024-05-02 16:19:27 -03:00
Jacob Fletcher
a4e8795666
fix(deps): dedupes react ( #6064 )
2024-04-26 13:22:12 -04:00
Elliot DeNolf
df77152851
chore: add sort-package-json, sort all package.json files
2024-04-25 22:19:37 -04:00
Jarrod Flesch
22c53392a3
chore: improves types for payloadRequest ( #6012 )
2024-04-25 10:23:03 -04:00
Alessio Gravili
1853fde379
chore: upgrade typescript and "@types/"-prefixed packages
2024-04-06 15:35:09 -04:00
Elliot DeNolf
5d4bb10106
chore: update all package.json repository urls and homepage ( #5655 )
2024-04-04 12:02:08 -04:00
Alessio Gravili
7eab38afa7
fixes
2024-03-20 10:53:33 -04:00
Elliot DeNolf
1e10f021b5
chore: update all package.json main, types, exports, publishConfig
2024-03-19 00:45:50 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Alessio Gravili
4300c3d550
chore: add missing .prettierignore files. Without them, folders like "dist" would not be excluded on a package-level despite a root-level .prettierignore being present
2024-03-14 22:48:27 -04:00
Dan Ribbens
04fcf57d0a
Fix/alpha/int tests ( #5311 )
...
* chore: converts dynamic imports to esm require
* chore: adjusts require and import usage
* chore: reverts bin script change
* chore: adjust dataloaded tests to use slate editor
* fix: converts custom auth strategy
* chore: fixes to form builder int test config
* chore: adjusts plugin-stripe and int tests
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-03-12 16:27:43 -04:00
Alessio Gravili
da1326a336
chore: eslint perf improvements for test suite, make use of cascading for all eslint configs to minimize duplicative rule
2024-03-12 09:15:38 -04:00
James Mikrut
03756c4210
Merge pull request #5286 from payloadcms/feat/pre-compile-css
...
Feat/pre compile css
2024-03-10 14:06:10 -04:00
James
ec8c7e5c2c
chore: finishes css pre-compilation
2024-03-10 13:53:37 -04:00
Dan Ribbens
a742f82370
chore: plugins peerDependencies payload workspace
2024-03-10 11:43:13 -04:00
Alessio Gravili
b70bf81d6c
chore: fix all eslint configs to work with esm
2024-03-06 12:48:15 -05:00
James
f51434880f
chore: add type: module to all packages
2024-03-06 11:27:45 -05:00
Elliot DeNolf
6d89f2160d
ci: proper dependency graph for turbo to build in right order
2024-02-29 16:55:30 -05:00
Elliot DeNolf
6ff42d1627
ci: fixed versioning ( #5214 )
...
* chore(deps): add lerna-lite
* feat: update-1
* feat(db-mongodb): update 2
* chore: lerna init
* chore: add version option to lerna config
* chore(ci): add gh usernames to changelog and user root package.json for version
* chore(ci): whitelist poc branches
* chore(ci): add contributors section
* chore(ci): use turbo for prepublishOnly scripts, enable caching
* chore(deps): update turborepo, add execa
* feat(plugin-stripe): adjust type import
* chore: remove lerna-lite
* chore(ci): new and improved release script for fixed versioning
* chore: remove unused lerna-lite packages
* chore: sync root package.json version
* chore: remove remnants of bundler packages
* chore(plugin-seo): update packagea.json from main, disable build
* chore: disable turbo caching
* chore(ci): update release script
* chore: sync pnpm-lock.yaml
* chore: ci cleanup
2024-02-29 16:01:51 -05:00
Elliot DeNolf
a66d023f84
chore: more reference and export fixes
2024-02-29 11:52:19 -05:00
Jarrod Flesch
65081d995e
chore: correct broken int test import paths
2024-02-22 16:19:40 -05:00
Jarrod Flesch
56c766c7b8
feat: adds i18n functionality within Rest API, Local and Client contexts ( #4749 )
2024-01-09 14:37:17 -05:00
Jacob Fletcher
1c6174ecb5
docs: adds stripe plugin docs ( #4528 )
2023-12-16 13:40:55 -05:00
Jacob Fletcher
6d9110ec48
chore(plugin-stripe): scaffolds tests ( #4510 )
2023-12-14 11:56:33 -05:00
Alessio Gravili
293cee6f90
chore(plugin-stripe): rename build script to _build ( #4344 )
2023-12-01 10:04:37 +01:00
Patrik
37b765cce8
fix(plugin-stripe): vite support ( #4279 )
...
* chore: updates export of stripe plugin & bumps payload versions
* chore: handles type errors
* chore: adds alias for stripeREST & strepWebhooks
* fixes issues with bundling within demo
* chore: defaults plugin-stripe demo to use vite bundler
* chore: updates pnpm lock file
* chore: removes yarn lock file from plugin-stripe demo
* chore: bumps payload in demo & cleans up demo config
* chore: updates pnpm lock file
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-28 14:12:18 -05:00
Elliot DeNolf
c4561a4390
chore: proper clean scripts
2023-10-25 15:05:14 -04:00
Elliot DeNolf
8fe712cb66
chore(release): plugin-stripe/0.0.16 [skip ci]
2023-10-25 13:28:10 -04:00