Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

⬆️ Update sanity monorepo to v3.19.1 #1644

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/cli (source) 3.18.1 -> 3.19.1 age adoption passing confidence
@sanity/vision (source) 3.18.1 -> 3.19.1 age adoption passing confidence
sanity (source) 3.18.1 -> 3.19.1 age adoption passing confidence

Release Notes

sanity-io/sanity (@​sanity/cli)

v3.19.1

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

Notable changes

  • Adds v2022-03-08 to list of predefined API versions in the Vision plugin
  • Hotkeys are now displayed using platform-aware keys (eg Opt instead of Alt on Mac)

Notable bugfixes

  • Fixes an issue where references would not open in-place, instead yielding an error about being changed after opening

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Binoy Patel | chore(e2e): run e2e tests on PRs on ephemeral datasets (#​5046) | 8486c0a
Espen Hovlandsdal | feat(core): use platform-aware hotkeys (#​5065) | 6e1518c
Binoy Patel | chore(test): fixes cache key so it can be re-ran successfully without error (#​5097) | 62b93c8
Per-Kristian Nordnes | fix(portable-text-editor): fix issues for .delete fn and add tests (#​5060) | 77a60d2
renovate[bot] | chore(deps): update dependency eslint-config-sanity to v7 (#​5100) | acd33c3
Binoy Patel | chore(e2e): refactor e2e ci to not fail due to parallelization of runs (#​5098) | c915ba2
Espen Hovlandsdal | feat(vision): add v2022-03-07 to list of API versions (#​5102) | ddd25cd
Per-Kristian Nordnes | fix(form/inputs): fix bug with onRemove cb for TextBlock (#​5061) | c64d0e2
Espen Hovlandsdal | fix(core): reference links not opening correct pane (#​5116) | ba7a558

v3.19.0

Compare Source

Installation and upgrading

To initiate a new Studio without installing the CLI globally:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

✨ Highlights

This release adds support for styled-components v6. This is an optional upgrade as we'll continue to support v5 during the lifecycle of Sanity Studio v3.

🐛 Notable bugfixes

  • Fixes a bug where pasting HTML lists into the Portable Text Input would disregard schema configuration for list blocks.
  • Fixes an issue where logos of custom auth providers were missing on login screen.
  • Fixes an issue where pasting from Google Docs to the Portable Text editor would apply bold formatting to the pasted content on Windows computers.
  • Fixes minor issue causing the annotation toolbar popover to not always display correctly.
  • Fixes a bug where the Portable Text input would capture focus trying to edit an inline object's field named .text.
  • Fixes an issue where certain patches would apply differently in the studio and in Content Lake, leading to the studio UI not reflecting the new values for some fields.
  • Fixes an issue where certain remote patches would not cleanly apply in the studio, requiring a reload of the document to see the changes.
  • Fixes an issue where using >= or <= JSONMatch filters for patch operations would cause the studio to return error messages and not apply the patch correctly.
  • Fixes published and edits message in the document list.

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Per-Kristian Nordnes | fix(block-tools): enforce list support in schema (#​4985) | 318efe4
Bjørge Næss | chore(eslint): ignore all 'dist' directories | a585c40
Bjørge Næss | chore(scripts): revert convert symlinkDependencies script to ts (#​5008) | d19aa5e
Bjørge Næss | test(cli): reject promise returned from exec() upon non-zero exit code (#​5009) | a0f2c27
Binoy Patel | fix(login): fix issue where logo is not shown on custom auth providers (#​5002) | 744bfdf
Binoy Patel | chore(core): add debug schema for virtualization bug (#​5017) | 2f3e763
Binoy Patel | chore(e2e): Run e2e tests in shards (#​5006) | 4097544
Bjørge Næss | test(cli): symlinkDependencies before running npm install (#​5020) | 16a0336
Bjørge Næss | fix(deps): support styled-components v6 (#​4917) | eb86f8a
Per-Kristian Nordnes | fix(block-tools): fix Windows issue with gdocs preprocessor rule | f30b869
Per-Kristian Nordnes | test(block-tools): add tests for gdocs pre-processsing | 45683f1
ecospark[bot] | chore(deps): dedupe yarn.lock (#​5024) | 37bcfd5
renovate[bot] | chore(lockfile): update dependency sanity-plugin-mux-input to v2.2.3 (#​5030) | 7c2af8d
renovate[bot] | chore(lockfile): update dependency @​sanity/assist to v1.2.9 (#​5031) | 455fbbc
renovate[bot] | chore(deps): update dependency styled-components to v6 (#​5034) | 4cd7470
renovate[bot] | chore(deps): update dependency @​sanity/ui-workshop to ^1.2.11 (#​5027) | c01ffcf
renovate[bot] | chore(deps): update dependency @​types/use-sync-external-store to ^0.0.5 (#​5029) | 26bd77e
Per-Kristian Nordnes | fix(form/inputs): Track focusPath for a span's .text prop + harden test condition | 85d83fb
Per-Kristian Nordnes | fix(core/inputs): support setting initial PTE selection | 95d290d
Per-Kristian Nordnes | test(playwright-ct): support document and focusPath props | f5f1ebc
Per-Kristian Nordnes | test(playwright-ct): add test for focus tracking in PT-input | b8474b1
Per-Kristian Nordnes | test(playwrigth-ct): fix issue with Webkit tests | e2484bd
Per-Kristian Nordnes | refactor(portable-text-editor): rename var to be more explicit | aa5eb94
Per-Kristian Nordnes | refactor(playwright-ct): make TestWrapper form agnostic | aaf599d
Per-Kristian Nordnes | refactor(core/form/inputs): simplify focus handling | bd65690
Per-Kristian Nordnes | fix(core/inputs): always scroll to member, but don't re-apply same selection | 22ba618
Per-Kristian Nordnes | fix(core/form/inputs): use useLayoutEffect over useEffect for focusPath tracking hook | 601b187
Per-Kristian Nordnes | test(playwright-ct): simplify focusPath tests | 25c7210
renovate[bot] | chore(deps): update dependency @​optimize-lodash/rollup-plugin to ^4.0.4 (#​5025) | 97e2949
renovate[bot] | chore(deps): update dependency @​portabletext/toolkit to ^2.0.10 (#​5026) | d7a4720
renovate[bot] | chore(lockfile): update dependency @​sanity/eventsource to v5.0.1 (#​5037) | 242bfb7
renovate[bot] | chore(deps): update dependency vite to ^4.5.0 (#​5040) | bd7116f
renovate[bot] | chore(deps): update dependency @​vitejs/plugin-react to ^4.1.0 (#​5038) | 26cb528
renovate[bot] | chore(deps): update dependency esbuild to ^0.19.5 (#​5035) | 3f8fbfc
renovate[bot] | chore(deps): update dependency esbuild-register to ^3.5.0 (#​5039) | 7e027f8
renovate[bot] | chore(deps): update dependency @​tanstack/react-virtual to v3.0.0-beta.68 (#​5028) | 340aada
renovate[bot] | chore(lockfile): update dependency @​portabletext/react to v3.0.11 (#​5036) | 6445f32
renovate[bot] | chore(lockfile): update dependency @​sanity/ui to v1.8.3 (#​5051) | f8ef3be
renovate[bot] | chore(lockfile): update dependency @​sanity/icons to v2.6.0 (#​5052) | c6e2912
renovate[bot] | chore(lockfile): update dependency groq-js to v1.3.0 (#​5053) | 5366a9b
Cody Olsen | chore: update snapshots | e37c8ed
renovate[bot] | chore(deps): update actions/setup-node action to v4 (#​5054) | 1a2c5f1
Cody Olsen | Revert "chore(deps): update dependency @​tanstack/react-virtual to v3.0.0-beta.68 (#​5028)" | 1728fa6
Per-Kristian Nordnes | fix(core/inputs): fix issue with toolbar popover visibility toggling | 8ea5cff
Per-Kristian Nordnes | test(playwright-ct): add test for annotation toolbar popover visibility | e68189c
Per-Kristian Nordnes | fix(core/form/inputs): fix scrolling of annotation toolbar popover | 3c64bec
Cody Olsen | chore(renovatebot): use the correct group name for dev deps | 474c124
Cody Olsen | chore(renovate): don't group dev updates | c51319a
Per-Kristian Nordnes | doc(form): add doc and example for components extention of block type (#​5059) | 5233f35
Per-Kristian Nordnes | fix(portable-text-editor): allow user event handlers on Editable component (#​5058) | 441f637
Binoy Patel | chore(e2e): fix report merging (#​5045) | 6fee81b
Espen Hovlandsdal | fix(mutator): apply setIfMissing prior to set (#​5062) | 8b4ec5d
Bjørge Næss | fix(deps): bump @​sanity/ui to latest (#​5056) | 935601b
renovate[bot] | chore(deps): update dependency typescript to ^5.2.2 (#​5073) | 1ea4b2b
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.7.0 (#​5032) | 36a33d4
renovate[bot] | chore(deps): update dependency turbo to ^1.10.16 (#​5070) | e54623a
renovate[bot] | fix(deps): update dependency get-it to ^8.4.4 (#​5071) | 01e3eef
Binoy Patel | chore(test): jest 29 migration (#​5069) | fd3a972
Binoy Patel | chore(e2e): create a test studio for e2e tests (#​5044) | 2d58099
Per-Kristian Nordnes | test(portable-text-editor): adjust timings | 311d5b6
renovate[bot] | chore(deps): update dependency next to v14 (#​5081) | 7272259
renovate[bot] | chore(lockfile): update dependency @​sanity/assist to v1.2.11 (#​5083) | d6b9088
Espen Hovlandsdal | fix(mutator): match deep set/setIfMissing behavior (#​5048) | 28884c6
Espen Hovlandsdal | fix(mutator): restore greater than/less than in jsonmatch constraints (#​5063) | fd7db60
Per-Kristian Nordnes | ci: move PTE e2e tests out in own workflow (#​5080) | afa3f71
Binoy Patel | chore(test): fix unit test caching issue (#​5092) | 829f541
Nina Andal Aarvik | fix(desk): edit logic for published- and edit status message in document list (#​5067) | 2013203
Herman Wikner | feat(desk): implement comments (beta) (#​4886) | 0803464
Robin Pyon | refactor: use transient props in various styled components (#​5093) | ae0ca14


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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the build 🤝 Changes that affect the build system or external dependencies label Nov 4, 2023
Copy link

vercel bot commented Nov 4, 2023

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

Name Status Preview Comments Updated (UTC)
echo-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2023 2:06am

@bakseter bakseter added this pull request to the merge queue Nov 4, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 4, 2023
@bakseter bakseter added this pull request to the merge queue Nov 4, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 4, 2023
@bakseter bakseter added this pull request to the merge queue Nov 4, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 4, 2023
@renovate renovate bot changed the title ⬆️ Update sanity monorepo to v3.19.0 ⬆️ Update sanity monorepo to v3.19.1 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/cms-sanity-monorepo branch from 9ed94fc to 6b8aed3 Compare November 6, 2023 02:01
@bakseter bakseter added this pull request to the merge queue Nov 6, 2023
Merged via the queue into master with commit 69f5d81 Nov 6, 2023
@bakseter bakseter deleted the renovate/cms-sanity-monorepo branch November 6, 2023 07:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build 🤝 Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant