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

fix(deps): update all non-major dependencies #1159

Merged
merged 1 commit into from Apr 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) ^5.6.1 -> ^5.6.2 age adoption passing confidence
@storybook/builder-vite ^0.1.28 -> ^0.1.29 age adoption passing confidence
@storybook/testing-library ^0.0.9 -> ^0.0.11 age adoption passing confidence
@unocss/reset ^0.31.2 -> ^0.31.12 age adoption passing confidence
@vitejs/plugin-react 1.3.0 -> 1.3.1 age adoption passing confidence
@vitejs/plugin-vue-jsx ^1.3.9 -> ^1.3.10 age adoption passing confidence
@vue/test-utils ^2.0.0-rc.20 -> ^2.0.0-rc.21 age adoption passing confidence
@vueuse/core ^8.2.5 -> ^8.3.0 age adoption passing confidence
@vueuse/integrations ^8.2.5 -> ^8.3.0 age adoption passing confidence
babel-loader ^8.2.4 -> ^8.2.5 age adoption passing confidence
fs-extra ^10.0.1 -> ^10.1.0 age adoption passing confidence
pnpm (source) 6.32.6 -> 6.32.9 age adoption passing confidence
puppeteer ^13.5.2 -> ^13.6.0 age adoption passing confidence
react-query ^3.34.19 -> ^3.36.0 age adoption passing confidence
solid-js (source) ^1.3.14 -> ^1.3.15 age adoption passing confidence
unocss ^0.31.2 -> ^0.31.12 age adoption passing confidence
unplugin-auto-import ^0.7.0 -> ^0.7.1 age adoption passing confidence
unplugin-vue-components ^0.19.2 -> ^0.19.3 age adoption passing confidence
vite-plugin-pwa ^0.11.13 -> ^0.12.0 age adoption passing confidence
vue ^3.2.32 -> ^3.2.33 age adoption passing confidence

Release Notes

mui/material-ui

v5.6.2

Compare Source

Apr 18, 2022

A big thanks to the 11 contributors who made this release possible. This release is mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.6.2
@mui/system@5.6.2
@mui/base@5.0.0-alpha.77
@mui/joy@5.0.0-alpha.24
Docs
Core

All contributors of this release in alphabetical order: @​abaker93, @​cherniavskii, @​danilo-leal, @​hbjORbj, @​igordanchenko, @​michaldudak, @​mnajdova, @​oliviertassinari, @​samuelsycamore, @​SiarheiBobryk, @​sirartemis, @​siriwatknp, @​ZeeshanTamboli

storybookjs/builder-vite

v0.1.29

Compare Source

What's Changed

React projects without typescript, or typescript react projects choosing to use react-docgen may see a performance improvement in this release due to no longer processing files in node_modules with docgen. If you need to customize which files are processed, see https://github.com/storybookjs/builder-vite/pull/338 for an example.

Full Changelog: storybookjs/builder-vite@v0.1.28...v0.1.29

storybookjs/testing-library

v0.0.11

Compare Source

Release Notes
Revert "feat: upgrade testing library and user event" (#​19)

Unfortunately @storybook/testing-library had to downgrade @testing-library/user-event to version 13. User event v14 is working ok for most projects, but projects using Svelte, Vue, HTML and Web components break because of an issue in one of user-event's dependencies.

If you are not affected by this problem and want to use @storybook/testing-library with user-event v14, you can use the @storybook/testing-library@beta version.


🐛 Bug Fix
Authors: 1

v0.0.10

Compare Source

Release Notes
feat: upgrade testing library and user event (#​18)

@storybook/testing-library now uses @testing-library/user-event version 14! 🎉

There are several new features and bugfixes and you can check them in the user-event release page.


🐛 Bug Fix
Authors: 1

unocss/unocss

v0.31.12

Compare Source

v0.31.10

Compare Source

Bug Fixes
  • vite: search for config from vite root (98317c8)

v0.31.9

Compare Source

Bug Fixes

v0.31.8

Compare Source

v0.31.6

Compare Source

Features

v0.31.5

Compare Source

v0.31.3

Compare Source

Bug Fixes
Features
vitejs/vite (@​vitejs/plugin-react)

v1.3.1

Compare Source

vitejs/vite (@​vitejs/plugin-vue-jsx)

v1.3.10

Compare Source

vuejs/test-utils

v2.0.0-rc.21

Compare Source

This is the final release candidate, unless something major comes up. We will move to 2.0.0 next release.

vueuse/vueuse

v8.3.0

Compare Source

Bug Fixes
Features

v8.2.6

Compare Source

Bug Fixes
Features
babel/babel-loader

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

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)
pnpm/pnpm

v6.32.9

Compare Source

Patch Changes

  • Fix an error with peer resolutions, which was happening when there was a circular dependency and another dependency that had the name of the circular dependency as a substring.

  • When pnpm exec is running a command in a workspace project, the commands that are in the dependencies of that workspace project should be in the PATH #​4481.

  • Hide "WARN deprecated" messages on loglevel error #​4507

    Don't show the progress bar when loglevel is set to warn or error.

Full Changelog: pnpm/pnpm@v6.32.8...v6.32.9

v6.32.8

Compare Source

Patch Changes
  • Don't check the integrity of the store with the package version from the lockfile, when the package was updated #​4580.
  • Don't update a direct dependency that has the same name as a dependency in the workspace, when adding a new dependency to a workspace project #​4575.

Full Changelog: pnpm/pnpm@v6.32.7...v6.32.8

v6.32.7

Compare Source

Patch Changes

  • Setting the auto-install-peers to true should work.

Full Changelog: pnpm/pnpm@v6.32.6...v6.32.7

puppeteer/puppeteer

v13.6.0

Compare Source

Features
Bug Fixes
13.5.2 (2022-03-31)
Bug Fixes
13.5.1 (2022-03-09)
Bug Fixes
tannerlinsley/react-query

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
solidjs/solid

v1.3.15

Compare Source

antfu/unplugin-auto-import

v0.7.1

Compare Source

Bug Fixes
  • preact hook apis should be imported from 'preact/hooks' (#​152) (e17f6b8)
Features
antfu/unplugin-vue-components

v0.19.3

Compare Source

antfu/vite-plugin-pwa

v0.12.0

Compare Source

vuejs/core

v3.2.33

Compare Source

Bug Fixes

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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.

@netlify
Copy link

netlify bot commented Apr 18, 2022

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit eecc7ff
🔍 Latest deploy log https://app.netlify.com/sites/vitest-dev/deploys/6261653bc21e0f00093e517d
😎 Deploy Preview https://deploy-preview-1159--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from ea96d0a to b0c8c38 Compare April 21, 2022 12:43
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 21, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0c8c38 to 3ff0d10 Compare April 21, 2022 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ff0d10 to eecc7ff Compare April 21, 2022 14:07
@antfu antfu merged commit 4d1e0a0 into main Apr 21, 2022
@antfu antfu deleted the renovate/all-minor-patch branch April 21, 2022 14:25
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.

None yet

2 participants