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 non-major #134

Merged
merged 1 commit into from
Oct 10, 2023
Merged

chore(deps): update non-major #134

merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker ^8.0.2 -> ^8.1.0 age adoption passing confidence
@sanity/block-tools (source) 3.15.1 -> 3.17.0 age adoption passing confidence
@sanity/client (source) 6.4.9 -> 6.4.12 age adoption passing confidence
@sanity/pkg-utils ^2.4.7 -> ^2.4.10 age adoption passing confidence
@sanity/schema (source) 3.15.1 -> 3.17.0 age adoption passing confidence
@sanity/semantic-release-preset (source) ^4.1.3 -> ^4.1.4 age adoption passing confidence
@sanity/types (source) ^3.15.1 -> ^3.17.0 age adoption passing confidence
@stdlib/assert-is-absolute-path (source) 0.0.8 -> 0.1.1 age adoption passing confidence
@stdlib/assert-is-relative-path (source) 0.0.8 -> 0.1.1 age adoption passing confidence
@types/fs-extra (source) ^11.0.1 -> ^11.0.2 age adoption passing confidence
@types/jsdom (source) ^21.1.1 -> ^21.1.3 age adoption passing confidence
@types/markdown-it (source) ^13.0.1 -> ^13.0.2 age adoption passing confidence
@types/node (source) ^18.17.6 -> ^18.18.4 age adoption passing confidence
@types/node-fetch (source) ^2.6.4 -> ^2.6.6 age adoption passing confidence
@types/object-hash (source) ^3.0.3 -> ^3.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.4.1 -> ^6.7.5 age adoption passing confidence
@typescript-eslint/parser ^6.4.1 -> ^6.7.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^0.34.2 -> ^0.34.6 age adoption passing confidence
contentful-export 7.19.67 -> 7.19.83 age adoption passing confidence
contentful-management (source) 10.39.2 -> 10.46.4 age adoption passing confidence
eslint (source) ^8.47.0 -> ^8.51.0 age adoption passing confidence
markdown-it 13.0.1 -> 13.0.2 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence
prettier-plugin-packagejson ^2.4.5 -> ^2.4.6 age adoption passing confidence
sanity (source) ^3.15.1 -> ^3.17.0 age adoption passing confidence
sharp (changelog) 0.32.5 -> 0.32.6 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
vitest ^0.34.2 -> ^0.34.6 age adoption passing confidence
zod (source) 3.22.2 -> 3.22.4 age adoption passing confidence

Release Notes

faker-js/faker (@​faker-js/faker)

v8.1.0

Compare Source

Features
Bug Fixes
Changed Locales
New Locales
8.0.2 (2023-05-27)
Bug Fixes
sanity-io/sanity (@​sanity/block-tools)

v3.17.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
✨ Highlights
Perspectives in listenQuery

Added support for perspectives in the listenQuery() method

🐛 Notable bugfixes
  • Fixes an issue where reverting all changes to an array of primitives would not clear the list as expected
  • Fixes syntax errors in schema files when initializing a blog template without Typescript in a Next.js app
  • Fixes an issues with array items not showing all items inside a field group under specific conditions
  • Fixes rendering issues with certain popovers being caused by wrong placement
  • Improves accessibility for document lists
  • Fixes an issue that could sometimes make reference validation errors disappear when switching between documents
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Espen Hovlandsdal | feat: support perspectives in listenQuery (#​4878) | 6020a46
renovate[bot] | chore(deps): update dependency @​sanity/ui to ^1.8.2 (#​4847) | c1fe6e5
Nina Andal Aarvik | fix(core): unset changes in reverse order in patch operation (#​4957) | 0715a15
RD | fix: syntax issues in next.js JS blog template (#​4952) | c672253
Binoy Patel | fix(core): fix array items not showing in field groups (#​4930) | f55b7d8
Bjørge Næss | fix(core): set default placements for certain studio popovers (#​4963) | aab85f9
Nina Andal Aarvik | fix(core): accessibility improvements on document lists (#​4958) | 0fa5e70
Bjørge Næss | fix(core): re-use previously prepared workspace configs (#​4867) | 8387122
Kristian Zondervan | Fix broken getting started link in clean readme (#​4967) | 5c5312d
Bjørge Næss | fix(core): make sure to re-emit current edit state when re-subscribing to document validation (#​4954) | 17300c8

v3.16.7

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
✨ Highlights
Improved validation of Block Schema Members

We enhanced the validation of block schema members. Block schema members cannot be given a type that is not an object-like type. In previous releases, we weren't preventing that. This could lead to unexpected errors. In this release we addressed the issue by giving certain permissions and warnings for particular scenarios. More details can be found in the PR description.

Title updates in Desk Tool

In this release, we improved the navigation inside the studio by updating the <title> element to make it more specific to the current route every time a user navigates in the studio. This makes it easier to navigate through documents and switch between tools.

Increased performance for dataset imports

Past versions encountered challenges with concurrent operations during parallel reference strengthening; this issue has been resolved for some time. The current release enhances import performance by further optimizing parallel strengthening of references. This greatly improves import performance.

Other features

Simplified managing reference publishing icons by adding aria-labels for accessibility.

🐛 Notable bugfixes
  • Fixed a visibility issue related to breadcrumbing in the review changes section. Made the breadcrumbs consistent with the new breadcrumb styling.
  • Fixed an issue where dialogs wouldn't properly appear at smaller breakpoints.
  • Minor fix with the restore document history function in the desk tool related to nested panes.
  • Use the index as a key instead of the path in the desk tool to handle multiple validation errors for the same field/node.
📓 Full changelog
Author Message Commit
Cody Olsen chore(ci): fix remote caching on gh actions (#​4897) 3885585
Per-Kristian Nordnes fix(schema): add 'span' to core types 4e02847
Per-Kristian Nordnes feature(schema): validate block children for supported object types 9c8bb83
Per-Kristian Nordnes test(schema): test block members validation 0753806
Per-Kristian Nordnes test(schema): refactor validation test to use main function b3b365e
Pedro Bonamin feat(titles): Update titles inside desk tool (#​4887) 2ace4f1
Nina Andal Aarvik fix(core): add maxLength to breadcrumb and change symbol (#​4880) 5c75b2c
Bjørge Næss fix(desk): use index as key instead of path (#​4890) 645aedd
Binoy Patel chore: add a docs report actions for PRs (#​4889) 3841555
Binoy Patel chore(docs): fix doc report cleanup script (#​4901) a7523a6
Espen Hovlandsdal refactor: remove unused useConditionalReadOnly hook (#​4902) b99e332
Binoy Patel chore(docs): compare PRs against next branch instead of current (#​4904) c27ee3e
Bjørge Næss chore(perf-tests): omit watch from esbuild options 7e9e48f
Robin Pyon fix(desk): use correct dialog positioning at smaller breakpoints (#​4894) e62906f
renovate[bot] chore(lockfile): update dependency typescript to v5.2.2 (#​4912) fe761cf
Binoy Patel chore(docs): fix dataset delete script (#​4906) 50b7976
Nina Andal Aarvik fix(core): add aria-label to reference publish icons (#​4899) 3153954
Bjørge Næss test(import): fix test failure caused by error message update in node v20 (#​4918) 2f08a79
Binoy Patel chore(docs): fix docs report comment (#​4920) bf50a77
Bjørge Næss chore(ci): drop Node v16 from test matrix, add Node v20 (#​4913) 67696cb
Bjørge Næss chore(sanity): fix resolveUploader typings (#​4916) 112a46a
Per-Kristian Nordnes test(portable-text-editor): increase timeout for CI a94680b
Pedro Bonamin feat(WCAG): Associate field descriptions to inputs (#​4896) e7a8e32
Binoy Patel fix(core): fixes issue with restoring document in nested panes (#​4915) 47f3be9
Espen Hovlandsdal fix(import): increase concurrency of patching, document creation (#​4900) 0f52cfc
Binoy Patel chore(docs): adds docs for useCurrentUser hook (#​4919) 85719b7

v3.16.6

Compare Source

v3.16.5

Compare Source

v3.16.4

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 regression in the Portable Text Input toolbar where it didn't reflect the active decorators state in some situations.
  • Fixes slug input field appearing as nested object
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Per-Kristian Nordnes | test(portable-text-editor): decrease throttle ms for test env | 353e30c
Per-Kristian Nordnes | chore(portable-text-editor): upgrade jest-dev-server | 71edba1
Per-Kristian Nordnes | chore: update yarn.lock | b92f2e5
Per-Kristian Nordnes | test(portable-text-editor): improve TS in jest dev server files | 09eab65
Per-Kristian Nordnes | test(portable-text-editor): refactor collab test environment | 227cb23
Per-Kristian Nordnes | test(portable-text-editor): get rid of js-dom dependency | 8f20546
Per-Kristian Nordnes | chore(portable-text-editor): upgrade @​portabletext/toolkit | 761ffe8
Per-Kristian Nordnes | chore: update yarn.lock | 85acf50
Per-Kristian Nordnes | chore(portable-text-editor): align versions of react-dom and jest with monorepo | 06c923a
Per-Kristian Nordnes | chore: update yarn.lock | d037f09
Per-Kristian Nordnes | chore(portable-text-editor): use safe fork of node-ipc | 0ff4349
Per-Kristian Nordnes | chore: update yarn.lock | 0f31cc5
Per-Kristian Nordnes | chore(portable-text-editor): remove unused dev dep. | d4eccb8
Per-Kristian Nordnes | test(portable-text-editor): add missing await statements | a3af4e0
Per-Kristian Nordnes | test(portable-text-editor): rename 'start' command to 'dev' | 50952fd
Per-Kristian Nordnes | test(portable-text-editor): tweak test document markup | 6209349
Per-Kristian Nordnes | test(portable-text-editor): add comment | 306932b
Per-Kristian Nordnes | test(portable-text-editor): remove test exception | 20378f9
Nina Andal Aarvik | fix(core): use primitiveField for slug schema type (#​4861) | 6b3cc02
renovate[bot] | chore(lockfile): update dependency groq-js to v1.2.0 (#​4862) | 66afcd7
Per-Kristian Nordnes | fix(portable-text-editor): emit new selection on mark toggle (#​4881) | d91357f
Per-Kristian Nordnes | test(playwright-ct): add to tests (#​4876) | 97e912d

v3.16.3

Compare Source

Invalid release

This version was erroneously published - please use v3.16.4.

v3.16.2

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 regression in v3.16.0 that prevented reference validation errors from appearing in certain cases
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Bjørge Næss | fix(core): preserve earlier document availability status (#​4888) | c2aec5a

v3.16.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 that could make certain queries fail due to switching back to an earlier API version
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Espen Hovlandsdal | chore(cli): move vercel dependencies to dev dependencies (#​4877) | c601cab
Bjørge Næss | fix(desk): remove simple filter check/v1 fallback (#​4882) | e3e004f

v3.16.0

Compare Source

Installation and upgrading
Fresh install

To install and initiate a new Sanity Studio without installing the Sanity CLI globally, run the folling command in the terminal:

npm create sanity@latest
Upgrade

To upgrade an existing instance to Sanity Studio v3, run the following folling commands in the terminal:

##### Go to the root folder of the installed Studio instance
cd path-to/sanity-studio/root-folder

##### Upgrade Studio to v3
npm install sanity@latest
✨ Highlights

In a nutshell:

  • Enhanced Portable Text editing experience.
  • Faster syncing.
  • Full support for Portable Text on Android devices.
  • Offline detection
Improved Unicode support

Sanity Studio uses the diff-match-patch algorithm to match and patch document changes. In previous versions of the Sanity Studio, the underlying library wouldn't work correctly when parsing some Unicode characters. We addressed those issues in this release.
If you experienced issues when using characters such as emojis, Kanji, or other non-Latin characters, this release fixes these issues.

Enhanced Portable Text editing

Besides improved Unicode support, the Portable Text Input and the underlying text editor feature a number of improvements to provide a smoother editing experience.

Faster synchronization

Previously, prolonged fast typing in the editor would trigger debouncing: the Portable Text Input would temporarily suspend committing edits, until you decreased your typing speed below a specified threshold.
This behavior could produce bigger discrepancies between your local value and the corresponding actual value stored in the server side.
Now your changes are committed in a throttled way: the editor commits the changes as you type, without compromising performance.

Improved undo and redo

Undo and redo features have been improved considerably, especially when working with several editors on the same document.

Better Android support

The Portable Text Input is now fully supported on Android. Previously, typing in the editor using an Android on-screen keyboard would cause some issues.

Offline detection

The Portable Text Editor automatically enters read-only mode if it detects that the network is offline.
This behavior helps keep your local document in sync with the corresponding copy on the server when there is no online access, and it prevents losing changes as a consequence of not committing them.

Other features
  • The sanity module is now marked as free of side effects, which can produce smaller bundle sizes (thanks @​mckelveygreg! 🙏)
  • Improved UX when deleting a document.
🐛 Notable bugfixes
  • Fixed a bug where changing text styles in the Portable Text Editor would cause the editor to lose focus.
  • Fixed a problem that would occur when repeatedly applying and removing text decorators while typing in the Portable Text Input.
  • Fixed the odd placement of the "Empty" placeholder in the Portable Text Editor on WebKit browsers.
  • Fixed a media visibility issue in Safari occurring in list previews with custom SVG elements.
  • Fixed the alignment of action items in pane headers on mobile devices.
  • Fixed a padding inconsistency in reference fields.
  • Fixed a visibility issue affecting tooltips in the navigation bar, and causing them to be displayed behind open menus.
  • Fixed an issue affecting cross-dataset reference fields displayed as nested fields, inconsistent with regular reference fields.
  • Fixed a bug that caused specifying apiVersion on documentList() and documentTypeList() to not work in the desk structure.
  • Fixed the initial flashes of validation errors for valid content on document load.
📓 Full changelog

Author | Message | Commit
------------ | ----


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 October 10, 2023 09:03
@socket-security
Copy link

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

Packages Version New capabilities Transitives Size Publisher
@sanity/pkg-utils 2.4.10 filesystem, environment +94 220 MB sanity-io
@typescript-eslint/eslint-plugin 6.7.5 None +13 7.4 MB jameshenry
@typescript-eslint/parser 6.7.5 None +8 4.48 MB jameshenry
@types/node 18.18.4 None +0 3.8 MB types
vitest 0.34.2...0.34.6 environment +13/-11 9.57 MB oreanno
@types/object-hash 3.0.3...3.0.4 None +0/-0 7.08 kB types
rimraf 5.0.1...5.0.5 environment +2/-1 985 kB isaacs
@types/node-fetch 2.6.4...2.6.6 None +1/-1 3.81 MB types
@types/jsdom 21.1.1...21.1.3 None +1/-0 3.82 MB types
@types/markdown-it 13.0.1...13.0.2 None +0/-0 38.6 kB types
@vitest/coverage-v8 0.34.2...0.34.6 None +14/-12 9.59 MB oreanno
@stdlib/assert-is-relative-path 0.0.8...0.1.1 None +16/-37 648 kB stdlib-bot
prettier-plugin-packagejson 2.4.5...2.4.6 None +2/-2 8.52 MB matzkoh
@stdlib/assert-is-absolute-path 0.0.8...0.1.1 None +15/-36 613 kB stdlib-bot
@sanity/semantic-release-preset 4.1.3...4.1.4 None +10/-10 634 kB sanity-io
@sanity/types 3.15.1...3.17.0 None +0/-0 318 kB binoy14
@faker-js/faker 8.0.2...8.1.0 None +0/-0 10.2 MB shinigami92
markdown-it 13.0.1...13.0.2 None +0/-0 563 kB vitaly
prettier 3.0.2...3.0.3 None +0/-0 8.49 MB prettier-bot
sanity 3.15.1...3.17.0 None +64/-55 243 MB binoy14
sharp 0.32.5...0.32.6 None +0/-0 610 kB lovell
contentful-management 10.39.2...10.46.4 network, environment +4/-3 8.93 MB contentful-ecosystem
contentful-export 7.19.67...7.19.83 None +13/-6 11.8 MB contentful-ecosystem
zod 3.22.2...3.22.4 None +0/-0 628 kB colinmcd94
@sanity/schema 3.15.1...3.17.0 None +1/-1 1.07 MB binoy14
eslint 8.47.0...8.51.0 None +3/-3 3.13 MB eslintbot
@sanity/block-tools 3.15.1...3.17.0 None +0/-0 340 kB binoy14

🚮 Removed packages: @types/[email protected]

@stipsan stipsan merged commit 130484f into main Oct 10, 2023
7 checks passed
@stipsan stipsan deleted the renovate/non-major branch October 10, 2023 09:19
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.

1 participant