Skip to content

Ensure --forceExit works without warning#5245

Merged
lukastaegert merged 1 commit intomasterfrom
fix-force-exit
Nov 11, 2023
Merged

Ensure --forceExit works without warning#5245
lukastaegert merged 1 commit intomasterfrom
fix-force-exit

Conversation

@lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

Despite having a test, the newly introduced --forceExit flag was showing a warning as it was not allow-listed in the config merge function.

@vercel
Copy link

vercel bot commented Nov 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2023 6:45am

@github-actions
Copy link

github-actions bot commented Nov 11, 2023

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#fix-force-exit

Notice: Ensure you have installed Rust nightly. If you haven't installed it yet, please first see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust, then see https://rust-lang.github.io/rustup/concepts/channels.html to learn how to install Rust nightly.

or load it into the REPL:
https://rollup-md32pdqek-rollup-js.vercel.app/repl/?pr=5245

@codecov
Copy link

codecov bot commented Nov 11, 2023

Codecov Report

Merging #5245 (f362af1) into master (ef3be44) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5245   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files         231      231           
  Lines        8863     8863           
  Branches     2317     2317           
=======================================
  Hits         8759     8759           
  Misses         43       43           
  Partials       61       61           
Files Coverage Δ
src/utils/options/mergeOptions.ts 100.00% <ø> (ø)

@lukastaegert lukastaegert merged commit ae249cb into master Nov 11, 2023
@lukastaegert lukastaegert deleted the fix-force-exit branch November 11, 2023 07:42
@github-actions
Copy link

This PR has been released as part of rollup@4.3.1. You can test it via npm install rollup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant