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 🚀 #3724

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

Version 5.0.20 of @uirouter/core was just published.

Dependency @uirouter/core
Current Version 5.0.19
Type dependency

The version 5.0.20 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.20

5.0.20 (2018-07-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 45 commits.

  • d461776 5.0.20
  • 1c005ec Merge pull request #209 from ui-router/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-0.4.3
  • d5a81c3 Merge pull request #208 from ui-router/dependabot/npm_and_yarn/webpack-4.16.0
  • 05ea1c9 build(deps-dev): bump fork-ts-checker-webpack-plugin from 0.4.2 to 0.4.3
  • 9e96038 build(deps-dev): bump webpack from 4.15.1 to 4.16.0
  • 1f23411 Merge pull request #206 from ui-router/dependabot/npm_and_yarn/@uirouter/publish-scripts-2.3.19
  • cd46516 Merge pull request #202 from ui-router/dependabot/npm_and_yarn/prettier-1.13.7
  • b89aba6 Merge pull request #203 from ui-router/dependabot/npm_and_yarn/rollup-0.62.0
  • 2103b14 Merge pull request #207 from felixmosh/enable-tree-shaking
  • 24fb89d Add 'module' entry to allow Webpack to tree shake it
  • 7731d8b build(deps-dev): bump @uirouter/publish-scripts from 2.3.18 to 2.3.19
  • c6286ee Merge pull request #194 from ui-router/dependabot/npm_and_yarn/typescript-2.9.2
  • 79c00a5 Merge pull request #201 from ui-router/dependabot/npm_and_yarn/ts-loader-4.4.2
  • e48d266 Merge pull request #199 from ui-router/dependabot/npm_and_yarn/@types/jquery-3.3.4
  • 46dd279 build(deps-dev): bump rollup from 0.60.1 to 0.62.0

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