chore(deps): lock file maintenance npm packages#142
Merged
Brooooooklyn merged 1 commit intomainfrom May 19, 2025
Merged
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
22.15.18->22.15.191.0.0-beta.8->1.0.0-beta.9^0.49.1->^0.50.0🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
rolldown/rolldown (rolldown)
v1.0.0-beta.9Compare Source
⚠ BREAKING CHANGES
oxc@0.70.0to refine printing comments (#4562)Andclass in pluginutils (#4537)OutputOptions#legalCommentsand removeOutputOptions#comments(#4528)withFilterfunction viarolldown/filterinstead ofrolldown(#4369)package.json#exportsfield (#4366)Features
OutputOptions[#legal](https://redirect.github.com/rolldown/rolldown/issues/legal)Commentsand removeOutputOptions[#comments](https://redirect.github.com/rolldown/rolldown/issues/comments)(#4528) (aa7e253)minify: true(#4591) (9a837fc)manualChunks(#4530) (5b8c925)webWorkerPostPlugin(#4594) (d89470c)call_idto load and transform events (#4296) (432acb3)resolve_idhook is called automatically or manually (#4254) (1b90f35)ModuleGraphReadyevent (#4515) (29d88da), closes #4135call_idfor each pair ofHookResolveIdCallevents (#4255) (d93e66e)isolatedDeclaration(#4410) (92d35c5)loadConfigin api (#4428) (9a4338e), closes #4313BindingMinifyOptionsfields optional (#4307) (165d0b1), closes #4306emitDecoratorMetadatafrom tsconfig.json (#4555) (3f14835), closes #4552@rolldown/pluginutils(#4429) (f932e9e)renderChunkhook (#4351) (ef1f137), closes #4231Queryfilter impl (#4535) (6c06a1c)exactRegexandprefixRegex(#4458) (7c58822)makeIdFiltersToMatchWithQueryfunction (#4469) (75757fa)idfor some errors (#4533) (d4801c4), closes #4427assetImportMetaUrlPlugin(#4563) (84c4bac)resolveIdwithrolldown-vite(#4545) (d6e2358)loadhook withrolldown-vite(#4561) (a58cdd9)resolveroption (#4309) (89aa613), closes #3968includeandexclude(#4288) (c4e6cad), closes #3968renderChunkhook (#4464) (db88da2), closes #3968rolldown-vite(#4475) (90102d7), closes #3968rolldown-vite(#4476) (3985436), closes #3968rolldown-vite(#4576) (0d7e06c)oxc_resolverv8 (#4392) (0de485b)oxc_resolverto v7.0 (#4367) (63723d5)experimentalentry for browser (#4446) (069b04b)ModuleTypestype (#4506) (513a17a)oxc@0.70.0to refine printing comments (#4562) (1c583fe)Queryfilter (#4542) (8a5f862)rolldown_plugin_vite_css(#4418) (f2531a6)LegalComments::Inline(#4444) (6921d6c)orandandfilter expr (#4371) (3fe195c)pluginsoption (#4568) (42e496f)Bug Fixes
assetModuleType not available in TypeScript package (#4489) (8ac92a4)output.polyfillRequire/output.minify.deadCodeElimination(#4294) (6e313e1)ROLLUP_WATCHshould be set when config is loaded (#4293) (f845728), closes #3967--target(#4407) (8cce9fc), closes #4387import.meta.hotwhen no HMR context exists (#4391) (bc78fa1), closes #4390 #4370typeproperty toRenderedChunk(#4553) (8ca4fde)orinstead ofxorfortransformOptions.lang(#4587) (ef90f2e)module,exportsused (#4514) (f606614).jsonextension by default (#4276) (e84206b), closes #4274FileTemplatewhen enablepreserve_modules(#4517) (a779c8c)result.closemultiply times (#4425) (e19ea12)Performance Improvements
to_stringallocations (#4268) (bf18d12), closes #3968register_hook_usageto returnHookUsage::Transform(#4375) (baf6ca1), closes #3968ModuleLoaderMsgfrom 1472 to 24 bytes (#4496) (71d87e5)ArcStrusages infinalize_chunks(#4494) (4dcaa00)extract_hash_placeholderswith memchr (#4495) (38fd4b8)PreProcessor[#visit](https://redirect.github.com/rolldown/rolldown/issues/visit)_export_named_declaration(#4419) (f7e95d8)Miscellaneous Chores
Andclass in pluginutils (#4537) (985af6d)withFilterfunction viarolldown/filterinstead ofrolldown(#4369) (ead9749)package.json[#exports](https://redirect.github.com/rolldown/rolldown/issues/exports)field (#4366) (2fa6d40)dprint/dprint (dprint)
v0.50.0Compare Source
--config-discovery=<mode>flag and environment variableIt's now possible to change the way dprint discovers configuration files by using the
--config-discoveryflag:--config-discovery=default(default) - Discovers configuration files in the current directory, ancestor directories, and descendant directories while searching for files to format.--config-discovery=ignore-descendants- Discovers configuration files in the current directory and ancestor directories only.--config-discovery=false- Disables all configuration discovery (specify either--config=<path>or--plugins <url-or-path>).Note this can also be set via the
DPRINT_CONFIG_DISCOVERYenvironment variable (ex.DPRINT_CONFIG_DISCOVERY=false)Vim key bindings for selections
You can now use
k/jfor up/down,qto quit, andlto accept.Install
Run
dprint upgradeor see https://dprint.dev/install/What's Changed
Full Changelog: dprint/dprint@0.49.1...0.50.0
--config-discovery=falseandDPRINT_CONFIG_DISCOVERY=falseby @dsherret in https://github.com/dprint/dprint/pull/982--config-discovery=ignore-descendantsby @dsherret in https://github.com/dprint/dprint/pull/983New Contributors
Full Changelog: dprint/dprint@0.49.1...0.50.0
Checksums
Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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.