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 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-store (source) ^0.3.1 -> ^0.4.0 age adoption passing confidence
@tanstack/store (source) ^0.3.1 -> ^0.4.0 age adoption passing confidence
@tanstack/vue-store (source) ^0.3.1 -> ^0.4.0 age adoption passing confidence
@testing-library/jest-dom 6.4.2 -> 6.4.5 age adoption passing confidence
@testing-library/react 14.2.2 -> 14.3.1 age adoption passing confidence
@types/node (source) 20.11.30 -> 20.12.12 age adoption passing confidence
@types/react (source) 18.2.70 -> 18.3.3 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence
@vue/test-utils 2.4.5 -> 2.4.6 age adoption passing confidence
@walletconnect/sign-client 2.11.3 -> 2.13.0 age adoption passing confidence
@walletconnect/types 2.11.3 -> 2.13.0 age adoption passing confidence
@walletconnect/utils 2.11.3 -> 2.13.0 age adoption passing confidence
lute-connect 1.1.3 -> 1.2.0 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
typescript (source) 5.4.3 -> 5.4.5 age adoption passing confidence
vite (source) 5.2.6 -> 5.2.11 age adoption passing confidence
vitest (source) 1.4.0 -> 1.6.0 age adoption passing confidence
vue (source) 3.4.21 -> 3.4.27 age adoption passing confidence

Release Notes

tanstack/store (@​tanstack/react-store)

v0.4.1

Compare Source

Version 0.4.1 - 5/13/2024, 8:48 AM (Manual Release)

Changes
Chore
  • Update @tanstack/config to v0.7.4 (#​59) (e791820) by Lachlan Collins
  • Enable link-workspace-packages (#​58) (2205ef6) by Lachlan Collins
  • Update pnpm to v9 (#​57) (287c892) by Lachlan Collins
  • Disable vitest globals (#​52) (82fa0e1) by Lachlan Collins
  • Use tsconfig paths to improve local DX (#​51) (5043212) by Lachlan Collins
  • Add workspace config from Query (#​45) (5235213) by Lachlan Collins
Ci
Docs
Packages
testing-library/jest-dom (@​testing-library/jest-dom)

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

v6.4.3

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

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

v4.3.0

Compare Source

Fix support for React compiler

Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
Support HMR for class components

This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

vuejs/test-utils (@​vue/test-utils)

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

walletconnect/walletconnect-monorepo (@​walletconnect/sign-client)

v2.13.0

Compare Source

What's Changed
New Contributors

Full Changelog: WalletConnect/walletconnect-monorepo@2.12.2...2.13.0

v2.12.2

Compare Source

What's Changed

Full Changelog: WalletConnect/walletconnect-monorepo@2.12.1...2.12.2

v2.12.1

Compare Source

What's Changed

Full Changelog: WalletConnect/walletconnect-monorepo@2.12.0...2.12.1

v2.12.0

Compare Source

What's Changed
New Contributors

Full Changelog: WalletConnect/walletconnect-monorepo@2.11.3...2.12.0

GalaxyPay/lute-connect (lute-connect)

v1.2.0

Compare Source

v1.1.4

Compare Source

facebook/react (react)

v18.3.1

Compare Source

v18.3.0

Compare Source

facebook/react (react-dom)

v18.3.1

Compare Source

v18.3.0

Compare Source

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.11

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source

v5.2.8

Compare Source

v5.2.7

Compare Source

vitest-dev/vitest (vitest)

v1.6.0

Compare Source

   🚀 Features

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0c6002 to c03c9b2 Compare May 13, 2024 10:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c03c9b2 to 9b6dcad Compare May 14, 2024 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b6dcad to 06c391b Compare May 22, 2024 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06c391b to bc1b2b8 Compare May 23, 2024 22:39
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

1 participant