donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Bump @pmmmwh/react-refresh-webpack-plugin from 0.4.3 to 0.5.4 in /html #412

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @pmmmwh/react-refresh-webpack-plugin from 0.4.3 to 0.5.4.

Release notes

Sourced from @​pmmmwh/react-refresh-webpack-plugin's releases.

v0.5.4

0.5.4 (22 December 2021)

Fixes

  • Skip loader injection for files referenced as assets (#545)
  • Changed failures of exports capturing to warn instead of throw (#546)

v0.5.3

0.5.3 (28 November 2021)

Fixes

  • Updated overlay for unsafe area in Safari (#528)
  • Fixed performance in large projects due to memory leak in loader (#537)

v0.5.2

0.5.2 (19 November 2021)

Features

  • Added support for WDS v4 client.webSocketURL (#529)

Fixes

  • Fixed lost module context due to interceptor by always using regular functions (#531)
  • Relaxed peer dependency requirement on react-refresh (#534)

v0.5.1

0.5.1 (15 September 2021)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v2.x (#507, #508)

Internal

  • Fixed typos in README (#509)

v0.5.0

0.5.0 (14 September 2021)

BREAKING

  • While most of the public API did not change, we've re-written a large chunk of the runtime code to support a wider range of use cases. This is likely to provide more stability, but if 0.4.x works in your setup but 0.5.x doesn't, please file us an issue - we would love to address it!
  • The disableRefreshCheck option have been removed (#285). It has long been effect-less and deprecated since 0.3.x.

... (truncated)

Changelog

Sourced from @​pmmmwh/react-refresh-webpack-plugin's changelog.

0.5.4 (22 December 2021)

Fixes

  • Skip loader injection for files referenced as assets (#545)
  • Changed failures of exports capturing to warn instead of throw (#546)

0.5.3 (28 November 2021)

Fixes

  • Updated overlay for unsafe area in Safari (#528)
  • Fixed performance in large projects due to memory leak in loader (#537)

0.5.2 (19 November 2021)

Features

  • Added support for WDS v4 client.webSocketURL (#529)

Fixes

  • Fixed lost module context due to interceptor by always using regular functions (#531)
  • Relaxed peer dependency requirement on react-refresh (#534)

0.5.1 (15 September 2021)

Fixes

  • Relaxed peer dependency requirement on type-fest to allow v2.x (#507, #508)

Internal

  • Fixed typos in README (#509)

0.5.0 (14 September 2021)

BREAKING

  • While most of the public API did not change, we've re-written a large chunk of the runtime code to support a wider range of use cases. This is likely to provide more stability, but if 0.4.x works in your setup but 0.5.x doesn't, please file us an issue - we would love to address it!
  • The disableRefreshCheck option have been removed (#285). It has long been effect-less and deprecated since 0.3.x.
  • The overlay.useLegacyWDSSockets have been removed (#498). It is aimed to support WDS below 3.6.0 (published in June 2019), but looking at current usage and download stats, we've decided it is best to drop support for the old socket format moving forward.
  • Handling of port 0 have been removed (#337).

... (truncated)

Commits
  • d646837 chore: release v0.5.4
  • 8336150 fix: gracefully handle failed capture of exports (#546)
  • 800f8ba feat: exclude files that referenced as assets (#545)
  • daab3bf chore: release v0.5.3
  • fc4d7b5 Fix paddings not taking unsafe area into account (#528)
  • 77be80c perf: fix loader memory leak from non-destroyed source map consumers (#537)
  • d35f646 chore: release v0.5.2
  • 1046f66 chore: bump react refresh to 0.11.0 (#534)
  • 9d9dd67 fix: always use the regular function to avoid losing module context (#531)
  • b10f819 docs: add TS with Babel example [skip ci] (#532)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 2 years ago

Codecov Report

Merging #412 (0e9f1ac) into master (5c3af30) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #412   +/-   ##
=======================================
  Coverage   94.28%   94.28%           
=======================================
  Files          11       11           
  Lines        2204     2204           
=======================================
  Hits         2078     2078           
  Misses        126      126           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5c3af30...0e9f1ac. Read the comment docs.