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

fix(deps): update packages dependencies #77

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/presentation (source) ^1.15.14 -> ^1.16.0 age adoption passing confidence
@sanity/ui (source) ^2.3.3 -> ^2.4.0 age adoption passing confidence
@sanity/util (source) ^3.45.0 -> ^3.46.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.13.0 -> ^7.13.1 age adoption passing confidence
npm-run-all2 ^5.0.0 -> ^5.0.2 age adoption passing confidence
sanity (source) ^3.45.0 -> ^3.46.1 age adoption passing confidence

Release Notes

sanity-io/visual-editing (@​sanity/presentation)

v1.16.0

Features
  • presentation: combine viewport buttons into single toggle (#​1392) (b871987)

v1.15.16

Bug Fixes
  • presentation: support references in location resolver selections (#​1652) (67988f9)

v1.15.15

Bug Fixes
Dependencies
sanity-io/ui (@​sanity/ui)

v2.4.0

Compare Source

Features

v2.3.6

Compare Source

Bug Fixes

v2.3.5

Compare Source

Bug Fixes

v2.3.4

Compare Source

Bug Fixes
  • menu: allow overriding selected property on MenuButton (eae34c1)
sanity-io/sanity (@​sanity/util)

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

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.13.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any

❤️ Thank You
  • Kirk Waiblinger
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.13.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone America/Los_Angeles, 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. View repository job log here.

@renovate renovate bot force-pushed the renovate/packages-dependencies branch from 47a137f to 3b6bb9e Compare June 18, 2024 14:20
Copy link
Contributor Author

renovate bot commented Jun 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@thomasKn thomasKn merged commit 9e62382 into main Jun 18, 2024
@thomasKn thomasKn deleted the renovate/packages-dependencies branch June 18, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants