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

chore(deps): update non-major #511

Merged
merged 1 commit into from
Jun 20, 2024
Merged

chore(deps): update non-major #511

merged 1 commit into from
Jun 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sanity/client (source) 6.18.2 -> 6.20.1 age adoption passing confidence dependencies minor
@sanity/preview-url-secret (source) 1.6.13 -> 1.6.17 age adoption passing confidence dependencies patch
@sanity/vision (source) 3.43.0 -> 3.47.1 age adoption passing confidence dependencies minor
@sanity/visual-editing (source) 1.8.21 -> 1.8.22 age adoption passing confidence dependencies patch
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence devDependencies patch
eslint-config-next (source) 14.2.3 -> 14.2.4 age adoption passing confidence devDependencies patch
next (source) 14.2.3 -> 14.2.4 age adoption passing confidence dependencies patch
next-sanity (source) 9.2.0 -> 9.3.10 age adoption passing confidence dependencies minor
peter-evans/create-pull-request 6d6857d -> c5a7806 action digest
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss 0.5.14 -> 0.6.5 age adoption passing confidence devDependencies minor
sanity (source) 3.43.0 -> 3.47.1 age adoption passing confidence dependencies minor
tailwindcss (source) 3.4.3 -> 3.4.4 age adoption passing confidence devDependencies patch

Release Notes

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

v6.20.1

Compare Source

Bug Fixes
  • add warning about setting both useCdn and withCredentials to true (#​849) (ae01edb)
  • deps: update dependency get-it to ^8.6.1 (#​856) (ced69bc)

v6.20.0

Compare Source

Features

v6.19.2

Compare Source

Bug Fixes

v6.19.1

Compare Source

Bug Fixes
  • types: adjust action types to reflect Actions API (#​830) (e116c62)

v6.19.0

Compare Source

Features

v6.18.3

Compare Source

Bug Fixes
sanity-io/visual-editing (@​sanity/preview-url-secret)

v1.6.17

Bug Fixes

v1.6.16

Bug Fixes

v1.6.15

Bug Fixes

v1.6.14

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

v3.47.1

Compare Source

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

Array insert menu

This release includes a much requested upgrade of the array insert menu with various new options available. Including a new and more informative grid view, the ability to organize available schema types in groups, and filter them with a search term, and more. Check out the array article in the docs for examples.

array insert menu

Other features

Adds a type export of all the discovered Sanity schema variants resulting from running sanity typegen in the CLI. This can be useful in mocks/testing environments and used by third party tools to get a list of potential types. This union type is accessible as AllSanitySchemaTypes in the generated type definitions.

🐛 Notable bugfixes

  • Fixes an issue where a text preview image would be included into the Portable Text Editor (PTE) when pasting text from Word.
  • Fixes an issue where navigation options were not being passed as expected when calling a scoped router's navigate function.
  • Fixes an issue where the PTE wouldn't activate when you start dragging files into it.
  • Images in the Hotspot & Crop tool now render faster, and use far less memory.
  • Reduces layout shift when uploading images that replace existing image assets.
  • Fixes an issue that could cause a 409 error when restoring a document from history.
  • Fixes an issue where image and file types might be listed in their lowercase variant in array insert menus

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6916) | 7f20f24
renovate[bot] | chore(deps): update dependency @​sanity/tsdoc to v1.0.72 (#​6911) | 7d312e4
Cody Olsen | feat(deps): upgrade react-rx to v3 (#​6883) | c0fe9f6
renovate[bot] | fix(deps): Update dev-non-major (#​6915) | f00ca7e
Per-Kristian Nordnes | fix(core): fix issue with pasting mixed content (files and text) for pt-input (#​6924) | fda9387
Rupert Dunk | fix(router): pass options on scoped router navigation (#​6923) | 2fabc2e
Fred Carlsen | chore: clean playwright-ct cache on each run (#​6928) | 286aaed
Fred Carlsen | fix(form): activate PTE input when dragging files (#​6929) | a2be16c
Ash | chore: update lockfile (#​6932) | d935a3a
Cody Olsen | fix: improve perf of by creating the canvas in a side effect (#​6874) | 5d8031b
Cody Olsen | fix: layout shift when uploading images (#​6930) | ae142d4
renovate[bot] | fix(deps): Update dev-non-major (#​6941) | 3300904
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.16.0 (#​6942) | abe562b
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.3.6 (#​6943) | c1869b9
renovate[bot] | chore(lockfile): update dependency @​sanity/import to v3.37.5 (#​6940) | 6cfe40e
Cody Olsen | fix: change useListFormat to no longer violate the rule of hooks (#​6876) | cae047f
Bjørge Næss | fix(sanity): only include create action when restoring a deleted document (#​6937) | 2736835
Cody Olsen | refactor: change memoization of margins to support the rule of hooks (#​6875) | fbf90ec
Espen Hovlandsdal | fix(schema): use base type for title if no subtype title or name is given (#​6947) | bbe7ac0
Binoy Patel | fix(cli): account for base path in the importmap (#​6919) | 8f28054
renovate[bot] | chore(lockfile): update dependency @​sanity/bifur-client to v0.4.1 (#​6939) | e161e0b
Nina Andal Aarvik | fix(vision): center loading spinner (#​6900) | 5943d4f
Christian Grøngaard | chore: allow clean:deps to remove test studio node_modules (#​6951) | 339128d
Christian Grøngaard | feat(core): new insert menu for arrays with filtering, type preview support (#​6853) | 203f135
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6957) | 4b89dd5
renovate[bot] | fix(deps): Update dev-non-major (#​6958) | d89acea
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.4.0 (#​6959) | 5a38691
Sindre Gulseth | feat(typegen): add all schema types exported union | 5d97a0e
Sindre Gulseth | Revert "feat(typegen): add all schema types exported union" | e65adee
RitaDias | test(e2e): update e2e flaky tests (#​6927) | 6b20e5f
Sindre Gulseth | feat(typegen): add all schema types exported union (#​6962) | fa459a4
Ash | test(e2e): ensure custom publish action can patch document before publication | 17d0bbf
Ash | fix(sanity): remove ifDraftRevisionId optimistic lock usage when publishing documents | 3064705
Christian Grøngaard | fix(core): make array insert menu full width if grid view is configured (#​6969) | 47d204c
Christian Grøngaard | deps(core): update @​sanity/insert-menu (#​6971) | de01b7c
Bjørge Næss | fix(structure): don't replace url when navigating back to list after document deletion (#​6953) | f662ae2
Bjørge Næss | refactor(core): change revision history label from 'Version' to the more accurate 'Revision' (#​6956) | b90820c
Espen Hovlandsdal | feat(core): implement basic error reporting (#​6914) | 02dab2a
Binoy Patel | fix(ci): importmap path on windows (#​6948) | 6bbf609
Carolina Gonzalez | feat: notify AUS studio users of new studio versions (#​6893) | e9b16c8

v3.46.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 bugfixes
  • Fixes a bug causing Structure Tool to crash when attempting to read the scrollTop of a nonexistent element.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Ash | fix(sanity): ignore sticky overlay regions with a falsey DOM node (#​6910) | 4f1be6c

v3.46.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
🐛 Notable bugfixes
  • Fixes an issue where projects with a large amount of users would sometimes get a request error when loading user info.
  • Form input components now have their own error boundaries, limiting crashes to a field level on a document form, instead of taking down the entire Structure Tool.
  • Fixes React 19 causing the Portable Text Editor (PTE) to crash in some scenarios.
  • Fixes an issue where searching for text within fields of type text (not string) would not yield results.
  • Fixes an issue when dragging PTE blocks.
  • Fixes a visual regression in PTE fullscreen mode where the Drop to upload files message would be positioned incorrectly.
  • Fixes a regression where pasting from Word would insert an image version of the text being pasted instead of the actual text.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Christian Grøngaard | chore(core): abstract getSchemaTypeIcon (#​6844) | 6693c54
Rostislav Melkumyan | feat: add integration when creating a new project through cli (#​6639) | ac214b8
jordanl17 | fix(structure): fixing issue with shift mutli select of documents (#​6857) | 15861f4
Espen Hovlandsdal | fix(core): chunk user loading into batches of max 400 items (#​6858) | 4531750
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6849) | 73861ef
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.9.0 (#​6850) | 4b6d33f
renovate[bot] | chore(lockfile): update dependency @​sanity/bifur-client to v0.4.1 (#​6860) | c1c2ab2
renovate[bot] | fix(deps): Update babel monorepo (#​6861) | 4fa813d
renovate[bot] | chore(lockfile): update dependency @​sanity/icons to v3.2.0 (#​6864) | 513601c
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.3.1 (#​6851) | 74d4e67
renovate[bot] | chore(deps): update dependency @​sanity/icons to ^3.2.0 (#​6863) | c03c346
renovate[bot] | fix(deps): Update dev-non-major (#​6862) | 74f8080
Carolina Gonzalez | feat: add hasSanityPackageInImportMap (#​6832) | 8ea7d8f
Cody Olsen | feat: add error boundary for form input components (#​6869) | 23c42ae
Cody Olsen | fix: portable text editor crash on React 19 (#​6870) | 293e7d1
Cody Olsen | refactor: replace useForwardedRef with useImperativeHandle (#​6830) | 23bac62
renovate[bot] | fix(deps): update dependency get-it to ^8.6.0 (#​6884) | 9f5e29f
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6892) | 5c01ef6
Cody Olsen | refactor: lift useCallback out of useAsync so it can be compiled (#​6873) | 08f79a4
Espen Hovlandsdal | fix(search): include text type fields in search queries (#​6895) | 5e505ac
RitaDias | test(e2e): update timeouts for opening popovers (#​6871) | 1befff1
Pedro Bonamin | fix(scheduled-publishing): export EditScheduleForm from core (#​6872) | 43711d7
Rico Kahler | feat: add CLI options to enable auto-updating studios (#​6514) | 5077c8b
Binoy Patel | feat(cli): show prompt if local version doesn't match remote (#​6707) | 50f1e54
Binoy Patel | fix(cli): allow using auto-updates in unattended mode (#​6897) | 61f1f8c
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6899) | 07454a1
Christian Grøngaard | fix(form): avoid spreading key prop (#​6887) | 51eb56a
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.20.0 (#​6886) | 124dc22
Fred Carlsen | fix(core): fix dragging existing blocks in pte (#​6867) | 0d92883
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.9.3 (#​6903) | 7f18d45
renovate[bot] | chore(deps): update dependency turbo to ^1.13.4 (#​6905) | 576dd3f
renovate[bot] | chore(deps): update dependency @​vitejs/plugin-react to ^4.3.1 (#​6904) | 24255b4
Cody Olsen | fix: regression causing ESM build errors (#​6909) | 0b92a8e
renovate[bot] | chore(deps): update dependency esbuild to ^0.21.5 (#​6908) | 69496d1

v3.45.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
  • The studio initialization command now allows you to specify a package manager with a flag in a single line. This was previously only possible to do via an interactive CLI prompt. You can now skip this step:
npm create sanity@latest --package-manager pnpm
  • The dryRun parameter is now available in the context provided for the defineMigration command available from sanity/migrate. This allows developers to write scripts that skip certain actions (for example, mutating external data stores) if it is only a dry run. An example might look like this:
import { defineMigration } from "sanity/migrate"

/**
 * Run this migration with
 * `npx sanity migration run my-migration`
 */
export default defineMigration({
  title: "my-migration",

  // pass whether the migration is a dry-run as context
  async *migrate(documents, { dryRun }) {
    for await (const document of documents()) {
      if(dryRun) {
        // Only log the effect
        console.log(`Something happened`)
      } else {
        // Execute the side-effect
        await thirdPartyRequest()
      }
      // ... do something with the document, maybe yield patches
    }
  },
})
🐛 Notable bugfixes
  • Fixes an issue where image/file assets would not be listed in Structure lists, even if specified to do so.
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Espen Hovlandsdal | fix(structure): allow searching/listing ignored types when explicitly requested (#​6771) | 5b66664
Cody Olsen | chore: setup a separate compiled studio, bump to 19rc (#​6808) | 25be802
Christian Grøngaard | fix(types): correct ArrayOptions (#​6737) | 39da169
Ash | fix(sanity): align Actions API usage with correct types | f07d7ae
Ash | chore(deps): update @sanity/client | f9f2356
RitaDias | test(core): update e2e test for toolbar in PTE to be more reliable (#​6811) | cd901d1
Cody Olsen | fix: handle circular import issue in a compiler friendly way (#​6812) | 8ac809f
renovate[bot] | fix(deps): Update dev-non-major (#​6809) | a9662ec
Binoy Patel | test(core): update snapshot for failing test (#​6818) | 52e4cfa
Christian Grøngaard | chore(page-building): use first-class icons instead of media (#​6752) | dd7956a
Noah Gentile | feat(migrate): add dryRun to context (#​6816) | 104162a
Cody Olsen | fix: use useImperativeHandle instead of mutating a parent ref (#​6813) | 13158e9
ecospark[bot] | chore(lint): fix linter issues 🤖 ✨ (#​6825) | cec43ad
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.15.13 (#​6823) | d0e5e95
Cody Olsen | fix: regression in #​6813 (#​6827) | 8ac0812
RitaDias | test(test): update e2e pte toolbar test (#​6822) | 4487680
RitaDias | test(sanity): update hydrate test (#​6821) | 0cefc21
Binoy Patel | feat(cli): allow the ability to specify package manager in init command (#​6820) | f1ef0a6
Cody Olsen | fix: call dynamic hooks in a way that can be compiled (#​6814) | 6e65eed
renovate[bot] | chore(lockfile): update dependency prettier to v3.3.0 (#​6834) | f279329
ecospark[bot] | chore(lint): fix linter issues 🤖 ✨ (#​6836) | 61fd6bb
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.8.19 (#​6837) | 700879a
shur | feat: move up call to PATCH metadata after bootstrapping template files (#​6828) | 7d47a51
renovate[bot] | chore(deps): update dependency @​sanity/tsdoc to v1.0.70 (#​6838) | c794957
renovate[bot] | fix(deps): Update dev-non-major (#​6841) | 48022c1
renovate[bot] | chore(deps): update dependency @​types/react to ^18.3.3 (#​6840) | 0ce52e9
renovate[bot] | chore(lockfile): update dependency @​sanity/import to v3.37.5 (#​6842) | df67883
jordanl17 | feat(structure): sheet list table columns selectors style edx-1435 (#​6839) | 6d53c4c
Christian Grøngaard | refactor(core): rename InsertMenu->InsertMenuGroups (#​6845) | e1fd6bf

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

🐛 Notable bugfixes

Customizing restore action now works

This releases fixes a bug preventing developers removing or customising the "restore" document action using the document.actions Studio configuration property.

Studio will now respect changes you make to the "restore" document action, but please note that you must set the action property to "restore" on your DocumentActionComponent. The action property allows Studio to identify the restore action.

Example
import {RocketIcon} from '@​sanity/icons'
import {type DocumentActionComponent} from 'sanity'

export const TestCustomRestoreAction: (
  action: DocumentActionComponent,
) => DocumentActionComponent = (restoreAction) => {
  const action: DocumentActionComponent = (props) => ({
    ...restoreAction(props),
    label: 'Custom restore',
    tone: 'positive',
    icon: RocketIcon,
  })

+ action.action = 'restore'
  return action
}

Other bugfixes

  • Fixes an issue that could under certain conditions cause a circular structure to enter an infinite loop. Shoutout to @​sarahsvedenborg and @​stian-svedenborg for identifying the issue and proposing a fix.
  • Resolves a type error caused by the missing preview property in DocumentComponents.
  • Fixes an issue causing cross dataset reference search not returning hits in certain cases.
  • Improves text selection of full screen Portable Text editors (PTE).
  • Fixes issue where nested fullscreen PTEs were unable to open the block style dropdown.
  • Fixes issue causing EXIF metadata not being included when uplading multiple images through drag + drop. Thanks @​xuzuodong!
  • Fixes bugs related to when the PTE is using a Reference input directly as the annotation type (not wrapped in a object type).
  • Add automatically resolving of some validation errors in the PTE.
  • Fixes bug causing "Untitled" to appear as title for array and object fields, even when explicitly passing undefined as title to renderDefault().

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6731) | 1587dfe
Pedro Bonamin | fix(core): add retry to image observer and loading state (#​6709) | 0f51f9d
Ash | feat(sanity): use optimistic locking when publishing documents (#​6711) | 6fe8c69
jordanl17 | EDX-1352: batch select sheet list documents (#​6713) | 10b596a
Michael | fix(cli): graphql api flag is respected during validation (#​6615) | c739eea
renovate[bot] | chore(lockfile): update dependency @​sanity/telemetry to v0.7.8 (#​6732) | 4307a3c
renovate[bot] | chore(lockfile): update dependency i18next to v23.11.5 (#​6733) | 922235f
Per-Kristian Nordnes | refactor(portable-text-editor): automatically resolve some validation errors (#​6705) | 6062a9a
Per-Kristian Nordnes | fix(core/form): prohibit focus and unset on root input (#​6706) | 4a2f141
Cody Olsen | chore: setup CI check for react compiler errors (#​6730) | 9c7175f
ecospark[bot] | chore(deps): dedupe pnpm-lock.yaml (#​6734) | fe807a8
Hash Brown | fix: EXIF data on Image asset not included when uploading multiple images to array type, or via drag-and-drop (#​6708) | 222418a
Robin Pyon | fix(pte): improve text selection in fullscreen inputs (#​6642) | 6163d96
renovate[bot] | fix(deps): Update dev-non-major (#​6719) | dadfcfa
Rune Botten | fix(core): avoid attribute names being scanned as symbols | 23f6c67
Cody Olsen | chore: change the action to use warnings and only fail on new ones (#​6740) | ebef5cb
renovate[bot] | chore(lockfile): update dependency @​sanity/telemetry to v0.7.8 (#​6743) | a230bbf
renovate[bot] | chore(deps): update dependency @​vitejs/plugin-react to ^4.3.0 (#​6744) | 7551264
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v6.8.18 (#​6746) | 913740d
renovate[bot] | chore(lockfile): update dependency @​sanity/import to v3.37.4 (#​6749) | e5b04d1
renovate[bot] | chore(lockfile): update dependency @​sanity/export to v3.38.1 (#​6748) | 0dbf0c5
renovate[bot] | fix(deps): Update dev-non-major (#​6745) | 7c44121
renovate[bot] | chore(deps): update dependency @​sanity/tsdoc to v1.0.65 (#​6747) | 79a79a3
Cody Olsen | fix: handle React Compiler errors (#​6750) | 403f485
Ash | feat(sanity): use Actions API when restoring drafts | 47e5420
Ash | feat(sanity): add timeline test ids | 038a1a2
Ash | test(e2e): add test for restore document action | e9b967f
Christian Grøngaard | chore: add initial page-building test studio (#​6735) | cca14f3
Bjørge Næss | fix(core): remove id from patch when using server actions (#​6751) | 7b90cad
Ash | fix(sanity): respect Studio configuration when rendering "restore" document action (#​6637) | 6ba71f2
Binoy Patel | chore(ci): set a shorter cache on manifest (#​6660) | 069dd31
renovate[bot] | chore(lockfile): update dependency i18next to v23.11.5 (#​6755) | 6043919
renovate[bot] | chore(lockfile): update dependency react-barcode to v1.5.3 (#​6756) | 89c86c6
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.1.12 (#​6757) | 9025619
renovate[bot] | fix(deps): update dependency get-it to ^8.5.0 (#​6758) | 6b98663
renovate[bot] | fix(deps): Update dev-non-major (#​6759) | 5893609
renovate[bot] | chore(deps): update dependency @​sanity/tsdoc to v1.0.67 (#​6761) | 543d755
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.18.3 (#​6762) | 3e1bc3e
RitaDias | fix(core): unable to open block style select when in nested PTEs in fullscreen (#​6738) | 9f7ab8b
Per-Kristian Nordnes | test(portable-text-editor): add test for empty array value (#​6764) | a13e22c
Christian Grøngaard | chore(page-building): configure build outputs (#​6768) | 076f9b8
Bjørge Næss | fix(core): fix issue with nested preview fields not being included in legacy text search (#​6767) | 044ac39
jordanl17 | feat(structure): sheet list prototype (#​6741) | f0670bf
Espen Hovlandsdal | chore(deps): update dependency @​sanity/bifur-client to ^0.4.0 (#​6645) | a79ea02
Simeon Griggs | chore: correct grammar for open-source (#​6766) | f8ee0f2
Rico Kahler | fix: resolve type error by inlining DocumentComponents definition (#​6703) | 10e1bc3
Herman Wikner | fix(core): reactions menu open issue (#​6765) | 3f52b83
Bjørge Næss | fix(form): fix issue making circular structures sometimes causing infinite loop (#​6699) | 7efdeeb
Per-Kristian Nordnes | fix(portable-text-editor): add autoresolving validations and fix normalization issues (#​6770) | c458289
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.19.0 (#​6781) | 1961904
Bjørge Næss | fix(form): properly support passing undefined as title to renderDefault() for array and object fields (#​6774) | f341c2d
Binoy Patel | feat: store all versions in the manifest (#​6769) | 1fcc0f2
renovate[bot] | chore(lockfile): update dependency @​portabletext/react to v3.1.0 (#​6788) | 02fa562
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.15.10 (#​6786) | 517a1a9
renovate[bot] | fix(deps): update dependency @​sanity/ui to ^2.1.13 (#​6787) | 43f1766
renovate[bot] | fix(deps): Update dev-non-major (#​6789) | [772d464](https://togithub.com/sanity-io/sanity/c


Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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.

👻 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 May 29, 2024 07:05
Copy link

vercel bot commented May 29, 2024

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

Name Status Preview Comments Updated (UTC)
nextjs-blog-cms-sanity-v3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 2:51pm

Copy link

socket-security bot commented May 29, 2024

@stipsan stipsan merged commit 32714f8 into main Jun 20, 2024
7 checks passed
@stipsan stipsan deleted the renovate/non-major branch June 20, 2024 09:12
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant