RobotlegsJS / RobotlegsJS-Pixi-SignalMediator

A port of Robotlegs SignalMediator Extension to TypeScript.
https://www.npmjs.com/package/@robotlegsjs/pixi-signalmediator
MIT License
3 stars 0 forks source link

Update @robotlegsjs/pixi to the latest version 🚀 #117

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @robotlegsjs/pixi was updated from 1.0.1 to 2.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.


Publisher: tschenkel License: MIT

Release Notes for 2.0.0

Breaking Change

  • Update pixi.js to version ^5.0.0 (see #122).

    • eventemitter3 package is not necessary anymore, you should remove this dependency from your package.json.

    • @types/pixi.js package is not necessary anymore, you should remove this dependency from your package.json.

    • For compatibility with version 4 of pixi.js, use @robotlegsjs/pixi version 1.

  • Update @robotlegsjs/core to version ^2.0.0 (see #122 and #131).

    • Migrate array notation from Array<SomeType> to SomeType[].

    • The rest of the Public API remains unchanged.

Added

  • Add Tidelift as funding option (see #126).

  • Add Enterprise Support information (see #127).

  • Deploy example project (see #130).

Changed

  • Update tslib to version 1.11.1 (see #129).

  • Update dev dependencies to latest version.

Security

Commits

The new version differs by 51 commits.

  • 8591f57 update package to version 2.0.0
  • 87a90ae Merge pull request #132 from RobotlegsJS/upgrade-dependencies
  • 616dc07 update changelog
  • da02aa5 chore(package): update dev dependencies to latest version
  • 4ee4378 Merge pull request #131 from RobotlegsJS/greenkeeper/@robotlegsjs/core-2.0.0
  • 1d9320e update changelog
  • f7bdfcf chore(package): update lockfile yarn.lock
  • ac9a268 chore(package): update lockfile yarn.lock
  • bdbe302 fix(package): update @robotlegsjs/core to version 2.0.0
  • e33552b Merge pull request #130 from RobotlegsJS/deploy-example
  • 0be2cb7 update readme
  • 82fa1be chore(package): update lock file
  • ed2e086 update changelog
  • 02ca8eb configure deployment of example project
  • bded6cf Merge pull request #129 from RobotlegsJS/tslib-1.11.1

There are 51 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: