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 webpack-chain to v6 #427

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 3, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-chain 5.2.4 -> 6.5.1 age adoption passing confidence

Release Notes

neutrinojs/webpack-chain

v6.5.1

Compare Source

25 July 2020

  • Improve error message when .tap() used on an undefined plugin #271
  • Improve error message when .use() not called for a Plugin #270
  • Clean up linting configuration #268
  • Remove unused dev-dependency @​types/node #269
  • Lock file maintenance #259
  • Travis: Test against Node 14 #267
  • Improve error message when .tap() used on an undefined plugin (#​271) #125

v6.5.0

Compare Source

1 July 2020

  • Add rule.resolve #265
  • Update dependency eslint to v7 #263
  • Switch from Ava to Jest #258
  • Update dependency prettier to v2 #250
  • Update dependency auto-changelog to v2 #257
  • Lock file maintenance #244
  • Test against Node 13 #254
  • Switch to a newer Travis base image #253

v6.4.0

Compare Source

3 February 2020

  • Fix Rule.merge() when include or exclude are strings #243
  • Add Types to Plugin Arguments #241
  • Add devServer shorthands for sockHost, sockPort, sockPath #238
  • Add devtoolNamespace TypeScript declaration #232
  • Fix Rule.merge() when include or exclude are strings (#​243) #228
  • Add devServer shorthands for sockHost, sockPort, sockPath (#​238) #231

v6.3.1

Compare Source

28 January 2020

  • Lock file maintenance #217
  • docs: Emphasise that merge() doesn't accept webpack config objects #225
  • Update types and documentation for DevServer #233
  • Validate that Plugin 'args' is an array #229
  • Improve error message when legacy minimizer syntax used #226
  • Add missing engines definition to package.json #227
  • docs: Correct the .merge() example for optimization.minimizer #224
  • docs: Fix formatting typos in README #223
  • Validate that Plugin 'args' is an array (#​229) #121

v6.3.0

Compare Source

22 December 2019

  • Add support for nested rules (rule.rules) #220
  • Fix missing type TypedChainedMap.getOrCompute #221
  • fix: fix type definition for Rule#oneOf #218
  • fix: fix type definition for Rule#oneOf (#​218) #216

v6.2.0

Compare Source

22 December 2019

  • Add support for module.strictExportPresence and output.futureEmitAssets #207
  • Add support for module.strictExportPresence and output.futureEmitAssets (#​207) #205 #206

v6.1.0

Compare Source

13 December 2019

  • README: Update Travis badge to point to travis-ci.com #215
  • Lock file maintenance #199
  • Fix types for Config.resolve plugins and improve Plugin types #213
  • Update dependency eslint-plugin-ava to v9 #203
  • Add Chinese docs link to README #136
  • Lock file maintenance #196
  • Update dependency eslint to v6 #186
  • Update dependency eslint-config-airbnb-base to v14 #192
  • Lock file maintenance #184
  • Update dependency eslint-config-prettier to v6 #187
  • Lock file maintenance #180
  • Update dependency eslint-plugin-ava to v7 #178
  • Lock file maintenance #177
  • Lock file maintenance #176
  • Lock file maintenance #174
  • feat: rule test supports function #172
  • Lock file maintenance #170

v6.0.0

Compare Source

3 May 2019

  • Lock file maintenance #169
  • Update linting configuration, support Node.js 12 in CI #168
  • Extended DevServer method #167
  • Lock file maintenance #165
  • Update dependency eslint-plugin-ava to v6 #161
  • Point docs to v6 37201a2
v5.2.4

25 March 2019

  • fix Use#end return type in OneOf #158
  • make __expression property works in any object #157
  • Lock file maintenance #160
  • docs: Fix typo in config.optimization example #159
v5.2.3

22 March 2019

  • optimize type definitions #156
  • Lock file maintenance #155
v5.2.2

12 March 2019

  • Fix README comment rendering #154
  • Lock file maintenance #153
  • Update dependency javascript-stringify to v2 #151
  • Fix stringify master bustage 55f6a5d
v5.2.1

7 March 2019

  • Lock file maintenance #145
  • Add config.output.globalObject type #147
  • add module-rule-type #148
  • Update config.mode type #146
  • Update dependency eslint-config-prettier to v4 75aa60b
v5.2.0

23 January 2019

  • Add config.name type #143
  • Add TypeScript type definitions #132
  • docs: Fix typo of 'optimization' #139
  • Add TypeScript type definitions (#​132) #62
v5.1.0

16 January 2019

  • Support config.name() setter #131
  • Allow use of before() and after() with oneOf rules #133
  • Travis: Test against Node 11 #118
  • docs: Fix typo in devServer options #117
  • Allow use of before() and after() with oneOf rules (#​133) #119
  • Update dependency ava to v1 ce9e884
  • Lock file maintenance d124b5d
v5.0.1

22 October 2018

  • Fix toString() output for alternative types of plugin #116
  • Fix toString() output for alternative types of plugin (#​116) #115

Configuration

📅 Schedule: 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/webpack-chain-6.x branch from c973b33 to 80cabd5 Compare December 14, 2019 19:57
@renovate renovate bot force-pushed the renovate/webpack-chain-6.x branch from 80cabd5 to a0d5e33 Compare December 22, 2019 01:01
@renovate renovate bot force-pushed the renovate/webpack-chain-6.x branch from a0d5e33 to 40bfee0 Compare December 31, 2019 19:58
@renovate renovate bot force-pushed the renovate/webpack-chain-6.x branch from 40bfee0 to 8d5160e Compare February 8, 2020 22:55
@renovate renovate bot force-pushed the renovate/webpack-chain-6.x branch from 8d5160e to 898c049 Compare July 4, 2020 17:58
@renovate renovate bot force-pushed the renovate/webpack-chain-6.x branch from 898c049 to 7ff2255 Compare August 25, 2020 01:54
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.

None yet

1 participant