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

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.16.7 -> 7.16.12 age adoption passing confidence
@babel/plugin-proposal-private-methods (source) 7.16.7 -> 7.16.11 age adoption passing confidence
@babel/preset-env (source) 7.16.8 -> 7.16.11 age adoption passing confidence
@commitlint/cli (source) 16.0.2 -> 16.1.0 age adoption passing confidence
@storybook/addon-a11y 6.4.13 -> 6.4.14 age adoption passing confidence
@storybook/addon-actions 6.4.13 -> 6.4.14 age adoption passing confidence
@storybook/addon-essentials 6.4.13 -> 6.4.14 age adoption passing confidence
@storybook/builder-webpack5 6.4.13 -> 6.4.14 age adoption passing confidence
@storybook/manager-webpack5 6.4.13 -> 6.4.14 age adoption passing confidence
@storybook/react 6.4.13 -> 6.4.14 age adoption passing confidence
@swc/core (source) 1.2.130 -> 1.2.133 age adoption passing confidence
@types/tailwindcss 3.0.2 -> 3.0.3 age adoption passing confidence
eslint-plugin-storybook 0.5.5 -> 0.5.6 age adoption passing confidence
lint-staged 12.2.0 -> 12.3.1 age adoption passing confidence
postcss-selector-parser 6.0.8 -> 6.0.9 age adoption passing confidence
react-hook-form (source) 7.24.1 -> 7.25.0 age adoption passing confidence
release-it 14.12.3 -> 14.12.4 age adoption passing confidence
ts-morph 13.0.2 -> 13.0.3 age adoption passing confidence
typescript (source) 4.5.4 -> 4.5.5 age adoption passing confidence
webpack 5.66.0 -> 5.67.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.16.12

Compare Source

🐛 Bug Fix

v7.16.10

Compare Source

🐛 Bug Fix
🏠 Internal
🔬 Output optimization
  • babel-helper-create-class-features-plugin, babel-preset-env
babel/babel (@​babel/plugin-proposal-private-methods)

v7.16.11

Compare Source

v7.16.11 (2022-01-20)

This empty releases force-publishes a new version of @babel/plugin-proposal-private-methods (which was not published in v7.16.10 because it didn't have any actual change) and of @babel/preset-env.

This solves an incompatibility between @babel/preset-env@7.16.10 and @babel/helper-create-class-features-plugin@7.16.7, by making sure that @babel/preset-env transitively depends on @babel/helper-create-class-features-plugin@^7.16.10.

conventional-changelog/commitlint

v16.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

16.0.3 (2022-01-19)

Note: Version bump only for package @​commitlint/cli

16.0.2 (2022-01-09)

Note: Version bump only for package @​commitlint/cli

16.0.1 (2021-12-28)

Note: Version bump only for package @​commitlint/cli

v16.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

storybookjs/storybook

v6.4.14

Compare Source

Bug Fixes
  • CLI: Add --no-manager-cache to build-storybook (#​17300)
  • CSF3: Remove path from autoTitle browser code (#​17185)
  • Addon-docs: Fix docs.disable parameter on DocsPage (#​17256)
  • Core: Fix issue with recursive glob with prior special chars (#​17252)
  • Webpack: Fix for process fallback using require.resolve (#​17249)
Dependency Upgrades
  • Upgrade compodoc for colors.js bug (#​17266)
  • Upgrade jscodeshift dependency for colors.js bug (#​17265)
  • Restore prettier >= 2.2.1 to satisfy previous constraints (#​17257)
swc-project/swc

v1.2.133

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (rustc) Downgrade rustc (041bf00)
Build
  • (node-swc) Fix GLIBC < 2.18 compatible issues and android arm binary loading issue (#​3314) (9608605)

  • (node-swc) Fix Windows arm64 build OOM (#​3324) (c069c78)

v1.2.131

Compare Source

Bug Fixes
  • (common) Use siphasher directly and upgrade transitive dependencies to avoid UB (#​3299) (641265b)

  • (es/compat) Apply static_blocks before class_properties (#​3292) (89235b8)

  • (es/minifier) Fix analysis of unary expressions (#​3286) (b55ae4b)

  • (es/minifier) Inline into interpolations in tagged template literals (#​3287) (fa5c063)

  • (es/minifier) Remove more side-effect-free expressions. (#​3301) (18a11d7)

  • (es/minifier) Don't emit invalid code (#​3302) (8e796cd)

  • (es/minifier) Fix logic for checking arguments (#​3313) (1aa494b)

  • (es/minifier) Prevent infinite loop due to negation (#​3310) (b4d21bf)

  • (es/resolver) Ignore names of jsx attributes (#​3289) (9a89895)

Documentation
Features
Refactor
Testing
  • (plugin/runner) Pin dependencies for the integration test (#​3306) (7ba8a83)
storybookjs/eslint-plugin-storybook

v0.5.6

Compare Source

🐛 Bug Fix
📝 Documentation
Authors: 2

okonet/lint-staged

v12.3.1

Compare Source

Bug Fixes
  • deps: update dependencies (f190fc3)

v12.3.0

Compare Source

Features
  • add --cwd option for overriding task directory (62b5b83)

v12.2.2

Compare Source

Bug Fixes
  • always search config from cwd first (4afcda5)

v12.2.1

Compare Source

Bug Fixes
  • only throw if no configurations were found (36b9546)
postcss/postcss-selector-parser

v6.0.9

Compare Source

  • Fixed: Combinator.raws property type
react-hook-form/react-hook-form

v7.25.0

Compare Source

✨ new getFieldState API: get individual field state

Documentation: https://react-hook-form.com/api/useform/getfieldstate

import * as React from "react";
import { useForm } from "react-hook-form";

export default function App() {
  const {
    register,
    getFieldState,
    formState: { isDirty, isValid }
  } = useForm({
    mode: "onChange",
    defaultValues: {
      firstName: ""
    }
  });

  // you can invoke before render or within the render function
  const fieldState = getFieldState("firstName");

  return (
    <form>
      <input {...register("firstName", { required: true })} />
      <p>{getFieldState("firstName").isDirty && "dirty"}</p>
      <p>{getFieldState("firstName").isTouched && "touched"}</p>
      <button type="button" onClick={() => console.log(getFieldState("firstName"))}>
        field state
      </button>
    </form>
  );
}

v7.24.2

Compare Source

😰 close #​7593 regression on fieldarray controller/useController unmount with unregister (#​7596)
🥸 fix type issue with getFieldState and useController (#​7574)

release-it/release-it

v14.12.4

Compare Source

  • Update node-fetch (security issue in transitive dep, closes #​862) (d9aaa6c)
  • Remove the unused deprecated feature itself (d80beaf)
  • Remove old code coverage stuff (bdf6d18)
dsherret/ts-morph

v13.0.3

Compare Source

Microsoft/TypeScript

v4.5.5

Compare Source

This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.

For the complete list of fixed issues, check out the

Downloads are available on:

webpack/webpack

v5.67.0

Compare Source

Features

  • add 'outputPath' configuration option for resource asset modules
  • support Trusted Types in eval source maps
  • experiments.css
    • allow to generate only exports for css in node
    • add SyncModuleIdsPlugin to sync module ids between server and client compilation
    • add more options to the DeterministicModuleIdsPlugin to allow to generate equal ids

Developer Experience

  • limit data url module name in stats printer
  • allow specific description for CLI options
  • improve space limiting algorithm in stats printing to show partial lists
  • add null to errors in callbacks
  • fix call signature types of addChunkInGroup

Bugfixes

  • avoid reporting non-existant package.jsons as dependencies
  • experiments.css
    • fix missing css runtime when only initial css is used
    • fix css hmr support
    • bugfixes to css modules
  • fix cache serialization for CreateScriptUrlDependency
  • fix data url content when processed by a loader
  • fix regexp in identifiers that include |
  • fix ProfilingPlugin for watch scenarios
  • add layer to module names and identifiers
    • this avoid random module id changes when additional modules are added to another layer
  • provide hashFunction parameter to DependencyTemplates to allow customizing it there
  • fix HMR when experiments.lazyCompilation is enabled
  • store url as Buffer to avoid serialization warnings
  • exclude webpack-hot-middleware/client from lazy compilation

Contributing

  • remove travis configuration
  • improve spell checking

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 Jan 19, 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/timelessco/renderlesskit-react-tailwind/3gK8eLiyPJZ1gVZqdTqop9JHCcNz
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-dev-581cf6-timelessco.vercel.app

@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 566a7e7 to d3e86e5 Compare January 19, 2022 14:53
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from d3e86e5 to 4cf2d66 Compare January 19, 2022 16:29
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 4cf2d66 to c4d7a51 Compare January 19, 2022 18:41
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from c4d7a51 to 5426f8b Compare January 20, 2022 08:13
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 5426f8b to f297cb2 Compare January 20, 2022 10:32
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f297cb2 to 58823f5 Compare January 20, 2022 12:55
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 58823f5 to 639a828 Compare January 20, 2022 16:28
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 639a828 to b9f64d8 Compare January 20, 2022 18:50
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from b9f64d8 to e796635 Compare January 20, 2022 20:31
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from e796635 to c785990 Compare January 21, 2022 10:40
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from c785990 to dff59df Compare January 21, 2022 19:28
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from dff59df to 04335be Compare January 22, 2022 01:41
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 04335be to 34d2587 Compare January 22, 2022 16:29
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 34d2587 to b194a62 Compare January 22, 2022 21:09
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 🎉

@kodiakhq kodiakhq bot merged commit 83bb485 into main Jan 24, 2022
@kodiakhq kodiakhq bot deleted the renovate/dev-dependencies-(minor) branch January 24, 2022 13:05
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