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

Update dev dependencies #167

Merged
merged 1 commit into from Aug 6, 2023
Merged

Update dev dependencies #167

merged 1 commit into from Aug 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.26.1 -> 2.26.2 age adoption passing confidence
@playwright/test (source) 1.35.1 -> 1.36.2 age adoption passing confidence
@tanstack/react-query (source) 4.29.14 -> 4.32.6 age adoption passing confidence
@types/node (source) 20.3.1 -> 20.4.8 age adoption passing confidence
@types/react (source) 18.2.13 -> 18.2.18 age adoption passing confidence
@types/react-dom (source) 18.2.6 -> 18.2.7 age adoption passing confidence
@vitejs/plugin-react (source) 4.0.0 -> 4.0.4 age adoption passing confidence
@vitest/coverage-v8 (source) ^0.32.2 -> ^0.34.0 age adoption passing confidence
superjson 1.12.3 -> 1.13.1 age adoption passing confidence
typescript (source) 5.1.3 -> 5.1.6 age adoption passing confidence
unocss ^0.53.1 -> ^0.54.0 age adoption passing confidence
vite (source) 4.3.9 -> 4.4.8 age adoption passing confidence
vitepress (source) 1.0.0-beta.5 -> 1.0.0-beta.7 age adoption passing confidence
vitest ^0.32.2 -> ^0.34.0 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.26.2

Compare Source

Patch Changes
Microsoft/playwright (@​playwright/test)

v1.36.2: 1.36.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/24316 - [REGRESSION] Character classes are not working in globs in 1.36

Browser Versions
  • Chromium 115.0.5790.75
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.36.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/24184 - [REGRESSION]: Snapshot name contains some random string after test name when tests are run in container

Browser Versions
  • Chromium 115.0.5790.75
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114

v1.36.0

Compare Source

Highlights

🏝️ Summer maintenance release.

Browser Versions
  • Chromium 115.0.5790.75
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 114
  • Microsoft Edge 114
TanStack/query (@​tanstack/react-query)

v4.32.6

Compare Source

Version 4.32.6 - 8/5/2023, 6:28 AM

Changes

Fix
  • core: Infinite render loops in react-query v4.29.22 and up (#​5839) (cfd6133) by Łukasz Komoszyński

Packages

v4.32.5

Compare Source

Version 4.32.5 - 8/4/2023, 7:45 AM

Changes

Fix

Packages

v4.32.1

Compare Source

Version 4.32.1 - 8/1/2023, 10:49 AM

Changes

Fix
  • *: Update repository information in package.json (#​5819) (10bf0ee) by Daniel Basilio
Chore
Docs

Packages

v4.32.0

Compare Source

Version 4.32.0 - 7/21/2023, 9:28 AM

Changes

Feat

Packages

v4.30.0

Compare Source

Version 4.30.0 - 7/21/2023, 8:31 AM

Changes

Feat
  • add new function type to notifyOnChangeProps (#​5734) (74f2e28) by Paulo Marcos
Docs

Packages

v4.29.25

Compare Source

Version 4.29.25 - 7/16/2023, 4:56 AM

Changes

Refactor
Other

Packages

v4.29.23

Compare Source

Version 4.29.23 - 7/14/2023, 2:49 PM

Changes

Fix
  • core: onlineManager and focusManager should invoke listeners when a change occurred (#​5713) (5322ede) by Dominik Dorfmeister

Packages

v4.29.22

Compare Source

Version 4.29.22 - 7/14/2023, 2:34 PM

Changes

Fix
  • core: Assign observer"s current Result when optimistic read occurs (#​5573) (15dceab) by EL AYADI Mohamed

Packages

v4.29.19

Compare Source

Version 4.29.19 - 6/27/2023, 1:06 PM

Changes

Fix
  • types: Add pageParam type to QueryFunction generic types (#​5623) (390e47b) by Mike Lyons
Chore
  • Update eslint config from alpha branch (#​5632) (ddf6986) by Lachlan Collins

Packages

v4.29.18

Compare Source

Version 4.29.18 - 6/27/2023, 7:05 AM

Changes

Fix
  • Revert "refactor(rect-query): prefer client-only import over "use client" (#​5626)" (#​5630) (1c46228) by Dominik Dorfmeister
Other
  • Revert "fix(vue-query): do not subscribe on server - nuxt2 memory leak fix (#​5576)" (#​5627) (3e82c58) by Damian Osipiuk

Packages

v4.29.17

Compare Source

Version 4.29.17 - 6/25/2023, 2:33 PM

Changes

Refactor
  • query: add more context to "Missing queryFn" error (#​5620) (9077bb9) by GLabat

Packages

v4.29.16

Compare Source

Version 4.29.16 - 6/25/2023, 2:21 PM

Changes

Refactor
  • rect-query: prefer client-only import over "use client" (#​5626) (3e25f51) by Dominik Dorfmeister

Packages

v4.29.15

Compare Source

Version 4.29.15 - 6/20/2023, 4:52 PM

Changes

Refactor
Docs

Packages

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.0.4

Compare Source

  • Fix #​198: Enable Babel if presets list is not empty

v4.0.3

Compare Source

  • Revert #​108: Remove throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

v4.0.2

Compare Source

  • Fix fast-refresh for files that are transformed into jsx (#​188)

v4.0.1

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Jul 10, 2023

Deploy Preview for electron-trpc ready!

Name Link
🔨 Latest commit beaa2d4
🔍 Latest deploy log https://app.netlify.com/sites/electron-trpc/deploys/64cf0218baba00000892b649
😎 Deploy Preview https://deploy-preview-167--electron-trpc.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 configuration.

@renovate renovate bot force-pushed the renovate/dev-dependencies branch from d413d7f to 16fd171 Compare July 22, 2023 12:23
@codecov-commenter
Copy link

codecov-commenter commented Jul 22, 2023

Codecov Report

Merging #167 (beaa2d4) into main (30b371c) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #167   +/-   ##
=======================================
  Coverage   56.69%   56.69%           
=======================================
  Files          11       11           
  Lines         448      448           
  Branches       51       51           
=======================================
  Hits          254      254           
  Misses        194      194           

@renovate renovate bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from e3abd33 to a96543a Compare July 29, 2023 22:31
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 2 times, most recently from 18391e0 to b0d50b0 Compare August 4, 2023 02:23
@renovate renovate bot force-pushed the renovate/dev-dependencies branch from b0d50b0 to beaa2d4 Compare August 6, 2023 02:14
@jsonnull jsonnull merged commit 784bbb0 into main Aug 6, 2023
10 checks passed
@jsonnull jsonnull deleted the renovate/dev-dependencies branch August 6, 2023 02:26
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