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 #125

Merged
merged 1 commit into from
Jul 26, 2023
Merged

chore(deps): update non-major #125

merged 1 commit into from
Jul 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker ^8.0.0 -> ^8.0.2 age adoption passing confidence
@sanity/block-tools (source) 3.14.3 -> 3.14.4 age adoption passing confidence
@sanity/pkg-utils ^2.2.13 -> ^2.3.9 age adoption passing confidence
@sanity/schema (source) 3.14.3 -> 3.14.4 age adoption passing confidence
@sanity/semantic-release-preset (source) ^4.0.0 -> ^4.1.2 age adoption passing confidence
@sanity/types (source) ^3.7.0 -> ^3.14.4 age adoption passing confidence
@types/jsdom (source) ^21.1.0 -> ^21.1.1 age adoption passing confidence
@types/node (source) ^18.15.3 -> ^18.17.1 age adoption passing confidence
@types/node-fetch (source) ^2.6.2 -> ^2.6.4 age adoption passing confidence
contentful-export 7.19.65 -> 7.19.66 age adoption passing confidence
eslint (source) ^8.36.0 -> ^8.45.0 age adoption passing confidence
eslint-config-prettier ^8.7.0 -> ^8.8.0 age adoption passing confidence
prettier-plugin-packagejson ^2.4.3 -> ^2.4.5 age adoption passing confidence
sanity (source) ^3.7.0 -> ^3.14.4 age adoption passing confidence
typescript (source) ^5.0.2 -> ^5.1.6 age adoption passing confidence

Release Notes

sanity-io/sanity (@​sanity/block-tools)

v3.14.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
  • Implements the 'document' creation context in the document.newDocumentOptions API
  • Fixes an issue where exported datasets with cross-dataset references could not be imported to different projects. Note that referenced datasets must exist within same project - otherwise use --skip-cross-dataset-references.
  • Removes warning about missing titles for schema types (titles are automatically created based on schema type name - a title is only necessary if the automatic name is incorrect/inaccurate)
  • Titles are now automatically applied to field groups and fieldsets, in the same way as with schema types.
  • Improves error messages from configuration errors
  • Boolean inputs will now show validation errors at the input level
  • Fixes alignment/scrolling issues of references in delete/unpublish dialog
  • Fixes accessibility issues in tooltip text color contrast
  • Fixes various accessibility label issues in the desk tool
  • Fixes issue where focus would jump to first element when hovering divider in menu
  • Fixes an issue where the fallback editor had the title "Editor", instead of the name of the document being edited
📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Espen Hovlandsdal | fix(core): deprecate projectId in cross-dataset reference definitions | 103d99d
Espen Hovlandsdal | fix(import): rewrite cross-dataset references, add option to skip | ad10b38
Espen Hovlandsdal | feat(import): check for missing datasets prior to importing | 8e8242d
Espen Hovlandsdal | feat(cli): add --skip-cross-dataset-references flag to dataset import | c9cac66
Espen Hovlandsdal | fix(types): deprecate experimental search for CDRs | ea075f0
Espen Hovlandsdal | fix(import): skip datasets lookup if no CDRs are found | ed34949
Herman Wikner | feat(core): implement document creation context in document.newDocumentOptions (#​4680) | b9298e8
Binoy Patel | docs(desk): fix links in tsdoc comment (#​4714) | 1bae93a
Espen Hovlandsdal | refactor(config): use human-readable types for config error messages | 6224f47
Espen Hovlandsdal | feat(schema): do not warn on missing title for schema type | 6164d24
Espen Hovlandsdal | feat(schema): automatically create titles for field groups without one | ffb8339
Espen Hovlandsdal | fix(types): add missing group property on fieldset definitions | 87d642a
Espen Hovlandsdal | fix(types): adjust icon property for field group (can only be component) | cf968aa
Espen Hovlandsdal | feat(schema): automatically create titles for fieldsets without one | 6f201e0
RitaDias | fix(core): add missing validation at input level validation (boolean) (#​4719) | cb64607
Espen Hovlandsdal | refactor(desk): drop unused validation menu component | f70c3df
Espen Hovlandsdal | refactor(core): drop unused validation list components | cddba6d
Nina Andal Aarvik | fix(desk): minor style change of references in delete/unpublish dialog (#​4705) | a8e7c24
vicbergquist | fix(desk): add accessible label to publish icon | fd6c2e9
vicbergquist | fix(core): add a11y labels to presence indicators | 5182529
vicbergquist | fix(desk): add accessible labels to publish status | dcb1fc7
vicbergquist | fix(desk): add accessible labels to review changes button | 736437b
Nina Andal Aarvik | fix(core): add logic to focusFirst in customised popover (#​4667) | 1313dd4
renovate[bot] | fix(deps): update dependency get-it to v8.3.0 (#​4736) | 52d7eb7
renovate[bot] | fix(deps): update dependency @​sanity/client to v6.1.7 (#​4737) | dacb164
renovate[bot] | fix(deps): update dependency @​sanity/ui to v1.7.3 (#​4728) | 8176fba
renovate[bot] | chore(deps): update dependency sanity-plugin-mux-input to v2.1.1 (#​4734) | 6a5f9f4
renovate[bot] | fix(deps): update dependency framer-motion to v10.13.1 (#​4735) | 4af3c69
renovate[bot] | fix(deps): update dependency vite to v4.4.7 (#​4733) | 1f83fce
renovate[bot] | fix(deps): update dependency react-focus-lock to v2.9.5 (#​4732) | 0c6f3a2
renovate[bot] | fix(deps): update dependency esbuild to v0.18.16 (#​4731) | 9437194
renovate[bot] | fix(deps): update dependency @​vitejs/plugin-react to v4.0.3 (#​4730) | ba4e659
renovate[bot] | fix(deps): update dependency @​sanity/uuid to v3.0.2 (#​4729) | 5f65434
renovate[bot] | chore(deps): update dependency @​sanity/pkg-utils to v2.3.6 (#​4727) | b33ba8a

sanity-io/pkg-utils (@​sanity/pkg-utils)

v2.3.9

Compare Source

Bug Fixes

v2.3.8

Compare Source

Bug Fixes

v2.3.7

Compare Source

Bug Fixes

v2.3.6

Compare Source

Bug Fixes
  • deps: bump prettier to v3 (4728158)
contentful/contentful-export (contentful-export)

v7.19.66

Compare Source

Microsoft/TypeScript (typescript)

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 July 25, 2023 23:41
@socket-security
Copy link

socket-security bot commented Jul 25, 2023

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

Packages Version New capabilities Transitives Size Publisher
typescript 5.1.6 None +0 40.1 MB typescript-bot
contentful-export 7.19.65...7.19.66 None +0/-0 52.5 kB contentful-ecosystem

@stipsan stipsan merged commit a27dbaf into main Jul 26, 2023
8 checks passed
@stipsan stipsan deleted the renovate/non-major branch July 26, 2023 01:10
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