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 all non-major dependencies (patch) #500

Merged
merged 1 commit into from Sep 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​docus/docs-theme 3.0.0-077f840 -> 3.0.0-b99961f age adoption passing confidence
@​docus/github 1.2.6-077f840 -> 1.2.6-b99961f age adoption passing confidence
@sanity/client (source) ^3.3.3 -> ^3.3.7 age adoption passing confidence
@types/react (source) ^18.0.17 -> ^18.0.20 age adoption passing confidence
nuxi ^3.0.0-rc.8 -> ^3.0.0-rc.9 age adoption passing confidence
pathe ^0.3.5 -> ^0.3.7 age adoption passing confidence
pnpm (source) 7.5.0 -> 7.5.2 age adoption passing confidence
sanity (source) 3.0.0-dev-preview.8 -> 3.0.0-v3-v2-pte.56 age adoption passing confidence
vue (source) ^3.2.37 -> ^3.2.39 age adoption passing confidence

Release Notes

sanity-io/client

v3.3.7

Compare Source

  • fix(typings): make typings compatible with TypeScript 4.8
  • fix(typings): add missing params to MutationSelection

v3.3.6

Compare Source

  • fix(typings): missing class extend for ObservableTransaction

v3.3.5

Compare Source

  • fix: regression introduced in #​24. Partially exporting ESM breaks environments that bundle for the browser, such as Next.js. Remove pkg.exports until what we ship there is 100% compatible with the ecosystem.

v3.3.4

Compare Source

  • fix: removed @sanity/generate-help-url dependency which threw TypeError: generateHelpUrl is not a function errors in some cases
nuxt/framework

v3.0.0-rc.9

Compare Source

💬 Join the release discussion

Highlights
  • app.config.ts with HMR and Reactivity support (see documentation and example)
  • ✅ Vite-Node enabled by default (#​6217)
  • ✅ Updated to nitropack@0.5.x
  • ⚠️ autoImports option and hooks is deprecated and renamed to imports (#​6864) (#​7158)
  • ⚠️ Vue dependency is now externalized (#​6868)
  • ⚠️ Handle prerelease constraint (#​7116)
    • 👉 If you see an error like Nuxt version ^3.0.0 is required but currently using 3.0.0-rc.9, please contact the module author.
Changelog

(all commits)

🚀 Enhancements
  • webpack, vite: Default to .js extension for client (#​6505)
  • schema, vite: ⚠️ Enable vite-node by default (#​6217)
  • vite: Allow disabling entry warmup (#​6647)
  • nuxt: Exclude page chunks from being prefetched (#​6662)
  • cli: Auto cleanup with project manifest changes (#​6672)
  • nuxt: app.config with HMR and reactivity support (#​6333)
  • nuxt: Allow getRouteFromPath to use objects (#​5900)
  • nuxt: Add warning in dev mode if layouts/pages do not have a single root node (#​5469)
  • nuxt: Config options for default keepalive, page & layout transitions (#​5859)
  • nuxt: Allow programmatically prefetching global components (#​6661)
  • cli: Support mode flags for add command (#​3921)
  • nuxt: imports.autoImport option to disable auto-imports (#​6768)
  • nuxt: navigateTo supports external redirects (#​5022)
  • nuxt: app.config improvements (#​6905)
  • nuxt: Add setPageLayout utility (#​6826, #​7075)
  • cli: Display nuxt and nitro versions for dev and build commands (#​7118)
  • kit, schema: Allow extending with theme config (#​7131)
  • nuxt: ⚠️ Rename autoImports to imports (#​6864)
  • kit, nuxt: Improve autoImports deprecation dx (#​7158)
  • nuxt: Pass and format vite-node build errors (#​6683)
🔥 Performance
  • nuxt: Tree-shake asyncData client logic from server (#​7056)
  • nuxt: Don't prefetch all global components (#​7069)
🩹 Fixes
  • nuxt: Remove stray commas in component templates (#​6580)
  • cli: Update server.port and server.host with listener info (#​6595)
  • nuxt: Add #components alias to tsconfig (#​6634)
  • vite: Pass relative url as default base (#​6637)
  • nuxt: Don't set asyncData to existing payload on CSR if initialCache is disabled (#​6640)
  • vite: Warmup server entries with ssr condition (#​6649)
  • nuxt: Include tag attrs for non self-closing tags in tree-shake regex (#​6675)
  • nuxt: Fallback to static error page on server error (#​6697)
  • cli: Ensure nuxi upgrade runs in rootDir (#​6707)
  • cli: Properly detect hash and tag for upgrade changelog (#​6708)
  • nuxt: Use vue-devtools-stub to mock @vue/devtools-api for both cjs + esm (#​6713)
  • nuxt: Pass params to client-only slot (#​6584)
  • vite: Improve vite-node module invalidation (#​6736)
  • vite: Dedupe vue in client bundle (#​6735)
  • nuxt: Ensure component helper methods do not create side-effects (#​6789)
  • nuxt: Use deep assignment for app.config hmr (#​6788)
  • nuxt: Throw hard error on initial spa load if aborted (#​6857)
  • nuxt: Pass analyze options through to nitro (#​6871)
  • cli: Build all types on typecheck command (#​5437)
  • nuxt: Lazy composables shouldn't block setup in ssr: false (#​6901)
  • vite: Remove client manifest.json from public dir (#​7021)
  • kit: Sort aliases before resolving (#​7018)
  • nuxt: Use shared state for asyncData (#​7055)
  • vite: Sanitize client asset chunk names (#​7067)
  • schema: Sync types of vite v3.x (#​7104)
  • kit: ⚠️ Handle prerelease constraint (#​7116)
💅 Refactors
  • nuxt: Enable strict type checking (#​6368)
  • vite: Enable strict type checking (#​6616)
  • nuxt, kit: Improve type strictness (#​6685)
  • Enable strict type checking everywhere (#​6943)
  • Apply lints from @nuxtjs/eslint-config-typescript v11 (#​7114)
  • nuxt: Remove unused meta:register hook (#​7130)
📖 Documentation
  • Ensure consistent casing of section headers (#​6578)
  • components: Use fallbackTag in ClientOnly examples (#​6587)
  • Global style imports example (#​6490)
  • composables: Add more examples for autoImports (#​6615)
  • server: Add nitro config and storage examples (#​6507)
  • data-fetching: Fix and simplify cookie proxy example (#​5770)
  • Tweaks for data fetching, server routes and composables (#​6653)
  • Update links to nitro.unjs.io (#​6684)
  • Make wording slightly clearer (#​6740)
  • Fix typo in defineEventHandler example (#​6741)
  • api: Add <NuxtWelcome /> component docs (#​6745)
  • Use updated h3 utils (#​6818)
  • api: Add missing kit utilities (#​6841)
  • plugins: Add note about composable usage (#​6744)
  • api: Add useNuxtApp composable (#​6786)
  • composables: Add nested and plugin injection examples (#​6743)
  • examples: Add jsx example (#​6870)
  • api: Add addRouteMiddleware util (#​6894)
  • Update stormkit link (3ee812939)
  • Update link to pinia nuxt module (#​6952)
  • deploy: Update command for csr prerendering (#​6966)
  • api: Enhance abortNavigation util (#​6936)
  • api: Add defineNuxtRouteMiddleware util (#​6933)
  • api: Add definePageMeta util (#​6931)
  • Replace backtick with apostrophe (#​7015)
  • api: Fix the layout file extension in cli example (#​7024)
  • schema: Update prefix for runtime config env variables (#​6999)
  • Add information on how to use options api asyncData (#​7019)
  • Increment directory structure numbers (#​7102)
  • Add explanatory comment before universal router stubs (#​7124)
🏡 Chore
  • ci: Set timeout for each step (#​6923)
  • nuxt: Fix typo (#​6971)
  • Add dev:preview script for playground preview (#​6961)
  • repo: Remove backtick-type in bug issue-template (#​7083)
  • Bump rc version for edge versions (#​7117)
  • nuxt: Prevent error page rendering a null error (#​7119)
  • nuxt: Use latest nitropack-edge on release (#​7036)
❤️ Contributors
  • 4Kazelot
  • Alex Kozack
  • Alexander Lichter
  • Angelo Schuler Piletti
  • Anthony Fu
  • Conrawl Rogers
  • Damian Głowala
  • Daniel Roe
  • Harlan Wilton
  • HomWang
  • Ilya Artamonov
  • Julien Huang
  • Krutie Patel
  • Lay
  • Lexpeartha
  • Louis Haftmann
  • Mourad EL CADI
  • Nils
  • Ohb00
  • Oumar Barry
  • Pooya Parsa
  • Qin Guan
  • Richard Schloss
  • Sébastien Chopin
  • TheColaber
  • Umut Aktaş
  • Yaël Guilloux
  • __Catalina
unjs/pathe

v0.3.7

Compare Source

v0.3.6

Compare Source

pnpm/pnpm

v7.5.2

Compare Source

Patch Changes

  • Don't print any info messages about .pnpmfile.cjs #​5027.
  • Do not print a package with unchanged version in the installation summary #​5031.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

Full Changelog: pnpm/pnpm@v7.5.1...v7.5.2

v7.5.1

Compare Source

Patch Changes

  • Don't symlink the autoinstalled peer dependencies to the root of node_modules #​4988.
  • Avoid retaining a copy of the contents of files deleted during patching #​5003.
  • Remove file reporter logging. Logged file is not useful #​4949.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: pnpm/pnpm@v7.5.0...v7.5.1

sanity-io/sanity

v3.0.0-v3-v2-pte.56

Compare Source

v3.0.0-v3-pte.80

Compare Source

v3.0.0-v3-pte.79

Compare Source

v3.0.0-v3-pte.69

Compare Source

v3.0.0-v3-pte.61

Compare Source

v3.0.0-v3-pte.59

Compare Source

v3.0.0-v3-pte.58

Compare Source

v3.0.0-v3-pte.57

Compare Source

v3.0.0-v3-pte.56

Compare Source

v3.0.0-v3-pte.55

Compare Source

v3.0.0-v3-pte.49

Compare Source

v3.0.0-v3-pte.48

Compare Source

v3.0.0-v3-pte.17

Compare Source

v3.0.0-v3-pte.16

Compare Source

v3.0.0-v3-pte.13

Compare Source

v3.0.0-v3-pte.12

Compare Source

v3.0.0-v3-pkg-utils.59

Compare Source

v3.0.0-v3-pkg-utils.54

Compare Source

v3.0.0-v3-pkg-utils.52

Compare Source

v3.0.0-v3-esm.54

Compare Source

v3.0.0-v3-esm.53

Compare Source

v3.0.0-v3-esm.52

Compare Source

v3.0.0-v2-v3-pte.21

Compare Source

v3.0.0-v2-v3-pte.20

Compare Source

v3.0.0-v2-v3-pte.19

Compare Source

v3.0.0-v2-v3-pte.18

Compare Source

v3.0.0-v2-v3-pte.17

Compare Source

v3.0.0-dev-preview.15

Compare Source

🐛 Notable bugfixes

  • Fixes a bug causing built studios to get a React hooks/minification error
  • Fixes a few performance and stability issues in the Portable Text editor
  • Fixes a bug where string array fields would not allow list option to have plain strings
  • Fixes a few UI bugs with the array of tags input

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Herman Wikner | feat(types): update list in ArrayOptions to support string | 44509ff
Herman Wikner | feat(form): update title in OptionsArrayInput | 958d803
Herman Wikner | feat(form): skip rendering of level ui for array of tags | 8981ee9
Herman Wikner | test(dev): update arrays schema | 5abfe3a
Per-Kristian Nordnes | fix(portable-text-editor): fix missing props.value updates | 6a5c972
Per-Kristian Nordnes | refactor(portable-text-editor): simplify equality test | 9565cbd
Per-Kristian Nordnes | refactor(portable-text-editor): add code improvements and comments for value sync | 9f0f4c2
Per-Kristian Nordnes | refactor(portable-text-editor): remove unused code | f7adfec
Per-Kristian Nordnes | refactor(portable-text-editor): remove value as a dep from Editable comp. | 7cb1901
Per-Kristian Nordnes | refactor(portable-text-editor): better value handling | fe94171
Per-Kristian Nordnes | fix(portable-text-editor): fix bugs in patchToOperations | 42f771d
Per-Kristian Nordnes | test(portable-text-editor): add tests for patchToOperations | 1738747
Per-Kristian Nordnes | test(portable-text-editor): fix issues with tests | 365a3f7
Herman Wikner | fix(desk): navigateIntent only worked once | d7d15dd
Espen Hovlandsdal | fix(server): drop unnecessary hashing causing deploy issues | 8b3311f

v3.0.0-dev-preview.14

Compare Source

🐛 Notable bugfixes

  • Fixes a bug where the sanity dataset export command might fail to export assets because of an authorization error
  • Fixes a bug where the sanity dataset export command might fail due to a hash mismatch
  • Fixes a bug where the sanity build/sanity deploy commands might fail because of a virtual entry module used in the vite config
  • Fixes an issue where the Sanity CLI would fail to use the correct Sanity version if both Sanity v2 and Sanity v3 was found in the same directory tree

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Marius Lundgård | fix(sanity): fix hooks dependencies | b304444
Marius Lundgård | feat(sanity): export useFormBuilder hook | 271a167
Marius Lundgård | feat(sanity): keep collapsed paths in form builder context | 30e6bc8
Marius Lundgård | test(sanity): update collapsed paths value | 36bd258
Marius Lundgård | fix(sanity): collect render middleware recursively | 946ca61
Marius Lundgård | feat(sanity): add document.unstable_languageFilter to Config API | 3f1a4d9
Marius Lundgård | WIP: test-studio | c7f9127
Espen Hovlandsdal | test: move TestProvider to testUtils as it is more generic than forms | 0466adf
Espen Hovlandsdal | test(datastores): fix useDocumentType tests | a1fc4ca
Espen Hovlandsdal | test(desk): fix resolve intent tests | af975dd
Espen Hovlandsdal | test(datastores): fix template permissions test | 8ca7934
Espen Hovlandsdal | test: fix weird indirection of config properties | d3a7a26
Espen Hovlandsdal | test(form): remove unused boolean input snapsnhots | 1dcdda1
Espen Hovlandsdal | test(form): fix object fieldset tests | ee9fb50
Espen Hovlandsdal | chore(dev-studio): remove unused import | a549154
Espen Hovlandsdal | refactor(form): remove unused callback handlers | cbf9aea
Espen Hovlandsdal | test(form): fix conditional property tests | 3d8519e
Espen Hovlandsdal | test(util): swallow expected error in observable hook factory test | f322c7e
Espen Hovlandsdal | test: remove unused test | 5cfd2a3
Espen Hovlandsdal | fix(export): only set authorization header if token exists | 5654dc4
Dain Cilke | feat(export): check sha1 hash first | 817709e
Dain Cilke | fix(export): allow either hash check | e68957f
Espen Hovlandsdal | test(import): silence warning caused by mocked http request | ebc6673
Espen Hovlandsdal | test(validation): temporarily skip nested markDefs test | 658532a
Espen Hovlandsdal | refactor(scripts): print deleted paths on CLI test | 37314c6
Espen Hovlandsdal | fix(cli): more robust test for entry import | a81ad78
Espen Hovlandsdal | feat(server): drop use of virtual entry module | c5898f4
Espen Hovlandsdal | fix(cli): skip interactive package manager prompt in unattended mode | 4eaafa8
Espen Hovlandsdal | test(portable-text-editor): check for browser before attempting to close | 706d654
Espen Hovlandsdal | test(portable-text-editor): fix typescript/eslint errors in collaborative tests | e9b4c7d
Espen Hovlandsdal | fix(cli): default to listening on localhost | 1306995
Espen Hovlandsdal | test(cli): use undici for dev server connect tests | 2d7a380
Espen Hovlandsdal | fix(cli): when v2 and v3 is found, use most similar path | 176daf1
Espen Hovlandsdal | fix: export missing workspace types | ef5847f
Espen Hovlandsdal | chore(etl): show warnings first, then errors | e818004
Espen Hovlandsdal | test(cli): generate workshop scopes before building test-studio | e82b4c4
Espen Hovlandsdal | ci: install chrome before running tests | 00ac4df
Espen Hovlandsdal | ci: use stable chrome, pass chrome path as launch options | 04fa54d
Espen Hovlandsdal | ci: refactor CLI test script | d492b8e
Espen Hovlandsdal | ci: temporarily allow failures in etl job | 534d3a9
Espen Hovlandsdal | test(block-tools): update snapshots to account for schema type titles | 53fe20c
Espen Hovlandsdal | test(cli): add missing await on cleanup | e80c6ea

v3.0.0-dev-preview.13

Compare Source

✨ Highlights

Vision v3: Query GROQ from the Studio

The @sanity/vision plugin now supports Sanity Studio version 3! Use the dev-preview tag when installing it:

npm install @&#8203;sanity/vision@dev-preview

To enable it, import the vision plugin and add it to the plugins array in your sanity.config.ts/sanity.config.js file:

import {visionTool} from '@&#8203;sanity/vision'

export default createConfig([
  {
    // ... other configuration ...
    plugins: [
      deskTool(),
      visionTool({
        defaultApiVersion: '2022-08-15' // optional
        defaultDataset: 'production'    // optional
      }),
      // ... other plugins ...
    ],
  },
])

Learn how to only load the plugin in development mode (that is, not enabling it when deployed to production) in Vision's documentation.

Vision v3 also supports dark mode and Studio themes, as well as letting you cancel in-progress queries.

Other features

  • The development server and build tooling now use Vite 3
  • If the Studio does not have the correct CORS origin setup, an error dialog will now be displayed to indicate this
  • Improve configuration validation of workspaces
  • Allow omitting the name and basePath properties if only a single workspace is defined
  • Improved appearance of the Studio error boundary
  • Improved performance of the Portable Text Editor
  • Implemented fallback message for browsers where JavaScript is disabled
  • sanity build/sanity deploy up to 5x faster
  • Presence is now supported for users using cookieless authentication
  • When a user does not have access to the Studio but is authenticated, the login provider used is now displayed

🐛 Notable bugfixes

  • Fixes an issue where readOnly would not be respected in certain cases
  • Removes a few peer dependency warnings
  • Fixes an issue where installing dependencies using yarn when creating new projects might fail if yarn 3 was used
  • Fixes display of arrays with layout: 'grid'
  • Fixes the development server not allowing the use of _document.js with JSX
  • Fixes incorrectly typed props for user pane view components
  • Improves the accessibility of image actions menu
  • Fixes an issue where opening the image actions menu on image inputs inside of portals would not work
  • Fixes an issue where certain edit dialogs would say Edit undefined instead of Edit file (or similar)
  • Fixes a potential crash if the file and image fields had incorrect values. Now provides an option to reset the value
  • Fixes an issue where a large amount of references in a document might crash when attempting to validate the document
  • Fixes an issue where cookieless auth users might see an error about being unable to align history
  • Fixes an issue where the upgrade dialog would not use the correct dark/light mode
  • Fixes an issue where inline types for arrays could be given the same name as globally defined types
  • Fixes an issue where icons for field groups would not be displayed

📓 Full changelog

Author | Message | Commit
------------ | ------------- | -------------
Espen Hovlandsdal | chore(test-studio): add array of references to arrays test | f783d81
Espen Hovlandsdal | chore: add missing esbuild dependency for sanity module | 3078f76
Espen Hovlandsdal | chore: normalize esbuild version throughout the monorepo | f049107
Espen Hovlandsdal | fix(portable-text-editor): suppress esbuild jsx transformation warning | 7bbf891
Espen Hovlandsdal | chore: upgrade vite to v3 | 3e75e3e
Espen Hovlandsdal | chore: upgrade @sanity/client to v3.3.3 | a4c43bc
Espen Hovlandsdal | chore(test-studio): add dataset to cli config | 93d8193
Espen Hovlandsdal | chore: bring back vercel config | 274c95b
Espen Hovlandsdal | chore: upgrade jsdom to 20.0.0 | 06b9cbc
Espen Hovlandsdal | fix(cli): drop --check-files flag for yarn 3 compatibility | a577169
Herman Wikner | fix(form): fix broken array grid layout | 9c55484
Espen Hovlandsdal | fix(server): use tsx loader even for .js extensions | b99418c
Espen Hovlandsdal | fix(server): only swallow module not found errors when importing document | cc2b3c8
Espen Hovlandsdal | fix(desk): correct prop typings for pane view components | b0ccfc3
Espen Hovlandsdal | feat!(datastores): remove deprecated document APIs from v1 | c6cabbf
Espen Hovlandsdal | fix(cli): add missing dependency | 79da537
Espen Hovlandsdal | fix(server): use jsx loader for .js document files, default loader setup for others | 99f4dc4
Espen Hovlandsdal | feat(server): warn when document component did not export expected type | a3f6fde
Herman Wikner | feat(datastores): add cors origin check when fetching current user in createAuthStore | 75129af
Herman Wikner | feat(studio): add CorsOriginErrorScreen | e1b976d
Herman Wikner | feat(studio): add CorsOriginErrorScreen to StudioErrorBoundary | 2b950e1
Herman Wikner | feat(datastores): add promise to check for cors origin errors | 6489a32
Per-Kristian Nordnes | fix(forms): fix bug with openField/closeField | 3b4d913
Herman Wikner | fix(form): a11y issues on image actions menu | c924653
Per-Kristian Nordnes | fix(forms): fix Image Input menu button now activating inside portals | ddc8dfb
Espen Hovlandsdal | fix(test-studio): use lowercase workspace names | 0cf4434
Espen Hovlandsdal | reactor(config): skip name from config resolution error if empty | 951dbc6
Espen Hovlandsdal | feat(workspaces): add more validation of basePath and names | 82df86a
Espen Hovlandsdal | feat(config): define SingleWorkspace type, allow omitting basePath, name | e9da1a2
Espen Hovlandsdal | feat(config): run workspace validation in prepareConfig step | 8155b39
Espen Hovlandsdal | refactor(errors): make studio error boundary UI mirror schema error | 81bb951
Espen Hovlandsdal | feat(workspaces): add "navigate to default workspace" on not found screen | 5c1790f
Espen Hovlandsdal | test(workspaces): update outdated test snapshot | 43b4bd8
Espen Hovlandsdal | test(datastores): fix broken document operation tests | c27efd1
Espen Hovlandsdal | chore(test-studio): add vision to test-studio | 35bfdd9
Espen Hovlandsdal | feat(vision): upgrade to v3, modernize, upgrade dependencies | 32e4686
Espen Hovlandsdal | feat(vision): allow specifying a default dataset | 0f2cea4
Espen Hovlandsdal | feat(vision): push toast indicating URL has been copied | 30243f1
Espen Hovlandsdal | feat(vision): push toast indicating that listener has been set up | aca200f
Espen Hovlandsdal | feat(vision): push toast indicating that pasted URL was parsed | 08a4c1f
Espen Hovlandsdal | feat(vision): show spinner while waiting for first listener event | d7be81d
Espen Hovlandsdal | feat(vision): allow cancelling query | a855017
Espen Hovlandsdal | chore(desk): upgrade react-json-inspector | 11f20c9
Herman Wikner | fix(form): update readOnly properties in formState | 16fcdda
Herman Wikner | dev(test-studio): update conditionalFields schema | 6c7c288
Herman Wikner | fix(form): pass readOnly to input in OptionsArrayInput | fb78bb7
Bjørge Næss | chore(form): simplify and optimize conditional callback resolution a little bit | 6741dab
Bjørge Næss | chore(form): rename function callConditionalProperty => resolveConditionalProperty | a7b66d7
Per-Kristian Nordnes | refactor(form): use global keyDown hook for Image action menu | 3cdbdbf
Per-Kristian Nordnes | chore(portable-text-editor): upgrade to latest slate and slate-react | 51add24
Per-Kristian Nordnes | refactor(portable-text-editor): Performance refactor | bebe934
Per-Kristian Nordnes | test(portable-text-editor): update and add tests for latest refactor | 3cc1319
Per-Kristian Nordnes | test(inputs): add visual re-render debug to PTE Text blocks | 8bda33a
Per-Kristian Nordnes | refactor(inputs): update new patch observable type for PTE | e7f36a5
Per-Kristian Nordnes | refactor(inputs): improve fullscreen and activation re-rendering | d6d8aa7
Per-Kristian Nordnes | test(dev): update dev studio schemas | 4079041
Per-Kristian Nordnes | fix(inputs): fix issue with scrolling to field and focus PTE on activation | 6feb4f2
Per-Kristian Nordnes | fix(portable-text-editor): don't use Object as const name | a6b26ca
Per-Kristian Nordnes | refactor(portable-text-edior): keep consistency in pattern | 80e2482
Per-Kristian Nordnes | fix(portable-text-editor): add default value when there are no previous value. | 10167b2
Per-Kristian Nordnes | test(portable-text-editor): update test server start script for vite 3 | 6a485e6
Per-Kristian Nordnes | test(portable-text-editor): tsconfig for test suite | 502e23b
Per-Kristian Nordnes | fix(form): fix PTE focus handling issue | 324b3fb
Per-Kristian Nordnes | chore: update yarn.lock | c66d937
Herman Wikner | feat(form): add helper function to get correct field level in inputResolver | 86f8b48
Espen Hovlandsdal | chore: remove unnecessary typings files | c18cf5d
Espen Hovlandsdal | feat: add javascript disabled fallback | [2ff43ca](https://togithub.com/sanity-io/sanity/comm


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Sep 11, 2022

Deploy Preview for nuxt-sanity-module canceled.

Name Link
🔨 Latest commit 6c61c60
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-sanity-module/deploys/6320e8bf30a1260008f6cccc

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 14 times, most recently from 8e6cca1 to 0bf3414 Compare September 13, 2022 16:57
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 0bf3414 to 6c61c60 Compare September 13, 2022 20:31
@renovate renovate bot merged commit 1d3eb8a into main Sep 14, 2022
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch September 14, 2022 00:43
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.

None yet

0 participants