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 #64

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-babel 5.3.0 -> 5.3.1 age adoption passing confidence
@sanity/icons (source) 1.2.3 -> 1.2.5 age adoption passing confidence
@sanity/ui (source) 0.37.2 -> 0.37.5 age adoption passing confidence
@types/react 17.0.38 -> 17.0.39 age adoption passing confidence
@types/styled-components 5.1.21 -> 5.1.23 age adoption passing confidence
eslint-plugin-react 7.28.0 -> 7.29.2 age adoption passing confidence
nanoid 3.2.0 -> 3.3.1 age adoption passing confidence
postcss (source) 8.4.5 -> 8.4.7 age adoption passing confidence
rollup (source) 2.66.1 -> 2.68.0 age adoption passing confidence
typescript (source) 4.5.5 -> 4.6.2 age adoption passing confidence

Release Notes

rollup/plugins ### [`v5.3.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/babel/CHANGELOG.md#v531) *2022-02-22* ##### Bugfixes - fix: consider path delimeter on windows ([#​1090](https://togithub.com/rollup/plugins/issues/1090))
sanity-io/design ### [`v1.2.5`](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.2.4...@sanity/icons@1.2.5) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.2.4...@sanity/icons@1.2.5) ### [`v1.2.4`](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.2.3...@sanity/icons@1.2.4) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/icons@1.2.3...@sanity/icons@1.2.4)
yannickcr/eslint-plugin-react ### [`v7.29.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7292---20220225) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.1...v7.29.2) ##### Fixed - \[`jsx-curly-brace-presence`]: avoid warning on curlies containing quote characters ([#​3214][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-indent`]: do not report on non-jsx-returning ternaries that contain null ([#​3222][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-indent`]: properly report on returned ternaries with jsx ([#​3222][] [@​ljharb](https://togithub.com/ljharb)) - \[`no-array-index-key`]: detect named-imported `cloneElement`/`createElement` ([#​3213][] [@​ljharb](https://togithub.com/ljharb)) [7.29.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.1...v7.29.2 [#​3222]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3222 [#​3214]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3214 [#​3213]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3213 ### [`v7.29.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7291---20220225) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.0...v7.29.1) ##### Fixed - \[`jsx-key`]: prevent false "missing array key" warning ([#​3215][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-indent`]: avoid checking returns sans jsx ([#​3218][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-key`]: avoid a crash ([#​3220][] [@​ljharb](https://togithub.com/ljharb)) - version settings: avoid a crash with an invalid version ([#​3219][] [@​ljharb](https://togithub.com/ljharb)) [7.29.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.29.0...v7.29.1 [#​3220]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3220 [#​3219]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3219 [#​3218]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3218 [#​3215]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3215 ### [`v7.29.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7290---20220224) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.28.0...v7.29.0) ##### Added - add \[`hook-use-state`] rule to enforce symmetric useState hook variable names ([#​2921][] [@​duncanbeevers](https://togithub.com/duncanbeevers)) - \[`jsx-no-target-blank`]: Improve fixer with option `allowReferrer` ([#​3167][] [@​apepper](https://togithub.com/apepper)) - \[`jsx-curly-brace-presence`]: add "propElementValues" config option ([#​3191][] [@​ljharb](https://togithub.com/ljharb)) - add \[`iframe-missing-sandbox`] rule ([#​2753][] [@​tosmolka](https://togithub.com/tosmolka) [@​ljharb](https://togithub.com/ljharb)) - \[`no-did-mount-set-state`], \[`no-did-update-set-state`]: no-op with react >= 16.3 ([#​1754][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-sort-props`]: support multiline prop groups ([#​3198][] [@​duhamelgm](https://togithub.com/duhamelgm)) - \[`jsx-key`]: add `warnDuplicates` option to warn on duplicate jsx keys in an array ([#​2614][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-sort-props`]: add `locale` option ([#​3002][] [@​ljharb](https://togithub.com/ljharb)) ##### Fixed - \[`prop-types`], `propTypes`: add support for exported type inference ([#​3163][] [@​vedadeepta](https://togithub.com/vedadeepta)) - \[`no-invalid-html-attribute`]: allow 'shortcut icon' on `link` ([#​3174][] [@​Primajin](https://togithub.com/Primajin)) - \[`prefer-exact-props`] improve performance for `Identifier` visitor ([#​3190][] [@​meowtec](https://togithub.com/meowtec)) - `propTypes`: Handle TSTypeReference in no-unused-prop-type ([#​3195][] [@​niik](https://togithub.com/niik)) - \[`sort-prop-types`]: avoid repeated warnings of the same node/reason ([#​519][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-indent`]: Fix indent handling for closing parentheses ([#​620][] [@​stefanbuck](https://togithub.com/stefanbuck)]) - \[`prop-types`/`propTypes`]: follow a returned identifier to see if it is JSX ([#​1046][] [@​ljharb](https://togithub.com/ljharb)) - \[`no-unused-state`]: TS: support `getDerivedStateFromProps` as an arrow function ([#​2061][] [@​ljharb](https://togithub.com/ljharb)) - \[`no-array-index-key`]: catch `.toString` and `String()` usage ([#​2813][] [@​RedTn](https://togithub.com/RedTn)) - \[`function-component-definition`]: do not break on dollar signs ([#​3207][] [@​ljharb](https://togithub.com/ljharb)) - \[`prefer-stateless-function`]: avoid a crash inside `doctrine` ([#​2596][] [@​ljharb](https://togithub.com/ljharb)) - \[`prop-types`]: catch infinite loop ([#​2861][] [@​ljharb](https://togithub.com/ljharb)) - \[`forbid-prop-types`]: properly report name in error message; check undestructured arguments ([#​2945][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[readme] change \[`jsx-runtime`] link from branch to sha ([#​3160][] [@​tatsushitoji](https://togithub.com/tatsushitoji)) - \[Docs] HTTP => HTTPS ([#​3133][] [@​Schweinepriester](https://togithub.com/Schweinepriester)) - \[readme] Some grammar fixes ([#​3186][] [@​JJ](https://togithub.com/JJ)) - \[Docs] \[`jsx-no-target-blank`]: Improve readme ([#​3169][] [@​apepper](https://togithub.com/apepper)) - \[Docs] \[`display-name`]: improve examples ([#​3189][] [@​golopot](https://togithub.com/golopot)) - \[Refactor] \[`no-invalid-html-attribute`]: sort HTML_ELEMENTS and messages ([#​3182][] [@​Primajin](https://togithub.com/Primajin)) - \[Docs] \[`forbid-foreign-prop-types`]: document `allowInPropTypes` option ([#​1815][] [@​ljharb](https://togithub.com/ljharb)) - \[Refactor] \[`jsx-sort-default-props`]: remove unnecessary code ([#​1817][] [@​ljharb](https://togithub.com/ljharb)) - \[Docs] \[`jsx-no-target-blank`]: fix syntax highlighting ([#​3199][] [@​shamrin](https://togithub.com/shamrin)) - \[Docs] \[`jsx-key`]: improve example ([#​3202][] [@​chnakamura](https://togithub.com/chnakamura)) - \[Refactor] \[`jsx-key`]: use more AST selectors ([@​ljharb](https://togithub.com/ljharb)) [7.29.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.28.0...v7.29.0 [#​3207]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3207 [#​3202]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3202 [#​3199]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3199 [#​3198]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3198 [#​3195]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3195 [#​3191]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3191 [#​3190]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3190 [#​3189]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3189 [#​3186]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3186 [#​3182]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3182 [#​3174]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3174 [#​3169]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3169 [#​3167]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3167 [#​3163]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3163 [#​3160]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3160 [#​3133]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3133 [#​3002]: https://togithub.com/yannickcr/eslint-plugin-react/issues/3002 [#​2945]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2945 [#​2921]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2921 [#​2861]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2861 [#​2813]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2813 [#​2753]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2753 [#​2614]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2614 [#​2596]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2596 [#​2061]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2061 [#​1817]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1817 [#​1815]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1815 [#​1754]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1754 [#​1046]: https://togithub.com/yannickcr/eslint-plugin-react/issues/1046 [#​620]: https://togithub.com/yannickcr/eslint-plugin-react/pull/620 [#​519]: https://togithub.com/yannickcr/eslint-plugin-react/issues/519
ai/nanoid ### [`v3.3.1`](https://togithub.com/ai/nanoid/blob/HEAD/CHANGELOG.md#​331) [Compare Source](https://togithub.com/ai/nanoid/compare/3.3.0...3.3.1) - Reduced package size. ### [`v3.3.0`](https://togithub.com/ai/nanoid/compare/3.2.0...3.3.0) [Compare Source](https://togithub.com/ai/nanoid/compare/3.2.0...3.3.0)
postcss/postcss ### [`v8.4.7`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#​847) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.6...8.4.7) - Fixed `Node#warn()` type (by Masafumi Koba). - Fixed comment removal in values after `,`. ### [`v8.4.6`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#​846) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.5...8.4.6) - Prevented comment removing when it change meaning of CSS. - Fixed parsing space in last semicolon-less CSS Custom Properties. - Fixed comment cleaning in CSS Custom Properties with space. - Fixed throwing an error on `.root` access for plugin-less case.
rollup/rollup ### [`v2.68.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2680) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.3...v2.68.0) *2022-02-22* ##### Features - provide information about cached import resolutions in `shouldTransformCachedModule` ([#​4414](https://togithub.com/rollup/rollup/issues/4414)) - Add "types" field to Rollup's package exports ([#​4416](https://togithub.com/rollup/rollup/issues/4416)) ##### Pull Requests - [#​4410](https://togithub.com/rollup/rollup/pull/4410): refactor: use map for declarations and name suggestions ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4411](https://togithub.com/rollup/rollup/pull/4411): refactor: use map for namespace reexports by name ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4412](https://togithub.com/rollup/rollup/pull/4412): refactor: use includes where appropriate ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4414](https://togithub.com/rollup/rollup/pull/4414): Add resolved sources to shouldTransformCachedModule ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4416](https://togithub.com/rollup/rollup/pull/4416): Add Typescript 4.5 nodenext node12 module resolution support ([@​frank-dspeed](https://togithub.com/frank-dspeed)) ### [`v2.67.3`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2673) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.2...v2.67.3) *2022-02-18* ##### Bug Fixes - Do not swallow other errors when unfinished hook actions are detected ([#​4409](https://togithub.com/rollup/rollup/issues/4409)) - Add additional information to output when there are unfinished hook actions ([#​4409](https://togithub.com/rollup/rollup/issues/4409)) ##### Pull Requests - [#​4399](https://togithub.com/rollup/rollup/pull/4399): docs: remove const ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​4401](https://togithub.com/rollup/rollup/pull/4401): Improve test stability by getting independent of module id ordering in more places ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4403](https://togithub.com/rollup/rollup/pull/4403): fix: remove unnecessary property descriptor spread ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4404](https://togithub.com/rollup/rollup/pull/4404): refactor: use map for import descriptions + re-export descriptions ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4405](https://togithub.com/rollup/rollup/pull/4405): refactor: module exports to map ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4406](https://togithub.com/rollup/rollup/pull/4406): Fix a typo in 'Direct plugin communication' code example ([@​younesmln](https://togithub.com/younesmln)) - [#​4407](https://togithub.com/rollup/rollup/pull/4407): Document how resolveId is cached ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4409](https://togithub.com/rollup/rollup/pull/4409): Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.67.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2672) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.1...v2.67.2) *2022-02-10* ##### Bug Fixes - Ensure consistent order between manual chunks to fix hashing issues ([#​4397](https://togithub.com/rollup/rollup/issues/4397)) ##### Pull Requests - [#​4390](https://togithub.com/rollup/rollup/pull/4390): refactor: add [@​types/estree](https://togithub.com/types/estree) explicitly, fix dynamic type imports ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4391](https://togithub.com/rollup/rollup/pull/4391): chore: remove acorn-walk ambient type definitions ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4397](https://togithub.com/rollup/rollup/pull/4397): Sort manual chunks generated via a function by name ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.67.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2671) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.67.0...v2.67.1) *2022-02-07* ##### Bug Fixes - Make chunk file and variable names more deterministic when emitting chunks ([#​4386](https://togithub.com/rollup/rollup/issues/4386)) - Improve default module resolver performance by using non-blocking IO ([#​4386](https://togithub.com/rollup/rollup/issues/4386)) ##### Pull Requests - [#​4373](https://togithub.com/rollup/rollup/pull/4373): fix: even more types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4382](https://togithub.com/rollup/rollup/pull/4382): Update contribution tut link desc ([@​lemredd](https://togithub.com/lemredd)) - [#​4383](https://togithub.com/rollup/rollup/pull/4383): chore: bump deps ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4384](https://togithub.com/rollup/rollup/pull/4384): chore: move "wait" to utils + re-use ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4385](https://togithub.com/rollup/rollup/pull/4385): refactor: convert watch tests to async functions ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4386](https://togithub.com/rollup/rollup/pull/4386): refactor: use fs.promises in resolve id, Part 4 ([@​dnalborczyk](https://togithub.com/dnalborczyk) and [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4389](https://togithub.com/rollup/rollup/pull/4389): refactor: use fs.promises in generate license file, rollup config, Part 5 ([@​dnalborczyk](https://togithub.com/dnalborczyk)) ### [`v2.67.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2670) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.66.1...v2.67.0) *2022-02-02* ##### Features - Improve side effect detection when using Array.prototype.groupBy/groupByToMap ([#​4360](https://togithub.com/rollup/rollup/issues/4360)) - Allow changing `moduleSideEffects` at any time during the build ([#​4379](https://togithub.com/rollup/rollup/issues/4379)) - Soft-deprecate `ModuleInfo.hasModuleSideEffects` in favour of `ModuleInfo.moduleSideEffects` ([#​4379](https://togithub.com/rollup/rollup/issues/4379)) ##### Bug Fixes - Do not include queries and hashes in generated file names when preserving modules ([#​4374](https://togithub.com/rollup/rollup/issues/4374)) ##### Pull Requests - [#​4319](https://togithub.com/rollup/rollup/pull/4319): refactor: use fs, fs-extra, remove sander ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4360](https://togithub.com/rollup/rollup/pull/4360): feat: add Array.prototype.groupBy/groupByToMap ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4361](https://togithub.com/rollup/rollup/pull/4361): fix: more types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4369](https://togithub.com/rollup/rollup/pull/4369): fix: remove acorn-walk patch ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4371](https://togithub.com/rollup/rollup/pull/4371): refactor: use fs.promises in cli/run ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4372](https://togithub.com/rollup/rollup/pull/4372): refactor: use fs.promises in module loader ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4374](https://togithub.com/rollup/rollup/pull/4374): Ignore queries and hashes in file names when preserving modules ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4375](https://togithub.com/rollup/rollup/pull/4375): Fix typo in \_config.js ([@​eltociear](https://togithub.com/eltociear)) - [#​4376](https://togithub.com/rollup/rollup/pull/4376): refactor: fs.promises, move mkdir to writeoutputfile, Part 3 ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4379](https://togithub.com/rollup/rollup/pull/4379): Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo ([@​lukastaegert](https://togithub.com/lukastaegert))
Microsoft/TypeScript ### [`v4.6.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.6.2) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.6.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.0%22+). - [fixed issues query for Typescript 4.6.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.1%22+). - [fixed issues query for Typescript 4.6.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.6.2%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-46) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017)) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

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 2 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/3jVU6DWnpV3voWJbdLmkNCRRs5e9
βœ… Preview: https://sanity-super-pane-git-renovate-all-ricokahler.vercel.app