Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: draw progress bar to stdout instead of stderr, close #1434 #2599

Merged
merged 3 commits into from
Apr 4, 2023

Conversation

jkzing
Copy link
Member

@jkzing jkzing commented Apr 3, 2023

Summary

Change progress bar draw target to stdout (previously stderr by default), this could fix #1434

Related issue (if exists)

Types of changes

  • Docs change / Dependency upgrade
  • Bug fix
  • New feature / Improvement
  • Refactoring
  • Breaking change

Checklist

  • I have added changeset via pnpm run changeset.
  • I have added tests to cover my changes.

@jkzing jkzing requested a review from underfin as a code owner April 3, 2023 11:40
@changeset-bot
Copy link

changeset-bot bot commented Apr 3, 2023

🦋 Changeset detected

Latest commit: cb7acb3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@rspack/binding Patch
@rspack/postcss-loader Patch
@rspack/core Patch
webpack-test Patch
@rspack/playground Patch
@rspack/cli Patch
@rspack/dev-middleware Patch
@rspack/dev-server Patch
@rspack/plugin-html Patch
benchmarkcase-rspack-react-refresh Patch
@rspack/dev-client Patch
@rspack/plugin-minify Patch
@rspack/plugin-node-polyfill Patch
@rspack/binding-darwin-arm64 Patch
@rspack/binding-darwin-x64 Patch
@rspack/binding-linux-x64-gnu Patch
@rspack/binding-win32-x64-msvc Patch
@rspack/fs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@hardfist hardfist enabled auto-merge April 3, 2023 12:53
@hardfist hardfist added this pull request to the merge queue Apr 4, 2023
Merged via the queue into web-infra-dev:main with commit dc10d1f Apr 4, 2023
6 checks passed
hardfist pushed a commit that referenced this pull request Apr 4, 2023
* feat(html): support templateContent in `builtins.html` (#2589)

* feat(html): support templateContent in `builtins.html`

* fix: ci

* fix(hmr): improve detecting of ReactRefreshBoundary and Return value of `React.createContext` is not considered as React component (#2587)

* fix: react refresh with context

* chore: use @pmmmwh/react-refresh-webpack-plugin runtime

* chore: add comment

* chore: fix promise

* ci: release pre check (#2606)

* chore: 🤖 release pre check

* chore: 🤖 cacnel release workflow

* fix: draw progress bar to stdout instead of stderr, close #1434 (#2599)

* fix: bump nodejs-resolver to fix path issue with chinese characaters (#2506)

* refactor: upgrade nodejs_resolver

* feat(resolve): support fullySpecified

* Release v0.1.6

---------

Co-authored-by: jinrui <jerrykingxyz@gmail.com>
Co-authored-by: underfin <likui6666666@gmail.com>
Co-authored-by: IWANABETHATGUY <iwanabethatguy@qq.com>
Co-authored-by: zjk <jingkai.zhao@foxmail.com>
Co-authored-by: bohan <bohan-zhang@foxmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@jkzing jkzing deleted the fix/progress-bar-stdout branch April 6, 2023 03:46
@github-actions github-actions bot mentioned this pull request Apr 11, 2023
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.

progress bar log not print to stdout or stderr
2 participants