fix(deps): update all non-major dependencies #296
+1,445
−1,067
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:
4.3.1
->4.3.3
1.44.1
->1.49.1
0.5.13
->0.5.16
1.5.6
->1.6.0
1.5.14
->1.6.3
18.3.3
->18.3.18
18.3.0
->18.3.5
4.3.1
->4.3.4
10.4.19
->10.4.20
=0.11.3
->=0.11.6
8.57.0
->8.57.1
1.3.3
->1.3.4
=0.12.5
->=0.13.6
2.8.3
->2.11.0
=0.4.21
->=0.4.24
v2.4.0
->v2.4.1
8.4.38
->8.4.49
3.3.1
->3.4.2
0.6.2
->0.6.9
4.0.13
->4.1.2
7.51.5
->7.54.2
2.4.1
->2.5.1
=0.12.4
->=0.12.12
0.22.0
->0.23.1
=1.0.203
->=1.0.217
=1.0.117
->=1.0.135
2.10.0
->2.12.0
3.4.4
->3.4.17
=1.6.8
->=1.8.2
=1.5.2
->=1.5.6
=1.38.0
->=1.43.0
4.15.1
->4.19.2
5.4.5
->5.7.3
19.3.0
->19.5.0
Release Notes
react-hook-form/devtools (@hookform/devtools)
v4.3.3
: Version 4.3.3Compare Source
v4.3.2
: Version 4.3.2Compare Source
microsoft/playwright (@playwright/test)
v1.49.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode
Browser Versions
This version was also tested against the following stable channels:
v1.49.0
Compare Source
v1.48.2
Compare Source
v1.48.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height
Browser Versions
This version was also tested against the following stable channels:
v1.48.0
Compare Source
v1.47.2
Compare Source
Highlights
https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
This version was also tested against the following stable channels:
v1.47.1
Compare Source
v1.47.0
Compare Source
v1.46.1
Compare Source
v1.46.0
Compare Source
v1.45.3
Compare Source
v1.45.2
Compare Source
v1.45.1
Compare Source
v1.45.0
Compare Source
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.16
Compare Source
Fixed
v0.5.15
Compare Source
Fixed
v0.5.14
Compare Source
tauri-apps/tauri (@tauri-apps/api)
v1.6.0
: @tauri-apps/api v1.6.0Compare Source
Yarn Audit
[1.6.0]
Enhancements
44e3335da
(#9796) Enhance the speed of The JSCommand.execute
API fromshell
module.Bug Fixes
44e3335da
(#9796) Fix The JSCommand.execute
API fromshell
module including extra new lines.Yarn Publish
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
v4.3.2
Compare Source
Ignore directive sourcemap error #369
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
v0.11.5
Compare Source
v0.11.4
Compare Source
eslint/eslint (eslint)
v8.57.1
Compare Source
jugglerchris/rust-html2text (html2text)
v0.13.6
Compare Source
which caused parsing to stop instead of just skipping the unkown rule.
v0.13.5
Compare Source
:nth-child()
(not yet with theof foo
).display: x-raw-dom
for debugging (withcss_ext
feature flag).
--show-css
option tohtml2text
example for debugging what rules were parsed.html2term
-I
to enable/disable, and arrows to navigatearound the DOM. Implemented using
:nth-child
andx-raw-dom
.v0.13.4
Compare Source
(thanks JadedBlueeyes).
v0.13.3
Compare Source
bgcolor=...
attributes.--show-render
to help debugging render issues.v0.13.2
Compare Source
v0.13.1
Compare Source
v0.13.0
Compare Source
v0.12.6
Compare Source
pmndrs/jotai (jotai)
v2.11.0
Compare Source
There are no public API changes, but some internal behaviors have been improved. Now, atom updates are batched in a single write, which might provide a performance benefit in certain edge cases. This feature has been requested actually for a long time, and it's finally implemented. See also #2782.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.10.4...v2.11.0
v2.10.4
Compare Source
A minor improvement for some edge cases. (For more information, see #2789.)
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.10.3...v2.10.4
v2.10.3
Compare Source
v2.10.2
Compare Source
Fixed some jotai/utils for a regression in v2.10.0.
What's Changed
useAtom(undefined)
oruseAtom(null)
by @kevinschaich in https://github.com/pmndrs/jotai/pull/2778New Contributors
Full Changelog: pmndrs/jotai@v2.10.1...v2.10.2
v2.10.1
Compare Source
This fixes a bug in an extreme edge case. If you find this change breaks something, please report to us.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.10.0...v2.10.1
v2.10.0
Compare Source
It comes with another significant internal change to address some edge cases.
Since v2.9.0, we've been working on some internal refactors to support more edge cases and clean up the code.
Users are encouraged to update to the new versions eventually, but if you're satisfied with the current situation and prefer to avoid temporary instability, you can stick with v2.8.4 for now.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.9.3...v2.10.0
v2.9.3
Compare Source
This fixes a regression in an edge case that is introduced in v2.9.0.
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.9.2...v2.9.3
v2.9.2
Compare Source
v2.9.1
Compare Source
This patch version includes various fixes. Huge thanks to contributors!
What's Changed
New Contributors
Full Changelog: pmndrs/jotai@v2.9.0...v2.9.1
v2.9.0
Compare Source
This version introduces a new core implementation. All tests are passing but there can be some regressions due to missing tests. Please feel free to report such cases and let's improve test coverage.
The benefit with the new implementation:
What's Changed
Full Changelog: pmndrs/jotai@v2.8.4...v2.9.0
v2.8.4
Compare Source
This changes the behavior of async atom with abort signal on unmount to fix some use cases.
What's Changed
New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.