w3bdesign / dfweb-v3

🏡 DFWeb personal portfolio version 3 with Next.js, Sanity.io, Framer Motion, Storybook, Tailwind CSS, Cypress, Playwright and more. 98% test coverage.
https://v3.dfweb.no
MIT License
20 stars 6 forks source link

Update sanity monorepo to ^3.33.0 #1694

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sanity-io/sanity (@​sanity/vision) ### [`v3.33.0`](https://togithub.com/sanity-io/sanity/releases/tag/v3.33.0) [Compare Source](https://togithub.com/sanity-io/sanity/compare/v3.32.0...v3.33.0) ##### Installation and upgrading **To initiate a new Studio without installing the CLI globally:** npm create sanity@latest **To upgrade a Sanity Studio, run this command in its folder:** npm install sanity@latest ##### 🐛 Notable bugfixes - Resolves an issue where users were not redirected to their original destination after re-authenticating, ensuring seamless access to linked content within the Studio. - `_projectId` and `_strengthenOnPublish` are now valid values for Initial Value Templates, allowing for Cross Dataset Reference values in templates. - Fixes a type bug where the type for `defineType` and `defineField` was not being captured correctly. ##### Other Features - `__experimental_search` is deprecated in favor of field-level search options for strings and Portable Text arrays. You should now be able to define search weights in your schema, like: ```typescript defineField({ name: 'title', type: 'string', options: { search: { weight: 10, }, }, }) ``` - Document Actions can now specify a `group`, which will allow users to specify whether a specific document action should appear in the footer or in the document's context menu. - Adds ability to open the hotspot and crop dialog by double-clicking image preview. ##### 📓 Full changelog Author | Message | Commit \------------ | ------------- | ------------- Tommy Petty | Update PULL_REQUEST_TEMPLATE.md ([#​5921](https://togithub.com/sanity-io/sanity/issues/5921)) | [`3afe5a2`](https://togithub.com/sanity-io/sanity/commit/3afe5a261c) Herman Wikner | fix(comments): enable check ([#​5918](https://togithub.com/sanity-io/sanity/issues/5918)) | [`c230bb5`](https://togithub.com/sanity-io/sanity/commit/c230bb5070) Herman Wikner | fix(comments): lost comment message while document is reconnecting ([#​5928](https://togithub.com/sanity-io/sanity/issues/5928)) | [`ec4da46`](https://togithub.com/sanity-io/sanity/commit/ec4da462b5) Bjørge Næss | test(sanity): use dev aliases in the validation test's worker threads ([#​5927](https://togithub.com/sanity-io/sanity/issues/5927)) | [`8bf1c92`](https://togithub.com/sanity-io/sanity/commit/8bf1c928b0) Herman Wikner | feat(comments): support task comments ([#​5934](https://togithub.com/sanity-io/sanity/issues/5934)) | [`75273af`](https://togithub.com/sanity-io/sanity/commit/75273afb9f) Herman Wikner | fix(comments): use `_weak` instead of `weak` ([#​5936](https://togithub.com/sanity-io/sanity/issues/5936)) | [`642224f`](https://togithub.com/sanity-io/sanity/commit/642224f1ac) Tommy Petty | fix(pte): updates zoffset for PopoverEditDialog to not be on top of InspectDialog ([#​5882](https://togithub.com/sanity-io/sanity/issues/5882)) | [`69b3552`](https://togithub.com/sanity-io/sanity/commit/69b3552897) Nina Andal Aarvik | fix(core): add onDoubleClick to open image crop ([#​5815](https://togithub.com/sanity-io/sanity/issues/5815)) | [`e3bfee0`](https://togithub.com/sanity-io/sanity/commit/e3bfee0e52) Bjørge Næss | fix(ci): align pnpm install across all workflows ([#​5920](https://togithub.com/sanity-io/sanity/issues/5920)) | [`f103967`](https://togithub.com/sanity-io/sanity/commit/f10396750b) Rico Kahler | feat(core): redirect to previous path after login ([#​5932](https://togithub.com/sanity-io/sanity/issues/5932)) | [`96cd0b6`](https://togithub.com/sanity-io/sanity/commit/96cd0b636d) Pedro Bonamin | feat(tasks): bootstrap tasks plugin ([#​5704](https://togithub.com/sanity-io/sanity/issues/5704)) | [`dd0794a`](https://togithub.com/sanity-io/sanity/commit/dd0794a36f) cngonzalez | refactor(core): use KeyValueStore for recent searches ([#​5872](https://togithub.com/sanity-io/sanity/issues/5872)) | [`c531a6b`](https://togithub.com/sanity-io/sanity/commit/c531a6b231) Herman Wikner | fix(comments): handle lack of access to inline comments ([#​5925](https://togithub.com/sanity-io/sanity/issues/5925)) | [`2d4f60c`](https://togithub.com/sanity-io/sanity/commit/2d4f60c16b) Pedro Bonamin | chore(comments): add support for comments layout avatar config ([#​5944](https://togithub.com/sanity-io/sanity/issues/5944)) | [`f42ea79`](https://togithub.com/sanity-io/sanity/commit/f42ea799d1) Tommy Petty | fix(core): remove prev and next month buttons in calendar input ([#​5931](https://togithub.com/sanity-io/sanity/issues/5931)) | [`01f7df2`](https://togithub.com/sanity-io/sanity/commit/01f7df21b6) Pedro Bonamin | feat(core): add groups to document actions, introduce paneActions group ([#​5933](https://togithub.com/sanity-io/sanity/issues/5933)) | [`4e95e09`](https://togithub.com/sanity-io/sanity/commit/4e95e092b4) Rico Kahler | fix(core): upgrade and fix types for typescript 5.4 ([#​5943](https://togithub.com/sanity-io/sanity/issues/5943)) | [`4e72b80`](https://togithub.com/sanity-io/sanity/commit/4e72b80dc9) Rico Kahler | fix(core): allow `_projectId` and `_strengthOnPublish` in templates ([#​5942](https://togithub.com/sanity-io/sanity/issues/5942)) | [`5adca88`](https://togithub.com/sanity-io/sanity/commit/5adca888ff) renovate\[bot] | chore(deps): update dependency [@​sanity/visual-editing](https://togithub.com/sanity/visual-editing) to v1.7.0 ([#​5955](https://togithub.com/sanity-io/sanity/issues/5955)) | [`0314111`](https://togithub.com/sanity-io/sanity/commit/0314111b80) renovate\[bot] | chore(lockfile): update dependency [@​sanity/react-loader](https://togithub.com/sanity/react-loader) to v1.9.3 ([#​5952](https://togithub.com/sanity-io/sanity/issues/5952)) | [`01bd4ab`](https://togithub.com/sanity-io/sanity/commit/01bd4abfeb) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.11.4 ([#​5954](https://togithub.com/sanity-io/sanity/issues/5954)) | [`a5a1a5d`](https://togithub.com/sanity-io/sanity/commit/a5a1a5d52b) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.15.3 ([#​5953](https://togithub.com/sanity-io/sanity/issues/5953)) | [`fc22e9f`](https://togithub.com/sanity-io/sanity/commit/fc22e9fdc5) renovate\[bot] | chore(lockfile): update dependency [@​sanity/icons](https://togithub.com/sanity/icons) to v2.11.0 ([#​5957](https://togithub.com/sanity-io/sanity/issues/5957)) | [`502fda0`](https://togithub.com/sanity-io/sanity/commit/502fda0fe9) renovate\[bot] | chore(deps): update dependency [@​sanity/assist](https://togithub.com/sanity/assist) to v2 ([#​5960](https://togithub.com/sanity-io/sanity/issues/5960)) | [`f7019ff`](https://togithub.com/sanity-io/sanity/commit/f7019ff8b5) Pedro Bonamin | fix(deps): update [@​sanity/icons](https://togithub.com/sanity/icons) ([#​5956](https://togithub.com/sanity-io/sanity/issues/5956)) | [`15f53bd`](https://togithub.com/sanity-io/sanity/commit/15f53bd87f) Bjørge Næss | chore(test): exclude the github reporter from playwright tests for now ([#​5959](https://togithub.com/sanity-io/sanity/issues/5959)) | [`334917f`](https://togithub.com/sanity-io/sanity/commit/334917fb3e) Cody Olsen | chore: add PTE in Presentation race condition reproduction ([#​5961](https://togithub.com/sanity-io/sanity/issues/5961)) | [`4adda38`](https://togithub.com/sanity-io/sanity/commit/4adda386fe) Cody Olsen | chore: always bump `@sanity/ui` ([#​5963](https://togithub.com/sanity-io/sanity/issues/5963)) | [`1884546`](https://togithub.com/sanity-io/sanity/commit/188454654f) renovate\[bot] | chore(lockfile): update dependency [@​sanity/icons](https://togithub.com/sanity/icons) to v2.11.2 ([#​5962](https://togithub.com/sanity-io/sanity/issues/5962)) | [`bf22266`](https://togithub.com/sanity-io/sanity/commit/bf22266847) Sindre Gulseth | feat: add cmd to generate a JSON representation of schema ([#​5919](https://togithub.com/sanity-io/sanity/issues/5919)) | [`c1e4f2a`](https://togithub.com/sanity-io/sanity/commit/c1e4f2aac2) renovate\[bot] | fix(deps): update dependency get-it to ^8.4.11 ([#​5967](https://togithub.com/sanity-io/sanity/issues/5967)) | [`25dce83`](https://togithub.com/sanity-io/sanity/commit/25dce83ea3) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.8 ([#​5966](https://togithub.com/sanity-io/sanity/issues/5966)) | [`a1237d6`](https://togithub.com/sanity-io/sanity/commit/a1237d6fc8) Herman Wikner | feat(core): add navbar actions (`@internal`) ([#​5968](https://togithub.com/sanity-io/sanity/issues/5968)) | [`8336c9f`](https://togithub.com/sanity-io/sanity/commit/8336c9f585) renovate\[bot] | chore(lockfile): update dependency framer-motion to v11.0.12 ([#​5969](https://togithub.com/sanity-io/sanity/issues/5969)) | [`01f260b`](https://togithub.com/sanity-io/sanity/commit/01f260b91f) renovate\[bot] | chore(deps): update dependency [@​sanity/icons](https://togithub.com/sanity/icons) to ^2.11.2 ([#​5970](https://togithub.com/sanity-io/sanity/issues/5970)) | [`1b0eb08`](https://togithub.com/sanity-io/sanity/commit/1b0eb0800a) renovate\[bot] | chore(deps): update dependency [@​sanity/visual-editing](https://togithub.com/sanity/visual-editing) to v1.7.1 ([#​5971](https://togithub.com/sanity-io/sanity/issues/5971)) | [`3101795`](https://togithub.com/sanity-io/sanity/commit/3101795265) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.9 ([#​5972](https://togithub.com/sanity-io/sanity/issues/5972)) | [`218d09c`](https://togithub.com/sanity-io/sanity/commit/218d09c464) renovate\[bot] | fix(deps): update dependency [@​sanity/presentation](https://togithub.com/sanity/presentation) to v1.11.5 ([#​5973](https://togithub.com/sanity-io/sanity/issues/5973)) | [`9254565`](https://togithub.com/sanity-io/sanity/commit/9254565bd3) Nina Andal Aarvik | fix(tasks): show pending tasks in document footer ([#​5894](https://togithub.com/sanity-io/sanity/issues/5894)) | [`177bc79`](https://togithub.com/sanity-io/sanity/commit/177bc79763) renovate\[bot] | fix(deps): update dependency [@​sanity/client](https://togithub.com/sanity/client) to ^6.15.4 ([#​5975](https://togithub.com/sanity-io/sanity/issues/5975)) | [`a701e1c`](https://togithub.com/sanity-io/sanity/commit/a701e1cb4b) renovate\[bot] | fix(deps): update dependency [@​sanity/ui](https://togithub.com/sanity/ui) to ^2.0.10 ([#​5976](https://togithub.com/sanity-io/sanity/issues/5976)) | [`b7bcc2d`](https://togithub.com/sanity-io/sanity/commit/b7bcc2df41) renovate\[bot] | chore(lockfile): update dependency [@​sanity/assist](https://togithub.com/sanity/assist) to v2.0.3 ([#​5977](https://togithub.com/sanity-io/sanity/issues/5977)) | [`be49900`](https://togithub.com/sanity-io/sanity/commit/be4990055a) Pedro Bonamin | feat(tasks): use FormBuilder to create and edit tasks. ([#​5897](https://togithub.com/sanity-io/sanity/issues/5897)) | [`908577e`](https://togithub.com/sanity-io/sanity/commit/908577e989) Pedro Bonamin | feat(tasks): track activity changes with document history. ([#​5965](https://togithub.com/sanity-io/sanity/issues/5965)) | [`0a76390`](https://togithub.com/sanity-io/sanity/commit/0a763903df) Bjørge Næss | chore(deps): pin typescript to 5.3 ([#​5984](https://togithub.com/sanity-io/sanity/issues/5984)) | [`193b4b8`](https://togithub.com/sanity-io/sanity/commit/193b4b8646) Ash | feat(core): add new search config API ([#​5948](https://togithub.com/sanity-io/sanity/issues/5948)) | [`3c458c8`](https://togithub.com/sanity-io/sanity/commit/3c458c89a9)

Configuration

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

🚦 Automerge: Enabled.

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.



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

vercel[bot] commented 6 months ago

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

Name Status Preview Updated (UTC)
dfweb-v3 ✅ Ready (Inspect) Visit Preview Mar 12, 2024 11:18pm
github-actions[bot] commented 6 months ago
⚡️ Lighthouse report: Category Score
🟢 Performance 91
🟢 Accessibility 100
🟢 Best practices 96
🟢 SEO 100
sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.27%. Comparing base (1e99bd6) to head (f0ffc6a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1694 +/- ## ======================================= Coverage 98.27% 98.27% ======================================= Files 23 23 Lines 174 174 Branches 31 32 +1 ======================================= Hits 171 171 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.