This repository has been 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.0
6.4.2
->6.4.6
14.2.2
->14.3.1
20.11.30
->20.14.2
18.2.70
->18.3.3
4.2.1
->4.3.1
5.0.4
->5.0.5
2.4.5
->2.4.6
2.11.3
->2.13.3
2.11.3
->2.13.3
2.11.3
->2.13.3
2.7.0
->2.8.0
24.0.0
->24.1.0
1.1.3
->1.2.0
3.2.5
->3.3.2
18.2.0
->18.3.1
18.2.0
->18.3.1
8.0.2
->8.1.0
5.4.3
->5.4.5
5.2.6
->5.3.1
1.4.0
->1.6.0
3.4.21
->3.4.29
0.14.7
->0.14.8
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
@tanstack/config
to 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.6
Compare Source
Bug Fixes
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.1
Compare 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-runtime
dependency.Reminder: Vite expect code outside of
node_modules
to be ESM, so you will need to update the gist withimport React from '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: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.6
Compare Source
What's Changed
get
vsfind
behavior 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.3
Compare Source
What's Changed
New Contributors
Full Changelog: WalletConnect/walletconnect-monorepo@2.13.1...2.13.3
v2.13.2
Compare Source
What's Changed
Full Changelog: WalletConnect/walletconnect-monorepo@2.13.1...2.13.2
v2.13.1
Compare Source
What's Changed
2.13.0
release 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.0
Compare Source
What's Changed
2.12.2
release by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4430session_authenticate
to expirer by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4420irn_batchFetchMessages
by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4459New 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
2.12.0
release by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4392loadPersistedSession
exceptions by @ganchoradkov in https://github.com/WalletConnect/walletconnect-monorepo/pull/4404Full Changelog: WalletConnect/walletconnect-monorepo@2.12.0...2.12.1
v2.12.0
Compare 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.0
Compare Source
What's Changed
Bugfixes
Enhancements
f633b01
by @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.0
Compare Source
getSetCookie()
method to theHeaders
class. (ushiboy)Object.prototype
, like"constructor"
or"toString"
.rweb-cssom
, which can now parse additional CSS constructs.GalaxyPay/lute-connect (lute-connect)
v1.2.0
Compare Source
v1.1.4
Compare Source
prettier/prettier (prettier)
v3.3.2
Compare Source
diff
Fix handlebars path expressions starts with
@
(#16358 by @Princeyadav05)v3.3.1
Compare Source
diff
Preserve empty lines in front matter (#16347 by @fisker)