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

Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.15 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 24, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pmmmwh/react-refresh-webpack-plugin ^0.4.1 -> ^0.5.0 age adoption passing confidence
@pmmmwh/react-refresh-webpack-plugin 0.4.2 -> 0.5.15 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pmmmwh/react-refresh-webpack-plugin (@​pmmmwh/react-refresh-webpack-plugin)

v0.5.15

Compare Source

Fixes
  • Fixed wrong import in error overlay for ansi-html (#​853)

v0.5.14

Compare Source

Fixes
  • Moved to ansi-html v0.0.9 and schema-utils v4.x (#​848)
Internal
  • Run tests on latest versions of Node.js 18, 20 and 22 (#​848)
  • Bumped jest to v29 and some other development dependencies (#​848)
  • Removed yalc (#​849)

v0.5.13

Compare Source

Fixes
  • Fixed module system inferring (ESM vs CJS) to start from the point of each file (#​771)

v0.5.12

Compare Source

Fixes
  • Fixed incorrect sockProtocol override (#​835)
  • Relaxed peer dependency requirement on webpack-dev-server to allow v5.x (#​837)

v0.5.11

Compare Source

Features
  • Added support to exclude dynamically generated modules from other loaders (#​769)
Fixes
  • Fixed unnecessary memory leaks due to `prevExports`` (#​766)
  • Relaxed peer dependency requirement on type-fest to allow v4.x (#​767)
  • Fixed module type resolution when there is difference across contexts (#​768)

v0.5.10

Compare Source

Fixes
  • Bumped loader-utils to fix security vulnerability (#​700)

v0.5.9

Compare Source

Fixes
  • Bumped loader-utils to fix security vulnerability (#​685)

v0.5.8

Compare Source

Fixes
  • Fixed performance issue regarding require.resolve in loader injection (#​669)
  • Bumped core-js-pure to not depend on deprecated versions (#​674)

v0.5.7

Compare Source

Fixes
  • Removed debug console.log statement (#​631)
Internal
  • Run tests on Node.js 18 (#​631)

v0.5.6

Compare Source

Fixes
  • Fixed faulty this type import in loader (#​624)
  • Made current script detection more robust for edge cases (#​630)
Internal
  • Swapped to new ReactDOM.createRoot API in examples (#​626)

v0.5.5

Compare Source

Fixes
  • Handle unknown moduleId for dynamically generated modules (#​547)
  • Handle WDS auto value on port (#​574)
  • Fixed react-refresh@0.12.0 compatibility (#​576)
  • Fixed crash when parsing compile errors in overlay (#​577)
  • Respect virtual modules when injecting loader (#​593)
  • Allow port to be missing for WDS, also some general refactoring (#​623)
Internal

v0.5.4

Compare Source

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

v0.5.3

Compare Source

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

v0.5.2

Compare Source

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

Compare Source

Features
  • Added support to exclude dynamically generated modules from other loaders (#​769)
Fixes
  • Fixed unnecessary memory leaks due to `prevExports`` (#​766)
  • Relaxed peer dependency requirement on type-fest to allow v4.x (#​767)
  • Fixed module type resolution when there is difference across contexts (#​768)

v0.5.0

Compare Source

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).
  • html-entities have been bumped to 2.x (#​321).
  • react-refresh have been bumped to 0.10.0 (#​353).
Features
Fixes
  • Relaxed peer dependency requirement on type-fest (#​257, c02018a, #​484)
  • Relaxed requirement on the overlay option to accept relative paths (#​284)
  • Patched unstable initialisation of global scope across module boundaries (#​290, #​369, #​464, #​505)
  • Patched quote escaping in injected runtime code (#​306)
  • Invalidate updates outside of Refresh boundary for consistency (#​307)
  • Properly throw when an ambiguous entrypoint is received while using Webpack 4 (#​320)
  • Fixed overlay script source detection for WDS when no src is found (#​331)
  • Fixed possible Stack Overflow through self-referencing (#​370, #​380)
  • Relaxed errors on HMR not found to not crash JS parsing (#​371)
  • Ensure overlay code won't run if disabled (#​374)
  • Relaxed peer dependency requirement on @types/webpack (#​414)
  • Fixed compiler error overlay crashes when messages are empty (#​462)
  • Swapped ansi-html to ansi-html-community to fix ReDoS vulnerability (#​501)
Internal

v0.4.3

Compare Source

Fixes
  • Fixed Yarn 2 PnP compatibility with absolute react-refresh/runtime imports (#​230)
  • Fixed Webpack 5 compatibility by requiring __webpack_require__ (#​233)
  • Fixed IE 11 compatibility in socket code (4033e6a)
  • Relaxed peer dependency requirement for react-refresh to allow 0.9.x (747c19b)

v0.4.2

Compare Source

Fixes
  • Patched loader to use with Node.js global fetch polyfills (#​193)
  • Patched default include and exclude options to be case-insensitive (#​194)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@merge-mamba
Copy link

merge-mamba bot commented May 24, 2021

Potential Conflict Warning

This pull request has changes that overlap with branches below. You might want to check in with the other
branch authors before you merge to avoid a conflict. 🐍

renovate/pin-dependencies (@renovate-bot @bgoonz @ImgBotApp)

Something wrong? Got a suggestion? Email me or leave feedback here.

@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 5b8fc74 to 14e5c20 Compare November 20, 2022 19:55
@renovate renovate bot changed the title Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.4.3 Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.9 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 14e5c20 to 66a1159 Compare March 17, 2023 04:05
@renovate renovate bot changed the title Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.9 Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.10 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 66a1159 to 24331f9 Compare August 15, 2023 03:25
@renovate renovate bot changed the title Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.10 Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.11 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 24331f9 to 756632f Compare April 28, 2024 02:19
@renovate renovate bot changed the title Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.11 Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.13 Apr 28, 2024
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 756632f to 51bcfbb Compare June 1, 2024 22:31
@renovate renovate bot changed the title Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.13 Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.14 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 51bcfbb to 7881abf Compare June 3, 2024 04:44
@renovate renovate bot changed the title Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.14 Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.15 Jun 3, 2024
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.

0 participants