-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update devdependencies #50
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/devdependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
June 23, 2023 18:49
dcfecef
to
256b86d
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
June 29, 2023 02:51
7055e7e
to
6f0e906
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
7 times, most recently
from
July 12, 2023 21:27
8eb1967
to
14f3602
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
July 20, 2023 15:17
c1ee5ce
to
caac508
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
4 times, most recently
from
July 26, 2023 19:43
8df07e9
to
0d01ffa
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
4 times, most recently
from
August 7, 2023 10:03
152d40c
to
7f05f07
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
August 9, 2023 19:54
2140ad2
to
00b000e
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
August 24, 2023 19:36
c75d001
to
01346f8
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
September 11, 2023 05:10
01346f8
to
881dfbf
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
September 25, 2023 16:54
2588119
to
111e4c0
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
3 times, most recently
from
September 29, 2024 22:49
a497986
to
8095413
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
October 8, 2024 22:24
6667a14
to
2ba8fd1
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
October 14, 2024 20:16
03b84f8
to
35aa584
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
October 23, 2024 08:15
07b93a4
to
f84d1a3
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
November 11, 2024 10:59
f84d1a3
to
1a96a97
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
4 times, most recently
from
November 26, 2024 16:40
a9d1355
to
4173661
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
December 2, 2024 14:25
4173661
to
0f8cd53
Compare
renovate
bot
changed the title
Update devDependencies
chore(deps): update devdependencies
Dec 2, 2024
renovate
bot
force-pushed
the
renovate/devdependencies
branch
7 times, most recently
from
December 11, 2024 03:36
933af95
to
178b693
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
December 20, 2024 02:37
cae27f7
to
3bc2797
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
January 8, 2025 21:30
3bc2797
to
eee90a0
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
2 times, most recently
from
January 21, 2025 10:03
4a4174b
to
019ab83
Compare
renovate
bot
force-pushed
the
renovate/devdependencies
branch
from
January 21, 2025 14:02
019ab83
to
6b20ba7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
18.2.79
->18.3.18
18.2.25
->18.3.5
4.2.1
->4.3.4
3.2.5
->3.4.2
5.4.5
->5.7.3
5.2.9
->5.4.14
Release Notes
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
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.
prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
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
microsoft/TypeScript (typescript)
v5.7.3
Compare Source
v5.7.2
Compare Source
v5.6.3
Compare Source
v5.6.2
Compare Source
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.3
: TypeScript 5.5.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.2
: TypeScript 5.5Compare 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.4.14
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.13
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.12
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.11
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.10
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.8
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.7
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.6
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.5
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.4
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.3
Compare Source
file://
reference (#17909) (561b940), closes #17909v5.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.6
Compare Source
Please refer to CHANGELOG.md for details.
v5.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.14
Compare Source
Please refer to CHANGELOG.md for details.
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 #16721v5.2.11
Compare Source
v5.2.10
[Compar
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.