ricokahler / sanity-codegen

Generate TypeScript types from your Sanity.io schemas
sanity-codegen-dev.vercel.app
MIT License
270 stars 19 forks source link

chore(deps): update all #237

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-node-resolve 13.0.6 -> 13.1.1 age adoption passing confidence
@types/node 14.18.0 -> 14.18.3 age adoption passing confidence
eslint-plugin-react 7.27.1 -> 7.28.0 age adoption passing confidence
rollup (source) 2.61.1 -> 2.62.0 age adoption passing confidence
typescript (source) 4.5.3 -> 4.5.4 age adoption passing confidence

Release Notes

rollup/plugins ### [`v13.1.1`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1311) *2021-12-13* ##### Updates - test: add tests for mixing custom `exportConditions` with `browser: true` ([#​1043](https://togithub.com/rollup/plugins/issues/1043)) ### [`v13.1.0`](https://togithub.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1310) *2021-12-13* ##### Features - feat: expose plugin version ([#​1050](https://togithub.com/rollup/plugins/issues/1050))
yannickcr/eslint-plugin-react ### [`v7.28.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/HEAD/CHANGELOG.md#​7280---20211222) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0) ##### Added - \[`function-component-definition`]: support namedComponents option being an array ([#​3129][] [@​petersendidit](https://togithub.com/petersendidit)) ##### Fixed - \[`jsx-indent-props`]: Reset `line.isUsingOperator` correctly after ternary ([#​3146][] [@​tobiaswaltl](https://togithub.com/tobiaswaltl)) ##### Changed - \[Refactor] \[`no-arrow-function-lifecycle`], \[`no-unused-class-component-methods`]: use report/messages convention ([@​ljharb](https://togithub.com/ljharb)) - \[Tests] component detection: Add testing scaffolding ([#​3149][] [@​duncanbeevers](https://togithub.com/duncanbeevers)) - \[New] component detection: track React imports ([#​3149][] [@​duncanbeevers](https://togithub.com/duncanbeevers)) - \[New] component detection: add `util.isReactHookCall` ([#​3156][] [@​duncanbeevers](https://togithub.com/duncanbeevers)) [7.28.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.27.1...v7.28.0 [#​3156]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3156 [#​3149]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3149 [#​3146]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3146 [#​3129]: https://togithub.com/yannickcr/eslint-plugin-react/pull/3129
rollup/rollup ### [`v2.62.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2620) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.61.1...v2.62.0) *2021-12-24* ##### Features - Mark additional string prototype methods as side-effect-free and correct typings of existing ones ([#​4299](https://togithub.com/rollup/rollup/issues/4299)) - Mark additional array prototype methods as side-effect-free and correct typings of existing ones ([#​4309](https://togithub.com/rollup/rollup/issues/4309)) - Expose if a module is included after tree-shaking in its ModuleInfo ([#​4305](https://togithub.com/rollup/rollup/issues/4305)) ##### Bug Fixes - Fix how fsevents is included to improve watch mode on MacOS ([#​4312](https://togithub.com/rollup/rollup/issues/4312)) ##### Pull Requests - [#​4299](https://togithub.com/rollup/rollup/pull/4299): Add additional string prototype methods ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4300](https://togithub.com/rollup/rollup/pull/4300): Bump deps, fix expected test result for core-js ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4302](https://togithub.com/rollup/rollup/pull/4302): Replace type assertion with type guard ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4304](https://togithub.com/rollup/rollup/pull/4304): Re-use reserved names set ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4305](https://togithub.com/rollup/rollup/pull/4305): Expose isIncluded in module info ([@​william57m](https://togithub.com/william57m)) - [#​4306](https://togithub.com/rollup/rollup/pull/4306): Fix git line breaks on windows ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4307](https://togithub.com/rollup/rollup/pull/4307): Add macos to pipeline ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4309](https://togithub.com/rollup/rollup/pull/4309): Add additional array prototype methods ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4311](https://togithub.com/rollup/rollup/pull/4311): Add Deno instructions to docs ([@​jespertheend](https://togithub.com/jespertheend)) - [#​4312](https://togithub.com/rollup/rollup/pull/4312): fsevents integration ([@​dnalborczyk](https://togithub.com/dnalborczyk)) - [#​4313](https://togithub.com/rollup/rollup/pull/4313): Remove non-existing static functions from known globals ([@​dnalborczyk](https://togithub.com/dnalborczyk))
Microsoft/TypeScript ### [`v4.5.4`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.4) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.4) This patch release includes a fix for [incorrectly offering up JSX attribute snippet completions at the beginning of a tag name](https://togithub.com/microsoft/TypeScript/issues/47090). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+). - [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+). - [fixed issues query for Typescript 4.5.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+). - [fixed issues query for Typescript 4.5.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+). - - [fixed issues query for Typescript 4.5.4 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.4%22+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

📅 Schedule: "before 3am on Monday" (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.

codecov[bot] commented 2 years ago

Codecov Report

Merging #237 (b5fd94e) into main (849a5de) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #237   +/-   ##
=======================================
  Coverage   97.42%   97.42%           
=======================================
  Files           2        2           
  Lines         194      194           
  Branches       70       70           
=======================================
  Hits          189      189           
  Misses          5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 849a5de...b5fd94e. Read the comment docs.

github-actions[bot] commented 2 years ago

Size Change: 0 B

Total Size: 13.3 kB

ℹ️ View Unchanged | Filename | Size | | :--- | :---: | | `dist/cli.js` | 1.73 kB | | `dist/client/create-client.js` | 1.66 kB | | `dist/client/index.js` | 230 B | | `dist/generate-types.js` | 3.15 kB | | `dist/index.esm.js` | 1.59 kB | | `dist/index.js` | 3.6 kB | | `dist/no-op.js` | 192 B | | `dist/resolve-config.js` | 655 B | | `dist/schema-creator-shim.js` | 271 B | | `dist/schema-type-shim.js` | 162 B | | `dist/types.js` | 98 B |

compressed-size-action