-
Notifications
You must be signed in to change notification settings - Fork 2
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 sanity monorepo to ^3.19.1 #674
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
2 times, most recently
from
October 29, 2023 14:25
ca29f56
to
682e6e4
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 29, 2023 17:56
682e6e4
to
6f287de
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 29, 2023 20:34
6f287de
to
260afd9
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 30, 2023 07:26
260afd9
to
e8a689b
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 30, 2023 09:19
e8a689b
to
ca24d54
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 30, 2023 10:35
ca24d54
to
92d40c1
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 30, 2023 20:16
92d40c1
to
8d16af8
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
October 30, 2023 20:25
8d16af8
to
4ae1da2
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
November 4, 2023 11:49
5f27138
to
5db32cd
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
November 6, 2023 12:58
5db32cd
to
e51d518
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
2 times, most recently
from
November 6, 2023 13:23
dd1b316
to
04666c3
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
November 8, 2023 09:15
04666c3
to
05aed38
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
November 8, 2023 10:18
05aed38
to
2dd52be
Compare
renovate
bot
force-pushed
the
renovate/sanity-monorepo
branch
from
November 8, 2023 18:32
2dd52be
to
88c8267
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
henrikskog
approved these changes
Nov 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.17.0
->^3.19.1
^3.17.0
->^3.19.1
Release Notes
sanity-io/sanity (@sanity/vision)
v3.19.1
Compare Source
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
To upgrade a v3 Studio, run this command in its folder:
Notable changes
v2022-03-08
to list of predefined API versions in the Vision pluginOpt
instead ofAlt
on Mac)Notable bugfixes
📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
Binoy Patel | chore(e2e): run e2e tests on PRs on ephemeral datasets (#5046) |
8486c0a
Espen Hovlandsdal | feat(core): use platform-aware hotkeys (#5065) |
6e1518c
Binoy Patel | chore(test): fixes cache key so it can be re-ran successfully without error (#5097) |
62b93c8
Per-Kristian Nordnes | fix(portable-text-editor): fix issues for .delete fn and add tests (#5060) |
77a60d2
renovate[bot] | chore(deps): update dependency eslint-config-sanity to v7 (#5100) |
acd33c3
Binoy Patel | chore(e2e): refactor e2e ci to not fail due to parallelization of runs (#5098) |
c915ba2
Espen Hovlandsdal | feat(vision): add v2022-03-07 to list of API versions (#5102) |
ddd25cd
Per-Kristian Nordnes | fix(form/inputs): fix bug with onRemove cb for TextBlock (#5061) |
c64d0e2
Espen Hovlandsdal | fix(core): reference links not opening correct pane (#5116) |
ba7a558
v3.19.0
Compare Source
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
To upgrade a v3 Studio, run this command in its folder:
✨ Highlights
This release adds support for styled-components v6. This is an optional upgrade as we'll continue to support v5 during the lifecycle of Sanity Studio v3.
🐛 Notable bugfixes
.text
.>=
or<=
JSONMatch filters for patch operations would cause the studio to return error messages and not apply the patch correctly.📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
Per-Kristian Nordnes | fix(block-tools): enforce list support in schema (#4985) |
318efe4
Bjørge Næss | chore(eslint): ignore all 'dist' directories |
a585c40
Bjørge Næss | chore(scripts): revert convert symlinkDependencies script to ts (#5008) |
d19aa5e
Bjørge Næss | test(cli): reject promise returned from
exec()
upon non-zero exit code (#5009) |a0f2c27
Binoy Patel | fix(login): fix issue where logo is not shown on custom auth providers (#5002) |
744bfdf
Binoy Patel | chore(core): add debug schema for virtualization bug (#5017) |
2f3e763
Binoy Patel | chore(e2e): Run e2e tests in shards (#5006) |
4097544
Bjørge Næss | test(cli): symlinkDependencies before running
npm install
(#5020) |16a0336
Bjørge Næss | fix(deps): support
styled-components
v6 (#4917) |eb86f8a
Per-Kristian Nordnes | fix(block-tools): fix Windows issue with gdocs preprocessor rule |
f30b869
Per-Kristian Nordnes | test(block-tools): add tests for gdocs pre-processsing |
45683f1
ecospark[bot] | chore(deps): dedupe yarn.lock (#5024) |
37bcfd5
renovate[bot] | chore(lockfile): update dependency sanity-plugin-mux-input to v2.2.3 (#5030) |
7c2af8d
renovate[bot] | chore(lockfile): update dependency @sanity/assist to v1.2.9 (#5031) |
455fbbc
renovate[bot] | chore(deps): update dependency styled-components to v6 (#5034) |
4cd7470
renovate[bot] | chore(deps): update dependency @sanity/ui-workshop to ^1.2.11 (#5027) |
c01ffcf
renovate[bot] | chore(deps): update dependency @types/use-sync-external-store to ^0.0.5 (#5029) |
26bd77e
Per-Kristian Nordnes | fix(form/inputs): Track focusPath for a span's .text prop + harden test condition |
85d83fb
Per-Kristian Nordnes | fix(core/inputs): support setting initial PTE selection |
95d290d
Per-Kristian Nordnes | test(playwright-ct): support document and focusPath props |
f5f1ebc
Per-Kristian Nordnes | test(playwright-ct): add test for focus tracking in PT-input |
b8474b1
Per-Kristian Nordnes | test(playwrigth-ct): fix issue with Webkit tests |
e2484bd
Per-Kristian Nordnes | refactor(portable-text-editor): rename var to be more explicit |
aa5eb94
Per-Kristian Nordnes | refactor(playwright-ct): make TestWrapper form agnostic |
aaf599d
Per-Kristian Nordnes | refactor(core/form/inputs): simplify focus handling |
bd65690
Per-Kristian Nordnes | fix(core/inputs): always scroll to member, but don't re-apply same selection |
22ba618
Per-Kristian Nordnes | fix(core/form/inputs): use useLayoutEffect over useEffect for focusPath tracking hook |
601b187
Per-Kristian Nordnes | test(playwright-ct): simplify focusPath tests |
25c7210
renovate[bot] | chore(deps): update dependency @optimize-lodash/rollup-plugin to ^4.0.4 (#5025) |
97e2949
renovate[bot] | chore(deps): update dependency @portabletext/toolkit to ^2.0.10 (#5026) |
d7a4720
renovate[bot] | chore(lockfile): update dependency @sanity/eventsource to v5.0.1 (#5037) |
242bfb7
renovate[bot] | chore(deps): update dependency vite to ^4.5.0 (#5040) |
bd7116f
renovate[bot] | chore(deps): update dependency @vitejs/plugin-react to ^4.1.0 (#5038) |
26cb528
renovate[bot] | chore(deps): update dependency esbuild to ^0.19.5 (#5035) |
3f8fbfc
renovate[bot] | chore(deps): update dependency esbuild-register to ^3.5.0 (#5039) |
7e027f8
renovate[bot] | chore(deps): update dependency @tanstack/react-virtual to v3.0.0-beta.68 (#5028) |
340aada
renovate[bot] | chore(lockfile): update dependency @portabletext/react to v3.0.11 (#5036) |
6445f32
renovate[bot] | chore(lockfile): update dependency @sanity/ui to v1.8.3 (#5051) |
f8ef3be
renovate[bot] | chore(lockfile): update dependency @sanity/icons to v2.6.0 (#5052) |
c6e2912
renovate[bot] | chore(lockfile): update dependency groq-js to v1.3.0 (#5053) |
5366a9b
Cody Olsen | chore: update snapshots |
e37c8ed
renovate[bot] | chore(deps): update actions/setup-node action to v4 (#5054) |
1a2c5f1
Cody Olsen | Revert "chore(deps): update dependency @tanstack/react-virtual to v3.0.0-beta.68 (#5028)" |
1728fa6
Per-Kristian Nordnes | fix(core/inputs): fix issue with toolbar popover visibility toggling |
8ea5cff
Per-Kristian Nordnes | test(playwright-ct): add test for annotation toolbar popover visibility |
e68189c
Per-Kristian Nordnes | fix(core/form/inputs): fix scrolling of annotation toolbar popover |
3c64bec
Cody Olsen | chore(renovatebot): use the correct group name for dev deps |
474c124
Cody Olsen | chore(renovate): don't group dev updates |
c51319a
Per-Kristian Nordnes | doc(form): add doc and example for components extention of block type (#5059) |
5233f35
Per-Kristian Nordnes | fix(portable-text-editor): allow user event handlers on Editable component (#5058) |
441f637
Binoy Patel | chore(e2e): fix report merging (#5045) |
6fee81b
Espen Hovlandsdal | fix(mutator): apply
setIfMissing
prior toset
(#5062) |8b4ec5d
Bjørge Næss | fix(deps): bump @sanity/ui to latest (#5056) |
935601b
renovate[bot] | chore(deps): update dependency typescript to ^5.2.2 (#5073) |
1ea4b2b
renovate[bot] | fix(deps): update dependency @sanity/client to ^6.7.0 (#5032) |
36a33d4
renovate[bot] | chore(deps): update dependency turbo to ^1.10.16 (#5070) |
e54623a
renovate[bot] | fix(deps): update dependency get-it to ^8.4.4 (#5071) |
01e3eef
Binoy Patel | chore(test): jest 29 migration (#5069) |
fd3a972
Binoy Patel | chore(e2e): create a test studio for e2e tests (#5044) |
2d58099
Per-Kristian Nordnes | test(portable-text-editor): adjust timings |
311d5b6
renovate[bot] | chore(deps): update dependency next to v14 (#5081) |
7272259
renovate[bot] | chore(lockfile): update dependency @sanity/assist to v1.2.11 (#5083) |
d6b9088
Espen Hovlandsdal | fix(mutator): match deep set/setIfMissing behavior (#5048) |
28884c6
Espen Hovlandsdal | fix(mutator): restore greater than/less than in jsonmatch constraints (#5063) |
fd7db60
Per-Kristian Nordnes | ci: move PTE e2e tests out in own workflow (#5080) |
afa3f71
Binoy Patel | chore(test): fix unit test caching issue (#5092) |
829f541
Nina Andal Aarvik | fix(desk): edit logic for published- and edit status message in document list (#5067) |
2013203
Herman Wikner | feat(desk): implement comments (beta) (#4886) |
0803464
Robin Pyon | refactor: use transient props in various styled components (#5093) |
ae0ca14
v3.18.1
Compare Source
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
To upgrade a v3 Studio, run this command in its folder:
Notable changes
📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
largis21 | chore: typo in error message (#4988) |
60f1091
Binoy Patel | fix(core): fixes issue with overlapping text in error message (#4970) |
2001ced
Tommy Petty | chore: prep work for making e2e tests more isolated (#4961) |
241402a
Per-Kristian Nordnes | doc(sanity): add TS-doc for block content related types (#4674) |
b6d4c40
Rico Kahler | feat(cli): add CDR metadata to GraphQL json schema (#4975) |
d8cbf10
v3.18.0
Compare Source
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
To upgrade a v3 Studio, run this command in its folder:
✨ Highlights
engines.node
to >= 18🐛 Notable bugfixes
canHandleIntent
to allow passingundefined
edit
intent was not called when added to amenuItem
(thanks @israelroldan 🙏)📓 Full changelog
Author | Message | Commit
------------ | ------------- | -------------
Simeon Griggs | chore: change clipboard icon to copy icon (#4974) |
317df79
renovate[bot] | chore(deps): update actions/checkout action to v4 (#4933) |
9e84fb8
renovate[bot] | chore(deps): update tibdex/github-app-token action to v2 (#4934) |
1de96e8
renovate[bot] | chore(deps): update babel monorepo (#4926) |
de7d794
Knut Melvær | feat(vision): make panes responsive for minimal breakpoint (#4893) |
4b3a183
Binoy Patel | fix(desk): fixes type for canHandleIntent in documentList (#4969) |
ad3cf4f
Bjørge Næss | chore: bump engines to node 18 (#4981) |
3fb27a8
Bjørge Næss | fix(form): set fallback placement for type-select popover in array inputs (#4979) |
0068787
Israel Roldan | fix(desk): pass intent in MenuNodes resolver (#4892) |
4151f2e
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.