Update dependency rollup to v4 - #4
Closed
renovate[bot] wants to merge 1 commit into
Closed
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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:
^2.22.1->^4.0.0Release Notes
rollup/rollup (rollup)
v4.9.6Compare Source
2024-01-21
Bug Fixes
Pull Requests
v4.9.5Compare Source
2024-01-12
Bug Fixes
Pull Requests
v4.9.4Compare Source
2024-01-06
Bug Fixes
Pull Requests
v4.9.3Compare Source
2024-01-05
Bug Fixes
__proto__as export/import name (#5313)Pull Requests
v4.9.2Compare Source
2023-12-30
Bug Fixes
Pull Requests
v4.9.1Compare Source
2023-12-17
Bug Fixes
Pull Requests
v4.9.0Compare Source
2023-12-13
Features
Pull Requests
v4.8.0Compare Source
2023-12-11
Features
experimentalMinChunkSizeto take already loaded modules from dynamic imports into account (#5294)Pull Requests
v4.7.0Compare Source
2023-12-08
Features
Bug Fixes
Pull Requests
v4.6.1Compare Source
2023-11-30
Bug Fixes
varseveral times was considered a conflict (#5276)Pull Requests
v4.6.0Compare Source
2023-11-26
Features
this.addWatchFilein all plugin hooks (#5270)Bug Fixes
npmissue (#5267)thiscontext inthis.addWatchFileso it does not need to be bound when passed around (#5270)Pull Requests
v4.5.2Compare Source
2023-11-24
Bug Fixes
Pull Requests
v4.5.1Compare Source
2023-11-21
Bug Fixes
Pull Requests
v4.5.0Compare Source
2023-11-18
Bug Fixes
Pull Requests
v4.4.1Compare Source
2023-11-14
Bug Fixes
Pull Requests
v4.4.0Compare Source
2023-11-12
Features
Bug Fixes
Pull Requests
v4.3.1Compare Source
2023-11-11
Bug Fixes
--forceExit(#5245)Pull Requests
v4.3.0Compare Source
2023-11-03
Features
forceExitCLI flag for situations where the CLI does not exit gracefully (#5195)Bug Fixes
Pull Requests
forceExitCLI flag (@raphael-theriault-swi)ENOENTerror on temp config removal (@jzempel)v4.2.0Compare Source
2023-10-31
Features
parseAstAsynchelper function (#5202)Pull Requests
parseAstAsyncand parallelize parsing AST (@sapphi-red)v4.1.6Compare Source
2023-10-31
Bug Fixes
Pull Requests
v4.1.5Compare Source
2023-10-28
Bug Fixes
Pull Requests
v4.1.4Compare Source
2023-10-16
Bug Fixes
Pull Requests
v4.1.3Compare Source
2023-10-15
Bug Fixes
Pull Requests
v4.1.1Compare Source
2023-10-15
Bug Fixes
Pull Requests
v4.1.0Compare Source
2023-10-14
Features
Pull Requests
onLog(@tjenkinson)v4.0.2Compare Source
2023-10-06
Bug Fixes
Pull Requests
v4.0.1Compare Source
2023-10-06
Bug Fixes
Pull Requests
v4.0.0Compare Source
2023-10-05
BREAKING CHANGES
General Changes
@rollup/wasm-nodepackage that has the same interface as Rollup but relies on WASM artifacts (#5073)INVALID_IMPORT_ASSERTIONerror code has been replaced withINVALID_IMPORT_ATTRIBUTE(#5073)@__PURE__and@__NO_SIDE_EFFECTS__annotations in invalid locations (#5165)#!..., this comment will be prepended to the output foresandcjsformats (#5163)RollupWarningtype has been removed in favor of theRollupLogtype (#5147)Changes to Rollup Options
acornInjectPluginsoption has been removed (#5073)acornoption has been removed (#5073)output.externalImportAssertionshas been deprecated in favor ofoutput.externalImportAttributes(#5073)inlineDynamicImports,manualChunksandpreserveModuleshave been removed on input option level: Please use the corresponding output options of the same names (#5143)output.experimentalDeepDynamicChunkOptimization: This option is no longer needed as Rollup now always runs the full chunking algorithmoutput.dynamicImportFunction: Use therenderDynamicImportplugin hook insteadoutput.namespaceToStringTag: Useoutput.generatedCode.symbolsinsteadoutput.preferConst: Useoutput.generatedCode.constBindingsinsteadPlugin API Changes
this.resolve, the default of theskipSelfoption is nowtrue(#5142)this.parsenow only supports theallowReturnOutsideFunctionoption for now (#5073)loadhook of a plugin,rollup.watchno longer watches the actual file if the module id corresponds to a real path; if this is intended, then the plugin is responsible for callingthis.addWatchFilefor any dependency files (#5150)buildStartand other hooks no longer contain anonwarnhandler; plugins should useonLoginstead (#5147)this.moduleIdshas been removed from the plugin context: Usethis.getModuleIds()instead (#5143)hasModuleSideEffectsflag has been removed from theModuleInforeturned bythis.getModuleInfo(): UsemoduleSideEffectson theModuleInfoinstead (#5143)Features
@__PURE__and@__NO_SIDE_EFFECTS__annotations in invalid locations (#5165)parseAst(#5169)Bug Fixes
this.addWatchFile()(#5150)Pull Requests
v3.29.4Compare Source
2023-09-28
Bug Fixes
Pull Requests
v3.29.3Compare Source
2023-09-24
Bug Fixes
Pull Requests
v3.29.2Compare Source
2023-09-15
Bug Fixes
TreeshakingPresettype (#5131)Pull Requests
TreeshakingPreset(@moltar)v3.29.1Compare Source
2023-09-10
Bug Fixes
Pull Requests
v3.29.0Compare Source
2023-09-06
Features
apito Plugin type (#5112)Bug Fixes
Pull Requests
v3.28.1Compare Source
2023-08-22
Bug Fixes
Pull Requests
v3.28.0Compare Source
2023-08-09
Features
preliminaryFileNameto generated chunks containing the file name placeholder (#5086)Bug Fixes
codeproperty of rendered modules in the output readonly (#5091)Pull Requests
preliminaryFileNametoOutputChunk(@lsdsjy)v3.27.2Compare Source
2023-08-04
Bug Fixes
Pull Requests
v3.27.1Compare Source
2023-08-03
Bug Fixes
Pull Requests
v3.27.0Compare Source
2023-07-28
Features
Object.valuesandObject.entriesas pure if their argument does not contain getters (#5072)Pull Requests
v3.26.3Compare Source
2023-07-17
Bug Fixes
manualChunksto avoid breaking existing configs (#5068)Pull Requests
v3.26.2Compare Source
2023-07-06
Bug Fixes
Pull Requests
v3.26.1Compare Source
2023-07-05
Bug Fixes
hasOwnPropertyas exported name in CommonJS (#5010)Pull Requests
v3.26.0Compare Source
2023-06-30
Features
--filterLogsCLI flag andROLLUP_FILTER_LOGSenvironment variable for log filtering (#5035)Pull Requests
v3.25.3Compare Source
2023-06-26
Bug Fixes
Pull Requests
v3.25.2Compare Source
2023-06-24
Bug Fixes
codeis not a string (#5042)Pull Requests
this.errorwithposintransformhook (@sapphi-red)v3.25.1Compare Source
2023-06-12
Bug Fixes
__NO_SIDE_EFFECTS__for async functions (#5031)Pull Requests
__NO_SIDE_EFFECTS__annotation for async function (@antfu)v3.25.0Compare Source
2023-06-11
Features
this.infoandthis.debugplugin context logging functions (#5026)onLogoption to read, map and filter logs (#5026)logLeveloption to fully suppress logs by level (#5026)this.warn,this.infoandthis.debugto avoid heavy computations based on log level (#5026)onLogplugin hook to read, filter and map logs from plugins (#5026)Pull Requests
v3.24.1Compare Source
2023-06-10
Bug Fixes
@rollup/plugin-commonjswere missing internal dependencies when code-splitting (#5029)process.exit(0)in watch mode to avoid issues in embedded scenarios (#5027)Pull Requests
v3.24.0Compare Source
2023-06-07
Features
/* #__NO_SIDE_EFFECTS__ */to mark function declarations as side effect free (#5024)Pull Requests
#__NO_SIDE_EFFECTS__annotation for function declaration (@antfu)v3.23.1Compare Source
2023-06-04
Bug Fixes
Pull Requests
v3.23.0Compare Source
2023-05-22
Features
Bug Fixes
Pull Requests
v3.22.1Compare Source
2023-05-21
Bug Fixes
Pull Requests
v3.22.0Compare Source
2023-05-17
Features
experimentalMinChunkSizeto take tree-shaking into account (#4989)Bug Fixes
experimentalMinChunkSize(#4989)Pull Requests
v3.21.8Compare Source
2023-05-16
Bug Fixes
Pull Requests
v3.21.7Compare Source
2023-05-13
Bug Fixes
Pull Requests
v3.21.6Compare Source
2023-05-09
Bug Fixes
Pull Requests
[
v3.21.5](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.mdConfiguration
📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Zurich, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.