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

Update @robotlegsjs/core to the latest version 🚀 #74

Merged
merged 4 commits into from
Nov 25, 2018

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 25, 2018

The dependency @robotlegsjs/core was updated from 0.2.1 to 1.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 1.0.0

Added

  • Add reference to EventEmitter3 extension (see #87).

  • Add reference to some companies using the RobotlegsJS framework (see #99).

Changed

  • Update Inversify to version 5.0.1 (see #90, #91).

    • This version of Inversify has a breaking change on the Public API. The method guid was renamed to id:

      let idCounter = 0;
      

      function id(): number {
      return idCounter++;
      }

      export { id };

      Since this breaking change was mistakenly released as version 4.14.0 (now deprecated),
      we opted to release a major version of our package, even when there are no breaking changes on our side.

  • Migrate to headless Chrome (see #96).

  • Improve performance of Karma (see #97).

  • Prepare package for stable version (see #98).

  • Update GitHub Templates (see #102).

  • Update dev dependencies to latest version.

Fixed

  • Solve unit tests triggered by karma (see #95).
Commits

The new version differs by 82 commits.

  • a03af74 update package to version 1.0.0
  • 4b854a6 Merge pull request #102 from RobotlegsJS/update-issue-templates
  • f5d407e update changelog
  • 84b741f use files and directories entries instead of .npmignore
  • 44e90a3 remove generic issue template
  • 1159eee move pull request template to .github folder
  • bf273a6 move contributing guidelines to .github folder
  • 0ec9856 move code of conduct to .github folder
  • b74d7d6 Update issue templates
  • f192151 Merge pull request #101 from RobotlegsJS/publish-please-5.4.0
  • fe817db chore(package): update publish-please to version 5.4.0
  • 2865107 Merge pull request #100 from RobotlegsJS/update-companies
  • 1c0f597 remove images from repo
  • d5b139d update companies
  • dfc8208 Merge pull request #99 from RobotlegsJS/companies

There are 82 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@tiagoschenkel tiagoschenkel self-assigned this Nov 25, 2018
@tiagoschenkel tiagoschenkel merged commit 84e1f27 into master Nov 25, 2018
@tiagoschenkel tiagoschenkel deleted the greenkeeper/@robotlegsjs/core-1.0.0 branch November 25, 2018 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant