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): bump @sanity/vision from 3.40.0 to 3.52.0 in /sanity-cms #1335

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps @sanity/vision from 3.40.0 to 3.52.0.

Release notes

Sourced from @​sanity/vision's releases.

v3.52.0

Install or upgrade Sanity Studio

To initiate a new Sanity Studio project or upgrade an existing one, please refer to our comprehensive guide on Installing and Upgrading Sanity Studio.

If you are updating from a version earlier than 3.37.0, you should also check out this article to ensure your dependencies are up to date.

🐛 Notable bugfixes

  • Fixes a package bundle configuration issue in auto-updating Studios that caused Presentation to crash.
  • Adds aliases to internal Vite configuration used when running sanity build and sanity deploy to prevent missing React context issues.
  • Improves error messages when duplicate instances of Sanity are found in node_modules.

📓 Full changelog

Author Message Commit
Cody Olsen fix(deps): update dependency @​sanity/ui to ^2.7.0 (#7168) b60195b08f
Espen Hovlandsdal chore: clean up e2e studio tasks, headless env var (#7158) 9dbb9f61b3
Ash fix(sanity): ensure Actions API client uses adequate API version (#7166) 25a983bc7c
renovate[bot] chore(deps): update dependency styled-components to ^6.1.12 (#7178) 8805315cbc
renovate[bot] chore(deps): update dependency turbo to ^2.0.7 (#7182) 9b79104df0
renovate[bot] chore(deps): update pnpm to v8.15.9 (#7183) f73fb0f32b
renovate[bot] fix(deps): Update dev-non-major (#7184) 706a86b59b
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.2 (#7188) ef0d9373e9
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.2 (#7185) 6535562ebc
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.5 (#7192) 1515df1fbf
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.5 (#7191) 8a9730c0f1
Rico Kahler fix: unify externals in auto-updating builds (#7187) a6def041b6
Cody Olsen refactor: replace useOnClickOutside with useClickOutsideEvent (#7189) d68bb948c6
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.6 (#7196) 7771ee0ee1
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.7 (#7197) fe8efa0c1b
renovate[bot] fix(deps): update dependency @​sanity/icons to ^3.3.1 (#7204) bf9ca0b622
renovate[bot] fix(deps): Update dev-non-major (#7203) f0d5f82fc5
Cody Olsen fix: detect duplicate context errors (#7160) 7f3a8814e9
renovate[bot] fix(deps): update dependency @​sanity/ui to ^2.8.8 (#7210) 944d392a07
renovate[bot] chore(lockfile): update dependency @​sanity/logos to v2.1.13 (#7211) 208a2d14f9
renovate[bot] fix(deps): Update dev-non-major (#7212) a20e9b1256
Rico Kahler feat(core): add aliases to mitigate context issues (#7172) 776f16b803

v3.51.0

✨ Highlights

Clickable links in comments

URLs included in comments are now rendered as clickable links, which is infinitely more useful than unclickable links.

Other features

  • Updates to configuration and blog template files when initializing a project inside a Next.js app: using an src folder in your directory if it exists, some changes to schemas and how they're imported.

🐛 Notable bugfixes

... (truncated)

Commits
  • 7317984 v3.52.0
  • 944d392 fix(deps): update dependency @​sanity/ui to ^2.8.8 (#7210)
  • 7f3a881 fix: detect duplicate context errors (#7160)
  • bf9ca0b fix(deps): update dependency @​sanity/icons to ^3.3.1 (#7204)
  • fe8efa0 fix(deps): update dependency @​sanity/ui to ^2.8.7 (#7197)
  • a6def04 fix: unify externals in auto-updating builds (#7187)
  • 1515df1 fix(deps): update dependency @​sanity/ui to ^2.8.5 (#7192)
  • 6535562 fix(deps): update dependency @​sanity/ui to ^2.8.2 (#7185)
  • 8805315 chore(deps): update dependency styled-components to ^6.1.12 (#7178)
  • b60195b fix(deps): update dependency @​sanity/ui to ^2.7.0 (#7168)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sanity/vision](https://github.com/sanity-io/sanity/tree/HEAD/packages/@sanity/vision) from 3.40.0 to 3.52.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.52.0/packages/@sanity/vision)

---
updated-dependencies:
- dependency-name: "@sanity/vision"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
@kiosion kiosion enabled auto-merge July 26, 2024 11:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2024

Superseded by #1348.

1 similar comment
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2024

Superseded by #1348.

@dependabot dependabot bot closed this Jul 26, 2024
auto-merge was automatically disabled July 26, 2024 11:35

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sanity-cms/sanity/vision-3.52.0 branch July 26, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants