chore(deps): update all non-major dependencies #19
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:
^9.8.1
->^9.9.0
9.14.4
->9.15.0
^3.4.1
->^3.4.2
^0.14.0
->^0.15.0
^4.28.0
->^4.28.1
^2.1.6
->^2.1.8
Release Notes
antfu/bumpp (bumpp)
v9.9.0
Compare Source
🚀 Features
tinyexec
- by @antfu (780b7)🐞 Bug Fixes
execute
type fix. - by @s3xysteak in https://github.com/antfu-collective/bumpp/issues/59 (bb023)View changes on GitHub
pnpm/pnpm (pnpm)
v9.15.0
Compare Source
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.
rolldown/rolldown (rolldown)
v0.15.0
Compare Source
Bug Fixes
forbid-const-assign
should considering all write scenario (#2715) (015d4f1)new URL(..., import.met.url)
with webpack (#2738) (2b4f224)chunk.imports
and more (#3008) (9e58163), closes /github.com/vitejs/vite/blob/8f0a9dcff112c866d9aa911647fd3cf9adc50bf1/packages/vite/src/node/plugins/css.ts#L1011-L1029 /github.com/vitejs/vite/blob/8f0a9dcff112c866d9aa911647fd3cf9adc50bf1/playground/html/tests/html.spec.ts#L186-L188import(...)
should have the same result as esm output (#2999) (d42ea8a)__toESM
reference for external import wrapper (#2911) (aaa96db)export
keyword in cjs output (#2807) (80daf63)__require
(#2675) (0f44c14)EcmaView
of css module (#2631) (4c1a715)output.format
did not supporttopLevelAwait
(#2629) (db018fa), closes /github.com/evanw/esbuild/commit/5fe21253ee75fb4c5ea395a0877b2a5ab51c3575#diff-f312cd3ffe8d88cf424d3f0bd04b41e5b0ad36e549874b5688028bf9091a61f5L2238\0
inJsChangedOutputs.chunks
(#3006) (3f476c3)chunk.modules
object key (#2991) (0628d1b)new URL(...)
(#2747) (e2c4e6a), closes #2741 #2744inlineDynamicImports
on js side (#2834) (1ae6760).cts
and.mts
imports cjs (#2770) (a44c472)total order
(#2621) (8daf1a0)chunk.modules
aftergenerateBundle
mutation (#2993) (4d0092f)inlineDynamicImports
is enabled (#2865) (9f9d29a), closes #2833Features
experimental.viteMode
(#2849) (bf06e41)new URL(..., import.meta.url)
support (#2710) (7c6cbb2)defineConfig
overload (#2689) (51ba546)treeshake.moduleSideEffects
(#2695) (66e8088)advancedChunks
enabled (#2620) (78945df)-o
forfile
option. (#2632) (cbfe498)new URL
to asset behavior by default (#2953) (e126911)import()
destructing binding pattern (#2722) (ad0940a)ImportExpression
(#2723) (d5e797b)inlineDynamicImports
automatically if format isiffe
orumd
(#2808) (172a5a1), closes #2792cssEntryFileNames
andcssChunkFileNames
options in js side (#2623) (6f1cfaf), closes #2618require
ifformat: 'esm'
andplatform: 'node'
(#2920) (f1bd92f)NormalizedOutputOptions
(#2907) (62a9ed2), closes #2867 #2906NormalizedInputOptions#input
(#2894) (5150802)NormalizedOutputOptions#format
(#2900) (b5df408)OutputOptions#comments
option (#2644) (3912c3a)build
API (#3011) (bf8c326)write
forbuild
API (#3014) (745d904)build
API (#3015) (b1c9cf2)new URL('./foo', import.meta.url)
import (#2753) (1839fd3), closes #2745createIdResolver
(#2869) (d6cedcb)import.meta.url
whenplatform: 'node'
andformat: 'cjs'
(#2694) (3a1912b)replace
method (#2733) (915d2fa)configVariants
to allow to emit multiple output (#2785) (73fce89)comments
option (#2614) (a35faba)NormalizedOutputOptions
from rust to js (#2899) (ac28e50)NormalizedOutputOptions
ingenerateBundle
hook (#2902) (87f7277)NormalizedOutputOptions
inrenderChunk
hook (#2909) (b6dc60a), closes #2902 #2906NormalizedOutputOptions
inwriteBundle
hook (#2914) (3ec063f), closes #2906Comments::PreserveLegalComments
(#2615) (19de25e)node
if format iscjs
(#2837) (d7adf58)output.hashCharacters
(#2647) (a50a3b2), closes #2646RenderedModule.renderedLength
(#2697) (146ecd8), closes #2686output.globals
(#2818) (7383e19), closes /github.com/rolldown/rolldown/blob/ab438c355063765640db18cb03b8d08fa2eee39d/packages/rolldown/src/utils/normalize-output-options.ts#L46-L47BuildResult
forvalidate_options_for_multi_chunk_output
(#2800) (5fdd14e), closes #2565 /github.com/rolldown/rolldown/blob/d796b1efa9bd973b60e012ff5bccdb05ee157593/crates/rolldown/src/utils/chunk/validate_options_for_multi_chunk_output.rs#L3-L6satisfies
keyword forInputOptions
andOutputOptions
(#2611) (2863d64), closes #2568ReplaceGlobalDefinesConfig
(#2884) (5e804db), closes /github.com/rolldown/rolldown/blob/52e0d11c4e3b655f4d6e76226b2e70086d41de44/crates/rolldown/src/module_loader/module_loader.rs#L89-L96Performance Improvements
is_top_level
(#2803) (2be7882)join
method (#2766) (6264234)DashMap
s (#2971) (33beb44)HashMap
s (#2988) (ff1fc6c)rollup/rollup (rollup)
v4.28.1
Compare Source
2024-12-06
Bug Fixes
debugId
toSourceMap
types (#5751)Pull Requests
debugId
toSourceMap
types (@timfish, @lukastaegert)vitest-dev/vitest (vitest)
v2.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
conditions
on Vite 6 vitest-dev/vitest#6992](httConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.