Skip to content

Update dependencies#951

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/dependencies
Open

Update dependencies#951
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 26, 2019

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/angular (source) 1.6.541.8.9 age confidence
@types/react (source) 16.8.1716.14.69 age confidence
@types/react-dom (source) 16.8.416.9.25 age confidence
@types/react-router-dom (source) 4.3.34.3.5 age confidence
@uirouter/angularjs (source) 1.0.221.1.2 age confidence
core-js (source) 2.6.52.6.12 age confidence
docusaurus (source) 1.9.01.14.7 age confidence
js-cookie 2.2.02.2.1 age confidence
raven-js 3.27.03.27.2 age confidence
react (source) 16.8.616.14.0 age confidence
react-dom (source) 16.8.616.14.0 age confidence
reflect-metadata (source) 0.1.130.2.2 age confidence
uuid 3.3.23.4.0 age confidence
vue (source) 2.6.102.7.16 age confidence
vue-router (source) 3.0.63.6.5 age confidence
zone.js (source, changelog) 0.9.10.16.1 age confidence

Release Notes

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

v1.1.2

Compare Source

Compare @uirouter/angularjs versions 1.1.1 and 1.1.2


Updated @uirouter/core from 6.1.1 to 6.1.2

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.1.1 and 6.1.2

Bug Fixes

v1.1.1

Compare Source

Compare @uirouter/angularjs versions 1.1.1 and 1.1.2


Updated @uirouter/core from 6.1.1 to 6.1.2

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.1.1 and 6.1.2

Bug Fixes

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)

v1.0.30

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

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Japan, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/dependencies branch 3 times, most recently from e7cc6de to 83dc3f5 Compare May 31, 2019 06:19
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from ecf84e0 to 6cf2ff3 Compare June 13, 2019 19:33
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 647ced0 to 3c0c052 Compare June 21, 2019 00:54
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from f72b707 to b048440 Compare July 9, 2019 23:35
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from e995d3d to 8ab7f9e Compare July 26, 2019 20:25
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from d41e2e4 to 7319f5a Compare August 6, 2019 13:44
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from ffa4e9a to 5d56bd7 Compare August 14, 2019 03:52
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 96e177f to 344a241 Compare August 22, 2019 04:34
@renovate renovate bot force-pushed the renovate/dependencies branch from 344a241 to 934f3ae Compare August 30, 2019 13:18
@renovate renovate bot force-pushed the renovate/dependencies branch from 934f3ae to b0e46b0 Compare October 3, 2019 08:59
@renovate renovate bot force-pushed the renovate/dependencies branch from 9a4711b to 71a8a16 Compare August 25, 2020 09:53
@renovate renovate bot force-pushed the renovate/dependencies branch from 71a8a16 to 3777dec Compare October 29, 2020 06:00
@renovate renovate bot force-pushed the renovate/dependencies branch from 3777dec to e3fc221 Compare November 28, 2020 15:49
@renovate renovate bot force-pushed the renovate/dependencies branch from e3fc221 to a952eef Compare January 6, 2021 18:59
@renovate renovate bot force-pushed the renovate/dependencies branch from a952eef to 0609e0d Compare January 30, 2021 19:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 0609e0d to 5a615b3 Compare February 9, 2021 13:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 5a615b3 to 5752e90 Compare April 26, 2021 14:46
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 9c7e0e7 to fc70b8d Compare May 15, 2021 19:34
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 98ee703 to ad4a179 Compare June 12, 2021 15:12
@renovate renovate bot force-pushed the renovate/dependencies branch from ad4a179 to bd8bed0 Compare October 19, 2021 00:43
@renovate renovate bot force-pushed the renovate/dependencies branch from bd8bed0 to 36635e4 Compare March 7, 2022 13:47
@renovate renovate bot force-pushed the renovate/dependencies branch from 36635e4 to 0c641c4 Compare March 26, 2022 15:52
@renovate renovate bot force-pushed the renovate/dependencies branch from 0c641c4 to 603d192 Compare April 25, 2022 02:36
@renovate renovate bot force-pushed the renovate/dependencies branch from 603d192 to d82a83a Compare May 16, 2022 01:34
@renovate renovate bot force-pushed the renovate/dependencies branch from d82a83a to 048c7df Compare June 18, 2022 17:22
@renovate renovate bot force-pushed the renovate/dependencies branch from 048c7df to ffe514b Compare September 25, 2022 17:27
@renovate renovate bot force-pushed the renovate/dependencies branch from ffe514b to fe38237 Compare November 20, 2022 20:52
@renovate renovate bot force-pushed the renovate/dependencies branch from fe38237 to c160b30 Compare March 16, 2023 20:04
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 699f6d8 to f1cf2ba Compare March 29, 2023 22:51
@renovate renovate bot force-pushed the renovate/dependencies branch from f1cf2ba to d45e00d Compare April 17, 2023 11:29
@renovate renovate bot force-pushed the renovate/dependencies branch from d45e00d to 4462b75 Compare May 28, 2023 09:03
@renovate renovate bot force-pushed the renovate/dependencies branch from 4462b75 to 032c2b4 Compare June 14, 2023 12:25
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 627a14f to feaf44f Compare August 9, 2023 22:39
@renovate renovate bot force-pushed the renovate/dependencies branch from feaf44f to 1627618 Compare August 22, 2023 20:31
@codecov
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (917640e) to head (3777dec).

Current head 3777dec differs from pull request most recent head 7864ebc

Please upload reports for the commit 7864ebc to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #951       +/-   ##
=========================================
- Coverage   91.52%      0   -91.53%     
=========================================
  Files          25      0       -25     
  Lines         637      0      -637     
  Branches      112      0      -112     
=========================================
- Hits          583      0      -583     
+ Misses         30      0       -30     
+ Partials       24      0       -24     

see 25 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants