This repository was archived by the owner on Jun 15, 2024. It is now read-only.
fix(deps): update all non-major dependencies #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.3.1->^0.4.0^0.3.1->^0.4.0^0.3.1->^0.4.06.4.2->6.4.614.2.2->14.3.120.11.30->20.14.218.2.70->18.3.34.2.1->4.3.15.0.4->5.0.52.4.5->2.4.62.11.3->2.13.32.11.3->2.13.32.11.3->2.13.32.7.0->2.8.024.0.0->24.1.01.1.3->1.2.03.2.5->3.3.218.2.0->18.3.118.2.0->18.3.18.0.2->8.1.05.4.3->5.4.55.2.6->5.3.11.4.0->1.6.03.4.21->3.4.290.14.7->0.14.8Release Notes
tanstack/store (@tanstack/react-store)
v0.4.1Compare Source
Version 0.4.1 - 5/13/2024, 8:48 AM (Manual Release)
Changes
Chore
@tanstack/configto v0.7.4 (#59) (e791820) by Lachlan Collins2205ef6) by Lachlan Collins287c892) by Lachlan Collins82fa0e1) by Lachlan Collins5043212) by Lachlan Collins5235213) by Lachlan CollinsCi
be32993) by Lachlan Collinsci.yml(#44) (d81cf5a) by Lachlan Collinsc4ea388) by Lachlan Collins848300a) by Lachlan CollinsDocs
576530d) by @AhmedBaset8d6faa0) by Lachlan Collins9e04a5e) by Sarah7f5514c) by SarahPackages
testing-library/jest-dom (@testing-library/jest-dom)
v6.4.6Compare Source
Bug Fixes
v6.4.5Compare Source
Bug Fixes
v6.4.4Compare Source
v6.4.3Compare Source
testing-library/react-testing-library (@testing-library/react)
v14.3.1Compare Source
Bug Fixes
v14.3.0Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.1Compare Source
Fix support for React Compiler with React 18
The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom
runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43When using a custom
runtimeModule, the plugin will not try to pre-optimizereact/compiler-runtimedependency.Reminder: Vite expect code outside of
node_modulesto be ESM, so you will need to update the gist withimport React from 'react'.v4.3.0Compare Source
Fix support for React compiler
Don't set
retainLines: truewhen 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:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.0.5__VUE_PROD_DEVTOOLS__(#81) (277a3ab), closes #81vuejs/test-utils (@vue/test-utils)
v2.4.6Compare Source
What's Changed
getvsfindbehavior by @KatWorkGit in https://github.com/vuejs/test-utils/pull/2422New Contributors
Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6
walletconnect/walletconnect-monorepo (@walletconnect/sign-client)
v2.13.3Compare Source
What's Changed
New Contributors
Full Changelog: WalletConnect/walletconnect-monorepo@2.13.1...2.13.3
v2.13.2Compare Source
What's Changed
Full Changelog: WalletConnect/walletconnect-monorepo@2.13.1...2.13.2
v2.13.1Compare Source
What's Changed
2.13.0release by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4504New Contributors
Full Changelog: WalletConnect/walletconnect-monorepo@2.13.0...2.13.1
v2.13.0Compare Source
What's Changed
2.12.2release by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4430session_authenticateto expirer by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4420irn_batchFetchMessagesby @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4459New Contributors
Full Changelog: WalletConnect/walletconnect-monorepo@2.12.2...2.13.0
v2.12.2Compare Source
What's Changed
Full Changelog: WalletConnect/walletconnect-monorepo@2.12.1...2.12.2
v2.12.1Compare Source
What's Changed
2.12.0release by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4392loadPersistedSessionexceptions by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4404Full Changelog: WalletConnect/walletconnect-monorepo@2.12.0...2.12.1
v2.12.0Compare Source
What's Changed
http://support for deeplinks by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4349New Contributors
Full Changelog: WalletConnect/walletconnect-monorepo@2.11.3...2.12.0
algorand/js-algorand-sdk (algosdk)
v2.8.0Compare Source
What's Changed
Bugfixes
Enhancements
f633b01by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/870New Contributors
Full Changelog: algorand/js-algorand-sdk@v2.7.0...v2.8.0
jsdom/jsdom (jsdom)
v24.1.0Compare Source
getSetCookie()method to theHeadersclass. (ushiboy)Object.prototype, like"constructor"or"toString".rweb-cssom, which can now parse additional CSS constructs.GalaxyPay/lute-connect (lute-connect)
v1.2.0Compare Source
v1.1.4Compare Source
prettier/prettier (prettier)
v3.3.2Compare Source
diff
Fix handlebars path expressions starts with
@(#16358 by @Princeyadav05)v3.3.1Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)