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 example dependencies #322

Merged
merged 1 commit into from
Oct 31, 2023
Merged

chore(deps): update example dependencies #322

merged 1 commit into from
Oct 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^17.7.1 -> ^17.8.1 age adoption passing confidence
@commitlint/config-conventional (source) ^17.7.0 -> ^17.8.1 age adoption passing confidence
@mux/mux-player-react (source) 1.14.2 -> 1.15.0 age adoption passing confidence
@sanity/client (source) 6.4.12 -> 6.7.0 age adoption passing confidence
@sanity/icons (source) 2.4.1 -> 2.6.0 age adoption passing confidence
@sanity/pkg-utils ^2.4.9 -> ^2.4.10 age adoption passing confidence
@sanity/semantic-release-preset (source) ^4.1.4 -> ^4.1.6 age adoption passing confidence
@sanity/ui (source) 1.8.2 -> 1.8.3 age adoption passing confidence
@sanity/vision (source) ^3.16.7 -> ^3.19.0 age adoption passing confidence
@types/react (source) ^18.2.22 -> ^18.2.33 age adoption passing confidence
@types/styled-components (source) ^5.1.27 -> ^5.1.29 age adoption passing confidence
eslint (source) ^8.49.0 -> ^8.52.0 age adoption passing confidence
eslint-plugin-import ^2.28.1 -> ^2.29.0 age adoption passing confidence
eslint-plugin-prettier ^5.0.0 -> ^5.0.1 age adoption passing confidence
next (source) ^13.5.1 -> ^13.5.6 age adoption passing confidence
next-sanity ^5.5.4 -> ^5.5.10 age adoption passing confidence
prettier-plugin-packagejson ^2.4.5 -> ^2.4.6 age adoption passing confidence
sanity (source) ^3.16.7 -> ^3.19.0 age adoption passing confidence
swr (source) 2.2.2 -> 2.2.4 age adoption passing confidence
type-fest 4.3.1 -> 4.6.0 age adoption passing confidence
web-vitals 3.4.0 -> 3.5.0 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

muxinc/elements (@​mux/mux-player-react)

v1.15.0

Compare Source

Features

1.14.2 (2023-09-05)

Note: Version bump only for package @​mux/mux-player-react

1.14.1 (2023-08-30)

Note: Version bump only for package @​mux/mux-player-react

sanity-io/client (@​sanity/client)

v6.7.0

Compare Source

Features

v6.6.0

Compare Source

Features

v6.5.0

Compare Source

Features
  • allow passing null as tag to explicitly disable it (#​348) (2698bde)
sanity-io/icons (@​sanity/icons)

v2.6.0

Compare Source

Features

v2.5.0

Compare Source

Features
Bug Fixes
  • build: add workaround for Node v20.6+ (5ace860)
  • deps: update dependencies (2142ebd)
sanity-io/pkg-utils (@​sanity/pkg-utils)

v2.4.10

Compare Source

Bug Fixes
sanity-io/semantic-release-preset (@​sanity/semantic-release-preset)

v4.1.6

Compare Source

Bug Fixes
  • deps: update dependency semantic-release to v22 (e67b045)

v4.1.5

Compare Source

Bug Fixes
  • deps: Update dependency conventional-changelog-conventionalcommits to v7 (#​104) (2614d5c)
  • deps: update dependency semantic-release to v22 (#​106) (0439f36)
sanity-io/ui (@​sanity/ui)

v1.8.3

Compare Source

Bug Fixes
  • add width: stretch fallbacks (1588887)
sanity-io/sanity (@​sanity/vision)

v3.19.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

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
  • Fixes a bug where pasting HTML lists into the Portable Text Input would disregard schema configuration for list blocks.
  • Fixes an issue where logos of custom auth providers were missing on login screen.
  • Fixes an issue where pasting from Google Docs to the Portable Text editor would apply bold formatting to the pasted content on Windows computers.
  • Fixes minor issue causing the annotation toolbar popover to not always display correctly.
  • Fixes a bug where the Portable Text input would capture focus trying to edit an inline object's field named .text.
  • Fixes an issue where certain patches would apply differently in the studio and in Content Lake, leading to the studio UI not reflecting the new values for some fields.
  • Fixes an issue where certain remote patches would not cleanly apply in the studio, requiring a reload of the document to see the changes.
  • Fixes an issue where using >= or <= JSONMatch filters for patch operations would cause the studio to return error messages and not apply the patch correctly.
  • Fixes published and edits message in the document list.
📓 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 to set (#​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:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest

Notable changes

  • Fixes a typo in a validation error message (thanks @​largis21!)
  • Fixes an issue where schema error messages would be shown with overlapping text on long titles/field names
  • Improves typescript documentation for portable text/block content related types
  • Adds some metadata to cross-dataset references when deploying GraphQL APIs in order to allow programatically resolving reference

📓 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:

npm create sanity@latest

To upgrade a v3 Studio, run this command in its folder:

npm install sanity@latest
✨ Highlights
  • Responsive improvements to the Vision plugin to accommodate narrower screens
  • Updated icon for copy buttons
  • Bump engines.node to >= 18
🐛 Notable bugfixes
  • Fixes type for canHandleIntent to allow passing undefined
  • Fixes placement of "Add item…" popover in array inputs
  • Fixes a bug where edit intent was not called when added to a menuItem (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

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

eslint/eslint (eslint)

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

v8.50.0

[Compare Source](https://togithub


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 1, 2023 00:14
@vercel
Copy link

vercel bot commented Oct 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sanity-plugin-mux-input ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 6:50pm
sanity-plugin-mux-input-codesandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 6:50pm

@socket-security
Copy link

socket-security bot commented Oct 1, 2023

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