Skip to content

fix(deps): update dependency angular-ui-router to v1 #1113

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 19, 2019

This PR contains the following updates:

Package Type Update Change
angular-ui-router (source) dependencies major ^0.4.2 -> ^1.0.0

Release Notes

angular-ui/ui-router

v1.0.22

Compare Source

Compare @uirouter/angularjs versions 1.0.21 and 1.0.22

Updated @uirouter/core from 5.0.22 to 5.0.23

Compare @uirouter/core versions 5.0.22 and 5.0.23

Bug Fixes
  • test_downstream_projects: don't double build core while testing downstreams (148b16b)
  • typescript: Fix typing of onChange callback in UrlService (961ed0f), closes #​229
  • typescript: Mark params as optional in StateService.href (614bfb4), closes #​287
  • vanilla: Fix baseHref parsing with chrome-extension:// urls (f11be4d), closes #​304

v1.0.21

Compare Source

Compare @uirouter/angularjs versions 1.0.20 and 1.0.21

Updated @uirouter/core from 5.0.21 to 5.0.22

Compare @uirouter/core versions 5.0.21 and 5.0.22

Bug Fixes
Features
  • TransitionHook: Pass in transition to HookMatchCriteria (#​255) (926705e)

v1.0.20

Compare Source

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

v1.0.19

Compare Source

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)

v1.0.18

Compare Source

Compare @uirouter/angularjs versions 1.0.17 and 1.0.18

Bug Fixes
  • bundles: Do not run prettier against release/* bundles when publishing to bower (9b420fa)

v1.0.17

Compare Source

Compare @uirouter/angularjs versions 1.0.16 and 1.0.17

Updated @uirouter/core from 5.0.18 to 5.0.19

Compare @uirouter/core versions 5.0.18 and 5.0.19

Bug Fixes

v1.0.16

Compare Source

Compare @uirouter/angularjs versions 1.0.15 and 1.0.16

Bug Fixes
Updated @uirouter/core from 5.0.17 to 5.0.18

Compare @uirouter/core versions 5.0.17 and 5.0.18

Bug Fixes
  • angular: A hack to force the Angular compiler to import from module index (d56a2be)
  • StateRegistry: Notify listeners of added states when there are orphans in the state queue (5a9bac9)
  • transition: Fix typing of Transition.params() (ebea30e)
  • transition: Normalize error() to always return Rejection (9bcc5db)

v1.0.15

Compare Source

Compare @uirouter/angularjs versions 1.0.14 and 1.0.15

Bug Fixes
Updated @uirouter/core from 5.0.16 to 5.0.17

Compare @uirouter/core versions 5.0.16 and 5.0.17

Bug Fixes
  • core: Fix leak of old transitions by mutating pathnode_.resolvables_.data (0a1f518)

v1.0.14

Compare Source

Compare @uirouter/angularjs versions 1.0.13 and 1.0.14

Bug Fixes
  • uiSrefActive: don't match fuzzy on lazy loaded future states (01430ee)
Features
  • uiSrefActive: Support arrays of globs for ng-class style (b215343)
Updated @uirouter/core from 5.0.14 to 5.0.16

Compare @uirouter/core versions 5.0.14 and 5.0.16

Bug Fixes
  • common: Fix signature of for objects (make target optional) (61d0afc)
  • core: Fix memory leak of resolve data from ALL transitions ever (7f2aed1)
  • pathNode: add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. (4833a32)
Features
  • common: Add map-in-place support to map() (12bc7d8)
  • common: Add onEvict() callback registry for queues with max length (c19d007)

v1.0.13

Compare Source

Compare @uirouter/angularjs versions 1.0.12 and 1.0.13

Updated @uirouter/core from 5.0.13 to 5.0.14

Compare @uirouter/core versions 5.0.13 and 5.0.14

Bug Fixes
  • trace: Fix null reference in uiview name sort function (59cb067)
  • treeChanges: apply toParams to 'retained' path (#​72) (cf63d11)

v1.0.12

Compare Source

Compare @uirouter/angularjs versions 1.0.11 and 1.0.12

Bug Fixes
  • location: allow empty string param: Ng1LocationServices.url('') (01bbaf0)
  • onEnter: Do not inject child-state data into ng1 onEnter hooks (cdec6a0)
  • package: update @​uirouter/core to version 5.0.13 (6c63f2d)
  • travis: regenerate and encrypt secret (c718ce5)
Updated @uirouter/core from 5.0.11 to 5.0.13

Compare @uirouter/core versions 5.0.11 and 5.0.13

Bug Fixes
  • browserLocation: Use location.pathname (not href) or '/' when no base tag found (db461d6)
  • browserLocationConfig: If no base href found, use location.href (not empty string) (0251424)
  • pushStateLocation: Fix URLs: add slash between base and path when necessary (bfa5755)
  • pushStateLocation: When url is "" or "/", use baseHref for pushState (042a950)
  • resolve: Add onFinish hook to resolve any dynamicly added resolvables (7d1ca54)
  • urlRouter: Update query params when resetting url via .update() (7664cd0)
Features
  • view: Add onSync callback API to plugin API (9544ae5)

v1.0.11

Compare Source

Compare @uirouter/angularjs versions 1.0.10 and 1.0.11

Bug Fixes
  • uiView: Fix cfg.getTemplate is undefined (f4d99b0)

v1.0.10

Compare Source

Compare @uirouter/angularjs versions 1.0.9 and 1.0.10

Bug Fixes
  • artifactory: Add trailing newline to package.json to work around artifactory issue (#​3551) (d09a345), closes #​3550

v1.0.9

Compare Source

Compare @uirouter/angularjs versions 1.0.8 and 1.0.9

Updated @uirouter/core from 5.0.10 to 5.0.11

Compare @uirouter/core versions 5.0.10 and 5.0.11

Bug Fixes

v1.0.8

Compare Source

Compare @uirouter/angularjs versions 1.0.7 and 1.0.8

v1.0.7

Compare Source

Compare @uirouter/angularjs versions 1.0.6 and 1.0.7

Bug Fixes
  • typings: Allow views: { foo: 'string' } in Ng1StateDeclaration (2f7a3f2)
Updated @uirouter/core from 5.0.6 to 5.0.8 (2017-09-30)

Compare @uirouter/core versions 5.0.6 and 5.0.8

Bug Fixes
  • bundle: Rollup: Do not warn on THIS_IS_UNDEFINED (a4581b1)
  • globals: Use shallow copy to update the globals.params / $state.params object (e883afc)
  • Injector: When getting tokens from native injector, only throw on undefined (not on falsey values) (ada9ca2)
  • redirectTo: Fix typings for redirectTo. Allow a function that returns a target state or a promise for one. (3904487)
  • trace: Fall back to console.log if .table is unavailable (IE) (c8110fc)
  • trace: Support tracing of object-parameters with circular references (2f1ae9a)
  • url: Add CustomEvent polyfill for IE (a50db21)
  • vanilla: fix base path handling for vanilla push state (ad61d74)
  • vanilla: Use self instead of window for webworker compat (a4629ee)
Features
  • TargetState: Add builder methods .withState, .withParams, and .withOptions (6b93142)

v1.0.6

Compare Source

Compare @uirouter/angularjs versions 1.0.5 and 1.0.6

Bug Fixes
  • sourcemaps: Embed sources inline into sourcemaps (4baa430)

v1.0.5

Compare Source

Updated to @​uirouter/core 5.0.5 and addressed typescript 2.4 breaking changes

v1.0.4

Compare Source

Updated to @​uirouter/core 5.0.5 and addressed typescript 2.4 breaking changes

v1.0.3

Compare Source

Bug Fixes
@​uirouter/core changes

v1.0.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@jakejarrett
Copy link
Member

Closing as this doesn't seem too relevant for us (More for angular 2+ & would like to just remove angular in favor of react)

@renovate
Copy link
Author

renovate bot commented Sep 5, 2019

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/angular-ui-router-1.x branch September 5, 2019 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants