Elliot DeNolf
94885f3c65
chore(deps): bump express ( #8408 )
...
Bump express to 4.21.0
2024-09-25 11:31:13 -04:00
Alessio Gravili
94d18e8d74
feat: upgrade react-toastify dependency, and upgrade to pnpm v9 in our monorepo ( #7667 )
2024-08-14 20:05:04 -04:00
Patrik
eca1517237
fix: deprecated inflight package ( #6558 )
...
Fixes #6492
2024-08-07 10:32:17 -04:00
James Mikrut
51474fa661
feat: allows mongoose schemaOptions to be configured ( #7099 )
...
## Description
This PR adds the ability to configure Mongoose's `schemaOptions`, which exposes more control about how Mongoose operates internally. For example, you can now disable `strict` mode in Mongoose to be able to preserve / surface data in MongoDB that is not reflected in Payload schemas.
- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
## Type of change
- [x] New feature (non-breaking change which adds functionality)
## Checklist:
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] Existing test suite passes locally with my changes
- [ ] I have made corresponding changes to the documentation
2024-07-16 12:58:55 -04:00
Patrik
025306f9e6
fix: unflattening json objects containing keys with periods ( #6834 )
...
## Description
Fixes #5378
Fixes an issue where the `unflatten` function would also unflatten json
objects when they contained a `.` in one of their keys
- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
## Checklist:
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] Existing test suite passes locally with my changes
2024-06-18 17:09:19 -04:00
Jacob Fletcher
b1c9dee840
chore(deps): regenerates lockfile
2024-06-18 09:53:34 -04:00
Alessio Gravili
e8165b79c5
chore: pin @swc/cli version. Versions higher than 0.2 are breaking ( #6814 )
2024-06-17 14:09:24 -04:00
Alessio Gravili
1c986a9832
fix: upgrade swc, fixing swc issues on linux ( #6809 )
...
Fixes https://github.com/payloadcms/payload/issues/6611
2024-06-17 11:58:42 -04:00
Alessio Gravili
e44ce819ce
fix: override ajv dependency version to 8.14.0 wherever possible ( #6618 )
...
ajv issue: https://github.com/ajv-validator/ajv/issues/2446
This also removes css-minimizer-webpack-plugin which is not used within
bundler-webpack
2024-06-04 10:54:42 -04:00
Alessio Gravili
4a54aa7776
fix: pin ajv to 8.14.0, as 8.15.0 is broken ( #6607 )
2024-06-03 20:22:24 -04:00
Patrik
a757635bc7
chore: db-example ( #6495 )
...
## Description
Adds `db-example` repo
- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
## Type of change
- [x] Chore (non-breaking change which does not add functionality)
## Checklist:
- [x] Existing test suite passes locally with my changes
---------
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
2024-05-24 12:16:34 -04:00
Patrik
c5514f1441
chore(bundler-webpack): updates webpack-dev-middleware dependency ( #6446 )
...
## Description
`pnpm audit` of `bundler-webpack` showed a high severity security issue
with the `webpack-dev-middleware` package
Updated package to latest to resolve.
- [x] I have read and understand the
[CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md )
document in this repository.
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
## Checklist:
- [x] Existing test suite passes locally with my changes
2024-05-21 16:08:00 -04:00
Elliot DeNolf
78aa957043
fix(plugin-object-ids): add webpack to dev deps
2024-05-10 11:02:29 -04:00
Patrik
cd06c022c0
feat(plugin-relationship-object-ids): adds plugin-relationship-object-ids package ( #6044 )
2024-05-10 10:39:47 -04:00
Jacob Fletcher
d0ba694c80
fix(deps): dedupes react ( #6058 )
2024-04-26 11:43:14 -04:00
Christian Gil
90d3f178ab
feat(live-preview-vue): Vue Hook for Live Preview ( #5925 )
2024-04-20 06:45:18 -04:00
Kendell Joseph
2c402cc65c
feat: json field schemas ( #5726 )
2024-04-19 10:45:40 -04:00
Jacob Fletcher
e47e544364
fix(plugin-seo): uses correct key for ukrainian translation ( #5873 )
2024-04-16 11:16:33 -04:00
Dan Ribbens
1ac943ed5e
fix: remove collection findByID caching ( #5034 )
2024-02-16 13:23:57 -05:00
Elliot DeNolf
b8cd1c6ba4
test(plugin-cloud-storage): add test against localstack
2024-02-16 11:31:12 -05:00
Alessio Gravili
0d18822062
feat(richtext-lexical)!: Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground ( #5066 )
...
* feat(richtext-lexical): Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground
* chore: upgrade lexical version used in monorepo
2024-02-12 17:54:50 +01:00
Alessio Gravili
ca70298436
chore: upgrade nodemon versions ( #5059 )
2024-02-12 14:11:57 +01:00
Elliot DeNolf
f651665f2f
chore(deps): add pnpm overrides for common packages ( #4980 )
...
* chore(deps): add pnpm overrides for common packages
* chore(deps): bump @swc/core for compat w/ latest typescript
2024-02-02 13:21:57 -05:00
Elliot DeNolf
5d3659d48a
fix(db-postgres): handle schema changes with supabase ( #4968 )
...
* fix(db-postgres): handle schema changes with supabase
* chore(deps): bump drizzle-orm for test suite
2024-02-02 11:29:32 -05:00
Alessio Gravili
90d7ee3e65
feat(richtext-lexical): Blocks: generate type definitions for blocks fields ( #4529 )
2024-01-30 16:51:18 +01:00
Dan Ribbens
a92c6334b6
chore(db-postgres): update drizzle-kit to 0.20.5-608ae62 and drizzle-orm to latest ( #4772 )
2024-01-16 13:35:07 -05:00
Elliot DeNolf
5cfde542b1
feat(plugin-cloud): use resend smtp instead of custom transport ( #4746 )
2024-01-10 12:22:02 -05:00
Alessio Gravili
5e083689d0
feat(plugin-seo)!: remove support for payload <2.7.0 ( #4765 )
2024-01-10 17:29:29 +01:00
Alessio Gravili
20bdd91da4
chore: upgrade @types/nodemailer from v6.4.8 to v6.4.14 ( #4733 )
2024-01-09 14:19:45 +01:00
Alessio Gravili
50502834c9
chore(richtext-lexical): upgrade lexical from v0.12.5 to v0.12.6 ( #4732 )
...
* chore(richtext-lexical): upgrade all lexical packages from 0.12.5 to 0.12.6
* fix(richtext-lexical): fix TypeScript errors
* fix indenting
2024-01-09 09:35:18 +01:00
Paul
0b80e4a403
chore: bump the mongodb-memory-server dependency to 9.x ( #4693 )
2024-01-05 09:35:35 -05:00
Alessio Gravili
00d8480062
fix: "The punycode module is deprecated" warning by updating nodemailer
2024-01-02 18:26:52 +01:00
Dan Ribbens
f2c8ac4a9a
feat(db-mongodb): add transactionOptions
2023-12-19 14:19:12 -05:00
Dan Ribbens
05e8914db7
fix(db-mongodb): documentDB unique constraint throws incorrect error ( #4513 )
2023-12-19 14:14:51 -05:00
Jacob Fletcher
b1f3582764
chore(plugin-redirects): lints and builds ( #4551 )
2023-12-18 14:25:32 -05:00
Jacob Fletcher
f51f8493c9
Merge branch 'main' into chore/plugin-seo
2023-12-18 11:50:10 -05:00
Jacob Fletcher
dd32f5e450
chore(plugin-seo): scaffolds tests ( #4531 )
2023-12-17 23:49:02 -05:00
Jacob Fletcher
303f0d6227
chore(plugin-search): scaffolds tests ( #4511 )
2023-12-14 13:06:19 -05:00
Jacob Fletcher
6d9110ec48
chore(plugin-stripe): scaffolds tests ( #4510 )
2023-12-14 11:56:33 -05:00
Alessio Gravili
c6c5cabfbb
feat(plugin-form-builder): Lexical support ( #4487 )
...
* chore(plugin-form-builder): upgrade dependencies
* chore(plugin-form-builder): update demo
* feat(plugin-form-builder): lexical support
* chore(plugin-form-builder): add yarn.lock
* chore(plugin-form-builder): undo changes to demo
* fix(plugin-form-builder): get plugin to build for payload 2.0
2023-12-13 16:14:14 +01:00
Alessio Gravili
057996766b
chore(deps): bump various devDependencies in workspace root ( #4433 )
2023-12-09 15:35:15 +01:00
Alessio Gravili
61dca16f91
chore(richtext-lexical): upgrade to lexical 0.12.5 and port over relevant playground changes ( #4415 )
2023-12-07 15:30:39 +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
Dan Ribbens
babe3dba6a
chore(db-postgres): add uuid to dependencies ( #4286 )
2023-11-28 09:08:08 -05:00
Elliot DeNolf
e68ca9363f
fix(plugin-cloud-storage): adjust webpack aliasing for pnpm ( #4228 )
2023-11-20 16:53:30 -05:00
Alessio Gravili
7857043d03
chore(richtext-lexical): Upgrade lexical packages
2023-11-18 12:37:28 +01:00
Alessio Gravili
989c10e0e0
feat: allow richtext adapters to control type generation, improve generated lexical types ( #4036 )
2023-11-16 11:36:20 -05:00
Elliot DeNolf
64136a6b17
test(plugin-sentry): add test components ( #4042 )
2023-11-07 16:02:24 -05:00
Elliot DeNolf
55c38a8934
test: plugin-sentry suite ( #4040 )
2023-11-07 13:51:40 -05:00
Elliot DeNolf
f41780ef33
chore: sync pnpm-lock.yaml
2023-11-07 12:45:25 -05:00