chore(deps): update non-major dependencies #231
Merged
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:
6.4.2
->6.5.0
14.2.2
->14.3.1
4.2.1
->4.3.1
5.0.4
->5.1.3
2.4.5
->2.4.6
5.1.3
->5.2.1
3.2.5
->3.3.3
5.2.6
->5.4.2
0.14.7
->0.14.10
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.5.0
Compare Source
v6.4.8
Compare Source
v6.4.7
Compare Source
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.1.3
__VUE_OPTIONS_API__
(acb57c9), closes #438v5.1.2
type
field (a6b7e3f)script.propsDestructure
option (1e24322), closes #431v5.1.1
v5.1.0
features
option (#419) (3e839e2), closes #419v5.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
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.1
Compare Source
Patch Changes
ac036cc
Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
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)
Preserve explicit language in front matter (#16348 by @fisker)
Avoid line breaks in import attributes (#16349 by @fisker)
v3.3.0
Compare Source
diff
🔗 Release Notes
vitejs/vite (vite)
v5.4.2
Compare Source
renderBuiltUrl
passed to module preload (#16084) (fac3a8e), closes #16084v5.4.1
Compare Source
build.modulePreload.resolveDependencies
is optimizable (#16083) (e961b31), closes #16083__vite_import_meta_env__
(#17876) (e686d74), closes #17876handleHotUpdate
from watch-package-data plugin (#17865) (e16bf1f), closes #17865v5.4.0
Compare Source
global
variable name conflict (#17809) (6aa2206), closes #17809importScripts
injection breaking iife code (#17827) (bb4ba9f), closes #17827v5.3.5
Compare Source
server
type less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628v5.3.4
Compare Source
.css?url
in assets field of manifest (#17623) (1465b20), closes #17623v5.3.3
Compare Source
v5.3.2
Compare Source
location
(#17528) (a8e2f6f), closes #17528v5.3.1
Compare Source
v5.3.0
Compare Source
v5.2.13
Compare Source
Please refer to CHANGELOG.md for details.
v5.2.12
Compare Source
build.rollupOptions.output.manualChunks
instead ofbuild.rollupOutput.manualChunks
(89378c0), closes #16721Configuration
📅 Schedule: Branch creation - "on the 1st day of the month" in timezone America/New_York, 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.
This PR was generated by Mend Renovate. View the repository job log.