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

chore(deps): update all non-major dependencies #7770

Merged
merged 1 commit into from
Apr 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/merge 8.2.7 -> 8.2.10 age adoption passing confidence
@graphql-tools/schema 8.3.7 -> 8.3.10 age adoption passing confidence
@graphql-tools/utils 8.6.6 -> 8.6.9 age adoption passing confidence
@types/lodash 4.14.181 -> 4.14.182 age adoption passing confidence
@types/node 16.11.26 -> 16.11.27 age adoption passing confidence
@types/react 18.0.3 -> 18.0.6 age adoption passing confidence
@types/webpack-env 1.16.3 -> 1.16.4 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.19.0 -> 5.20.0 age adoption passing confidence
@typescript-eslint/parser 5.19.0 -> 5.20.0 age adoption passing confidence
bob-the-bundler 1.6.1 -> 1.6.2 age adoption passing confidence
eslint (source) 8.13.0 -> 8.14.0 age adoption passing confidence
flow-bin (changelog) 0.176.0 -> 0.176.3 age adoption passing confidence
flow-parser (source) 0.176.0 -> 0.176.3 age adoption passing confidence
framer-motion 6.2.10 -> 6.3.1 age adoption passing confidence
fs-extra 10.0.1 -> 10.1.0 age adoption passing confidence
jest-junit 13.1.0 -> 13.2.0 age adoption passing confidence
lint-staged 12.3.7 -> 12.4.0 age adoption passing confidence
moment (source) 2.29.2 -> 2.29.3 age adoption passing confidence
react-markdown 8.0.2 -> 8.0.3 age adoption passing confidence
react-query 3.34.19 -> 3.38.0 age adoption passing confidence
tslib (source) ~2.3.0 -> ~2.4.0 age adoption passing confidence
tslib (source) 2.3.1 -> 2.4.0 age adoption passing confidence
vue 3.2.32 -> 3.2.33 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/merge)

v8.2.10

Compare Source

Patch Changes

v8.2.9

Compare Source

Patch Changes

v8.2.8

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v8.3.10

Compare Source

Patch Changes

v8.3.9

Compare Source

Patch Changes

v8.3.8

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/utils)

v8.6.9

Compare Source

Patch Changes
  • 31a33e2: pruneSchema will no longer removed used input object type.

v8.6.8

Compare Source

Patch Changes
  • cb23887: pruneSchema will now prune unused implementations of interfaces

v8.6.7

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.20.0

Compare Source

Features
  • eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#​4789) (5e79451)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.20.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

kamilkisiela/bob

v1.6.2

Compare Source

  • Make config optional
eslint/eslint

v8.14.0

Compare Source

Features

  • ab6363d feat: Add rule no-constant-binary-expression (#​15296) (Jordan Eldredge)

Bug Fixes

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#​15795) (Milos Djermanovic)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#​15775) (Milos Djermanovic)

Build Related

Chores

  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#​15798) (Milos Djermanovic)
  • db28f2c chore: Add static frontmatter to docs (#​15782) (Nicholas C. Zakas)
  • 3bca59e chore: markdownlint autofix on commit (#​15783) (Nicholas C. Zakas)
flowtype/flow-bin

v0.176.3

Compare Source

v0.176.2

Compare Source

v0.176.1

Compare Source

facebook/flow

v0.176.3

Compare Source

Notable bug fixes:

  • The Haste module resolver now chooses Haste modules before node_modules, to match what Metro does. That is, if you use module.system=haste and have both a @providesModule foo file (or use "haste paths" to derive the module name from its filename) and a node_modules/foo folder, require('foo') will now resolve to the Haste module, even when node_modules/foo is in that file's parent directories. This is also a significant perf improvement because resolving a Haste module is much cheaper than searching for node_modules.
  • Fix several bugs responsible for crashes
  • Fix bugs responsible for some LSP "server is stopped" errors

v0.176.2

Compare Source

Revert changes that are causing bugs in non-lazy mode.

v0.176.1

Compare Source

Fix crash when comparing abstract and concrete locations when simplifying normalized types.

framer/motion

v6.3.1

Compare Source

Fixed
  • SSR in Deno.

v6.3.0

Compare Source

Added
  • Adding layout prop to Reorder.Item.
  • onLayoutAnimationStart.
Fixed
  • Ensure cycle is properly memoised.
jprichardson/node-fs-extra

v10.1.0

Compare Source

  • Warn if fs.realpath.native does not exist, instead of erroring (#​953)
  • Allow explicitly passing undefined options to move() (#​947, #​955)
  • Use process.emitWarning instead of console.warn (#​954)
jest-community/jest-junit

v13.2.0

Compare Source

Support monorepos better via filePathPrefix option by @​marvinroger - https://github.com/jest-community/jest-junit/pull/209

Fix CI builds for windows and drop support for Node 10.x - https://github.com/jest-community/jest-junit/pull/210

okonet/lint-staged

v12.4.0

Compare Source

Bug Fixes
  • handle empty input by returning empty array from parseGitZOutput (a118817)
  • limit configuration discovery to cwd (d8fdf1d)
  • restore functionality of parent globs for a single configuration file (877ab4c)
Features
  • expose --max-arg-length cli option (e8291b0)

v12.3.8

Compare Source

Bug Fixes
  • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
  • clear execution interruption interval on first catch (46952cb)
moment/moment

v2.29.3

Compare Source

remarkjs/react-markdown

v8.0.3

Compare Source

tannerlinsley/react-query

v3.38.0

Compare Source

Bug Fixes
Features

v3.37.0

Compare Source

Features

v3.36.0

Compare Source

Features

v3.35.0

Compare Source

Features

This release updates the peer dependencies to accept React 18 as a valid version, only to avoid installation errors caused by NPM's peer dependency installation.

For TypeScript users, it also avoids using React.FC and the "implicit children" it used to provide. If you are still having troubles, please read this issue.

Note: If you are now using React 18, we strongly recommend using v4-beta. v4 has been re-written to internally use the new useSyncExternalStore hook from React to make the cache work with concurrent features.

Please DO NOT expect React Query v3 to work with concurrent features like startTransition, and DO NOT file issues about it.

v3.34.20

Compare Source

Bug Fixes
Microsoft/tslib

v2.4.0

Compare Source

This release includes the __classPrivateFieldIn helper as well as an update to __createBinding to reduce indirection between multiple re-exports.

vuejs/core

v3.2.33

Compare Source

Bug Fixes

Configuration

📅 Schedule: "after 10pm,before 6:00am" in timezone Europe/Warsaw.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@changeset-bot
Copy link

changeset-bot bot commented Apr 13, 2022

⚠️ No Changeset found

Latest commit: 78d496e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Apr 13, 2022

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/theguild/graphql-code-generator/39tFkSUEuBsYfGWj1J8LYvpEtwpm
✅ Preview: Ignored

[Deployment for 411805f canceled]

@vercel
Copy link

vercel bot commented Apr 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
graphql-code-generator ⬜️ Ignored (Inspect) Apr 23, 2022 at 0:14AM (UTC)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d11ab9 to 0515093 Compare April 16, 2022 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0515093 to a7ec3ad Compare April 17, 2022 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8a8ae5f to e96261a Compare April 21, 2022 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 33e0a8d to 023cd23 Compare April 22, 2022 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 023cd23 to 78d496e Compare April 23, 2022 00:14
@renovate renovate bot merged commit 2ae597b into master Apr 23, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch April 23, 2022 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant