frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

Update @uirouter/angularjs to the latest version 🚀 #59

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.19 of @uirouter/angularjs was just published.

Dependency @uirouter/angularjs
Current Version 1.0.18
Type dependency

The version 1.0.19 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.

It might be worth looking into these changes and trying to get this project onto the latest version of @uirouter/angularjs.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 1.0.19

1.0.19 (2018-07-20)

Compare @uirouter/angularjs versions 1.0.18 and 1.0.19

Bug Fixes

  • npm: Publish to the old angular-ui-router npm package too (8fc3bb2)
  • resolve: Detect and honor strictDi in angularjs versions 1.3 and 1.4 (1368c18), closes #3678
  • state: When creating absolute hrefs in hashbang mode, include the location.pathname (cd426e5), closes #3710
  • uiview: Allow uiOnParamsChanged to work with states that have a componentProvider (fe91bd3), closes #3707

Updated @uirouter/core from 5.0.19 to 5.0.20

Compare @uirouter/core versions 5.0.19 and 5.0.20

Bug Fixes

  • params: When creating an array parameter from a custom type, copy the raw property (b6dd738), closes #178

Features

  • dynamic: Support dynamic flag on a state declaration (3cd5a2a)
  • transition: Added transition.paramsChanged() to get added/deleted/changed parameter values for a transition (10b7fde)
  • view: Add _pluginapi._registeredUIView() to get a ui-view by id (6533b51)
Commits

The new version differs by 12 commits.

  • 7141abb 1.0.19
  • c776eee update libs
  • 5a95cbc update libs
  • 1368c18 fix(resolve): Detect and honor strictDi in angularjs versions 1.3 and 1.4
  • cd426e5 fix(state): When creating absolute hrefs in hashbang mode, include the location.pathname
  • fe91bd3 fix(uiview): Allow uiOnParamsChanged to work with states that have a componentProvider
  • 19dfd9c test(uiview): add failing test for uiOnParamsChanged + componentProvider
  • 2b388cd Just Use Prettierâ„¢
  • 04ce12a update libs
  • ccc5824 update libs
  • 8fc3bb2 fix(npm): Publish to the old angular-ui-router npm package too
  • 13ba660 chore(bower): Update bower.json

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 6 years ago

Version 1.0.20 just got published.

Update to this version instead 🚀

Release Notes 1.0.20

1.0.20 (2018-08-11)

Compare @uirouter/angularjs versions 1.0.19 and 1.0.20

Updated @uirouter/core from 5.0.20 to 5.0.21

Compare @uirouter/core versions 5.0.20 and 5.0.21

Bug Fixes

  • dynamic: Use 'find' from common.ts instead of Array.prototype.find (66a3244), closes #215
  • url: When using html5Mode and no tag is present, default to '/' (23742e3), closes #223 (does not affect UI-Router for AngularJS)
Commits

The new version differs by 9 commits.

  • 58637d9 1.0.20
  • f144e8b docs(*): make module headers more consistent
  • 834ce57 update to uirouter/core 5.0.21
  • 156db30 update libs
  • d7aa6f0 refactor(url): use urlService (not urlRouter) and switch private variable names
  • 11982b1 test(urlRouter): avoid using jasmine toHaveBeenCalledWith because it doesn't play well with undefined arguments
  • 2e7982f Merge pull request #3721 from felixmosh/allow-tree-shaking
  • 31537f5 chore(bower): Update bower.json
  • 42fbe45 Add 'module' entry to allow Webpack to tree shake it

See the full diff