dependabot[bot]
d01c586a90
chore(deps): bump express in /examples/draft-preview/payload ( #5538 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:55:42 -04:00
dependabot[bot]
caa0d7cf0d
chore(deps): bump express in /examples/auth/payload ( #5539 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:55:36 -04:00
dependabot[bot]
c40b5a1784
chore(deps): bump express in /examples/live-preview/payload ( #5542 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:55:29 -04:00
dependabot[bot]
b0869ea0ed
chore(deps): bump express in /examples/form-builder/payload ( #5543 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:55:22 -04:00
dependabot[bot]
00faebed4b
chore(deps): bump express in /examples/nested-docs/payload ( #5547 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:55:07 -04:00
dependabot[bot]
638a35a2e7
chore(deps): bump express from 4.18.2 to 4.19.2 in /examples/hierarchy ( #5552 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:54:58 -04:00
Alessio Gravili
44bca2ed36
Merge pull request #5622 from payloadcms/fix/lexical-html-conversion
2024-04-03 09:53:30 -04:00
Alessio Gravili
fa90cec758
docs(richtext-lexical): clarify that HTML generation has to happen on the server
2024-04-03 09:52:31 -04:00
Alessio Gravili
2164dcc594
fix(richtext-lexical): disable instanceof HTMLImageElement check as it causes issues when used on the server
2024-04-03 09:50:46 -04:00
Jessica Chowdhury
a3ae416085
fix: number field with hasMany accept defaultValue array ( #5618 )
2024-04-03 08:05:17 -04:00
Alessio Gravili
02d2c51717
feat(richtext-*): add ability to provide custom Field and Error components ( #5574 )
2024-03-31 20:57:30 -04:00
Alessio Gravili
b3503e3dce
docs(richtext-slate): update outdated code example ( #5572 )
2024-03-31 17:49:17 -04:00
Alessio Gravili
2e5400fa7a
fix(richtext-lexical): checklist html converter incorrectly outputting children ( #5570 )
2024-03-31 16:23:40 -04:00
Alessio Gravili
48dc116f57
fix(richtext-lexical): properly center add- and drag-block handles ( #5568 )
2024-03-31 16:03:51 -04:00
Dan Ribbens
9b2ba7cc0e
chore: fix test config defaultValue typo ( #5562 )
2024-03-29 17:56:21 -04:00
Dan Ribbens
916923071a
fix(db-postgres): error on delete having joins ( #5459 )
...
* chore(db-postgres): reduce duplicate lines of code
* chore(db-postgres): fix deleteOne regression
* chore(db-postgres): missing await
2024-03-26 14:00:46 -04:00
Dan Ribbens
3ceb6efd32
fix: regression of filterOptions using different transaction ( #5169 )
2024-03-25 11:13:49 -04:00
Dan Ribbens
8184e0005a
fix: image resize tiff files ( #5415 )
2024-03-25 10:50:02 -04:00
Tylan Davis
1c0d43c61a
fix(docs): broken links ( #5340 )
...
* fix: broken links
* fix: another broken link
2024-03-15 10:35:25 -04:00
Alessio Gravili
0eb7b44735
chore(eslint-config-payload): improve @typescript-eslint/no-unused-vars rule ( #4793 )
2024-03-12 12:44:36 -04:00
geisterfurz007
c038acb3a4
chore: fix typescript hallucinations ( #4559 )
...
* chore: fix typescript halluzinations
* chore: remove another unused ts-expect-error directive
2024-03-10 01:30:01 -05:00
Jarrod Flesch
f8c2ccf6b1
chore(examples/multi-tenant): updates readme, fixes payload.init
2024-03-10 00:38:51 -05:00
Akhil Naidu
e6092fd36c
docs: improve naming for afterForgotPassword hook example code ( #5062 )
2024-03-10 00:22:58 -05:00
Max Morozov
e0eae77758
docs: fix typo ( #5052 )
2024-03-10 00:12:29 -05:00
mhjmaas
0780ff22bb
chore(translations): NL mistranslation of crop from "gewas" to "bijsnijden"
2024-03-07 22:58:08 -05:00
Alessio Gravili
e7f6bfbe9d
fix(richtext-lexical): Blocks: generated output schema is not fully correct ( #5259 )
2024-03-07 13:27:27 -05:00
Fabian Aggeler
23df60dba5
fix(richtext-lexical): Link: add open-in-new-tab to html converter
2024-03-07 13:22:02 -05:00
Dan Ribbens
8919b86571
chore(ecommerce-template): fix duplicate cart update calls ( #5228 )
2024-03-05 10:51:50 -05:00
dependabot[bot]
8104fac5ed
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/whitelabel ( #5128 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:25:00 -05:00
dependabot[bot]
59ef1263a5
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/auth/payload ( #5134 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:24:53 -05:00
dependabot[bot]
813e3dbc98
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/redirects/payload ( #5138 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:24:45 -05:00
dependabot[bot]
12a23092e1
chore(deps): bump ip from 1.1.8 to 1.1.9 in /examples/email ( #5127 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:24:23 -05:00
dependabot[bot]
4a49beb552
chore(deps): bump ip from 2.0.0 to 2.0.1 in /templates/blank ( #5129 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:24:14 -05:00
dependabot[bot]
80530c666e
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/multi-tenant ( #5130 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:24:09 -05:00
dependabot[bot]
f53e2df951
chore(deps): bump ip from 2.0.0 to 2.0.1 in /templates/website ( #5131 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:24:01 -05:00
dependabot[bot]
db58e2bab2
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/custom-server ( #5132 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:56 -05:00
dependabot[bot]
d88e97e123
chore(deps): bump ip in /examples/draft-preview/payload ( #5133 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:48 -05:00
dependabot[bot]
bb72e506e6
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/testing ( #5135 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:40 -05:00
dependabot[bot]
b1f727fd6a
chore(deps): bump ip in /examples/live-preview/payload ( #5136 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:33 -05:00
dependabot[bot]
72af18229b
chore(deps): bump ip in /examples/form-builder/payload ( #5137 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:27 -05:00
dependabot[bot]
af52b526c8
chore(deps): bump ip in /examples/nested-docs/payload ( #5139 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:17 -05:00
dependabot[bot]
60525623bf
chore(deps): bump ip from 2.0.0 to 2.0.1 in /examples/hierarchy ( #5140 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:23:11 -05:00
dependabot[bot]
0fba582926
chore(deps): bump ip from 2.0.0 to 2.0.1 in /templates/ecommerce ( #5126 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 11:22:49 -05:00
Elliot DeNolf
5d1cad3adb
chore(release): db-postgres/0.7.0 [skip ci]
db-postgres/0.7.0
2024-02-23 14:31:55 -05:00
Elliot DeNolf
e31f72da8e
chore(release): plugin-nested-docs/1.0.12 [skip ci]
plugin-nested-docs/1.0.12
2024-02-23 14:31:26 -05:00
Elliot DeNolf
7aa058d604
chore(release): db-mongodb/1.4.3 [skip ci]
db-mongodb/1.4.3
2024-02-23 14:31:11 -05:00
Elliot DeNolf
64e80d242e
chore(release): payload/2.11.2 [skip ci]
payload/2.11.2
v2.11.2
2024-02-23 14:29:37 -05:00
Dan Ribbens
e8f2ca484e
feat(db-postgres): configurable custom schema to use ( #5047 )
...
* feat(db-postgres): configurable custom schema to use
* test(db-postgres): use public schema
* chore(db-postgres): simplify drop schema
* chore: add postgres-custom-schema test to ci
* chore: add custom schema to postgres ci
* chore(db-postgres): custom schema in migrate
* chore: ci postgres wait condition
2024-02-23 12:48:06 -05:00
Dan Ribbens
ceca5c4e97
fix(db-postgres): set _parentID for array nested localized fields ( #5117 )
...
* fix(db-postgres): find missing path for nested arrays
* fix(db-postgres): set _parentID for array nested localized fields
* fix: afterRead fallbackLocale causing locale data loss
* chore(richtext-lexical): updated args to match payload type change
* test: simplify localization e2e duplicate
2024-02-23 12:44:30 -05:00
Dan Ribbens
ee13736288
chore(plugin-nested-docs): payload added to peerDependencies ( #5143 )
2024-02-23 12:37:42 -05:00