ricokahler / sanity-super-pane

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

chore(deps): update all #49

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
@sanity/ui (source) 0.36.12 -> 0.36.13 age adoption passing confidence
@types/react 17.0.26 -> 17.0.33 age adoption passing confidence
@types/react-dom 17.0.9 -> 17.0.10 age adoption passing confidence
@types/styled-components 5.1.14 -> 5.1.15 age adoption passing confidence
autoprefixer 10.3.6 -> 10.4.0 age adoption passing confidence
eslint-plugin-import 2.24.2 -> 2.25.2 age adoption passing confidence
nanoid 3.1.28 -> 3.1.30 age adoption passing confidence
postcss (source) 8.3.8 -> 8.3.11 age adoption passing confidence
react-error-boundary 3.1.3 -> 3.1.4 age adoption passing confidence
react-icons 4.2.0 -> 4.3.1 age adoption passing confidence
rollup (source) 2.57.0 -> 2.58.3 age adoption passing confidence
styled-components (source) 5.3.1 -> 5.3.3 age adoption passing confidence
typescript (source) 4.4.3 -> 4.4.4 age adoption passing confidence

Release Notes

sanity-io/design ### [`v0.36.13`](https://togithub.com/sanity-io/design/compare/@sanity/ui@0.36.12...@sanity/ui@0.36.13) [Compare Source](https://togithub.com/sanity-io/design/compare/@sanity/ui@0.36.12...@sanity/ui@0.36.13)
postcss/autoprefixer ### [`v10.4.0`](https://togithub.com/postcss/autoprefixer/releases/10.4.0) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.7...10.4.0) Coat of arms of South Africa In Autoprefixer 10.4 [@​lukewarlow](https://togithub.com/lukewarlow) added `:autofill` support: ```css input:-webkit-autofill { background-color: red; } input:autofill { background-color: red; } ``` ### [`v10.3.7`](https://togithub.com/postcss/autoprefixer/blob/master/CHANGELOG.md#​1037) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.3.6...10.3.7) - Replaced `nanocolors` to `picocolors`.
import-js/eslint-plugin-import ### [`v2.25.2`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2252---2021-10-12) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2) ##### Fixed - \[Deps] update `eslint-module-utils` for real this time (\[[#​2255](https://togithub.com/import-js/eslint-plugin-import/issues/2255)]) ### [`v2.25.1`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2251---2021-10-11) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1) ##### Fixed - \[Deps] update `eslint-module-utils` ### [`v2.25.0`](https://togithub.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md#​2250---2021-10-11) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0) ##### Added - Support `eslint` v8 (\[[#​2191](https://togithub.com/import-js/eslint-plugin-import/issues/2191)], thanks \[[@​ota-meshi](https://togithub.com/ota-meshi)]) - \[`no-unresolved`]: add `caseSensitiveStrict` option (\[[#​1262](https://togithub.com/import-js/eslint-plugin-import/issues/1262)], thanks \[[@​sergei-startsev](https://togithub.com/sergei-startsev)]) - \[`no-unused-modules`]: add eslint v8 support (\[[#​2194](https://togithub.com/import-js/eslint-plugin-import/issues/2194)], thanks \[[@​coderaiser](https://togithub.com/coderaiser)]) - \[`no-restricted-paths`]: add/restore glob pattern support (\[[#​2219](https://togithub.com/import-js/eslint-plugin-import/issues/2219)], thanks \[[@​stropho](https://togithub.com/stropho)]) - \[`no-unused-modules`]: support dynamic imports (\[[#​1660](https://togithub.com/import-js/eslint-plugin-import/issues/1660)], \[[#​2212](https://togithub.com/import-js/eslint-plugin-import/issues/2212)], thanks \[[@​maxkomarychev](https://togithub.com/maxkomarychev)], \[[@​aladdin-add](https://togithub.com/aladdin-add)], \[[@​Hypnosphi](https://togithub.com/Hypnosphi)]) ##### Fixed - \[`no-unresolved`]: ignore type-only imports (\[[#​2220](https://togithub.com/import-js/eslint-plugin-import/issues/2220)], thanks \[[@​jablko](https://togithub.com/jablko)]) - \[`order`]: fix sorting imports inside TypeScript module declarations (\[[#​2226](https://togithub.com/import-js/eslint-plugin-import/issues/2226)], thanks \[[@​remcohaszing](https://togithub.com/remcohaszing)]) - \[`default`], `ExportMap`: Resolve extended TypeScript configuration files (\[[#​2240](https://togithub.com/import-js/eslint-plugin-import/issues/2240)], thanks \[[@​mrmckeb](https://togithub.com/mrmckeb)]) ##### Changed - \[Refactor] switch to an internal replacement for `pkg-up` and `read-pkg-up` (\[[#​2047](https://togithub.com/import-js/eslint-plugin-import/issues/2047)], thanks \[[@​mgwalker](https://togithub.com/mgwalker)]) - \[patch] TypeScript config: remove `.d.ts` from \[`import/parsers` setting] and \[`import/extensions` setting] (\[[#​2220](https://togithub.com/import-js/eslint-plugin-import/issues/2220)], thanks \[[@​jablko](https://togithub.com/jablko)]) - \[Refactor] \[`no-unresolved`], \[`no-extraneous-dependencies`]: moduleVisitor usage (\[[#​2233](https://togithub.com/import-js/eslint-plugin-import/issues/2233)], thanks \[[@​jablko](https://togithub.com/jablko)])
ai/nanoid ### [`v3.1.30`](https://togithub.com/ai/nanoid/blob/master/CHANGELOG.md#​3130) [Compare Source](https://togithub.com/ai/nanoid/compare/3.1.29...3.1.30) - Reduced size for project with `brotli` compression (by Anton Khlynovskiy). ### [`v3.1.29`](https://togithub.com/ai/nanoid/blob/master/CHANGELOG.md#​3129) [Compare Source](https://togithub.com/ai/nanoid/compare/3.1.28...3.1.29) - Reduced npm package size.
postcss/postcss ### [`v8.3.11`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8311) [Compare Source](https://togithub.com/postcss/postcss/compare/8.3.10...8.3.11) - Remove debugging code. ### [`v8.3.10`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​8310) [Compare Source](https://togithub.com/postcss/postcss/compare/8.3.9...8.3.10) - Fixed `Maximum call stack` issue of some source maps (by Yeting Li). ### [`v8.3.9`](https://togithub.com/postcss/postcss/blob/master/CHANGELOG.md#​839) [Compare Source](https://togithub.com/postcss/postcss/compare/8.3.8...8.3.9) - Replaced `nanocolors` to `picocolors`. - Reduced package size.
bvaughn/react-error-boundary ### [`v3.1.4`](https://togithub.com/bvaughn/react-error-boundary/releases/v3.1.4) [Compare Source](https://togithub.com/bvaughn/react-error-boundary/compare/v3.1.3...v3.1.4) ##### Bug Fixes - remove class instance property ([#​98](https://togithub.com/bvaughn/react-error-boundary/issues/98)) ([a0a370c](https://togithub.com/bvaughn/react-error-boundary/commit/a0a370c7fe145e5cf169063eb4b7ff1a059fd84c))
react-icons/react-icons ### [`v4.3.1`](https://togithub.com/react-icons/react-icons/releases/v4.3.1) [Compare Source](https://togithub.com/react-icons/react-icons/compare/v4.3.0...v4.3.1) Icon Library|License|Version|Count \---|---|---|--- [Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.15.4 [`7d3d774`](https://togithub.com/react-icons/react-icons/commit/7d3d774145ac38663f6d1effc6def0334b68ab7e)|1612 [Ionicons 4](https://ionicons.com/)|[MIT](https://togithub.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3|696 [Ionicons 5](https://ionicons.com/)|[MIT](https://togithub.com/ionic-team/ionicons/blob/master/LICENSE)|5.5.0|1332 [Material Design icons](http://google.github.io/material-design-icons/)|[Apache License Version 2.0](https://togithub.com/google/material-design-icons/blob/master/LICENSE)|63c5cb306073a9ecdfd3579f0f696746ab6305f6|3650 [Typicons](http://s-ings.com/typicons/)|[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)|2.1.2|336 [Github Octicons icons](https://octicons.github.com/)|[MIT](https://togithub.com/primer/octicons/blob/master/LICENSE)|8.5.0|184 [Feather](https://feathericons.com/)|[MIT](https://togithub.com/feathericons/feather/blob/master/LICENSE)|4.28.0|286 [Game Icons](https://game-icons.net/)|[CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)|12920d6565588f0512542a3cb0cdfd36a497f910|4040 [Weather Icons](https://erikflowers.github.io/weather-icons/)|[SIL OFL 1.1](http://scripts.sil.org/OFL)|2.0.12|219 [Devicons](https://vorillaz.github.io/devicons/)|[MIT](https://opensource.org/licenses/MIT)|1.8.0|192 [Ant Design Icons](https://togithub.com/ant-design/ant-design-icons)|[MIT](https://opensource.org/licenses/MIT)|4.2.1|789 [Bootstrap Icons](https://togithub.com/twbs/icons)|[MIT](https://opensource.org/licenses/MIT)|1.5.0|1846 [Remix Icon](https://togithub.com/Remix-Design/RemixIcon)|[Apache License Version 2.0](http://www.apache.org/licenses/)|2.5.0|2271 [Flat Color Icons](https://togithub.com/icons8/flat-color-icons)|[MIT](https://opensource.org/licenses/MIT)|1.0.2|329 [Grommet-Icons](https://togithub.com/grommet/grommet-icons)|[Apache License Version 2.0](http://www.apache.org/licenses/)|4.6.2|615 [Heroicons](https://togithub.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|1.0.4|460 [Simple Icons](https://simpleicons.org/)|[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)|5.16.0|2024 [IcoMoon Free](https://togithub.com/Keyamoon/IcoMoon-Free)|[CC BY 4.0 License](undefined)|d006795ede82361e1bac1ee76f215cf1dc51e4ca|491 [BoxIcons](https://togithub.com/atisawd/boxicons)|[CC BY 4.0 License](undefined)|2.0.9|757 [css.gg](https://togithub.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0|704 [VS Code Icons](https://togithub.com/microsoft/vscode-codicons)|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|0.0.23|383 ### [`v4.3.0`](https://togithub.com/react-icons/react-icons/releases/v4.3.0) [Compare Source](https://togithub.com/react-icons/react-icons/compare/v4.2.0...v4.3.0) Icon Library|License|Version|Count \---|---|---|--- [Font Awesome](https://fontawesome.com/)|[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/)|5.15.4 [`7d3d774`](https://togithub.com/react-icons/react-icons/commit/7d3d774145ac38663f6d1effc6def0334b68ab7e)|1612 [Ionicons 4](https://ionicons.com/)|[MIT](https://togithub.com/ionic-team/ionicons/blob/master/LICENSE)|4.6.3|696 [Ionicons 5](https://ionicons.com/)|[MIT](https://togithub.com/ionic-team/ionicons/blob/master/LICENSE)|5.5.0|1332 [Material Design icons](http://google.github.io/material-design-icons/)|[Apache License Version 2.0](https://togithub.com/google/material-design-icons/blob/master/LICENSE)|4.0.0-12-g63c5cb3060 [`63c5cb3`](https://togithub.com/react-icons/react-icons/commit/63c5cb306073a9ecdfd3579f0f696746ab6305f6)|3650 [Typicons](http://s-ings.com/typicons/)|[CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)|2.1.2|336 [Github Octicons icons](https://octicons.github.com/)|[MIT](https://togithub.com/primer/octicons/blob/master/LICENSE)|8.5.0|184 [Feather](https://feathericons.com/)|[MIT](https://togithub.com/feathericons/feather/blob/master/LICENSE)|4.28.0|286 [Game Icons](https://game-icons.net/)|[CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)|12920d6565588f0512542a3cb0cdfd36a497f910|4040 [Weather Icons](https://erikflowers.github.io/weather-icons/)|[SIL OFL 1.1](http://scripts.sil.org/OFL)|2.0.12|219 [Devicons](https://vorillaz.github.io/devicons/)|[MIT](https://opensource.org/licenses/MIT)|1.8.0|192 [Ant Design Icons](https://togithub.com/ant-design/ant-design-icons)|[MIT](https://opensource.org/licenses/MIT)|4.2.1|789 [Bootstrap Icons](https://togithub.com/twbs/icons)|[MIT](https://opensource.org/licenses/MIT)|1.5.0|1846 [Remix Icon](https://togithub.com/Remix-Design/RemixIcon)|[Apache License Version 2.0](http://www.apache.org/licenses/)|2.5.0|2271 [Flat Color Icons](https://togithub.com/icons8/flat-color-icons)|[MIT](https://opensource.org/licenses/MIT)|1.0.2|329 [Grommet-Icons](https://togithub.com/grommet/grommet-icons)|[Apache License Version 2.0](http://www.apache.org/licenses/)|4.6.2|615 [Heroicons](https://togithub.com/tailwindlabs/heroicons)|[MIT](https://opensource.org/licenses/MIT)|1.0.4|460 [Simple Icons](https://simpleicons.org/)|[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)|5.16.0|2024 [IcoMoon Free](https://togithub.com/Keyamoon/IcoMoon-Free)|[CC BY 4.0 License](undefined)|d006795ede82361e1bac1ee76f215cf1dc51e4ca|491 [BoxIcons](https://togithub.com/atisawd/boxicons)|[CC BY 4.0 License](undefined)|2.0.9|757 [css.gg](https://togithub.com/astrit/css.gg)|[MIT](https://opensource.org/licenses/MIT)|2.0.0|704 [VS Code Icons](https://togithub.com/microsoft/vscode-codicons)|[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)|0.0.23|383
rollup/rollup ### [`v2.58.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2583) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.2...v2.58.3) *2021-10-25* ##### Bug Fixes - Republish 2.58.1 with npm 6 as files were missing ### [`v2.58.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2582) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.1...v2.58.2) *2021-10-25* ##### Bug Fixes - Republish 2.58.1 as files were missing ### [`v2.58.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2581) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.58.0...v2.58.1) *2021-10-25* ##### Bug Fixes - Fix an issue with the CommonJS plugin when module.exports is falsy ([#​4247](https://togithub.com/rollup/rollup/issues/4247)) ##### Pull Requests - [#​4247](https://togithub.com/rollup/rollup/pull/4247): Handle falsy synthetic namespaces ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.58.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2580) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.57.0...v2.58.0) *2021-10-01* ##### Features - Add a flag to more reliably identify entry points in the `resolveId` hook ([#​4230](https://togithub.com/rollup/rollup/issues/4230)) ##### Pull Requests - [#​4230](https://togithub.com/rollup/rollup/pull/4230): Add isEntry flag to resolveId and this.resolve ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4233](https://togithub.com/rollup/rollup/pull/4233): Remove unused rollup-plugin-typescript ambient module types ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4235](https://togithub.com/rollup/rollup/pull/4235): Update dependencies ([@​lukastaegert](https://togithub.com/lukastaegert))
styled-components/styled-components ### [`v5.3.3`](https://togithub.com/styled-components/styled-components/releases/v5.3.3) #### What's Changed - Backport [#​3568](https://togithub.com/styled-components/styled-components/issues/3568) (read from textContent rather than innerHTML during rehydrate) to v5 by [@​keeganstreet](https://togithub.com/keeganstreet) in [https://github.com/styled-components/styled-components/pull/3591](https://togithub.com/styled-components/styled-components/pull/3591) - \[v5] generate more complete sourcemaps by [@​henryqdineen](https://togithub.com/henryqdineen) in [https://github.com/styled-components/styled-components/pull/3597](https://togithub.com/styled-components/styled-components/pull/3597) #### New Contributors - [@​henryqdineen](https://togithub.com/henryqdineen) made their first contribution in [https://github.com/styled-components/styled-components/pull/3597](https://togithub.com/styled-components/styled-components/pull/3597) **Full Changelog**: https://github.com/styled-components/styled-components/compare/v5.3.1...v5.3.3
Microsoft/TypeScript ### [`v4.4.4`](https://togithub.com/Microsoft/TypeScript/releases/v4.4.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4) This patch release contains fixes for [a performance regression in `--build` mode](https://togithub.com/microsoft/TypeScript/issues/46204) by [only calling `realpath` on `package.json`](https://togithub.com/microsoft/TypeScript/pull/462090) files only when those files are known to exist on disk, and [to only perform this work under `--watch` mode](https://togithub.com/microsoft/TypeScript/pull/46211). *** 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+). - [fixed issues query for Typescript 4.4.4](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.4.4%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-444) ([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/7DMrTKJJ71236pQaKW6msd76BQ8A
✅ Preview: In Progress

github-actions[bot] commented 2 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: