fix(deps): update all non-major dependencies #953
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:
^7.28.4->^7.28.5^1.13.13->^1.13.15^0.10.0->^0.11.01.0.0-beta.43->1.0.0-beta.45^4.1.14->^4.1.16^22.18.11->^22.18.12^5.1.34->^5.1.35^16.2.4->^16.2.6^0.30.19->^0.30.2110.18.3->10.19.01.0.0-beta.44->1.0.0-beta.45^4.1.14->^4.1.16^0.15.8->^0.15.10^8.46.1->^8.46.2^7.1.17->^7.1.19^4.43.0->^4.45.0Release Notes
babel/babel (@babel/core)
v7.28.5Compare Source
👓 Spec Compliance
babel-parserRuntime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier🐛 Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parser@babel/parsererror typing (@JLHwung)babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuringrestcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesJSXIdentifierhandling inisReferencedIdentifier(@JLHwung)babel-traverse🏠 Internal
babel-types🏃♀️ Performance
babel-corebuildCodeFrameError(@liuxingbaoyu)cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.13.15Compare Source
Patch Changes
#10741
2f57345Thanks @penalosa! - Remove obsolete--x-remote-bindingsflagUpdated dependencies [
4bd4c29,31e1330,1a8088a,ca6c010,2f57345]:v1.13.14Compare Source
Patch Changes
#10707
092c999Thanks @edmundhung! - Add request cancellation supportWorkers running on Vite can now listen to the abort event with
request.signalto perform tasks when the request is canceled by the client. For more information, see the Request documentation.#10768
8211bc9Thanks @dario-piotrowicz! - Ensure that logs are printed at the correct log levelThe changes here ensure that logs generated by Workers are printed accordingly to the
logLevelthe user defines (either in their Vite config file or via the--logLevelCLI flag)#10899
e2809b5Thanks @edmundhung! - fix: track server restart in module scopeWhen using
@cloudflare/vite-pluginwith React Router, miniflare might be disposed during restart. This change makes sure to track when the dev server restart in module scope to avoid unexpected behavior.Updated dependencies [
5124818,d4b4c90,6643bd4,1a2bbf8,36d7054,0ee1a68,8211bc9,3bb034f,43503c7,dd5f769,a6de9db,ee7d710,d39c8b5,7d0417b,8211bc9]:remix-run/remix (@remix-run/node-fetch-server)
v0.11.0Compare Source
import().rolldown/rolldown (@rolldown/pluginutils)
v1.0.0-beta.45Compare Source
🚀 Features
legacyInconsistentCjsInteropoption (#6687) by @sapphi-redCSSStyles(#6691) by @shulaodavitejs/vite#20585(#6684) by @shulaoda🐛 Bug Fixes
transform.jsxcorrectly (#6698) by @ocavuegenerateBundleoutputs (#6647) by @aprosaildefinedeprecation warning when loading a config file (#6641) by @sapphi-red💼 Other
🚜 Refactor
transformToRollupOutputwhen needed (#6695) by @hyf0transformToRollupOutputinto mutable and immutable versions (#6693) by @hyf0BindingOutputs(#6692) by @hyf0CSSEntriesCache(#6685) by @shulaodaBindingRenderBuiltUrl(#6653) by @shulaoda📚 Documentation
experimental.nativeMagicString(#6713) by @IWANABETHATGUYoptimization(#6719) by @IWANABETHATGUYoutput.cleanDirtiming behavior for plugin compatibility (#6682) by @CopilotpreserveEntrySignaturedoc (#6661) by @IWANABETHATGUYtreeshake(#6650) by @IWANABETHATGUY⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
typedocdependency and cleanup unused documentation generation (#6686) by @Copilotoxlint --type-aware(#5660) by @BoshenDevTestMeta#dev(#6672) by @hyf0DevTestMetaunderTestMeta#devto control dev related behaviors (#6666) by @hyf0❤️ New Contributors
v1.0.0-beta.44Compare Source
💥 BREAKING CHANGES
output.minifyInternalExportsforformat: 'es'orminify: true(#6594) by @sapphi-redInputOptions.jsx, prefertransform.jsxalways (#6548) by @hyf0🚀 Features
transform.jsx(#6630) by @shulaodainject_to_bodyfunction (#6622) by @shulaodais_legacyfield (#6620) by @shulaodaviteHtmlPlugin(#6609) by @shulaodaviteCSSPostPlugin(#6606) by @shulaodaviteCSSPlugin(#6605) by @shulaodaoutput.clearDirto clean updirbefore build (#6486) by @aprosailRolldownOutputinstead ofBindingOutputsfromonOutput(#6563) by @sapphi-reddropLabelsand addtransform.dropLabels(#6557) by @hyf0keepNamesand addoutput.keepNames(#6556) by @hyf0profilerNamesand addoutput.generatedCode.profilerNames(#6555) by @hyf0injectanddefineand addtransform.define,transform.inject(#6544) by @hyf0experimental.nativeMagicString(#6514) by @IWANABETHATGUY🐛 Bug Fixes
package_json_pathfrom resolveId hook (#6434) by @sapphi-redshould have idxerror happens withdeferSyncScanData+ incremental rebuild (#6568) by @sapphi-redbundler.scandoesn't get handled (#6547) by @Copilotsourcemapis disabled (#6510) by @IWANABETHATGUY🚜 Refactor
BindingAssetInlineLimit(#6625) by @shulaodaBindingAssetPluginConfig(#6624) by @shulaodaviteCSSPluginconfig (#6610) by @shulaodaTaskInputinto enum to reduce invalid states (#6575) by @hyf0ScanStageCache#merge(#6564) by @IWANABETHATGUYclient_idto check if module is executed for test environment (#6566) by @hyf0&strorJsStringto avoid unnecessary clone (#6523) by @hyf0&strto avoid unnecessary clone (#6520) by @hyf0📚 Documentation
/guide/in-depth/to/in-depth/(#6554) by @CopilotAdditional Thanksinacknowledgementspage (#6507) by @hyf0experimental.nativeMagicString(#6504) by @IWANABETHATGUY⚡ Performance
createTokioRuntime(#6618) by @hyf0ClientInput(#6565) by @hyf0cross_module_optimizationstage parallel (#6552) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
replacePluginto compatible with rollup (#6639) by @IWANABETHATGUYbuild.ts(#6621) by @IWANABETHATGUYcargo publish --workspacework (#6287) by @Boshenopposite_minify_internal_exportsand removeminify_internal_exportsextend test (#6596) by @hyf0BindingBuiltinPluginName(#6574) by @shulaodanotifycrate (#6573) by @Boshen.len()and.is_empty()toHybridIndexVec(#6570) by @sapphi-redAGENT.mdwith verified prompts (#6533) by @hyf0too-many-lines-thresholdto 200 (#6530) by @shulaoda❤️ New Contributors
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.16Compare Source
Fixed
&(#19184)& > :pseudoand& :pseudoarbitrary variants (#19178)v4.1.15Compare Source
Fixed
color-mixfallback (#19069):deep,:slotted, and:global(#19094)not-*,has-*, andin-*(#19100)theme(…)function (#19111)\tis used in at-rules (#19130)0values (#19095)break-wordstowrap-break-word(#19157)Changed
postinstallscript from oxide ([#19149])(#19149)lint-staged/lint-staged (lint-staged)
v16.2.6Compare Source
Patch Changes
33d4502Thanks @Adrian-Baran-GY! - Fix problems with--continue-on-erroroption, where tasks might have still been killed (SIGINT) when one of them failed.v16.2.5Compare Source
Patch Changes
9e02d9dThanks @iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.Rich-Harris/magic-string (magic-string)
v0.30.21Compare Source
pnpm/pnpm (pnpm)
v10.19.0Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.
onlyBuiltDependenciesnow accepts package names with lists of trusted versions. For example:Related PR: #10104.
Added support for exact versions in
minimumReleaseAgeExclude#9985.You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by
minimumReleaseAge. For example:rolldown/tsdown (tsdown)
v0.15.10Compare Source
🚀 Features
unrunas a config loader - by @Gugustinette and @sxzz in #563 (57132)🐞 Bug Fixes
View changes on GitHub
v0.15.9Compare Source
🐞 Bug Fixes
View changes on GitHub
typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/rolldown-vite (vite)
v7.1.19Compare Source
Features
Bug Fixes
resolvedSourcescorrectly (#20959) (c4f6039)Miscellaneous Chores
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.