angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.56k stars 3.01k forks source link

Update @uirouter/core to the latest version 🚀 #3734

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

Version 5.0.21 of @uirouter/core was just published.

Dependency @uirouter/core
Current Version 5.0.20
Type dependency

The version 5.0.21 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/core.

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 5.0.21

5.0.21 (2018-08-11)

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
Commits

The new version differs by 29 commits.

  • 8ed691b 5.0.21
  • 23742e3 fix(url): When using html5Mode and no tag is present, default to '/'
  • 095f531 docs(url): Move docs from interface level to UrlService/UrlConfig/UrlRules classes
  • 5cb9a64 refactor(urlService): Rename urlConfigApi.ts and urlRulesApi.ts to urlConfig.ts and urlRules.ts
  • 611183a refactor(urlService): Move public API implementations from UrlRouter to UrlService
  • 857932d refactor(urlService): pre-compute sort groups -- arrange sorted rules into groups when multiple rules have the same sort order.
  • 3c632d0 Merge pull request #221 from ui-router/dependabot/npm_and_yarn/rollup-0.63.5
  • c62da32 Merge pull request #219 from ui-router/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-0.4.4
  • d4d4ddd build(deps-dev): bump rollup from 0.63.4 to 0.63.5
  • 8f03203 build(deps-dev): bump fork-ts-checker-webpack-plugin from 0.4.3 to 0.4.4
  • 5b1341c Update README.md
  • b3a27a2 Merge pull request #218 from ui-router/dependabot/npm_and_yarn/karma-2.0.5
  • 851b6b0 Merge pull request #217 from ui-router/dependabot/npm_and_yarn/webpack-4.16.3
  • 7117edc Merge pull request #216 from ui-router/dependabot/npm_and_yarn/prettier-1.14.0
  • cc01cf6 build(deps-dev): bump karma from 2.0.4 to 2.0.5

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