ricokahler / sanity-super-pane

The Sanity Desk Tool Pane with Super Powers
sanity-super-pane.vercel.app
MIT License
101 stars 12 forks source link

chore(deps): update all #42

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sanity/icons (source) 1.1.5 -> 1.2.1 age adoption passing confidence
@sanity/ui (source) 0.34.7 -> 0.36.12 age adoption passing confidence
@types/react 17.0.19 -> 17.0.26 age adoption passing confidence
@types/styled-components 5.1.13 -> 5.1.14 age adoption passing confidence
autoprefixer 10.3.3 -> 10.3.6 age adoption passing confidence
eslint-plugin-flowtype 5.9.2 -> 5.10.0 age adoption passing confidence
eslint-plugin-react 7.25.1 -> 7.26.1 age adoption passing confidence
nanoid 3.1.25 -> 3.1.28 age adoption passing confidence
postcss (source) 8.3.6 -> 8.3.8 age adoption passing confidence
prettier (source) 2.3.2 -> 2.4.1 age adoption passing confidence
rollup (source) 2.56.3 -> 2.57.0 age adoption passing confidence
typescript (source) 4.4.2 -> 4.4.3 age adoption passing confidence

Release Notes

sanity-io/design ### [`v1.2.1`](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.2.0...@sanity/icons@1.2.1) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.2.0...@sanity/icons@1.2.1) ### [`v1.2.0`](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.1.7...@sanity/icons@1.2.0) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.1.7...@sanity/icons@1.2.0) ### [`v1.1.7`](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.1.6...@sanity/icons@1.1.7) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.1.6...@sanity/icons@1.1.7) ### [`v1.1.6`](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.1.5...@sanity/icons@1.1.6) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.1.5...@sanity/icons@1.1.6)
postcss/autoprefixer ### [`v10.3.6`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1036) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.5...10.3.6) - Updated `nanocolors`. - Reduced package size. ### [`v10.3.5`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1035) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.4...10.3.5) - Replaced `colorette` to `nanocolors`. ### [`v10.3.4`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1034) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.3...10.3.4) - Fixed `stretch` value in latest Firefox.
gajus/eslint-plugin-flowtype ### [`v5.10.0`](https://togithub.com/gajus/eslint-plugin-flowtype/releases/v5.10.0) [Compare Source](https://togithub.com/gajus/eslint-plugin-flowtype/compare/v5.9.2...v5.10.0) ##### Features - add new rule sort-type-union-intersection-members ([#​501](https://togithub.com/gajus/eslint-plugin-flowtype/issues/501)) ([fa4207d](https://togithub.com/gajus/eslint-plugin-flowtype/commit/fa4207de7f74513c96b8a8ad7c142f4a56148203))
yannickcr/eslint-plugin-react ### [`v7.26.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7261---20210929) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1) ##### Fixed - \[`no-namespace`]: fix crash on non-string React.createElement name ([#​3082] [@​ljharb](https://togithub.com/ljharb)) - \[`no-namespace`]: avoid crash on non-string createElement values ([#​3085] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-no-target-blank`]: improve error messages ([#​3088] [@​cutiful](https://togithub.com/cutiful)) ##### Changed - \[Docs] \[`jsx-max-props-per-line`]: fix options example ([#​3083] [@​MrRaiter](https://togithub.com/MrRaiter)) [7.26.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 [#​3088]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3088 [#​3085]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3085 [#​3083]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3083 [#​3082]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3082 ### [`v7.26.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7260---20210920) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.3...v7.26.0) ##### Added - add \[`no-namespace`] rule ([#​2640] [@​yacinehmito](https://togithub.com/yacinehmito) [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-max-props-per-line`]: add `single` and `multi` options ([#​3078] [@​SIL0RAK](https://togithub.com/SIL0RAK)) ##### Fixed - \[`display-name`]: Get rid of false position on component detection ([#​2759] [@​iiison](https://togithub.com/iiison)) ##### Changed - \[`no-access-state-in-setstate`]: passing test for “don't error if it's not a React Component” ([#​1873] [@​kentcdodds](https://togithub.com/kentcdodds)) [7.26.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.3...v7.26.0 [#​3078]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3078 [#​2640]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2640 [#​2759]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2759 [#​1873]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1873 ### [`v7.25.3`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7253---20210919) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.2...v7.25.3) ##### Fixed - \[`prop-types`], `propTypes`: bail out unknown generic types inside func params ([#​3076] [@​vedadeepta](https://togithub.com/vedadeepta)) ##### Changed - \[readme] Update broken link for configuration files ([#​3071] [@​prateek3255](https://togithub.com/prateek3255)) - \[Refactor] create/extract `isCreateElement` and `isDestructuredFromPragmaImport` utils ([@​ljharb](https://togithub.com/ljharb)) [7.25.3]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.2...v7.25.3 [#​3076]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3076 [#​3071]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3071 ### [`v7.25.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7252---20210916) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2) ##### Fixed - \[`jsx-no-useless-fragments`]: Handle insignificant whitespace correctly when `allowExpressions` is `true` ([#​3061][] [@​benj-dobs](https://togithub.com/benj-dobs)) - \[`prop-types`], `propTypes`: handle implicit `children` prop in react's generic types ([#​3064][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`display-name`]: fix arrow function returning result of function call with JSX arguments being interpreted as component ([#​3065][] [@​danielfinke](https://togithub.com/danielfinke)) - \[`jsx-no-target-blank`]: avoid crash on attr-only href ([#​3066][] [@​ljharb](https://togithub.com/ljharb) [@​gaz77a](https://togithub.com/gaz77a)) - \[`jsx-uses-vars`]: ignore lowercase tag names ([#​3070][] [@​alanorozco](https://togithub.com/alanorozco)) [7.25.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2 [#​3070]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3070 [#​3066]: https://togithub.com/yannickcr/eslint-plugin-react/issue/3066 [#​3065]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3065 [#​3064]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3064 [#​3061]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3061
ai/nanoid ### [`v3.1.28`](https://togithub.com/ai/nanoid/blob/master/CHANGELOG.md#​3128) [Compare Source](https://togithub.com/ai/nanoid/compare/3.1.27...3.1.28) - Reduced npm package size. ### [`v3.1.27`](https://togithub.com/ai/nanoid/blob/master/CHANGELOG.md#​3127) [Compare Source](https://togithub.com/ai/nanoid/compare/3.1.26...3.1.27) - Cleaned `dependencies` from development tools. ### [`v3.1.26`](https://togithub.com/ai/nanoid/blob/master/CHANGELOG.md#​3126) [Compare Source](https://togithub.com/ai/nanoid/compare/3.1.25...3.1.26) - Improved performance (by Eitan Har-Shoshanim). - Reduced npm package size.
postcss/postcss ### [`v8.3.8`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​838) [Compare Source](https://togithub.com/postcss/postcss/compare/8.3.7...8.3.8) - Update `nanocolors`. ### [`v8.3.7`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​837) [Compare Source](https://togithub.com/postcss/postcss/compare/8.3.6...8.3.7) - Replaced `colorette` to `nanocolors`. - Added bug field to `package.json` (by Christian Oliff). - Improved docs (by Andrew Bruce and Paul Shryock).
prettier/prettier ### [`v2.4.1`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​241) [Compare Source](https://togithub.com/prettier/prettier/compare/2.4.0...2.4.1) [diff](https://togithub.com/prettier/prettier/compare/2.4.0...2.4.1) ##### Fix wildcard syntax in `@forward` ([#​11482](https://togithub.com/prettier/prettier/pull/11482)) ([#​11487](https://togithub.com/prettier/prettier/pull/11487) by [@​niksy](https://togithub.com/niksy)) ```scss // Input @​forward "library" as btn-*; // Prettier 2.4.0 @​forward "library" as btn- *; // Prettier 2.4.1 @​forward "library" as btn-*; ``` ##### Add new CLI option `debug-print-ast` ([#​11514](https://togithub.com/prettier/prettier/pull/11514) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) A new `--debug-print-ast` CLI flag for debugging. ### [`v2.4.0`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​240) [Compare Source](https://togithub.com/prettier/prettier/compare/2.3.2...2.4.0) [diff](https://togithub.com/prettier/prettier/compare/2.3.2...2.4.0) 🔗 [Release Notes](https://prettier.io/blog/2021/09/09/2.4.0.html)
rollup/rollup ### [`v2.57.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2570) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.56.3...v2.57.0) *2021-09-22* ##### Features - Add `generatedCode` option to allow Rollup to use es2015 features for smaller output and more efficient helpers ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Using `preferConst` will now show a warning with `strictDeprecations: true` ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) ##### Bug Fixes - Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Do not use `Object.assign` in generated code to ensure ES5 compatibility without the need for polyfills ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Use correct "this" binding in dynamic import expressions for CommonJS and AMD ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Properly handle `shimMissingExports` for exports that are only used internally ([#​4215](https://togithub.com/rollup/rollup/issues/4215)) - Prevent unhandled rejection for failed module parsing ([#​4228](https://togithub.com/rollup/rollup/issues/4228)) ##### Pull Requests - [#​4212](https://togithub.com/rollup/rollup/pull/4212): chore: remove unused ambient types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4215](https://togithub.com/rollup/rollup/pull/4215): Use ES2015 features in generated code snippets ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4219](https://togithub.com/rollup/rollup/pull/4219): chore: bump rollup typescript, remove unused micromatch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4220](https://togithub.com/rollup/rollup/pull/4220): chore: use forceConsistentCasingInFileNames in ts-config ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4224](https://togithub.com/rollup/rollup/pull/4224): prepare for useDefineForClassFields ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4228](https://togithub.com/rollup/rollup/pull/4228): fix: prevent UnhandledPromiseRejectionWarning when module resolution/parsing fails ([@​kherock](https://togithub.com/kherock))
Microsoft/TypeScript ### [`v4.4.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.4.3) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3) This patch release contains fix for [leaking file watchers on `package.json`](https://togithub.com/microsoft/TypeScript/issues/45633), and a [minor fix for completions in JavaScript files](https://togithub.com/microsoft/TypeScript/issues/45436). *** For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.4.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.0+%28Beta%29%22+). - [fixed issues query for Typescript 4.4.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.1+%28RC%29%22+). - [fixed issues query for Typescript 4.4.2](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.2%22+). - [fixed issues query for Typescript 4.4.3](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.3%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 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.



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

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ricokahler/sanity-super-pane/5xKaVmwrW1sVmKnCgK5aShEaDhRX
✅ Preview: https://sanity-super-pane-git-renovate-all-ricokahler.vercel.app

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.0-alpha.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket: