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 dev dependencies (minor) #266

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/dom 8.10.1 -> 8.11.0 age adoption passing confidence
@types/react 17.0.33 -> 17.0.34 age adoption passing confidence
@types/react-dom 17.0.10 -> 17.0.11 age adoption passing confidence
react-hook-form (source) 7.18.1 -> 7.19.1 age adoption passing confidence
webpack 5.61.0 -> 5.62.1 age adoption passing confidence

Release Notes

testing-library/dom-testing-library

v8.11.0

Compare Source

Features
  • Prioritize accessible names check higher than inaccessibility check in byRole queries (#​1068) (2866544)
react-hook-form/react-hook-form

v7.19.1

Compare Source

🐞 fix #​6984 disabled input with register value (#​6985)
🤲 close #​6987 avoid shallow clone for object field (#​6988)

v7.19.0

Compare Source

✨ feature: new resetField API (#​6891)

const { resetField } = useForm();

resetField('test')

resetField('test', {
  keepError: true,
  keepDirty: true,
  keepTouched: true,
  defaultValue: 'test1',
})

⏱ close #​6966 improve trigger by avoiding additional validation invocation (#​6967)

thanks to @​barrymay and @​kotarella1110

webpack/webpack

v5.62.1

Compare Source

Bugfix

  • fix invalid generated code when omitting ;

v5.62.0

Compare Source

Features

  • add options to configure export presence checking
    • parser.javascript.reexportExportsPresence: false allows to disable warnings for non-existing exports during the migration from export ... from "..." to export type ... from "..." for type reexports in TypeScript
  • add experiments.backCompat: false to disable some expensive deprecations for better performance

Bugfixes

  • use ['catch'] instead of .catch for better ES3 support
  • fix removed parentheses when using new (require("...")).Something()
  • fix { require } object literals
  • splitChunks.chunks option is now correctly used for splitChunks.fallbackCacheGroup.maxSize too
  • fix schema of listen option, allow to omit port
  • add better support for Promises from different isolates

Developer Experience

  • add typings for the webpack API that is available within modules
    • use /// <reference types="webpack/module" /> to use the typings in typescript modules
    • or "types": [..., "webpack/module"] in tsconfig

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@vercel
Copy link

vercel bot commented Nov 3, 2021

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/timelessco/renderlesskit-react/DLc4JdiNssZw4eH4S9CjTbsof1e8
✅ Preview: https://renderlesskit-react-git-renovate-dev-dependen-fb2b4e-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from eb210b6 to e38f709 Compare November 7, 2021 03:13
@navin-moorthy navin-moorthy merged commit fb11705 into main Nov 8, 2021
@navin-moorthy navin-moorthy deleted the renovate/dev-dependencies-(minor) branch November 8, 2021 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants