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

fix(deps): Update dev-non-major #7510

Merged
merged 1 commit into from
Sep 16, 2024
Merged

fix(deps): Update dev-non-major #7510

merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@portabletext/editor (source) ^1.0.19 -> ^1.1.0 age adoption passing confidence
babel-plugin-react-compiler (source) 0.0.0-experimental-7449567-20240905 -> 0.0.0-experimental-de2cfda-20240912 age adoption passing confidence
next (source) 14.2.9 -> 14.2.11 age adoption passing confidence

Release Notes

portabletext/editor (@​portabletext/editor)

v1.1.0

Features
  • editor: support annotations across blocks, annotations and decorators (50266f5)
Bug Fixes
  • editor: a collapsed selection can now toggle off an entire annotation (dbc1cee)
  • editor: allow empty block to be decorated (d944641)
  • editor: allow trailing empty line in a cross-selected to be decorated (5f8866d)
  • editor: assign new keys to annotations split across blocks (5976628)
  • editor: avoid extra newline when splitting block at the edge of decorator (0fd05f0)
  • editor: dedupe markDefs based on their _key (c81525b)
  • editor: make sure text blocks always have markDefs (0ec7e70)
  • editor: preserve decorator when splitting block at the beginning (fa76d4b)
  • editor: pressing backspace before a block object now deletes it (4c6474c)
facebook/react (babel-plugin-react-compiler)

v0.0.0-experimental-de2cfda-20240912

Compare Source

v0.0.0-experimental-da85dca-20240809

Compare Source

v0.0.0-experimental-c23de8d-20240515

Compare Source

v0.0.0-experimental-9e9694c-20240827

Compare Source

v0.0.0-experimental-9e9694c-20240826

Compare Source

v0.0.0-experimental-938cd9a-20240601

Compare Source

v0.0.0-experimental-8d2bec7-20240812

Compare Source

v0.0.0-experimental-7d62301-20240822

Compare Source

v0.0.0-experimental-7d62301-20240821

Compare Source

v0.0.0-experimental-7d62301-20240819

Compare Source

vercel/next.js (next)

v14.2.11

Compare Source

v14.2.10

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner September 16, 2024 08:15
@renovate renovate bot requested review from rexxars and removed request for a team September 16, 2024 08:15
@renovate renovate bot enabled auto-merge September 16, 2024 08:15
Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
page-building-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 8:34am
performance-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 8:34am
test-compiled-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 8:34am
test-next-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 8:34am
test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 8:34am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Sep 16, 2024 8:34am

Copy link

Copy link
Contributor

No changes to documentation

Copy link
Contributor

Component Testing Report Updated Sep 16, 2024 8:30 AM (UTC)

✅ All Tests Passed -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx ✅ Passed (Inspect) 43s 15 0 0
formBuilder/ArrayInput.spec.tsx ✅ Passed (Inspect) 8s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ✅ Passed (Inspect) 30s 6 0 0
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx ✅ Passed (Inspect) 36s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx ✅ Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx ✅ Passed (Inspect) 17s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx ✅ Passed (Inspect) 10s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx ✅ Passed (Inspect) 3m 0s 0 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx ✅ Passed (Inspect) 44s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx ✅ Passed (Inspect) 1m 45s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx ✅ Passed (Inspect) 1m 15s 18 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx ✅ Passed (Inspect) 9s 3 9 0
formBuilder/inputs/PortableText/RangeDecoration.spec.tsx ✅ Passed (Inspect) 26s 9 0 0
formBuilder/inputs/PortableText/Styles.spec.tsx ✅ Passed (Inspect) 18s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx ✅ Passed (Inspect) 36s 12 0 0
formBuilder/tree-editing/TreeEditing.spec.tsx ✅ Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx ✅ Passed (Inspect) 0s 0 3 0

@renovate renovate bot added this pull request to the merge queue Sep 16, 2024
Merged via the queue into next with commit fe75e37 Sep 16, 2024
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant