EndemolShineGroup / serverless-slack-notifier

A Serverless Slack notification service for CloudWatch Alarms written in Typescript
MIT License
0 stars 0 forks source link

An in-range update of serverless-webpack is breaking the build 🚨 #27

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency serverless-webpack was updated from 5.2.0 to 5.3.0.

🚨 View failing branch.

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

serverless-webpack is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for 5.3.0

Release Notes

  • Restore compatibility with TypeScript #449 #465
  • Allow glob for excludeFiles #471
  • Support Webpack 5 #472
  • Use colored output depending on tty #480
  • Allow to keep webpack folder #453 #467
  • Add ability to exclude files from handler lookup #433
  • Documentation fixes #429

Special thanks to @hassankhan and @designfrontier for the help to get this release out πŸ₯‡

Commits

The new version differs by 43 commits.

  • 4ea395b Added missed release notes
  • 58a2d0f Merge pull request #493 from serverless-heaven/release-5.3.0
  • 2a5b05f Prepared release of 5.3.0
  • 9550751 Merge pull request #472 from neilime/patch-2
  • a6d536c Improve code of getExternalModules function
  • 29f4fc4 Improve code coverage
  • 1bb32c7 Add new tests
  • 8e738b7 Add ne tests
  • d3221ad Merge branch 'master' into patch-2
  • 7983e44 Fix lint issues
  • 961ad25 Merge pull request #471 from designfrontier/remove-warning
  • cb3c562 Merge branch 'master' into remove-warning
  • d3fb131 Merge branch 'master' into patch-2
  • 3240cce Merge pull request #429 from grgur/patch-1
  • cd4bcdb Merge pull request #489 from Zn4rK/fix-no-stopping-the-watcher

There are 43 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.3.1

Release notes

  • Fixed bug that prevented to use handlers using import #505
  • Do not print empty lines in webpack stats #499
  • Added git hooks to improved code quality and developer experience #496
Commits

The new version differs by 8 commits.

  • eaee022 Merge pull request #512 from serverless-heaven/release-5.3.1
  • a85cf54 Added release notes to README.md
  • 67d1653 Prepare release - updated package version
  • 41dd875 Revert "Merge pull request #450 from stevemao/patch-1"
  • f6fba80 Merge pull request #500 from Enase/empty-lines
  • b08b758 Fix: Empty lines while stats: 'errors-only'
  • fc2cffd Merge pull request #496 from hassankhan/improve-dx
  • 6e8dead Add pre-commit tooling and Git hooks

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 5.3.2

Release Notes

  • Fix eslint prettier #518
  • Add TypeScript definition #520
  • Project dependencies updated #524
  • fix typescript example lockfile #526
  • Typescript example babel loader #527
  • Bump tar from 2.2.1 to 2.2.2 in /examples/babel #544
  • Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript #562
  • Bump eslint-utils from 1.4.0 to 1.4.3 #567
  • Bump handlebars from 4.1.2 to 4.7.6 #568
  • Addressed npm security vulnerabilities #569
  • Bump https-proxy-agent from 2.2.2 to 2.2.4 #572
  • Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript #573
  • Bump extend from 3.0.1 to 3.0.2 in /examples/babel #574
  • Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel #575
  • Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel #576
  • Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel #577
  • Bump debug from 2.6.8 to 2.6.9 in /examples/babel #578
Commits

The new version differs by 65 commits.

  • 8859f1b Merge pull request #582 from serverless-heaven/release/5.3.2
  • 8689d3c Update npmpublish.yml
  • cc4c4c3 5.3.2
  • ada12f9 Merge pull request #581 from serverless-heaven/npmpublish
  • 1f49ec8 Updated npm secret
  • 5b1ccbd Update npmpublish.yml
  • f29eda8 Create npmpublish.yml
  • 221adbd Merge pull request #569 from tusamcalles/master
  • 6583e84 Merge remote-tracking branch 'upstream/master'
  • 8765408 Merge pull request #577 from serverless-heaven/dependabot/npm_and_yarn/examples/babel/sshpk-1.16.1
  • 4ea0065 Merge branch 'master' into dependabot/npm_and_yarn/examples/babel/sshpk-1.16.1
  • a2418e3 Merge pull request #578 from serverless-heaven/dependabot/npm_and_yarn/examples/babel/debug-2.6.9
  • 99e7510 Update yarn.lock
  • f96389b Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel
  • d322d62 Bump debug from 2.6.8 to 2.6.9 in /examples/babel

There are 65 commits in total.

See the full diff