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

[Snyk] Upgrade @sanity/components from 0.144.0 to 0.147.9 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 9, 2020

Snyk has created this PR to upgrade @sanity/components from 0.144.0 to 0.147.9.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 35 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2020-01-14.
Release notes
Package name: @sanity/components
  • 0.147.9 - 2020-01-14

    Upgrade the Content Studio with:

    sanity upgrade
    

    🐛 Notable bugfixes

    • Fixed import bug where missing asset documents would not be identified as actually missing

    📓 Full changelog

    Author Message Commit
    Espen Hovlandsdal [import] Fix missing asset document check 6bdbfcc
  • 0.147.8 - 2020-01-14

    Upgrade the Command Line Interface (CLI) with

    npm install --global @sanity/cli
    

    Upgrade the Content Studio with:

    sanity upgrade
    

    ✨ Highlights

    Improved performance of import/export

    The command line tools for importing and exporting datasets have had several improvements to performance and stability, especially when working with a large number of assets.

    🐛 Notable bugfixes

    • Fixed an issue where many people editing the same document would occasionally fail
    • Fixed an issue where conflicting document IDs would be retried when importing
    • Fixed an issue where the progress indication for importing assets would show them as complete too early

    📓 Full changelog

    Author Message Commit
    Espen Hovlandsdal [groq] Add typescript definition for tagged template literal (#1682) 6f33e94
    Per-Kristian Nordnes [form-builder] Block editor paste plugin: Join plain text back as string 0511fb5
    Espen Hovlandsdal [export] Use HTTP/HTTPS agent with keep-alive 247c8d8
    j33ty [export] Add concurrency flag to export command 190d378
    Espen Hovlandsdal [core] Rephrase help text for dataset export 19add28
    Espen Hovlandsdal [export] Add validation for lower concurrency limit c7ea9ef
    Espen Hovlandsdal [import] Bump asset upload concurrency to 8, limit to 12 fe57e83
    Espen Hovlandsdal [export] Rename concurrency flag to asset-concurrency ffb0474
    Espen Hovlandsdal [export] Keep track of pending URLs 3ba5fcd
    Espen Hovlandsdal [export] Don't count pending downloads as completed 18ff6c5
    Knut Melvær [dashboard] Fix spelling error 864c73f
    Simen Svale Skogsrud [mutator] Fixes the problem where diff-match-patch and inc-dec would yield exceptions when targetting array indicies or attributes that did not exist f44a5c0
    Espen Hovlandsdal [import] Add --replace-assets flag to allow skipping sha1 check/reuse e321aed
    Espen Hovlandsdal [import] Add validation of raw asset documents 179c15e
    Espen Hovlandsdal [import] Don't retry 409s (conflicts) when importing 03825e8
    Espen Hovlandsdal [import] Add test for import of asset doc with no file present 004a501
    Victoria Bergquist [cli] add error message when plugin name is invalid (#1698) acd24db
    Victoria Bergquist [cli] improve debug command help text (#1697) 4ca8425
  • 0.147.8-document-actions.86 - 2020-01-14
  • 0.147.8-document-actions.59 - 2019-12-20
  • 0.147.8-canary.18 - 2020-01-14
  • 0.147.7-document-actions.59 - 2019-12-20
  • 0.147.7-document-actions.52 - 2019-12-20
  • 0.147.7-document-actions.51 - 2019-12-20
  • 0.147.7-document-actions.50 - 2019-12-20
  • 0.147.6 - 2019-12-19

    Upgrade the Content Studio with:

    sanity upgrade
    

    ✨ Highlights

    🔗 Fine-grained reference fields

    Reference fields can now be given an additional GROQ-filter to help constrain the search, making it easier to find the documents you are looking for.

    Note that this only helps the search, it does not guarantee that the referenced document will match the filter in the future.

    Read the documentation for the reference type to find out how to use this new functionality.

    ⚡ Faster loading of long lists

    The desk tool should now load the initial set of documents in a list faster than previously. When scrolling, it will load additional documents. We're working on further improving the performance of lists.

    🐛 Notable bugfixes

    • Fixed bug where documents with numeric IDs would not be sorted correctly in desk tool
    • Fixed bug where unsetting an image or file field would not unset the _type property
    • Fixed bug where the experimental spaces feature would link to incorrect space in certain cases

    📓 Full changelog

    Author Message Commit
    Espen Hovlandsdal [base] Maintain order of documents when collating drafts/published (#1665) b92b6ac
    Espen Hovlandsdal [form-builder] Unset empty object when removing asset (#1647) 63964c7
    Espen Hovlandsdal [form-builder] Support additional filter to reference input d90e42c
    Espen Hovlandsdal [base] Include additional filter + params if passed 4a31a69
    Espen Hovlandsdal [form-builder] Allow passing filter resolver function instead of string 67f9ef6
    Espen Hovlandsdal [schema] Validate reference filter and filterParams properties 0ff5cad
    Espen Hovlandsdal [desk-tool] Remove unused scrollTop handler 693c2e4
    Espen Hovlandsdal [base] Export query results observable from QueryContainer 686db3f
    Espen Hovlandsdal [desk-tool] Load partial document list before fetching full list 13385dd
    Espen Hovlandsdal [desk-tool] Only load full list when scrolled to half-way point a68394b
    Espen Hovlandsdal [desk-tool] Style loading/more documents component f33a895
    Espen Hovlandsdal [default-layout] Reload window when switching spaces (#1674) a8267c6
  • 0.147.3 - 2019-12-12

    Upgrade the Command Line Interface (CLI) with:

    npm install --global @sanity/cli
    

    Upgrade the Content Studio with:

    sanity upgrade
    

    ✨ Highlights

    Hints mode

    The Sanity Studio now comes with an optional sidebar that is used for onboarding new developers. It can be opened and closed, and removed by configuring sanity.json. It will not appear in existing studios unless you enable it youself. It will be added as a default to the starters on sanity.io/create.

    🐛 Notable bugfixes

    • Normalize blocks received from custom paste handler 📋
    • @abrougher helped us spell correctly 🙇

    📓 Full changelog

    Author Message Commit
    Per-Kristian Nordnes [form-builder] Normalize blocks received from custom paste handler (#1657) e2a65a7
    Austin Brougher Fix spelling errors (#1658) 6808f5b
    Thomas Drevon [default-layout] Hints mode (#1660) 62eb7f1
  • 0.147.2 - 2019-12-10

    Upgrade the Content Studio with:

    sanity upgrade
    

    🐛 Notable bugfixes

    • Fixed incorrect options being passed to document component view
    • Fixed plugin configuration files not being initialized when running sanity graphql deploy
    • Fixed asset download connection errors not being retried on export

    📓 Full changelog

    Author Message Commit
    Espen Hovlandsdal [desk-tool] Fix bug where pane options would be passed to view (#1653) c3c875e
    Espen Hovlandsdal [core] Initialize plugin configs before resolving GraphQL schema (#1654) 4dd2974
    Espen Hovlandsdal [export] Retry assets on connection errors (#1655) 11c60c5
  • 0.147.0 - 2019-12-09

    Upgrade the Command Line Interface (CLI) with

    npm install --global @sanity/cli
    

    Upgrade the Content Studio with:

    sanity upgrade
    

    ✨ Highlights

    Environment variable support

    A much requested feature - the Sanity Studio now allows configuration of key parameters such as the project ID and dataset through environment variables, both in development and for deployment. This should make it much easier to integrate it into continuous deployment workflows.

    In addition, we now inject environment variables with the SANITY_STUDIO_ prefix into the build process, allowing you to use them when customizing the Sanity Studio.

    Read more about this feature in our documentation.

    Template for custom asset source plugins

    With the recently launched support for pluggable asset sources, we've had a lot of fun seeing what people build with it. In this release of the CLI, we've included a plugin template for building an asset source. You can now do sanity init plugin in your studio folder and choose the "Custom asset source plugin" option to get the boilerplate code up and running.

    🐛 Notable bugfixes

    • Fixed the experimental Action UI affordances not being respected
    • Fixed image and file fields not validating their fields property

    📓 Full changelog

    Author Message Commit
    Victoria Bergquist [cli] add template for custom asset source plugin (#1639) ae4de9b
    Espen Hovlandsdal [cli] Reject template download if statusCode is not 2xx (#1638) 6c9d0a9
    Espen Hovlandsdal [structure] Try to infer schema type from filter in document lists (#1634) daae65f
    Espen Hovlandsdal [schema] Validate file, image schema fields ea6825e
    Espen Hovlandsdal [schema] Pass correct index to field visitor 03e77e9
    Espen Hovlandsdal [server] Fix potential crash when attempting to normalize module path (#1635) a7fb020
    Espen Hovlandsdal [desk-tool] Resolve document type from template if available (#1633) adf1fbb
    Espen Hovlandsdal [structure] Check if "create"-action is enabled before infering templates 318d3c5
    Espen Hovlandsdal [desk-tool] Only show publish button if action is enabled 85a5ea8
    Espen Hovlandsdal [desk-tool] Disable publishing when action is disabled 4351fb9
    Espen Hovlandsdal [desk-tool] Set form as read-only on new document with create action disabled 2640b60
    Espen Hovlandsdal [desk-tool] Use noop onChange handler if in readonly mode 63c1c40
    Espen Hovlandsdal [desk-tool] Add missing setPayload method to pane router context (#1645) b283b1c
    Bjørge Næss [chore] Upgrade TypeScript + eslint tooling (#1650) a34fcbe
    Espen Hovlandsdal [webpack-integration] Expose SANITY_STUDIO_* environment variables 1ca6c46
    Espen Hovlandsdal [util] Allow setting projectId/dataset through environment variables 32f062f
    Espen Hovlandsdal [chore] Pass studio path when reducing configuration da11acf
    Espen Hovlandsdal [util] Try reading project ID/dataset from .env files b554f9e
    Espen Hovlandsdal [core] Read .env files when running sanity exec 4cd838d
    Espen Hovlandsdal [webpack-integration] Include SANITY_STUDIO env vars from .env files 0ac8711
    Espen Hovlandsdal [chore] Pass through env based on command when determining .env-file b2dea43
    Espen Hovlandsdal [webpack-integration] Expose getSanityEnvVars() 8e71dad
    Espen Hovlandsdal [core] List environment variables used when building static bundle 115a770
    Espen Hovlandsdal [util] Use SANITY_STUDIO_API/SANITY_STUDIO_PROJECT namespaces ce4a2fd
    Espen Hovlandsdal [all] Rename internal environment variable name aec5667
    Espen Hovlandsdal [core] Respect SANITY_ACTIVE_ENV when reading env files cf711af
    Espen Hovlandsdal [structure] Allow setting options on component, component view f51b799
    Espen Hovlandsdal [desk-tool] Pass on user-defined options to component panes/views 147802f
    Espen Hovlandsdal [structure] Use referential identity when comparing immutability 0baed49
    Espen Hovlandsdal [util] Types: Fix method declaration for path get() method 79d4824
    Espen Hovlandsdal [form-builder] Pass parent object to slug source function 63bdc12
    Espen Hovlandsdal [test-studio] Simplify experiment slug schema a0f2866
    Espen Hovlandsdal [structure] Allow specifying a default document node resolver (#1637) 6eb4406
    Marius Lundgård [components] Fix tabs overflow issue 2a3b4b0
  • 0.147.0-handle-access-control-errors.38 - 2019-12-09
  • 0.147.0-block-tools-white-space-fix.2 - 2019-11-27
  • 0.147.0-alpha.2 - 2019-11-27
  • 0.147.0-alpha.1 - 2019-11-26
  • 0.147.0-alpha.0 - 2019-11-26
  • 0.146.4-hints-mode.156 - 2019-12-09
  • 0.146.3 - 2019-11-27
  • 0.146.0 - 2019-11-26
  • 0.146.0-alpha.2 - 2019-11-21
  • 0.146.0-alpha.1 - 2019-11-20
  • 0.145.1 - 2019-11-21
  • 0.145.0 - 2019-11-19
  • 0.145.0-alpha.32 - 2019-11-12
  • 0.144.4-cheesy-bites.132 - 2019-11-16
  • 0.144.4-cheesy-bites.121 - 2019-11-18
  • 0.144.3-cheesy-bites.110 - 2019-11-14
  • 0.144.3-cheesy-bites.106 - 2019-11-14
  • 0.144.3-cheesy-bites.94 - 2019-11-13
  • 0.144.3-cheesy-bites.84 - 2019-11-12
  • 0.144.3-cheesy-bites.80 - 2019-11-12
  • 0.144.2 - 2019-10-29
  • 0.144.1 - 2019-10-28
  • 0.144.0 - 2019-10-24
from @sanity/components GitHub release notes
Commit messages
Package name: @sanity/components
  • c4cc5b5 v0.147.9
  • 6bdbfcc [import] Fix missing asset document check
  • b055f66 v0.147.8
  • 4ca8425 [cli] improve debug command help text (#1697)
  • acd24db [cli] add error message when plugin name is invalid (#1698)
  • 004a501 [import] Add test for import of asset doc with no file present
  • 03825e8 [import] Don't retry 409s (conflicts) when importing
  • 179c15e [import] Add validation of raw asset documents
  • e321aed [import] Add --replace-assets flag to allow skipping sha1 check/reuse
  • f44a5c0 [mutator] Fixes the problem wher diff-match-patch and inc-dec would yield exceptions when targetting array indicies or attributes that did not exist
  • 864c73f Fix spelling error
  • 18ff6c5 [export] Don't count pending downloads as completed
  • 3ba5fcd [export] Keep track of pending URLs
  • ffb0474 [export] Rename concurrency flag to asset-concurrency
  • fe57e83 [import] Bump asset upload concurrency to 8, limit to 12
  • c7ea9ef [export] Add validation for lower concurrency limit
  • 19add28 [core] Rephrase help text for dataset export
  • 190d378 [export] Add concurrency flag to export command
  • 247c8d8 [export] Use HTTP/HTTPS agent with keep-alive
  • 0511fb5 [form-builder] Block editor paste plugin: Join plain text back as string
  • c08c7d8 Merge pull request #1686 from sanity-io/hints-link-utm
  • 5c29464 Add utm to links
  • 6f33e94 [groq] Add typescript definition for tagged template literal (#1682)
  • 573bcd2 v0.147.7

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant