Skip to content

Update @uirouter/core dependency to 6.0.9 #3847

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
1 of 3 tasks
nsgundy opened this issue Jan 24, 2023 · 3 comments
Closed
1 of 3 tasks

Update @uirouter/core dependency to 6.0.9 #3847

nsgundy opened this issue Jan 24, 2023 · 3 comments

Comments

@nsgundy
Copy link

nsgundy commented Jan 24, 2023

This is a:

  • Bug Report
  • Feature Request
  • General Query

My version of UI-Router is:

    "@uirouter/angular": "^11.0.0",
    "@uirouter/angular-hybrid": "^14.0.0",
    "@uirouter/angularjs": "^1.0.30",
    "@uirouter/core": "^6.0.9",

Feature Request

Please update @uirouter/angularjs dependency on @uirouter/core to 6.0.9, so that it can be used in an Angular/Angularjs hybrid app with Angular at v15.

Currently @uirouter/angularjs depends on @uirouter/core version 6.0.8. This does cause a type mismatch with the StateDeclaration interface.

@wawyed
Copy link
Contributor

wawyed commented Apr 16, 2023

Updated to latest core version also moved to peerDeps so it's easy to change version of core without conflicts.

@wawyed wawyed closed this as completed Apr 16, 2023
@nsgundy
Copy link
Author

nsgundy commented Apr 24, 2023

I can confirm the issue is now gone using the following versions:

    "@uirouter/angular": "^11.1.0",
    "@uirouter/angular-hybrid": "^15.0.2",
    "@uirouter/angularjs": "^1.1.0",
    "@uirouter/core": "^6.1.0",
    "@uirouter/rx": "^1.0.0",

Cheers 🍾

@wawyed
Copy link
Contributor

wawyed commented Apr 24, 2023

awesome :D

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

No branches or pull requests

2 participants