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 all minor dependencies #16

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2019

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
@​types/autoprefixer 9.6.1 -> 9.7.2 age adoption passing confidence
@types/dotenv-webpack (source) 1.7.0 -> 1.8.0 age adoption passing confidence
@types/eslint (source) 6.1.3 -> 6.8.1 age adoption passing confidence
@types/react-router-dom (source) 5.1.3 -> 5.3.3 age adoption passing confidence
@​types/webpack-dev-server 3.9.0 -> 3.11.6 age adoption passing confidence
autoprefixer 9.7.3 -> 9.8.8 age adoption passing confidence
babel-loader 8.0.6 -> 8.4.1 age adoption passing confidence
case-sensitive-paths-webpack-plugin 2.2.0 -> 2.4.0 age adoption passing confidence
dotenv-webpack 1.7.0 -> 1.8.0 age adoption passing confidence
react-redux 7.1.3 -> 7.2.9 age adoption passing confidence
react-spring 9.0.0-beta.34 -> 9.7.4 age adoption passing confidence
react-three-fiber 4.0.0-beta.6 -> 4.2.21 age adoption passing confidence
redux (source) 4.0.4 -> 4.2.1 age adoption passing confidence
ts-jest (source) 24.2.0 -> 24.3.0 age adoption passing confidence
tsconfig-paths-webpack-plugin 3.2.0 -> 3.5.2 age adoption passing confidence
typescript (source) 4.1.3 -> 4.9.5 age adoption passing confidence
typescript-styled-plugin 0.15.0 -> 0.18.3 age adoption passing confidence
webpack 4.41.3 -> 4.47.0 age adoption passing confidence
webpack-dev-server 3.9.0 -> 3.11.3 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
postcss/autoprefixer (autoprefixer)

v9.8.8

Compare Source

  • Replaced nanocolors with picocolors.
  • Reduced package size.

v9.8.7

Compare Source

  • Replaced colorette with nanocolors.
  • Reduced package size.

v9.8.6

Compare Source

  • Fixed env option.

v9.8.5

Compare Source

  • Improved Grid Layout warnings (by Daniel Tonon).
  • Fixed align-self and justify-self with display: flex (by Daniel Tonon).

v9.8.4

Compare Source

  • Replace color output library.

v9.8.3

Compare Source

  • Return old non-LTS Node.js versions to avoid breaking changes.

v9.8.2

Compare Source

  • Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.

v9.8.1

Compare Source

  • Replace chalk to kleur (by Luke Edwards).
  • Update docs (by @​mbomb007).

v9.8.0: 9.8 “Vigilo Confido”

Compare Source

XCOM coat of arms

Autoprefixer 9.8 brings IE support for :placeholder-shown.

Placeholder Shown

@​tkrotoff found that input:placeholder-shown can be emulated with input:-ms-input-placeholder.

input:-ms-input-placeholder {
  box-shadow: 0 0 0 1px blue;
}

input:placeholder-shown {
  box-shadow: 0 0 0 1px blue;
}

Note, that we already had support for ::placeholder. Selector ::placeholder is for the text of the placeholder. :placeholder-shown is for the input, where placeholder text is shown. In ::placeholder you can’t change the border or size of the <input>.

v9.7.6

Compare Source

  • Revert -webkit-stretch fix.

v9.7.5

Compare Source

  • Fix -webkit-stretch support.

v9.7.4

Compare Source

  • Fix warning text (by Dmitry Ishkov).
babel/babel-loader (babel-loader)

v8.4.1

Compare Source

v8.4.0

Compare Source

v8.3.0

Compare Source

New features

Full Changelog: babel/babel-loader@v8.2.5...v8.3.0

v8.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: babel/babel-loader@v8.2.4...v8.2.5

v8.2.4

Compare Source

What's Changed

Thanks @​loveDstyle, @​stianjensen and @​pathmapper for your first PRs!

v8.2.3: 8.2.3

Compare Source

This release fixes compatibility with Node.js 17

Thanks @​Reptarsrage!

v8.2.2

Compare Source

v8.2.1: 8.2.1

Compare Source

v8.2.0: 8.2.0

Compare Source

v8.1.0: 8.1.0

Compare Source

Urthen/case-sensitive-paths-webpack-plugin (case-sensitive-paths-webpack-plugin)

v2.4.0

Compare Source

  • Updating versions & tests for development 1d11967
  • Update dependencies, travis targets. 31491e0
  • Run prettier on test index. 3bf9fa2
  • Run prettier across index. f12aa57
  • Automatically generate changelog dc7765e
  • Add test case ensuring deeply nested folder case problems are caught 198c7e1
  • [#​54] Unescape # in paths 7d05a0a
  • Change the pathCache to be a Map. 737dadd
  • Changelog c662bc4
  • Bump lodash from 4.17.15 to 4.17.19 08dec5d
  • Credit 30dcfc1

v2.3.0

Compare Source

15 January 2020

  • Testing updates #37
  • Use the before emit hook to check if files exist #36
  • Add configurable logger #38
  • Linting and dependency updates. d4fc994
  • Update for Node 4 use to prevent major semver bump e400f17
  • Start using AutoChangelog c2b6ca1
  • Update tests to properly account for Webpack 5 changes d84f848
  • Remove Node 4 from Travis test as it is flaky. 329d32d
  • Add Travis support for Webpack 5 and Node 12. 4e9b361
  • Update index.js bef726c
  • Fix for #​40 1c8e615
mrsteele/dotenv-webpack (dotenv-webpack)

v1.8.0

Compare Source

Features
reduxjs/react-redux (react-redux)

v7.2.9

Compare Source

This patch release updates the rarely-used areStatesEqual option for connect to now pass through ownProps for additional use in determining which pieces of state to compare if desired.

The new signature is:

{
  areStatesEqual?: (
    nextState: State,
    prevState: State,
    nextOwnProps: TOwnProps,
    prevOwnProps: TOwnProps
  ) => boolean
}

What's Changed

Full Changelog: reduxjs/react-redux@v7.2.8...v7.2.9

v7.2.8

Compare Source

This release fixes a bug in the 7.x branch that caused <Provider> to unsubscribe and stop updating completely when used inside of React 18's <StrictMode>. The new "strict effects" behavior double-mounts components, and the subscription needed to be set up inside of a useLayoutEffect instead of a useMemo. This was previously fixed as part of v8 development, and we've backported it.

Note: If you are now using React 18, we strongly recommend using the React-Redux v8 beta instead of v7.x!. v8 has been rewritten internally to work correctly with React 18's Concurrent Rendering capabilities. React-Redux v7 will run and generally work okay with existing code, but may have rendering issues if you start using Concurrent Rendering capabilities in your code.

Now that React 18 is out, we plan to finalize React-Redux v8 and release it live within the next couple weeks. Per an update yesterday in the "v8 roadmap" thread, React-Redux v8 will be updated in the next couple days to ensure support for React 16.8+ as part of the next beta release. We would really appreciate final feedback on using React-Redux v8 beta with React 18 before we publish the final version.

Full Changelog: reduxjs/react-redux@v7.2.7...v7.2.8

v7.2.7

Compare Source

This release updates React-Redux v7's peer dependencies to accept React 18 as a valid version, only to avoid installation errors caused by NPM's "install all the peer deps and error if they don't match" behavior.

Note: If you are now using React 18, we strongly recommend using the React-Redux v8 beta instead of v7.x!. v8 has been rewritten internally to work correctly with React 18's Concurrent Rendering capabilities. React-Redux v7 will run and generally work okay with existing code, but may have rendering issues if you start using Concurrent Rendering capabilities in your code.

Now that React 18 is out, we plan to finalize React-Redux v8 and release it live within the next couple weeks. We would really appreciate final feedback on using React-Redux v8 beta with React 18 before we publish the final version.

v7.2.6

Compare Source

Just a quick fix for a Yarn install warning. Sorry about the noise!

Changes

  • Remove workspaces from our package.json to silence a Yarn warning (@​timdorr)

v7.2.5

Compare Source

This release shrinks the size of our internal Subscription class, and updates useSelector to avoid an unnecessary selector call on mount.

Changes

Subscription Size Refactor

Our internal Subscription implementation has been written as a class ever since it was added in v5. By rewriting it as a closure factory, we were able to shave a few bytes off the final bundle size.

useSelector Mount Optimization

A user noticed that useSelector had never been given an early "bail out if the root state is the same" check to match how connect works. This resulted in a usually-unnecessary second call to the provided selector on mount. We've added that check.

Entry Point Consolidation

We've consolidated the list of exported public APIs into a single file, and both the index.js and alternate-renderers.js entry points now re-export everything from that file. No meaningful change here, just shuffling lines of code around for consistency.

Other Updates

React-Redux v8 and React 18 Development

With the announcement of React 18, we've been working with the React team to plan our migration path to keep React-Redux fully compatible with React's upcoming features.

We've already migrated the React-Redux main development branch to TypeScript, and are prototyping compatibility implementation updates. We'd appreciate any assistance from the community in testing out these changes so that we can ensure React-Redux works great for everyone when React 18 is ready!

Internal Tooling Updates

Our master branch now uses Yarn v2 for package management, is built with TypeScript, and we've made CI updates to test against multiple TS versions.

The 7.x branch has also been updated to use Yarn v2 for consistency.

These only affect contributors to the React-Redux package itself.

Changelog

v7.2.4

Compare Source

This release drops our dependency on the core redux package by inlining bindActionCreators, and tweaks useSelector to ensure that selectors aren't run an extra time while re-rendering.

Changelog

Redux Dependency Removal

React-Redux has always imported the bindActionCreators utility from the core redux package for use in connect. However, that meant that we had to have a peer dependency on redux, and this was the only reason we actually required that redux be installed. This became more annoying with the arrival of Redux Toolkit, which has its own dependency on redux internally, and thus users typically saw peer dependency warnings saying that "redux isn't listed as a dependency in your app".

Code reuse across separate packages is a great thing, but sometimes the right thing to do is duplicate code. So, we've inlined bindActionCreators directly into React-Redux, and we've completely dropped the dependency on Redux. This means that React-Redux will no longer produce a peerDep warning when used with Redux Toolkit, and <Provider> and connect really only need a Redux-store-compatible value to work right.

useSelector Fixes

Users reported that useSelector was re-running selector functions again unnecessarily while rendering after a dispatch. We've tweaked the logic to ensure that doesn't happen.

useSelector also now has checks in development to ensure that selector and equalityFn are functions.

Changes


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate label Dec 17, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 42e9975 to b5a8feb Compare December 18, 2019 14:46
@renovate renovate bot changed the title chore(deps): update dependency css-loader to v3.4.0 chore(deps): update all minor dependencies Dec 18, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 9 times, most recently from 78a39b4 to 126bd6f Compare December 25, 2019 13:04
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 0e6dbea to 6222bfe Compare December 30, 2019 18:05
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6222bfe to c861fad Compare January 3, 2020 15:42
@renovate renovate bot changed the title chore(deps): update all minor dependencies Update all minor dependencies Jan 6, 2020
@renovate renovate bot changed the title Update all minor dependencies chore(deps): update all minor dependencies Jan 6, 2020
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 5 times, most recently from 77ecd01 to fee26f2 Compare January 12, 2020 22:52
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 7 times, most recently from 2fbe0c7 to bde895e Compare January 17, 2020 15:23
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from a8bdfdc to 9a26a56 Compare June 9, 2021 09:15
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from b90278d to 58a7092 Compare June 17, 2021 20:13
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 3 times, most recently from 5ff20b4 to 0c2fb3d Compare July 1, 2021 10:58
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 0c2fb3d to 8b7c068 Compare October 18, 2021 20:56
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 8b7c068 to 222aa02 Compare March 7, 2022 08:37
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 222aa02 to 00fcbc4 Compare March 26, 2022 12:59
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 00fcbc4 to ceee85b Compare April 24, 2022 18:49
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from ceee85b to 5f1b2de Compare May 15, 2022 19:57
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5f1b2de to 60de006 Compare June 18, 2022 17:46
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 60de006 to 8f3d68b Compare September 25, 2022 21:10
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 8f3d68b to 49681aa Compare November 20, 2022 21:34
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 49681aa to 79f5695 Compare March 16, 2023 15:36
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 79f5695 to 8fe7799 Compare April 17, 2023 13:57
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 8fe7799 to 8838a15 Compare June 26, 2023 07:34
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 8838a15 to c0c2a38 Compare August 15, 2023 03:23
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c0c2a38 to 6f9fa85 Compare September 6, 2023 21:23
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6f9fa85 to f103234 Compare September 26, 2023 10:24
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from f103234 to edeeed5 Compare March 20, 2024 17:57
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from edeeed5 to 09c33b8 Compare April 28, 2024 00:39
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from d6a999a to 5faef06 Compare June 3, 2024 01:25
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5faef06 to 84cdcff Compare July 21, 2024 16:58
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 84cdcff to 9e3bc7f Compare September 16, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 9e3bc7f to b16ba3d Compare September 16, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants