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

chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 #353

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 [email protected] 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch 4 times, most recently from 5860a5e to 4e28664 Compare April 19, 2024 22:47
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch 2 times, most recently from d2ba8fc to 2962738 Compare April 22, 2024 16:33
@renovate renovate bot changed the title chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 - autoclosed Apr 22, 2024
@renovate renovate bot closed this Apr 22, 2024
@renovate renovate bot deleted the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch April 22, 2024 16:40
@renovate renovate bot changed the title chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 - autoclosed chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 Apr 22, 2024
@renovate renovate bot reopened this Apr 22, 2024
@renovate renovate bot restored the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch April 22, 2024 18:33
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 2962738 to a9d02fa Compare April 22, 2024 18:46
@renovate renovate bot changed the title chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 chore(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.5.11 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch 5 times, most recently from a3045e9 to 9c4b309 Compare April 22, 2024 20:27
@renovate renovate bot changed the title chore(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.5.11 chore(deps): update @pmmmwh/react-refresh-webpack-plugin to 0.5.11 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch 8 times, most recently from 0b70cee to c1a1c6b Compare April 23, 2024 13:59
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from c1a1c6b to a73dbbb Compare April 23, 2024 14:14
@TheComputerGenie TheComputerGenie merged commit 31e87ce into development Apr 23, 2024
1 check passed
@TheComputerGenie TheComputerGenie deleted the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch April 23, 2024 14:15
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