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

An in-range update of copy-webpack-plugin is breaking the build 🚨 #165

Open
greenkeeper bot opened this issue Sep 29, 2017 · 18 comments
Open

An in-range update of copy-webpack-plugin is breaking the build 🚨 #165

greenkeeper bot opened this issue Sep 29, 2017 · 18 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Sep 29, 2017

Version 4.1.0 of copy-webpack-plugin just got published.

Branch Build failing 🚨
Dependency copy-webpack-plugin
Current Version 4.0.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As copy-webpack-plugin is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • semaphoreci The build failed on Semaphore. Details

Commits

The new version differs by 36 commits ahead by 36, behind by 33.

  • 3a95eab chore(release): 4.1.0
  • 73aab35 chore: Adds contrib release tooling
  • de46fde fix: Memory leak in watch mode and use Set for performance (#130)
  • 79f30ab docs: Fix travis url
  • dda7ac5 docs: Update to config readme format
  • edabbf6 chore: Update package meta
  • 75c6f08 chore: Adds changelog
  • ec44b72 chore: Change license to JS Foundation (#138)
  • 7844603 chore(release): 4.0.1 (#96)
  • 54545db ci: Added Appveyor for Windows testing (#94)
  • 405d1ec feat: Added non-wildcard glob support
  • 1b2c21a fix: Fixed glob as object
  • ad62899 fix: Improved Windows compatibility (#85)
  • 1a441d1 chore(release): 4.0.0 (#83)
  • f5d487d refactor: Changed default concurrency to 100 for EMFILE/ENFILE issues (#82)

There are 36 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 29, 2017

After pinning to 4.0.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 5, 2017

Version 4.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v4.1.1

4.1.1 (2017-10-05)

Chore

Commits

The new version differs by 3 commits.

  • 6adae3e chore(release): 4.1.1
  • 73877fc chore: Updates lock file
  • 6d4346e chore(package): update dependencies for nsp advisory (#151)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 19, 2017

Version 4.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v4.2.0

4.2.0 (2017-10-19)

Features

Commits

The new version differs by 10 commits.

  • 2289f24 chore(release): 4.2.0
  • 10cd1a2 feat: add context option (options.context) (#149)
  • 5c54e92 feat: Plugin context option
  • 8794e5f feat: allow async transforms (#111)
  • f180a7d Allow async transform with promise
  • b6c2e66 feat: support {String} patterns (#155)
  • f456985 Update README
  • 056a60b feat: Support simple string patterns
  • d49c989 docs: Add nsp advisory link
  • 3ac2122 docs: Update changelog for security release

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 17, 2017

Version 4.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • a679bc8 chore(release): 4.2.1
  • c87679e fixed: copying same file to multiple targets (#165)
  • 1ceee6c chore: Treat lock file as binary

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 23, 2017

Version 4.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v4.2.2

4.2.2 (2017-11-23)

Bug Fixes

  • copying same file to multiple targets (#165) (43a9870)
Commits

The new version differs by 8 commits ahead by 8, behind by 2.

  • 6e81e75 chore(release): 4.2.2
  • 13fe3c8 refactor: use const instead var
  • 19b3a17 chore(package): remove unused dependencies (fs-extra, node-dir)
  • af80033 chore: drop unused deps
  • 7707512 refactor: use const instead var
  • dcddf86 docs: Fixes changelog issue from 4.2.1
  • 7477183 chore(release): 4.2.1
  • 43a9870 fix: copying same file to multiple targets (#165)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 23, 2017

Version 4.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2017

Version 4.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v4.3.0

4.3.0 (2017-12-14)

Features

  • add option to cache pattern.transform (pattern.cache) (#176) (20c143b)
  • option for caching transform function (48c19ff)
Commits

The new version differs by 11 commits.

  • 3ccd864 chore(release): 4.3.0
  • 20c143b feat: add option to cache pattern.transform (pattern.cache) (#176)
  • a89f8ec chore: Update changelog for 4.2.4
  • a91981e chore(release): 4.2.4
  • 48c19ff feat: option for caching transform function
  • d352f65 test: nested directories in glob patterns (#183)
  • 2186aae tests: add test for nested directory (glob)
  • 1a56f3e refactor: use native {Promise} instead of bluebird
  • a508f14 refactor: avoid using bluebird package
  • 20fd93b docs(README): replace var with const in examples (#177)
  • 608fe0f replace vars with consts in the readme

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 22, 2017

Version 4.3.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes Release v4.3.1

4.3.1 (2017-12-22)

Bug Fixes

Commits

The new version differs by 6 commits.

  • 7f3486b chore(release): 4.3.1
  • 6beb89e fix: cache behaviour (#196)
  • 8a93598 docs(README): add fromArg option (pattern.fromArgs) (#190)
  • 5f68d1d Merge pull request #186 from webpack-contrib/fix-cache-behaviour
  • 860bef1 docs: fromArg option
  • 3b088d0 fix: cache option behaviour

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2018

Version 4.4.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 11 commits.

  • b95fe62 chore(release): 4.4.0
  • aff71ee docs(README): standardize
  • 6a16b3c fix: support webpack >= v4.0.0
  • 7780271 chore(package): add engines field
  • 42701b6 refactor(package): rm test:nolint script
  • 9bf0d99 fix(package): add prepare script
  • 685d9ff ci(travis): add node lts/* && stable
  • 158f821 feat: use compiler.inputFileSystem instead fs (#205)
  • ea0c05f fix(preProcessPatterns): support glob context paths with special characters (#208)
  • f6c1ba7 refactor: avoid using lodash (#191)
  • 7c8a403 chore(package): add files property to reduce package size (#187)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 8, 2018

Version 4.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 3 commits.

  • 2a6ec79 chore(release): 4.4.1
  • dadac24 fix: replace pify with simpler promise helpers (#221)
  • d0e17a1 docs(README): add missing comma in examples (#219)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2018

Version 4.4.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.4.2

2018-02-23

Bug Fixes

  • src/: don't escape non-glob patterns (#230) (0eb2cd5)
Commits

The new version differs by 3 commits.

  • ee78c06 chore(release): 4.4.2
  • 0eb2cd5 fix(src/): don't escape non-glob patterns (#230)
  • 4e15c1c style(utils/promisify): add missing semicolons

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 1, 2018

Version 4.4.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.4.3

2018-03-01

Bug Fixes

  • index: tapable deprecation warnings (webpack >= v4.0.0) (#234) (445d548)
Commits

The new version differs by 3 commits.

  • 832f139 chore(release): 4.4.3
  • 522c2b5 chore(package): update loader-utils v0.2.15...1.1.0 (#152)
  • 445d548 fix(index): tapable deprecation warnings (webpack >= v4.0.0) (#234)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 2, 2018

Version 4.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.5.0

2018-03-02

Features

  • processPattern: add support for {RegExp) matches (pattern.test) (#235) (1861730)
Commits

The new version differs by 2 commits.

  • c097601 chore(release): 4.5.0
  • 1861730 feat(processPattern): add support for {RegExp) matches (pattern.test) (#235)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2018

Version 4.5.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.5.1

2018-03-09

Bug Fixes

  • package: update cacache v10.0.1...10.0.4 (dependencies) (#238) (0b288f9)

Performance Improvements

  • index: switch to md4 for content hashing (#239) (2be8191)
Commits

The new version differs by 3 commits.

  • 63dc9f9 chore(release): 4.5.1
  • 0b288f9 fix(package): update cacache v10.0.1...10.0.4 (dependencies) (#238)
  • 2be8191 perf(index): switch to md4 for content hashing (#239)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 26, 2018

Version 4.5.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.5.2

4.5.2 (2018-06-26)

Bug Fixes

Commits

The new version differs by 7 commits.

  • 1f92729 chore(release): 4.5.2
  • 3ef5b6c fix: allow square brackets in path (#264)
  • c779a30 docs: clarify webpack-dev-server and write-file-webpack-plugin (#259)
  • 6205f51 docs: fixed missing commas in code examples (#254)
  • 66813ad docs: update link to file-loader (#251)
  • 65314cd docs(README): clarify async usage (pattern.transform) (#242)
  • 2a1124d docs(README): correct anchor link (patterns.toType) (#241)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 10, 2018

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 48bc708 chore(release): 4.5.3
  • 5fa69db fix(processPattern): add glob directory context to contextDependencies (#290)
  • 5474889 docs: context option is a string, not array (#269)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 18, 2018

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • dc7aa5d chore(release): 4.5.4
  • 5670926 fix(processPattern): don't add 'glob' as directory when it is a file (contextDependencies) (#296)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v4.6.0

2018-10-31

Bug Fixes

  • handle undefined and null as stats value (#302) (78c5d12)

Features

  • add support for target path transform (#284) (7fe0c06)
Commits

The new version differs by 3 commits.

  • 5cf125e chore(release): 4.6.0
  • 78c5d12 fix: handle undefined and null as stats value (#302)
  • 7fe0c06 feat: add support for target path transform (#284)

See the full diff

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

No branches or pull requests

0 participants