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 app dependencies #1050

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/client (source) 6.15.5 -> 6.15.6 age adoption passing confidence
@sanity/pkg-utils 5.0.4 -> 5.1.0 age adoption passing confidence
@sanity/vision (source) 3.34.0 -> 3.35.0 age adoption passing confidence
groq (source) 3.34.0 -> 3.35.0 age adoption passing confidence
sanity (source) 3.34.0 -> 3.35.0 age adoption passing confidence
sanity-plugin-iframe-pane 3.1.5 -> 3.1.6 age adoption passing confidence

Release Notes

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

v6.15.6

Compare Source

Bug Fixes
sanity-io/pkg-utils (@​sanity/pkg-utils)

v5.1.0

Compare Source

Features
  • support module: "Preserve" in TS 5.4 (8f62425)
Bug Fixes
  • use the same typescript version as @microsoft/api-extractor (d63fab6)

v5.0.7

Compare Source

Bug Fixes

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Bug Fixes
  • only suffix the chunks folder if chunks are not hashed (61acd17)
sanity-io/sanity (@​sanity/vision)

v3.35.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 that would cause duplicate entries in the list of recent searches.
  • Updates the type of value within ObjectFieldProps to accept a type parameter, allowing for dynamically setting the expected type. (thanks @​shixish)
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Ash | fix(core): include request tag in Text Search API requests (#​5988) | 471854e
cngonzalez | chore: update licenses across packages for current year (#​6002) | c11256b
renovate[bot] | chore(lockfile): update dependency @​sanity/assist to v2.0.4 (#​6006) | 37a4ed3
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.11.7 (#​6007) | 1041460
cngonzalez | fix: ensure that useStructureToolSetting updates only when necessary (#​6004) | a4d8d2d
renovate[bot] | fix(deps): update dependency get-it to ^8.4.13 (#​6013) | 1da1feb
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.15.5 (#​6012) | 01dec12
renovate[bot] | chore(deps): update dependency @​sanity/visual-editing to v1.8.0 (#​6015) | 2f16c94
Sindre Gulseth | fix: schema extraction object type name (#​6014) | dcd5537
Sindre Gulseth | Fix bug where we cant resolve custom types (#​6016) | 217a47d
Herman Wikner | feat(tasks): add comment delete confirm dialog (#​6009) | c105115
Herman Wikner | fix(comments): hide context menu actions if handler is undefined (#​6011) | cb55bc5
renovate[bot] | chore(deps): update dependency @​sanity/visual-editing to v1.8.1 (#​6022) | 09d4e27
renovate[bot] | chore(deps): update dependency @​types/use-sync-external-store to ^0.0.6 (#​6023) | 910f04c
renovate[bot] | chore(deps): update dependency turbo to ^1.12.5 (#​6025) | 02699dd
renovate[bot] | chore(deps): update dependency vite to ^4.5.2 (#​6026) | 767e99e
renovate[bot] | chore(deps): update pnpm to v8.15.5 (#​6027) | a2aedcb
renovate[bot] | chore(deps): update dependency @​portabletext/toolkit to ^2.0.11 (#​6030) | 639580f
renovate[bot] | chore(deps): update dependency @​babel/preset-env to ^7.24.0 (#​6033) | 795167f
renovate[bot] | chore(lockfile): update dependency @​portabletext/react to v3.0.12 (#​6031) | 9f745f0
renovate[bot] | chore(deps): update dependency styled-components to ^6.1.8 (#​6024) | d405517
renovate[bot] | chore(deps): update linters (#​6029) | baaa56b
renovate[bot] | chore(deps): update dependency esbuild to v0.20.2 (#​6028) | a480588
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to ^3.3.8 (#​6036) | 871b450
Ash | fix(util): safely stringify path segments named as GROQ data types (e.g. null) (#​5986) | 561ee14
Ash | refactor(core): use path toString function from @sanity/util/paths (#​5987) | 522477a
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v4 (#​6037) | 114d8bb
renovate[bot] | chore(deps): update dependency @​portabletext/toolkit to ^2.0.12 (#​6042) | eb86c41
renovate[bot] | chore(deps): update dependency @​sanity/visual-editing to v1.8.2 (#​6043) | 039eb1f
renovate[bot] | chore(lockfile): update dependency @​sanity/logos to v2.1.7 (#​6045) | 92e62aa
renovate[bot] | chore(lockfile): update dependency @​sanity/react-loader to v1.9.4 (#​6046) | aa37fd9
renovate[bot] | chore(lockfile): update dependency mendoza to v3.0.6 (#​6047) | b94419a
renovate[bot] | fix(deps): update dependency @​sanity/presentation to v1.11.8 (#​6048) | bd44216
renovate[bot] | fix(deps): update dependency get-it to ^8.4.14 (#​6049) | 01866ed
renovate[bot] | chore(lockfile): update dependency @​portabletext/react to v3.0.13 (#​6044) | 9ab928f
Ash | feat(core): integrate with Text Search API ordering (#​6001) | a59f4bc
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to ^4.4.3 (#​6050) | b6334ee
renovate[bot] | fix(deps): update dependency @​sanity/client to ^6.15.6 (#​6052) | ac206c2
Pedro Bonamin | fix(tasks): hide safari details marker (#​6020) | f70cf04
Herman Wikner | fix(tasks): only display tasks with edits in the drafts menu (#​6053) | 050f452
Herman Wikner | feat(tasks): ui improvements (#​5990) | a58b596
cngonzalez | fix: use more reliable comparison in deduping search results (#​6034) | 1dd2ccc
Sindre Gulseth | feat(codegen): add codegen skeleton package (#​5979) | e94c02f
Sindre Gulseth | feat(codegen): add groq finder methods. (#​5980) | 7addeef
Sindre Gulseth | feat(codegen): add typegen methods to codegen package (#​5981) | baf7cf0
Sindre Gulseth | feat(codegen): add CLI to generate types given a codegen config (#​5982) | 3742b3f
Sindre Gulseth | feat(codegen): expose referenced type as hidden symbol (#​6008) | 2826c46
Sindre Gulseth | chore(codegen): refactor codegen cli group to use typegen cli group (#​6051) | ff07ff2
Sindre Gulseth | chore(codegen): bind groq-js to ^1.5.0 (#​6055) | 9595f3a
renovate[bot] | chore(deps): lock file maintenance (#​6035) | c70653a
Sindre Gulseth | fix(codegen): update help text and generated comments copy (#​6059) | 2afbc3b
Tommy Petty | feat(tasks): Localize Task feature (#​6017) | 06d812c
Binoy Patel | chore(deps): pin @​sanity/migrate groq to 1.5.0 (#​6060) | c36a3b0
Andrew Wessels | Update fieldProps.ts (#​5902) | 10d86e0

sanity-io/sanity-plugin-iframe-pane (sanity-plugin-iframe-pane)

v3.1.6

Compare Source

Bug Fixes
  • deps: Update dependency usehooks-ts to v3 (#​111) (7073a5b)
  • make new linter rules pass (feaa2cd)
  • show error toast if URL failed to copy (aa2d4d3)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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 March 19, 2024 09:57
Copy link

vercel bot commented Mar 19, 2024

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

Name Status Preview Comments Updated (UTC)
preview-kit-next-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 10:15pm
preview-kit-next-app-router-live-store 🔄 Building (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 10:15pm
preview-kit-next-pages-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 10:15pm
preview-kit-remix ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 10:15pm
preview-kit-test-studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 10:15pm
5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
preview-kit-next-app-router-groq-store ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 10:15pm
preview-kit-next-pages-router-groq-store ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 10:15pm
preview-kit-next-pages-router-live-store ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 10:15pm
preview-kit-remix-groq-store ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 10:15pm
preview-kit-remix-live-store ⬜️ Ignored (Inspect) Visit Preview Mar 19, 2024 10:15pm

Copy link

socket-security bot commented Mar 19, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/@sanity/[email protected], npm/@sanity/[email protected], npm/[email protected]

View full report↗︎

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.

1 participant