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

Update dependency @payloadcms/richtext-lexical to v3.18.0 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@payloadcms/richtext-lexical (source) 3.15.1 -> 3.18.0 age adoption passing confidence

Release Notes

payloadcms/payload (@​payloadcms/richtext-lexical)

v3.18.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • updates field validation error messages to use labels if applicable (#​10601) (ad553e9)
  • delete scheduled publish jobs when deleting documents (#​10584) (05b9d94)
  • UpsertArgs is not exported in payload (#​9347) (7a392dd)
  • form state read access control args (#​10576) (05b03b2)
  • missing find collection versions REST endpoint (#​10573) (120735c)
  • basePath was not passed through if method was overriden (#​10562) (90e1843)
  • db-mongodb: incorrect errors logging due to invalid logic in handleError (#​10575) (9043b10)
  • payload-cloud: add ts strict mode and fix a couple of wrong runtime behaviors (#​10570) (16ad7a6)
  • plugin-seo: loosen some types to restore compatibility between minor versions (#​10670) (9c29541)
  • plugin-stripe: hooks did not use api key from plugin config (#​10671) (d2f63dc)
  • richtext-lexical: setting hideInsertParagraphAtEnd to true did not hide insert paragraph button (#​10581) (8ab05b0)
  • richtext-lexical: inline blocks did not store nested fields correctly (#​10578) (61117ee)
  • richtext-lexical: ensure jsx and html converters do not output linebreak if editor is empty (#​10563) (df4af70)
  • richtext-slate: link and upload extra field drawers did not render fields if collection has unrelated access control set (#​10583) (ecf0572)
  • ui: renders custom block row labels (#​10686) (6c19579)
  • ui: fixed many bugs in the WhereBuilder relationship select menu (#​10553) (56667cd)
  • ui: replace hard coded path to API with serverURL and routes.api (#​10618) (5a95237)
  • ui: placement issue with sonner toasts (#​10641) (f1cc8bd)
  • ui: show outline on focus for sort column buttons (#​9557) (818467d)
⚡ Performance
  • list view table should not send duplicative client CollectionConfig to client (#​10664) (823e223)
  • ensure deepCopy in beforeValidate hook does not run unnecessarily for rest and graphQL API (#​10666) (b69fe99)
  • optimize getEntityConfig lookups (#​10665) (c07c9e9)
  • remove deepCopying in sanitizeJoinQuery, optimize flattenWhereToOperators (#​10663) (91ed882)
  • operations performance optimizations (#​10609) (42382b6)
  • reduce document data deepCopying in field hooks (#​10610) (116fd99)
  • do not send minRows and maxRows undefined values to client (#​10600) (0a1cf7b)
  • ensure unnecessary config translations are not sent to the client (#​10524) (3fb6ac3)
  • significantly reduce form state response size by up to 3x (#​9388) (31ae27b)
  • richtext-lexical: ensure internal link nodes do not store url field, and vice versa (#​10564) (5d6c29f)
  • ui: remove unnecessary deepCopy in reduceToSerializableFields (#​10667) (a98a398)
  • ui: speed up list view rendering, ensure root layout does not re-render when navigating to list view (#​10607) (fafe37e)
📚 Documentation
🧪 Tests
📝 Templates
  • form fields will now respect 'required' flag from config on website template (#​10681) (2d70269)
  • add cache tag to images so that they can be revalidated along with the page on website templates (#​10647) (7d10e1b)
  • bump for v3.17.1 (#​10560) (592f02b)
📓 Examples
🔨 Build
⚙️ CI
  • update canary script for tools dir (711febc)
  • add multi-tenant plugin to publish list (076ffa2)
  • disable integration tests retrying (#​10615) (28b7c04)
  • access sha in dispatch event (5ee36fc)
  • dispatch event (f306785)
  • scripts: publish-canary script always bump minor, more realistic [skip ci][skip lint] (4629784)
🏡 Chores
🤝 Contributors

v3.17.1

Compare Source

Important

This release upgrades the lexical dependency from 0.20.0 to 0.21.0. If you installed lexical manually, update it to 0.21.0. Installing lexical manually is not recommended, as it may break between updates, and our re-exported versions should be used. See the yellow banner box for details.

If you still encounter richtext-lexical errors, delete node_modules and your lockfile (e.g. pnpm-lock.json), then reinstall (e.g. pnpm install). Some package managers do not update the lexical peerdep automatically, likely due to a bug on their end.

🐛 Bug Fixes
  • richtext-lexical: incorrect lexical version in dependency checker (#​10559) (878763b)
🤝 Contributors

v3.17.0

Compare Source

Important

Please upgrade to 3.17.1. In 3.17.0, you may encounter richtext-lexical dependency checker errors during development.

🚀 Features
  • delete scheduled published events (#​10504) (f95d6ba)
  • add ability to disable cache tags for admin thumbnails (#​10319) (6b051bd)
  • consolidates logic in update and updateByID operations (#​9998) (690e99f)
  • richtext-lexical: add new paragraph button below the editor (#​10530) (6757f7d)
  • richtext-lexical: respect imageURL for blocks and inline blocks (#​10532) (ab564d3)
  • richtext-lexical: upgrade lexical from 0.20.0 to 0.21.0. Fixes table selection & scrollable table bugs (#​10501) (04733f0)
🐛 Bug Fixes
  • respect res header immutability (#​10554) (5cfb1da)
  • better messaging when no arg passed to payload cli (#​10550) (9278eec)
  • aligns first render for hydration of dates in list view (#​10541) (cc13ae7)
  • rest api with Next.js basePath option (#​10535) (04a8083)
  • localized tabs with empty data and an array field inside lead to crash in afterChange (#​10410) (1af7d87)
  • cpa: proper debug logging (#​10549) (9004205)
  • next: ensures req.locale is populated before running access control (#​10533) (afcc970)
  • richtext-lexical: error when deleting links (#​10557) (9631060)
  • richtext-lexical: insert paragraph at end button overlaps floating link toolbar (#​10552) (6ada450)
  • richtext-lexical: remove alteration of lexical text format constant (#​10415) (69fac59)
  • richtext-lexical: combine 2 normalizeMarkdown implementations and fix code block regex (#​10470) (0252681)
  • richtext-lexical: editor placeholder had incorrect padding set for small viewports (#​10531) (26711a7)
  • richtext-lexical: adds support for localized placeholder (#​10523) (dc6d79e)
  • richtext-lexical: lexical editor behind a drawer was incorrectly registered as parent editor of lexical editor within drawer (#​10502) (fd96a9a)
  • translations: update etTranslations type to DefaultTranslationsObject (#​10358) (2e0595b)
  • ui: reset pagination when typing in WhereBuilder select menu (#​10551) (a3ef5ee)
  • ui: passes serverProps to custom label components within table columns (#​10547) (6848cf4)
  • ui: scheduled publish not showing related events in postgres (#​10481) (c9584a9)
  • ui: table custom label missing client field props (#​10540) (415fbf1)
  • ui: fixed issue with updatedAt timestamps not updating in the UI when drafts are updated (#​10503) (082c4f0)
🛠 Refactors
  • improve error logging during onInit and website template seed (#​10528) (142c504)
  • next: cleans up initPage through initReq overrides and consolidated return types (#​10449) (c850bd4)
📚 Documentation
📝 Templates
⚙️ CI
🏡 Chores
🤝 Contributors

v3.16.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • collection access endpoint optional ID and use 404 for not found response (#​10487) (225c24d)
  • do not autorun jobs during next build process (#​10483) (d8f4f06)
  • properly validates preferences json (#​10465) (6a262ab)
  • schedule publish allowed before saving draft (#​10461) (3349a4c)
  • next: properly instantiates locale context (#​10451) (a78bc6c)
  • payload-cloud: infinite recursion on init (#​10467) (34a0d00)
  • richtext-lexical: respect defaultValue config of link feature url and linkType fields (#​10498) (4fc6956)
  • richtext-lexical: properly handle error if blocks or inline blocks are not found (#​10497) (e0df0d6)
  • richtext-lexical: update Thai translations for blockquote and horizontal rule (#​10469) (8d5d2d1)
  • richtext-lexical: allow external state mutation of block node from outside the form (#​10486) (4c96028)
  • richtext-lexical: inline Block drawers opened when document mounts (#​10480) (bdb96dd)
  • ui: disables form during locale change (#​8705) (f4596fc)
  • ui: stale doc status when publishing, reverting and unpublishing (#​10405) (17e7ee2)
  • ui: removes edit drawer button from uploads collection edit view (#​10426) (9701fc6)
📚 Documentation
📝 Templates
  • adjusted the cron job schedule so its compatible with hobby tiers as well (#​10457) (d9ff2e0)
  • add support for scheduled publish to the website template [no lint] (#​10455) (7321f9f)
🏡 Chores
🤝 Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.9.0 Update dependency @payloadcms/richtext-lexical to v3.10.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch 2 times, most recently from a9e856d to 8ffaa6c Compare December 21, 2024 14:17
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.10.0 Update dependency @payloadcms/richtext-lexical to v3.11.0 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from 8ffaa6c to b559bbe Compare December 28, 2024 19:01
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.11.0 Update dependency @payloadcms/richtext-lexical to v3.12.0 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from b559bbe to fe4fdf7 Compare January 6, 2025 12:50
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.12.0 Update dependency @payloadcms/richtext-lexical to v3.14.0 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from fe4fdf7 to 0ff89d4 Compare January 8, 2025 14:25
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.14.0 Update dependency @payloadcms/richtext-lexical to v3.15.1 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from 0ff89d4 to de6cf8c Compare January 8, 2025 14:51
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.15.1 Update dependency @payloadcms/richtext-lexical to v3.15.1 - autoclosed Jan 8, 2025
@renovate renovate bot closed this Jan 8, 2025
@renovate renovate bot deleted the renovate/payloadcms-richtext-lexical-3.x branch January 8, 2025 15:08
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.15.1 - autoclosed Update dependency @payloadcms/richtext-lexical to v3.15.1 Jan 11, 2025
@renovate renovate bot reopened this Jan 11, 2025
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from e8d7a33 to de6cf8c Compare January 11, 2025 06:01
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.15.1 Update dependency @payloadcms/richtext-lexical to v3.16.0 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from de6cf8c to 271e9d0 Compare January 11, 2025 09:53
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.16.0 Update dependency @payloadcms/richtext-lexical to v3.17.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch 2 times, most recently from 652d8c6 to 20e6c40 Compare January 14, 2025 01:36
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.17.0 Update dependency @payloadcms/richtext-lexical to v3.17.1 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/payloadcms-richtext-lexical-3.x branch from 20e6c40 to 362a5a5 Compare January 21, 2025 00:57
@renovate renovate bot changed the title Update dependency @payloadcms/richtext-lexical to v3.17.1 Update dependency @payloadcms/richtext-lexical to v3.18.0 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants