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

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.17.8 -> 7.17.9 age adoption passing confidence
@emotion/css (source) 11.7.1 -> 11.9.0 age adoption passing confidence
@storybook/addon-a11y 6.4.19 -> 6.4.21 age adoption passing confidence
@storybook/addon-actions 6.4.19 -> 6.4.21 age adoption passing confidence
@storybook/addon-essentials 6.4.19 -> 6.4.21 age adoption passing confidence
@storybook/builder-webpack5 6.4.19 -> 6.4.21 age adoption passing confidence
@storybook/manager-webpack5 6.4.19 -> 6.4.21 age adoption passing confidence
@storybook/react 6.4.19 -> 6.4.21 age adoption passing confidence
@testing-library/dom 8.12.0 -> 8.13.0 age adoption passing confidence
@testing-library/jest-dom 5.16.3 -> 5.16.4 age adoption passing confidence
@testing-library/react 12.1.4 -> 12.1.5 age adoption passing confidence
@types/react 17.0.43 -> 17.0.44 age adoption passing confidence
@types/react-dom 17.0.14 -> 17.0.15 age adoption passing confidence
concurrently 7.0.0 -> 7.1.0 age adoption passing confidence
eslint (source) 8.12.0 -> 8.13.0 age adoption passing confidence
eslint-plugin-storybook 0.5.7 -> 0.5.8 age adoption passing confidence
prettier (source) 2.6.1 -> 2.6.2 age adoption passing confidence
react-hook-form (source) 7.28.1 -> 7.29.0 age adoption passing confidence
release-it 14.13.1 -> 14.14.2 age adoption passing confidence
webpack 5.70.0 -> 5.72.0 age adoption passing confidence

Release Notes

babel/babel

v7.17.9

Compare Source

🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
emotion-js/emotion

v11.9.0

Compare Source

Patch Changes
storybookjs/storybook

v6.4.21

Compare Source

Bug Fixes
  • Angular: Do not use default for includePaths (#​17876)
  • Controls: Fix date control width in addons panel (#​17780)
  • CLI: Preserve quote style in automigrate (#​17858)
  • CLI: Update the exclude list for upgrade warnings (#​17909)

v6.4.20

Compare Source

Bug Fixes
  • CLI: Fix vite/jest issue with mocked global (#​17830)
  • Angular: Fix multiple calls of Input setter (#​17633)
  • Web-components: Fix CSS class usage in CLI template (#​17702)
  • UI: Fix composition support in safari (#​17679)
  • Addon-docs: DocsPage story order should match the index (#​17669)
  • Core: Fix core.builder check (#​17606)
Maintenance
  • CLI: Add automigration to @storybook/builder-vite (#​17829)
testing-library/dom-testing-library

v8.13.0

Compare Source

Features
testing-library/jest-dom

v5.16.4

Compare Source

Bug Fixes
  • Support unenclosed inner text for details elements in to be visible (#​396) (af18453)
testing-library/react-testing-library

v12.1.5

Compare Source

Bug Fixes
open-cli-tools/concurrently

v7.1.0

Compare Source

  • Excluding pattern support added, e.g. concurrently npm:lint:*(!fix) (#​305, #​306)
  • Fixed programmatic API docs to resemble v7.0.0 changes (#​303)

New Contributors

eslint/eslint

v8.13.0

Compare Source

Features

  • 274acbd feat: fix no-eval logic for this in arrow functions (#​15755) (Milos Djermanovic)

Bug Fixes

  • 97b57ae fix: invalid operator in operator-assignment messages (#​15759) (Milos Djermanovic)

Documentation

  • c32482e docs: Typo in space-infix-ops docs (#​15754) (kmin-jeong)
  • f2c2d35 docs: disambiguate types FormatterFunction and LoadedFormatter (#​15727) (Francesco Trotta)

Chores

  • bb4c0d5 chore: Refactor docs to work with docs.eslint.org (#​15744) (Nicholas C. Zakas)
  • d36f12f chore: remove lib/init from eslint config (#​15748) (Milos Djermanovic)
  • a59a4e6 chore: replace trimLeft/trimRight with trimStart/trimEnd (#​15750) (Milos Djermanovic)
storybookjs/eslint-plugin-storybook

v0.5.8

Compare Source

🐛 Bug Fix
Authors: 1

prettier/prettier

v2.6.2

Compare Source

diff

Fix LESS/SCSS format error (#​12536 by @​fisker)
// Input
.background-gradient(@​cut) {
    background: linear-gradient(
        to right,
        @​white 0%,
        @​white (@​cut - 0.01%),
        @​portal-background @​cut,
        @​portal-background 100%
    );
}

// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')

// Prettier 2.6.2
.background-gradient(@​cut) {
  background: linear-gradient(
    to right,
    @​white 0%,
    @​white (@​cut - 0.01%),
    @​portal-background @​cut,
    @​portal-background 100%
  );
}
Update meriyah to fix several bugs (#​12567 by @​fisker, fixes in meriyah by @​3cp)

Fixes bugs when parsing following valid code:

foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
class A extends B {
  #privateMethod() {
    super.method();
  }
}
react-hook-form/react-hook-form

v7.29.0

Compare Source

  • tsconfig config change from es2017 to es2018
release-it/release-it

v14.14.2

Compare Source

v14.14.1

Compare Source

NOTE This is the latest release still supporting Node.js v10. Major issues reported in release-it v14 might still receive bug fixes and patch releases, but no new features.

  • Update dependencies (still supporting Node.js v10) (7018194)
  • Add note about using Inquirer.js in hooks (closes #​821) (2f10cc4)
  • Add comment re. quoting CLI hook arguments (closes #​865) (ea11a0d)
  • Also transfer tagMatch to release plugins (fixes #​885) (0e0ad33)
  • Downgrade mock-fs and install polyfill for Promise.allSettled (to support Node v10) (56f1ec7)
  • test: fix CI test for different Node versions (#​888) (e8a57cc)
  • chore(deps): downgrade inquirer from 8.2.2 to 8.2.0 to avoid dropping Node 10 support (#​887) (2a9a31c)

v14.14.0

Compare Source

  • Update dependencies (c61c780)
  • Minor edits to new gitlab milestones feature (63869b8)
  • Add gitlab.milestones option to associate milestones with a release (#​883) (af0882f)
  • More consistently use example.org in docs, links and even tests (3ccdef0)
  • Clarify the github.host config option (#​875) (6d7c3f2)
webpack/webpack

v5.72.0

Compare Source

Features

  • make cache warnings caused by build errors less verbose
  • Allow banner to be placed as a footer with the BannerPlugin
  • allow to concatenate asset modules

Bugfixes

  • fix RemoteModules when using HMR (Module Federation + HMR)
  • throw error when using module concatenation and cacheUnaffected
  • fix in operator with nested exports

v5.71.0

Compare Source

Features

  • choose smarter default for uniqueName when using a output.library which includes placeholders
  • add support for expressions with in of a imported binding
  • generate UMD code with arrow functions when possible

Bugfixes

  • fix source map source names for ContextModule to be relative
  • fix chunkLoading option in module module
  • fix edge case where evaluateExpression returns null
  • retain optional chaining in imported bindings
  • include runtime code for the base URI even if not using chunk loading
  • don't throw errors in persistent caching when importing node.js builtin modules via ESM
  • fix crash when using lazy-once Context modules
  • improve handling of context modules with multiple contexts
  • fix race condition HMR chunk loading when importing chunks during HMR updating
  • handle errors in runAsChild callback

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

@renovate renovate bot changed the title chore(deps): ⬆️ update dependency react-hook-form to v7.29.0 chore(deps): ⬆️ update dev dependencies (minor) Mar 31, 2022
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 14e1403 to 8086a1b Compare March 31, 2022 22:33
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 8086a1b to a07c6bb Compare April 1, 2022 12:02
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from a07c6bb to 1008912 Compare April 1, 2022 14:54
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 1008912 to 2afd593 Compare April 2, 2022 11:08
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 2afd593 to 6cd2e90 Compare April 2, 2022 19:21
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 6cd2e90 to 35284ac Compare April 5, 2022 14:10
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 35284ac to f561853 Compare April 5, 2022 16:02
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from f561853 to 447d7a6 Compare April 6, 2022 11:55
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 447d7a6 to 034ab86 Compare April 6, 2022 18:34
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 034ab86 to 5cbed2b Compare April 7, 2022 15:05
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 5cbed2b to 3841a54 Compare April 7, 2022 17:22
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 3841a54 to 823819b Compare April 7, 2022 20:56
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 823819b to 3a91cdc Compare April 8, 2022 22:31
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 3a91cdc to 3a59b23 Compare April 9, 2022 04:41
@renovate renovate bot force-pushed the renovate/dev-dependencies-(minor) branch from 8eb045e to c2ad62b Compare April 11, 2022 22:53
@navin-moorthy navin-moorthy merged commit f537566 into main Apr 12, 2022
@navin-moorthy navin-moorthy deleted the renovate/dev-dependencies-(minor) branch April 12, 2022 07: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.

None yet

2 participants