chore(deps): update all non-major dependencies #443
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:
^2.2.278
->^2.2.279
^16.4.5
->^16.4.7
^0.14.0
->^0.15.0
^0.64.1
->^0.65.1
^0.20.2
->^0.21.0
^6.0.1
->^6.0.3
^1.3.0
->^1.3.1
^2.1.6
->^2.1.8
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.279
Compare Source
motdotla/dotenv (dotenv)
v16.4.7
Compare Source
Changed
.tap
folder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6
Compare Source
Changed
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)unocss/unocss (unocss)
v0.65.1
Compare Source
🐞 Bug Fixes
vue-scope
, close #4310 - by @antfu in https://github.com/unocss/unocss/issues/4310 (daf08)View changes on GitHub
v0.65.0
Compare Source
If you are interested, please read our upgrade introduction 🌟🌟🌟.
🚨 Breaking Changes
new UnoGenerator
, makecreateGenerator()
async - by @antfu in https://github.com/unocss/unocss/issues/4268 (5420b)resolvePreset
andresolvePresets
now returns promise - by @antfu in https://github.com/unocss/unocss/issues/4294 (0f987)🚀 Features
legacyColorSpace
option - by @zyyv in [https://github.com/feat(preset-legacy-compat): addlegacyColorSpace
option unocss/unocss#4301](hConfiguration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.