actionhero / actionhero-angular-bootstrap-cors-csrf

angular.actionhero.com: Actionhero + Angular + Bootstrap + CORS + CSRF Demo Site
http://angular.actionherojs.com
25 stars 8 forks source link

An in-range update of actionhero is breaking the build 🚨 #49

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency actionhero was updated from 19.1.2 to 19.1.3.

🚨 View failing branch.

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

actionhero is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - βœ… **ci/circleci: build:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/actionhero/actionhero-angular-bootstrap-cors-csrf/226?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/actionhero/actionhero-angular-bootstrap-cors-csrf/227?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v19.1.3

v19.1.3

Async connection.create middleware

Extend resque queue connection options from config

Misc

  • Test node v11
  • Update Dependancies
Commits

The new version differs by 28 commits.

  • 261caf4 test node v11
  • 23d000a updare deps
  • e7ec750 enforce readme spacign for docs site
  • e9f699c deploy docs without overwriting global git settings
  • cce7903 update deps
  • 8e26704 Merge pull request #1292 from actionhero/greenkeeper/docdash-1.0.3
  • 6b9ab0e Merge branch 'master' into greenkeeper/docdash-1.0.3
  • 903ae7b Merge pull request #1286 from alimvedats/master
  • 250e8ec Merge branch 'master' into master
  • 4ec9a80 master | add tasks.connectionOptions.tasks for extend resque queue options
  • 3356c5a chore(package): update lockfile package-lock.json
  • 52e73d9 chore(package): update docdash to version 1.0.3
  • 92ad11c Merge branch 'master' into master
  • 601c025 wording
  • 85f0d6e Merge branch 'master' into master

There are 28 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 19.1.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v19.1.4

Misc

  • Update Dependancies to latest versions
Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v19.2.0

Actionhero v19.2.0

Boot Loader for Actionhero

When creating a new Actionhero project, there is a now a top-level boot.js file. You can use this new file to load or instantiate troublesome packages into your project that really want to be the first thing you load. Packages like newrelic or dotenv are these types of packages. Another use-case would be to configure your environment via an external source.

You can see the contents of boot.js to add to an existing project here https://github.com/actionhero/actionhero/blob/master/bin/templates/boot.js

Via #1311 by @chimmelb

reEnqueuePeriodicTaskIfException

Now, if a periodic task fails, it will still be run again. This behavior is what the majority of Actionhero uses had expected was happening all along, so hopefully this change is less surprising for new Acitonhero users.

A new option has been added to tasks, reEnqueuePeriodicTaskIfException with the default value of true. If you want your tasks to not be re-enqueued should they throw an exception, you can set reEnqueuePeriodicTaskIfException = false.

Via #1309 and 72fb343 by @dasagan

Updated logging levels

This change updates Actionhero's internal logging levels to more closely match The syslog protocol (RFC 5424). The details can be seen in the Pull Request.

Via #1314 by @aurasalexander

api.config.general.developmentModeForceRestart

This new option updates ActionHero's development mode to "full" restart when an Action or Task changes, rather than a soft restart. This can be handy if you add a new initializer, param, or route.

Via #1313 by @aurasalexander

Commits

The new version differs by 28 commits.

  • 0ce4a52 v19.2.0
  • 0951bc7 ws++
  • bd02201 Merge pull request #1321 from actionhero/standard-13
  • cd58b69 update stuff
  • 5cdfba4 Changes for Standard v13
  • b2936e3 update deps
  • 3e3b95e Merge pull request #1313 from aurasalexander/1275
  • 6b0e747 Merge branch 'master' into 1275
  • 52a9d5d Merge pull request #1314 from aurasalexander/loglevel-refactor
  • 5637d8f Fix codestyle in tasks.js
  • be3f502 Refactor loglevel severity
  • a477872 Implemented config option to force "full" reload on action/task change
  • 288bd35 update deps
  • 1ee6963 reset optional deps
  • a93e14c Merge pull request #1311 from chimmelb/boot-loader-for-actionhero

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v19.2.1

v19.2.1

Generated File Fixes for Satndard.js

Update test example and generated initializers so that they pass Standard.js checks

by @evanthaler via 06158ad

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v19.2.2
  • Update Dependancies
  • Updates CircleCI testing scheme
  • Update bootstrap css used for example pages and demo site
Commits

The new version differs by 19 commits.

  • 09d7163 Merge pull request #1328 from actionhero/circle-fixes
  • daaf4ec run in band is a good idea;
  • 5faddf4 new reporter syntax and skip runInBand
  • 0c59977 only test v8, v10, & v12 on circle
  • a36cbcb update browser tests for new styling
  • 6819d2e update demo css
  • e612f58 v19.2.2
  • e678b48 standard.js v14 + changes
  • 0ea75e6 Merge branch 'master' of github.com:actionhero/actionhero
  • dcc0f03 update deps
  • 5fd9188 Merge pull request #1326 from actionhero/greenkeeper/ws-7.1.2
  • 3292178 chore(package): update lockfile package-lock.json
  • 2873d9b chore(package): update ws to version 7.1.2
  • c2c2185 Merge pull request #1324 from actionhero/greenkeeper/ioredis-4.14.0
  • 6cc9c48 chore(package): update lockfile package-lock.json

There are 19 commits in total.

See the full diff