BBVAEngineering / ember-alerter

An ember-cli addon to manage notifications
MIT License
0 stars 1 forks source link

An in-range update of ember-cli is breaking the build 🚨 #18

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency ember-cli was updated from 3.10.1 to 3.11.0.

🚨 View failing branch.

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

ember-cli 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 - βœ… **continuous-integration/travis-ci/push:** The Travis CI build passed ([Details](https://travis-ci.org/BBVAEngineering/ember-alerter/builds/559092905?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for I am the rebel spy!

Setup

npm install -g ember-cli@3.11.0 -- Install new global ember-cli

Project Update

  1. rm -rf node_modules dist tmp -- Delete temporary development folders.
  2. npm install -g ember-cli-update -- Install Ember CLI update tool globally.
  3. Run ember-cli-update --to 3.11.0 -- This will update your app or addon to the latest ember-cli release. You will probably encounter merge conflicts that you should resolve in your normal git workflow.
  4. Run ember-cli-update --run-codemods -- This will let you pick codemods to run against your project, to ensure you are using the latest patterns and platform features.

Changelog

Blueprint Changes

Community Contributions

Thank you to all who took the time to contribute!

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

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 140 commits.

  • debf83c Release v3.13.0.
  • 0fbfd3f Add 3.13.0 to CHANGELOG.
  • a21e1bb Update ember-resolver to 5.3.0. (#8853)
  • 1ad6354 Update ember-resolver to 5.3.0.
  • a5723c7 Update Ember ecosystem packages to latest version. (#8851)
  • 765ff01 Update Ember ecosystem packages to latest version.
  • 987928a Update broccoli dependencies/devDependencies to latest. (#8850)
  • 0fe5313 Update broccoli dependencies/devDependencies to latest.
  • fd7268b Update watch-detector to 1.0.0.
  • 29ce693 Ensure addon tree is scoped to addon name before compiling temp… (#8834)
  • 725e129 Ensure addon tree is scoped to addon name before compiling templates.
  • 316fcf0 Update app and addon blueprints to latest version of packages. (#8816)
  • 35ff1fb Update app and addon blueprints to latest version of packages.
  • d15bdf7 Merge pull request #8814 from rwjblue/drop-node-11-from-ci
  • 02a261a Drop Node 11 from CI.

There are 140 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 147 commits.

  • 40171d6 Release v3.13.1
  • 639a5b8 Add v3.13.1 to CHANGELOG.md.
  • b4b1659 Tweaks to release scripts. (#8857)
  • 4c60403 Adjust message for when a new app is created (#8862)
  • 16e9e68 Adjust message when a new app is created
  • c5e6483 Write output repo update as JavaScript (Bash πŸ€•).
  • 80c68ff Update changelog generation.
  • debf83c Release v3.13.0.
  • 0fbfd3f Add 3.13.0 to CHANGELOG.
  • a21e1bb Update ember-resolver to 5.3.0. (#8853)
  • 1ad6354 Update ember-resolver to 5.3.0.
  • a5723c7 Update Ember ecosystem packages to latest version. (#8851)
  • 765ff01 Update Ember ecosystem packages to latest version.
  • 987928a Update broccoli dependencies/devDependencies to latest. (#8850)
  • 0fe5313 Update broccoli dependencies/devDependencies to latest.

There are 147 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Commits

The new version differs by 155 commits.

  • 7d80dbf 3.13.2
  • e96402a Add v3.13.2 to CHANGELOG.md.
  • 2da4db3 [BUGFIX beta] Merge with existing EmberENV (#8901)
  • 0a45497 [BUGFIX] Merge with existing EmberENV
  • 5f24e91 blueprints/init: Simplify "Get started" message (#8882)
  • dda0bd5 blueprints/init: Fix typo / simplify Get started
  • 18df651 Merge pull request #8875 from HeroicEric/silence-hbs-precompile-warning
  • f3fbf1d blueprints: Fix ember-cli-htmlbars-inline-precompile deprecation
  • 40171d6 Release v3.13.1
  • 639a5b8 Add v3.13.1 to CHANGELOG.md.
  • b4b1659 Tweaks to release scripts. (#8857)
  • 4c60403 Adjust message for when a new app is created (#8862)
  • 16e9e68 Adjust message when a new app is created
  • c5e6483 Write output repo update as JavaScript (Bash πŸ€•).
  • 80c68ff Update changelog generation.

There are 155 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v3.14.0

Blueprint Changes

Changelog

  • #8875 Fix ember-cli-htmlbars-inline-precompile deprecation @HeroicEric
  • #8882 Simplify "Get started" message for ember new @dcyriller
  • #8899 Don't reload the config for instrumentation @pzuraq
  • #8900 Include legacyDecorators eslint option by default @pzuraq
  • #8901 Merge config/environment.js's EmberENV configuration with any pre-existing EmberENV @chancancode
  • #8910 Update TravisCI config for ember new to restrict CI runs to master branch and pull requests @kellyselden
  • #8915 Revert changes made to enable "octane" as the default for ember new @rwjblue
  • #8916 Update ember-source and ember-data to 3.14.x @rwjblue
  • #8853 Update ember-resolver to 5.3.0. @rwjblue
  • #8812 Clarify installation error message @jrjohnson
  • #8820 Issue deprecation when enabling MODULE_UNIFICATION flag. @rwjblue
Commits

The new version differs by 249 commits.

  • b78e0cb 3.14.0
  • c4814a8 Add v3.14.0 to CHANGELOG.md.
  • 1cc80c8 Merge remote-tracking branch 'origin/beta' into release
  • 7d80dbf 3.13.2
  • e96402a Add v3.13.2 to CHANGELOG.md.
  • 66adf3c Merge remote-tracking branch 'origin/release' into beta
  • 9586db6 Update ember (#8916)
  • 06d8868 Update ember-data to 3.14.0 stable.
  • bc34109 Update ember-source to 3.14.1.
  • 8ddbc79 Revert changes made to enable "octane" as the default for ember… (#8915)
  • 689ba77 Revert changes made to enable "octane" as the default for ember new
  • dbad957 Merge pull request #8910 from kellyselden/app-travis-branch-master
  • 9d3b0ff restrict app Travis to master and PRs
  • 2da4db3 [BUGFIX beta] Merge with existing EmberENV (#8901)
  • 0a45497 [BUGFIX] Merge with existing EmberENV

There are 249 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v3.15.0

Blueprint Changes

Changelog

  • #8963 Remove app/templates/components @chancancode
  • #8964 Add support for ember new @scope-here/name-here. @rwjblue
  • #8965 Update ember-resolver to v7.0.0. @rwjblue
  • #8971 Add an ember-try scenario for Ember "classic" (pre-octane). @rwjblue
  • #8972 Update ember-data to 3.15.0. @rwjblue
  • #8933 Remove app/resolver.js in favor of importing in app/app.js @rwjblue
  • #8945 Fix issue with addon .travis.yml configuration when using npm @kellyselden
  • #8946 Drop testing of ember-source@3.4 in the addon blueprints ember-try config @kellyselden
  • #8946 Add testing of ember-source@3.12 in the addon blueprints ember-try config @kellyselden
  • #8959 Fix issue with addon discovery when npm/yarn leave empty directories in resolvable locations @stefanpenner
  • #8961 Prepare for Octane release in 3.15 @rwjblue
    • Adds ember property to package.json to implement emberjs/rfcs#558
    • Adds @glimmer/component@1.0.0 as a development dependency for both apps and addons
    • Updates ember-try to at least 1.4.0 in order to support config/ember-try.js scenarios with ember package.json property (mentioned in emberjs/rfcs#558)
    • Enables Octane related optional features
    • Updates ember-template-lint configuration to use octane preset
    • Update to ember-source@3.15 stable
    • Updates all packages in the application blueprint to their latest version
  • #8827 Remove module-unification blueprints @dcyriller
  • #8878 Adds flag to throw an error for invalid addon locations @tmquinn
  • #8906 Enable broccoli memoization by default in Ember-CLI @SparshithNR
  • #8917 Update CI configuration for applications using npm to run a "floating dependencies" test. @kellyselden
  • #8926 Add application to invalid names @kennethlarsen

Thank you to all who took the time to contribute!

Commits

The new version differs by 329 commits.

  • 85a695e Release v3.15.0
  • 59d39d3 Update final CHANGELOG for 3.15.0.
  • ec40e5a Merge pull request #8972 from rwjblue/update-ember-data
  • 3c1bacc Update ember-data to 3.15.0.
  • 5706443 Add support for ember new @scope-here/name-here. (#8964)
  • 638f5f1 Merge pull request #8971 from rwjblue/add-ember-classic-try-scenario
  • f000dee Add an ember-try scenario for Ember "classic" (pre-octane).
  • 95939c5 Support ember new @scope-here/name-here.
  • 4f83144 Update ember-resolver to v7.0.0. (#8965)
  • 2d12f9f Update ember-resolver to v7.0.0.
  • 66d57ce Merge pull request #8963 from ember-cli/chancancode-patch-1
  • 6264f25 [BUGFIX beta] Remove app/templates/components
  • 2a7dfc7 3.15.0-beta.3
  • b07977e 3.15.0-beta.2
  • d020e69 Add v3.15.0-beta.2 to CHANGELOG.md.

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v3.15.1

Blueprint Changes

Changelog

  • #8977 Fix invalid syntax with ember-classic ember-try scenario. @rwjblue
Commits

The new version differs by 333 commits.

  • fa8cdb1 Release v3.15.1
  • e5b10f8 Add v3.15.1 to CHANGELOG.md.
  • baa4d66 Fix invalid syntax with ember-classic ember-try scenario. (#8977)
  • 6afe0a9 Fix invalid syntax with ember-classic ember-try scenario.
  • 85a695e Release v3.15.0
  • 59d39d3 Update final CHANGELOG for 3.15.0.
  • ec40e5a Merge pull request #8972 from rwjblue/update-ember-data
  • 3c1bacc Update ember-data to 3.15.0.
  • 5706443 Add support for ember new @scope-here/name-here. (#8964)
  • 638f5f1 Merge pull request #8971 from rwjblue/add-ember-classic-try-scenario
  • f000dee Add an ember-try scenario for Ember "classic" (pre-octane).
  • 95939c5 Support ember new @scope-here/name-here.
  • 4f83144 Update ember-resolver to v7.0.0. (#8965)
  • 2d12f9f Update ember-resolver to v7.0.0.
  • 66d57ce Merge pull request #8963 from ember-cli/chancancode-patch-1

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for v3.15.2

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Commits

The new version differs by 342 commits.

  • e17502b 3.15.2
  • 4f1a5bb Add v3.15.2 to CHANGELOG.md.
  • 9e904a9 Avoid errors when ui is not present and a warning will be emi… (#9014)
  • e164076 Supply a more universal .ui
  • 972b3a0 Allow failure of Node 8 CI jobs. (#9015)
  • c89428a Allow failure of Node 8 CI jobs.
  • dc95c25 fix named UMD imports (#8924)
  • bc6d511 allow importing named UMD files
  • 98d3928 remove amd-shim duplication
  • fa8cdb1 Release v3.15.1
  • e5b10f8 Add v3.15.1 to CHANGELOG.md.
  • baa4d66 Fix invalid syntax with ember-classic ember-try scenario. (#8977)
  • 6afe0a9 Fix invalid syntax with ember-classic ember-try scenario.
  • 85a695e Release v3.15.0
  • 59d39d3 Update final CHANGELOG for 3.15.0.

There are 250 commits in total.

See the full diff