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) #200

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
@storybook/addon-a11y 6.4.0-beta.25 -> 6.4.0-beta.29 age adoption passing confidence
@storybook/addon-actions 6.4.0-beta.25 -> 6.4.0-beta.29 age adoption passing confidence
@storybook/addon-essentials 6.4.0-beta.25 -> 6.4.0-beta.29 age adoption passing confidence
@storybook/builder-webpack5 6.4.0-beta.25 -> 6.4.0-beta.29 age adoption passing confidence
@storybook/manager-webpack5 6.4.0-beta.25 -> 6.4.0-beta.29 age adoption passing confidence
@storybook/react 6.4.0-beta.25 -> 6.4.0-beta.29 age adoption passing confidence
@swc/core (source) 1.2.106 -> 1.2.107 age adoption passing confidence
@testing-library/dom 8.10.1 -> 8.11.0 age adoption passing confidence
@types/tailwindcss 2.2.2 -> 2.2.4 age adoption passing confidence
postcss-cli 9.0.1 -> 9.0.2 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

storybookjs/storybook

v6.4.0-beta.29

Compare Source

Features
  • CSFFile: Handle re-exported stories (#​16607)
Bug Fixes
  • StoryIndex: Skip files with no default export (#​16606)
  • Addon-docs/Source: Fix disabling show code with null (#​16615)
  • Core: Handle missing websocket in production build (#​16590)
  • Core: Ensure we set parameters.filePath in v7 mode (#​16566)
  • Core: Fix behavior around missing stories to be more clear (#​16608)

v6.4.0-beta.28

Compare Source

Bug Fixes

v6.4.0-beta.27

Compare Source

Features
  • Core: Add 'staticDirs' config option (#​15969)
Bug Fixes
  • TS: Fix type for Refs so they can be disabled (#​16582)
  • CLI: Add a check for source-dir in sb extract (#​16505)
  • UI: Fix links that have no onClick handler (#​16581)
  • Core: Continue running play function on rerender (#​16574)
  • Ensure we always initialize the story store, even when the index errors. (#​16537)
  • Interactions: Fix panel tab icon/count (#​16578)
Dependency Upgrades
  • Pin the version of history for react-router-dom compat (#​16560)

v6.4.0-beta.26

Compare Source

Bug Fixes
  • Core: Replace SSE with websockets (#​16504)
  • UI: Upgrade react-router (#​16554)
  • Addon-docs/HTML: Fix source snippetization for DOM elements (#​16553)
swc-project/swc

v1.2.107

Compare Source

testing-library/dom-testing-library

v8.11.0

Compare Source

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

v9.0.2

Compare Source

  • Switch to picocolors (#​409)
  • Remove test files from npm package
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-tailwind/426f65325CGYVW7RY3fJMXKMyMz7
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 05b400e to 25756f2 Compare November 3, 2021 14:02
@renovate renovate bot changed the title chore(deps): ⬆️ update dev dependencies (minor) to v6.4.0-beta.26 chore(deps): ⬆️ update dev dependencies (minor) Nov 3, 2021
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 25756f2 to f702e30 Compare November 4, 2021 11:14
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f702e30 to 838c935 Compare November 4, 2021 18:08
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 838c935 to e23acd6 Compare November 4, 2021 19:28
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e23acd6 to feee1f1 Compare November 5, 2021 01:36
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from feee1f1 to 2280348 Compare November 5, 2021 09:37
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 2280348 to 336e8dd Compare November 5, 2021 16:51
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 336e8dd to 0559f77 Compare November 5, 2021 18:56
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 0559f77 to 0896f2d Compare November 7, 2021 02:43
Copy link
Contributor

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

Copy link
Contributor

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

Copy link
Contributor

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@navin-moorthy navin-moorthy merged commit 1e80f37 into main Nov 8, 2021
@navin-moorthy navin-moorthy deleted the renovate/dev-dependencies-(minor) branch November 8, 2021 07:17
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.

2 participants