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 from 3.28.0 to 3.29.0 in /sanity-cms #1125

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps sanity from 3.28.0 to 3.29.0.

Release notes

Sourced from sanity's releases.

v3.29.0

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 the alert messages for published or deleted documents sometimes displayed incorrect titles
  • Fixes a comments-related error dialog from inadvertently showing up to users
  • Removes layout shift when loading document locations when the Presentation tool is used (#5702)
  • Fixes a bug that hid unpublished documents in "Documents on this page" in the Presentation tool (#5702)
  • Fixes a bug that caused the document pane to stay open in the Presentation tool (#5702)

Other features

  • Adds support for importing system documents via --allow-system-documents for dataset imports
  • Adds support for parameterized templates in the Presentation tool (#5694)

📓 Full changelog

Author Message Commit
Pedro Bonamin fix(core): update PortableTextInput doc reference (#5688) 266499065
renovate[bot] fix(deps): update dependency @​sanity/presentation to v1.8.0 (#5694) e725a3c1f
renovate[bot] chore(deps): update dependency @​sanity/visual-editing to v1.2.0 (#5693) 9373ce65f
renovate[bot] chore(deps): update dependency @​sanity/ui to ^2.0.2 (#5698) bb0b63129
renovate[bot] chore(lockfile): update dependency @​sanity/assist to v1.2.16 (#5696) 72bc6944e
renovate[bot] fix(deps): update dependency @​sanity/presentation to v1.8.1 (#5699) d645d37c0
Espen Hovlandsdal fix(comments): catch and suppress errors from comments upsell (#5700) fbaffd221
renovate[bot] fix(deps): update dependency @​sanity/client to ^6.12.4 (#5701) f85396f43
renovate[bot] fix(deps): update dependency @​sanity/presentation to v1.8.2 (#5702) c23ccb4cc
Simeon Griggs chore: rename "schemas" to the more correct plural "schemaTypes" (#5513) 2eaffd378
Fred Carlsen chore: apply auto eslint fixes with lint-staged (#5705) 40c9b4f7b
Binoy Patel chore(dev): remove react import 9aabbb02d
Bjørge Næss use jsx: 'automatic' for dev server a2f505bb3
Bjørge Næss chore(deps): upgrade eslint tooling 95890c6eb
Bjørge Næss fix(eslint): add rules to enforce consistent type imports and import sort orders 1ec2c3929
Bjørge Næss chore(eslint): set @​typescript-eslint/no-explicit-any as warn instead of error e01c101a8
Bjørge Næss chore: autofix eslint errors after config change b14622ed4
Bjørge Næss fix(structure): add workaround for circular import issue causing resolveIntent tests to fail c2e60176a
Bjørge Næss chore: exclude packages with type-only imports from depcheck 8fea4a073
Bjørge Næss chore(sanity): preserve order of side-effectsy imports 08e83dd6c
Bjørge Næss chore(test-studio): reorganize comments & imports in test schema 7ca741cbf

... (truncated)

Commits
  • 56cd2dc v3.29.0
  • ad971f8 feat(telemetry): add telemetry for Trial Dialogs (#5643)
  • b999da0 refactor(comments): use journey endpoint for comments upsell (#5721)
  • 27bf5f9 feat(comments): add optional intent link to comments (#5576)
  • 51ed18d fix(structure): use useDocumentTitle hook for toast message (#5719)
  • fa9f924 feat(CLI): in sanity dataset import cmd, add --allow-system-documents to expl...
  • f04c76e feat(backup): add new command dataset backup for server-side backups (#5571)
  • 6694945 test(core): adds e2e tests for date and datetime inputs (#5681)
  • ff4c3bb chore: remove remaining react imports
  • 5a65b7b chore: manually fix remaining non-autofixable eslint issues
  • 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](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.28.0 to 3.29.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.29.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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 Feb 14, 2024
@kiosion kiosion merged commit e210fcd into main Feb 14, 2024
2 of 3 checks passed
@kiosion kiosion deleted the dependabot/npm_and_yarn/sanity-cms/sanity-3.29.0 branch February 14, 2024 17:59
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.

1 participant