Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uirouter/angularjs (source) ~1.0.28 -> ~1.1.0 age adoption passing confidence

Release Notes

angular-ui/ui-router (@​uirouter/angularjs)

v1.1.1

Compare Source

Compare @uirouter/angularjs versions 1.1.0 and 1.1.1

Features

Updated @uirouter/core from 6.1.0 to 6.1.1

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.1.0 and 6.1.1

Bug Fixes
  • stateParams: $inherit is not affected by enumerable prototype custom methods (#​841) (9c94c2a)

v1.1.0

Compare Source

Compare @uirouter/angularjs versions 1.0.30 and 1.1.0

Features

Updated @uirouter/core from 6.0.8 to 6.1.0

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.8 and 6.1.0

Bug Fixes

1.0.30 (2021-12-01)

Compare @uirouter/angularjs versions 1.0.29 and 1.0.30


Updated @uirouter/core from 6.0.7 to 6.0.8

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.7 and 6.0.8

1.0.29 (2020-12-21)

Compare @uirouter/angularjs versions 1.0.28 and 1.0.29


Updated @uirouter/core from 6.0.6 to 6.0.7

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.6 and 6.0.7

Bug Fixes
  • array: Fix decoding of array-type query parameters (44ebfae)
  • Note: this fix does not affect angularjs

1.0.28 (2020-08-08)

Compare @uirouter/angularjs versions 1.0.27 and 1.0.28

Bug Fixes
  • should not transition states when alt-clicked (8080adb)

1.0.27 (2020-07-21)

Compare @uirouter/angularjs versions 1.0.26 and 1.0.27

Bug Fixes
  • make augmented StateRegistry.register overload better match the signature in core (db4e63f)

Updated @uirouter/core from 6.0.5 to 6.0.6

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.5 and 6.0.6

Bug Fixes
  • params: Bi-directionally en/decode path and search params. (#​618) (89e99cd)

1.0.26 (2020-04-29)

Compare @uirouter/angularjs versions 1.0.25 and 1.0.26


Updated @uirouter/core from 6.0.4 to 6.0.5

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.4 and 6.0.5

Bug Fixes
  • TargetState: make isDef check more thorough (e657cfe)
Features
  • urlRuleFactory: Add support for StateDeclarations in UrlRuleFactory.fromState() (539d33a)

1.0.25 (2020-02-04)

Compare @uirouter/angularjs versions 1.0.24 and 1.0.25


Updated @uirouter/core from 6.0.3 to 6.0.4

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.3 and 6.0.4

Bug Fixes
  • safeConsole: check if document is defined to avoid issues in node environments (da29d88)

1.0.24 (2019-12-30)

Compare @uirouter/angularjs versions 1.0.23 and 1.0.24


Updated @uirouter/core from 6.0.1 to 6.0.3

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.1 and 6.0.3

Bug Fixes
  • hof: Rewrite curry from scratch (fc324c6), closes #​350
  • IE9: Add safeConsole so IE9 doesn't break (9c8579d)
Features
  • stateService: add transition option 'supercede' so transition can be ignored if one is pending (6e5a56f)

1.0.23 (2019-10-02)

Compare @uirouter/angularjs versions 1.0.22 and 1.0.23

Bug Fixes

Updated @uirouter/core from 5.0.23 to 6.0.1

Compare @uirouter/core versions 5.0.23 and 6.0.1

Bug Fixes
  • resolve: remove unnecessary generics from CustomAsyncPolicy (#​452) (61f4ee9)
  • travis: use service: xvfb instead of launching it manually. install libgconf debian package (ac1ef4b)
Features
  • resolve: Remove RXWAIT async policy in favour of allowing user defined async policy function (#​366) (0ad87f6)
BREAKING CHANGES
  • resolve: RXWAIT async policy has been removed, but it never worked in the first place

1.0.22 (2019-01-29)

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

1.0.21 (2019-01-10)

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)

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

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)

1.0.18 (2018-05-19)

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)

1.0.17 (2018-05-13)

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

1.0.16 (2018-05-03)

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)

1.0.15 (2018-02-12)

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)

1.0.14 (2018-01-31)

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)

1.0.13 (2018-01-10)

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)

1.0.12 (2017-12-22)

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)

1.0.11 (2017-11-13)

Compare @uirouter/angularjs versions 1.0.10 and 1.0.11

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

1.0.10 (2017-10-18)

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

1.0.9 (2017-10-17)

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

1.0.8 (2017-10-07)

Compare @uirouter/angularjs versions 1.0.7 and 1.0.8

5.0.10 (2017-10-07)

Compare @uirouter/core versions 5.0.8 and 5.0.10

Bug Fixes
  • angular/cli: Use package.json fields: 'typings', 'main', 'jsnext:main' (74143d9)
  • isomorphic: Remove use of CustomEvent. Detect root scope (global/window/self) for nodejs, browser, or web-worker. (2d206ba)
  • typings: Use StateObject for parameter to hook criteria functions (5b58566)
Features
  • TransitionHook: Add hook registration option invokeLimit to limit the number of times a hook is invoked before being auto-deregistered. (2cb17ef)

1.0.7 (2017-09-30)

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)

@uirouter/angularjs 1.0.6 (2017-08-12)

Compare @uirouter/angularjs versions 1.0.5 and 1.0.6

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

Changes in @uirouter/core between versions 5.0.5 and 5.0.6 (2017-08-12)

Bug Fixes
  • sourceMaps: Embed typescript sources in sourcemaps (10558a3)
  • typescript: Fix strictNullCheck type error (0ae585e)
  • urlRouter: Fix absolute 'href' generation by using location.hostname (not location.host) (a28b68a)
  • urlService: Fix priority sorting of URL rules (73a1fe0)

1.0.5 (2017-06-29)

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

Changes in @uirouter/core between versions 5.0.3 and 5.0.5 (2017-06-29)

Bug Fixes
  • future: Allow future states to specify a parent: (828fe1b)
  • typescript: Update to typescript 2.4 (ce1669b)
  • view: only sync views which are of the same name and type (c48da4a)
Features
  • invalidTransition: Better error messaging when param values are invalid (2a15d1a)
  • trace: Trace view synchronization. Allow trace.enable(...string) (284392d)
  • urlMatcher: add support for multiline urls (5b11ce0)

1.0.4 (2017-06-09)

Bug Fixes
@​uirouter/core changes

5.0.4 (2017-06-09)

Bug Fixes
  • future: Allow future states to specify a parent: (828fe1b)
  • view: only sync views which are of the same name and type (c48da4a)
Features
  • invalidTransition: Better error messaging when param values are invalid (2a15d1a)
  • trace: Trace view synchronization. Allow trace.enable(...string) (284392d)

1.0.3 (2017-05-07)

Bug Fixes
  • templateFactory: Do not prepend x- to attribute names unless necessary. (e573f06)
Features
@​uirouter/core changes

5.0.3 (2017-05-07)

Bug Fixes
  • common: Fix implementation of 'pick' -- use hasOwnProperty (09848a4)
  • common: Re-fix implementation of 'pick' using for .. in (f2da7f4)
Features

1.0.1 (2017-05-04)

Bug Fixes
  • routeToComponent: Do not prefix component element with x- unless necessary. (60b9ef9)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/uirouter-angularjs-1.x branch from 86e72f0 to 1f74606 Compare August 31, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants