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 loader.js is breaking the build 🚨 #39

Open
greenkeeper bot opened this issue Feb 24, 2017 · 9 comments
Open

An in-range update of loader.js is breaking the build 🚨 #39

greenkeeper bot opened this issue Feb 24, 2017 · 9 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Feb 24, 2017

Version 4.2.0 of loader.js just got published.

Branch Build failing 🚨
Dependency loader.js
Current Version 4.1.0
Type devDependency

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

As loader.js 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
  • ci/circleci Your tests failed on CircleCI Details
Commits

The new version differs by 14 commits .

  • cc53069 release v4.2.0
  • 1a453d3 Merge pull request #104 from trentmwillis/redefine
  • 93478ef Improve redefinition scenarios
  • e289916 Fix test:dev command
  • 287a487 Merge pull request #105 from trentmwillis/clarify
  • cda1c29 Clarify prime comment
  • 562ecf1 Merge pull request #100 from jrowlingson/master
  • 6a9b916 remove petal references
  • b609262 Merge pull request #95 from chadhietala/heimdall-instrumentation
  • c49296d Instrument with heimdall
  • 453fe8c Merge pull request #97 from Turbo87/ci-deploy
  • 37fef79 CI: Enable automatic NPM deployment for tags
  • c4f0755 Merge pull request #96 from chadhietala/dict-registry
  • 8a34296 Use dict for registery and seen to avoid filling IC cache

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 Feb 24, 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 .

  • 52080b2 release v4.2.1
  • 9b88633 Merge pull request #108 from ember-cli/fix-the-world
  • 9d88818 [Fixes #106] include all the files we actually need

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2017

Version 4.2.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits .

  • b0876f8 release v4.2.2
  • 2ca5882 Merge pull request #110 from ember-cli/fix-the-world
  • be7eaf4 [HOTFIX #109] disable heimdall stuff for now

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2017

Version 4.2.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 6 commits .

  • 1075ea4 4.2.3
  • 9c34843 Merge pull request #113 from ember-cli/check-extensibility
  • a1950aa Check object extensibility before adding default property.
  • b0876f8 release v4.2.2
  • 2ca5882 Merge pull request #110 from ember-cli/fix-the-world
  • be7eaf4 [HOTFIX #109] disable heimdall stuff for now

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2017

Version 4.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 9 commits .

  • d247367 release v4.3.0 🎉
  • 31ddcee Merge pull request #117 from ember-cli/runspired-patch-1
  • 5ae21dc Remove lib/ from published files.
  • 1075ea4 4.2.3
  • 9c34843 Merge pull request #113 from ember-cli/check-extensibility
  • a1950aa Check object extensibility before adding default property.
  • b0876f8 release v4.2.2
  • 2ca5882 Merge pull request #110 from ember-cli/fix-the-world
  • be7eaf4 [HOTFIX #109] disable heimdall stuff for now

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2017

Version 4.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 14 commits0.

  • 58e7268 release v4.4.0 🎉
  • 5d95319 Merge pull request #120 from trentmwillis/alias-target
  • f6a50b2 Add target option to define.alias
  • c42e98e Merge pull request #116 from ember-cli/fix-bench
  • d247367 release v4.3.0 🎉
  • 31ddcee Merge pull request #117 from ember-cli/runspired-patch-1
  • 5ae21dc Remove lib/ from published files.
  • 6663781 fix benchmarks
  • 1075ea4 4.2.3
  • 9c34843 Merge pull request #113 from ember-cli/check-extensibility
  • a1950aa Check object extensibility before adding default property.
  • b0876f8 release v4.2.2
  • 2ca5882 Merge pull request #110 from ember-cli/fix-the-world
  • be7eaf4 [HOTFIX #109] disable heimdall stuff for now

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 15, 2017

Version 4.5.0 just got published.

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

Commits

The new version differs by 30 commits.

  • 094e20b release v4.5.0 🎉
  • db2f6a6 Merge pull request #126 from ember-cli/moduleId
  • 204838b rename mod.name => mod.id
  • 4fa0fe0 add require.moduleId to allow a module to know its ID
  • f62bc54 Merge pull request #121 from ember-cli/define-exports
  • 804f111 release v4.4.1 🎉
  • b4679a0 Merge pull request #125 from ember-cli/unse-release-deps
  • 7c37574 [BUGFIX] reified should not be explicitly retained
  • 2132baf Merge pull request #124 from olleolleolle/patch-1
  • eb18a88 README: Use shiny SVG for build badge
  • e56cde9 Merge pull request #123 from bekzod/remove-object-keys
  • a18a2f0 Merge pull request #122 from bekzod/remove-is-array
  • 564e738 remove Object.keys fallback
  • 9ad8398 removed isArray fallback
  • d963886 Update README.md

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2017

Version 4.5.1 just got published.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2017

Version 4.6.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 11, 2018

Version 4.7.0 just got published.

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

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

No branches or pull requests

0 participants