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(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.15 #51

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 13, 2021

This PR contains the following updates:

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

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 [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: 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 this update again.


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

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

@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from a379901 to 785ddfd Compare October 30, 2021 10:07
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 785ddfd to a61b002 Compare November 18, 2021 23:59
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.1 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.2 Nov 18, 2021
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from a61b002 to 27ad80b Compare November 28, 2021 09:21
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.2 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.3 Nov 28, 2021
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 27ad80b to f653fa6 Compare December 22, 2021 05:00
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.3 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.4 Dec 22, 2021
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.4 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.5 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from f653fa6 to de8e333 Compare April 24, 2022 17:58
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.5 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.6 May 15, 2022
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from de8e333 to 7c171eb Compare May 15, 2022 20:09
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 7c171eb to 6b22676 Compare June 18, 2022 13:56
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.6 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.7 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 6b22676 to b0440e6 Compare November 20, 2022 11:53
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.7 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.9 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.9 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.10 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from b0440e6 to 0a08486 Compare March 16, 2023 07:48
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.10 fix(deps): 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 0a08486 to eabe555 Compare August 15, 2023 04:23
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from eabe555 to 9a43b22 Compare April 28, 2024 00:06
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.11 fix(deps): 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 9a43b22 to 4c55dce Compare June 1, 2024 22:17
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.13 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.14 Jun 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.14 fix(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.15 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/pmmmwh-react-refresh-webpack-plugin-0.x branch from 4c55dce to 2e94124 Compare June 3, 2024 00:51
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