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 karma-webpack to the latest version 🚀 #515

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 10, 2017

Version 2.0.6 of karma-webpack was just published.

Dependency karma-webpack
Current Version 2.0.5
Type devDependency

The version 2.0.6 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of karma-webpack.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Release v2.0.6

2.0.6 (2017-11-10)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 68506b4 chore(release): 2.0.6
  • c952bcd fix: work with sourcemaps when mocha is wrapped (#237) (#238)
  • 33d8eaa chore(package): Updates version of webpack-dev-middleware (#269)
  • ec1badf docs(README): update link to latest docs (webpack.js.org) (#270)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2017

Version 2.0.7 just got published.

Update to this version instead 🚀

Release Notes Release v2.0.7

2.0.7 (2017-12-14)

Bug Fixes

  • use os.tmpdir() to safely store _karma_webpack_ (#279) (0616dda)
Commits

The new version differs by 2 commits.

  • 60c9616 chore(release): 2.0.7
  • 0616dda fix: use os.tmpdir() to safely store _karma_webpack_ (#279)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2017

Version 2.0.8 just got published.

Update to this version instead 🚀

Release Notes Release v2.0.8

2.0.8 (2017-12-14)

Bug Fixes

  • use os.tmpdir() to safely store _karma_webpack_ (#279) (0616dda)
Commits

The new version differs by 2 commits.

  • c781f4e chore: Update changelog for publishing issue
  • 1044b2d chore(release): 2.0.8

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2017

Version 2.0.9 just got published.

Update to this version instead 🚀

Release Notes Release v2.0.9

2.0.9 (2017-12-14)

Bug Fixes

  • ensure webpack paths include a trailing slash (#285) (be2b0e8), closes #284
Commits

The new version differs by 2 commits.

  • b361ff4 chore(release): 2.0.9
  • be2b0e8 fix: ensure webpack paths include a trailing slash (#285)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2018

Version 2.0.10 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2018

Version 2.0.11 just got published.

Update to this version instead 🚀

Release Notes v2.0.11

2018-02-25

Bug Fixes

Commits

The new version differs by 3 commits.

  • 4c7c5f3 chore(release): 2.0.11
  • 4f5ba3b fix(package): add main field (#306)
  • 2338510 fix(package): repository URL typo (#304)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 26, 2018

Version 2.0.12 just got published.

Update to this version instead 🚀

Release Notes v2.0.12

2018-02-26

Bug Fixes

  • package: add babel-runtime (devDependencies) (#310) (6d5fa1c)
  • package: downgrade source-map v0.7.0...0.5.6 (#309) (070e04e)
Commits

The new version differs by 3 commits.

  • 933c54d chore(release): 2.0.12
  • 6d5fa1c fix(package): add babel-runtime (devDependencies) (#310)
  • 070e04e fix(package): downgrade source-map v0.7.0...0.5.6 (#309)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 27, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2018

Version 2.0.13 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 316c6f2 chore(release): 2.0.13
  • c45cdf3 fix(package): use babel-runtime is a dependency (dependencies) (#312)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

2018-03-19

Chores

  • package: update webpack-dev-middleware v1.12.0...2.0.6 (dependencies) (#318) (0c78eaf)

BREAKING CHANGES

  • package: requires webpack >= v2.0.0
  • package: requires node >= 6.9.0
Commits

The new version differs by 3 commits.

  • 1ac16ea chore(release): 3.0.0
  • 0c78eaf chore(package): update webpack-dev-middleware v1.12.0...2.0.6 (dependencies) (#318)
  • 5c34133 chore(.github): use https:// link to stackoverflow (ISSUE_TEMPLATE) (#313)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

2018-09-01

Bug Fixes

  • karma-webpack: allow filename and chunkFilename to be overridden (config.output) (#336) (c256d87)
  • package: incorrect peerDependency on webpack >= v4.0.0 (peerDependencies) (c1c0ee2)
Commits

The new version differs by 3 commits.

  • 2309401 chore(release): 3.0.1
  • c1c0ee2 fix(package): incorrect peerDependency on webpack >= v4.0.0 (peerDependencies)
  • c256d87 fix(karma-webpack): allow filename and chunkFilename to be overridden (config.output) (#336)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 3, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2

2018-09-03

Bug Fixes

  • karma-webpack: correctly map entries to outputted assets (config.output) (#348) (d2f5a53)
Commits

The new version differs by 2 commits.

  • e2b444b chore(release): 3.0.2
  • d2f5a53 fix(karma-webpack): correctly map entries to outputted assets (config.output) (#348)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 7, 2018

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes v3.0.3

2018-09-07

Bug Fixes

  • karma-webpack: normalize paths (windows) (#353) (b334eb5)
Commits

The new version differs by 2 commits.

  • 46468f1 chore(release): 3.0.3
  • b334eb5 fix(karma-webpack): normalize paths (windows) (#353)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 7, 2018

Version 3.0.4 just got published.

Update to this version instead 🚀

Release Notes v3.0.4

2018-09-07

Bug Fixes

  • karma-webpack: normalize file.path (windows) (#354) (855e21c)
Commits

The new version differs by 2 commits.

  • 9807b06 chore(release): 3.0.4
  • 855e21c fix(karma-webpack): normalize file.path (windows) (#354)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 14, 2018

  • The devDependency karma-webpack was updated from 2.0.5 to 3.0.5.

Update to this version instead 🚀

Release Notes for v3.0.5

2018-09-14

Bug Fixes

  • karma-webpack: handle multiple outputs correctly (#357) (59de62c)
Commits

The new version differs by 2 commits.

  • 670f153 chore(release): 3.0.5
  • 59de62c fix(karma-webpack): handle multiple outputs correctly (#357)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2019

  • The devDependency karma-webpack was updated from 2.0.5 to 4.0.0.

Update to this version instead 🚀

Release Notes for v4.0.0

4.0.0 (2019-06-07)

Bug Fixes

chore

BREAKING CHANGES

  • default: minimum required nodejs version is 8.9
Commits

The new version differs by 16 commits.

  • 9138b13 chore(release): 4.0.0
  • 74e526f chore(default): update (#412)
  • a2b044d refactor(package): add more keywords for npm (#411)
  • ca7c5e2 chore(package): drop node v6 support (#409)
  • bef8bb6 refactor(karma-webpack): fix linting error (#410)
  • 63cfd78 fix(karma-webpack): Regression in multi-compiler mode (#390) (#391)
  • 11cb4fb chore(release): 4.0.0-rc.6
  • ed66799 chore(package-lock): fix low severity vulnerabilities
  • 2f47250 fix(karma-webpack): Override output.filename with '[name].js' (#381)
  • e207fe5 chore(release): 4.0.0-rc.5
  • 840dea2 fix(karma-webpack): Do not unify "colors" property if webpack "stats" is a string (#376)
  • c7d6ca1 chore(release): 4.0.0-rc.4
  • 9559306 feat(karma-webpack): unify webpack and Karma colour config (#356)
  • fca13b9 fix(karma-webpack): Fix publicPath to be Windows-compatible (#373)
  • 432d139 refactor(karma-webpack): Remove lodash from dependencies (#364)

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2019

  • The devDependency karma-webpack was updated from 2.0.5 to 4.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 8, 2019

  • The devDependency karma-webpack was updated from 2.0.5 to 4.0.2.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants