sanity-io / sanity-template-gatsby-portfolio

A Gatsby portfolio site powered by Sanity for https://www.sanity.io/create
https://www.sanity.io/create/?template=sanity-io%2Fsanity-template-gatsby-portfolio
69 stars 18 forks source link

Bump @sanity/core from 0.141.6 to 0.142.6 in /template #19

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @sanity/core from 0.141.6 to 0.142.6.

Release notes *Sourced from [@sanity/core's releases](https://github.com/sanity-io/sanity/releases).* > ## v0.142.6 > Upgrade the Command Line Interface (CLI) with > > npm install --global @sanity/cli > > Upgrade the Content Studio with: > > sanity upgrade > > # ✨ Highlights > ## Flow => TypeScript > Although this should not be noticable for end users yet, we have now converted all the packages that were using [Flow](https://flow.org/) to use [TypeScript](https://www.typescriptlang.org/) instead. Check out our [blog post](https://www.sanity.io/blog/from-flow-to-typescript) for more details. > > ## GraphQL schema fixes > Two long-standing bugs in the GraphQL schema generating code has now been fixed: circular references in types should no longer give stack overflow errors, and subtyped scalars should now work as expected. Huge thanks to Richard Sewell for taking the time to look at these! > > ## Other features > - Added the [`getDocuments()`](https://github.com/sanity-io/sanity/tree/next/packages/%40sanity/client#fetch-multiple-documents-in-one-go) method to `@sanity/client` for fetching multiple documents in one go. **Note**: this method should be used sparingly and performing a [GROQ query](https://www.sanity.io/docs/how-queries-work) is usually a better option. > > # 🐛 Notable bugfixes > > - Inform users about sanity.io/create when running `sanity init` > - Fixed a bug where slugs would always be required after writing it once and then deleted it > - Fixed history pane background color for better Studio customization experience > - Fixed a bug where adding geopoints to arrays through `@sanity/google-maps-input` would break > - Fixed a bug where drag-and-drop of files to an array would crash > - Fixed a bug where changing the crop area of an image would crash when not first setting a hotspot > - Fixed a bug where any configured `accept` parameter would not be passed down to the underlying input. Also changed the default accepted file types for images to `image/*`, which should provide a more user-friendly way to select images > > # 📓 Full changelog > Author | Message | Commit > ------------ | ------------- | ------------- > Bjørge Næss | [chore] Upgrade dev tooling (babel + eslint, etc) | 85c855335 > Bjørge Næss | [chore] Upgrade lerna | d49c1df83 > Bjørge Næss | [chore] Upgrade prettier | 3e20541e7 > Bjørge Næss | [chore] Upgrade TypeScript + misc gulp pkgs | 3971b2403 > Bjørge Næss | [chore] Remove Flow config and cruft | d51b12933 > Bjørge Næss | [chore] Add TypeScript specific eslint config | a1f2731d2 > Bjørge Næss | [chore] Tweak TypeScript config and gulpfile | b6d959005 > Bjørge Næss | [chore] Harmonize config between existing TypeScript projects | bb96416b9 > Bjørge Næss | [state-router] Migrate from Flow to TypeScript | 76b5bd110 > Bjørge Næss | [block-tools] Migrate from Flow to TypeScript | 66d78f4da > Bjørge Næss | [schema] Migrate from Flow to TypeScript | a4d6d7297 > Bjørge Næss | [util] Migrate from Flow to TypeScript | c8339820c > Bjørge Næss | [mutator] Migrate from Flow to TypeScript | ca5047e20 > Bjørge Næss | [components] Remove Flow annotations | 5e1d5b0fb > Bjørge Næss | [preview] Migrate from Flow to TypeScript | 15a70d92f > Bjørge Næss | [form-builder] Migrate from Flow to TypeScript | 4d1577905 > Espen Hovlandsdal | [google-maps-input] Merge value with defaults before setting lat/lng ([#1500](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1500)) | 3a1fe1477 > Richard Sewell | [core] fix API generation fails if schema has self-referencing types ([#1497](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1497)) | 6e6122f16 > ... (truncated)
Commits - [`eb4898a`](https://github.com/sanity-io/sanity/commit/eb4898a9f7116801dda95686dc856e7b4575f7b2) v0.142.6 - [`7ea7af5`](https://github.com/sanity-io/sanity/commit/7ea7af5f05d8dd201b9b0df9284438f323965226) [chore] Add postcss config for typescript-plugin-css-modules - [`551a208`](https://github.com/sanity-io/sanity/commit/551a2083c0418a4cf0825089b1abcb43b8e9962f) [form-builder] Pass accepted mime types to input ([#1517](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1517)) - [`6a8d1c4`](https://github.com/sanity-io/sanity/commit/6a8d1c44add7209154ac667606df98ccdb3a515e) [form-builder] Block editor: fix design regressions from [#1492](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1492) ([#1516](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1516)) - [`0dcd724`](https://github.com/sanity-io/sanity/commit/0dcd7242020638103c754df6bd5709a77e6a4007) [desk-tool] fix history pane background ([#1499](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1499)) - [`0ca4de2`](https://github.com/sanity-io/sanity/commit/0ca4de2cb11a778bab1b0bcc89e5db3bbdf5a031) [test-studio] Add nested two-column blocks test case - [`8ff80d0`](https://github.com/sanity-io/sanity/commit/8ff80d09644c3a5314c7d987c5eaae6aa16e3de4) [imagetool] When limiting, use default crop if none specified ([#1514](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1514)) - [`e6c7a96`](https://github.com/sanity-io/sanity/commit/e6c7a9628f047532f560eb8d28f7f4f1cede3297) [form-builder] Make asset upload options optional ([#1512](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1512)) - [`44a18f4`](https://github.com/sanity-io/sanity/commit/44a18f457c8518bf5066ab4356cf6f539bfacd30) [base] Use doc endpoint when fetching documents for editing ([#1508](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1508)) - [`e33c44b`](https://github.com/sanity-io/sanity/commit/e33c44ba2ea0d63ebe59251819c458f6f23bec1a) [client] Add client.getDocuments ([#1507](https://github-redirect.dependabot.com/sanity-io/sanity/issues/1507)) - Additional commits viewable in [compare view](https://github.com/sanity-io/sanity/compare/v0.141.6...v0.142.6)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.

⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo by editing the .dependabot/config.yml file in this repo.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.