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 sanity monorepo to ^3.19.1 #674

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

v3.18.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

  • Fixes a typo in a validation error message (thanks @​largis21!)
  • Fixes an issue where schema error messages would be shown with overlapping text on long titles/field names
  • Improves typescript documentation for portable text/block content related types
  • Adds some metadata to cross-dataset references when deploying GraphQL APIs in order to allow programatically resolving reference

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
largis21 | chore: typo in error message (#​4988) | 60f1091
Binoy Patel | fix(core): fixes issue with overlapping text in error message (#​4970) | 2001ced
Tommy Petty | chore: prep work for making e2e tests more isolated (#​4961) | 241402a
Per-Kristian Nordnes | doc(sanity): add TS-doc for block content related types (#​4674) | b6d4c40
Rico Kahler | feat(cli): add CDR metadata to GraphQL json schema (#​4975) | d8cbf10

v3.18.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
  • Responsive improvements to the Vision plugin to accommodate narrower screens
  • Updated icon for copy buttons
  • Bump engines.node to >= 18
🐛 Notable bugfixes
  • Fixes type for canHandleIntent to allow passing undefined
  • Fixes placement of "Add item…" popover in array inputs
  • Fixes a bug where edit intent was not called when added to a menuItem (thanks @​israelroldan 🙏)
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Simeon Griggs | chore: change clipboard icon to copy icon (#​4974) | 317df79
renovate[bot] | chore(deps): update actions/checkout action to v4 (#​4933) | 9e84fb8
renovate[bot] | chore(deps): update tibdex/github-app-token action to v2 (#​4934) | 1de96e8
renovate[bot] | chore(deps): update babel monorepo (#​4926) | de7d794
Knut Melvær | feat(vision): make panes responsive for minimal breakpoint (#​4893) | 4b3a183
Binoy Patel | fix(desk): fixes type for canHandleIntent in documentList (#​4969) | ad3cf4f
Bjørge Næss | chore: bump engines to node 18 (#​4981) | 3fb27a8
Bjørge Næss | fix(form): set fallback placement for type-select popover in array inputs (#​4979) | 0068787
Israel Roldan | fix(desk): pass intent in MenuNodes resolver (#​4892) | 4151f2e


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.

@vercel
Copy link

vercel bot commented Oct 29, 2023

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

Name Status Preview Comments Updated (UTC)
dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 6:50pm
rif ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 6:50pm
web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 6:50pm

@renovate renovate bot force-pushed the renovate/sanity-monorepo branch 2 times, most recently from ca29f56 to 682e6e4 Compare October 29, 2023 14:25
@renovate renovate bot force-pushed the renovate/sanity-monorepo branch 2 times, most recently from dd1b316 to 04666c3 Compare November 6, 2023 13:23
Copy link

sonarcloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@henrikskog henrikskog merged commit 6cba2d1 into main Nov 8, 2023
10 checks passed
@henrikskog henrikskog deleted the renovate/sanity-monorepo branch November 8, 2023 20:39
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.

1 participant