mike-north / ember-resize

Respond to window and view resizing easily in Ember.js
http://mike.works/ember-resize
MIT License
83 stars 42 forks source link

chore(deps): stable ember infrastructure (patch) #296

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
ember-cli (source) devDependencies patch 3.8.0 -> 3.8.3
ember-cli-inject-live-reload devDependencies patch 2.0.1 -> 2.0.2
ember-export-application-global devDependencies patch 2.0.0 -> 2.0.1
ember-source (source) devDependencies patch 3.8.0 -> 3.8.3

Release Notes

ember-cli/ember-cli ### [`v3.8.3`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v383) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.8.2...v3.8.3) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.8.2...v3.8.3) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.8.2...v3.8.3) ##### Community Contributions - [#​8631](https://togithub.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@​rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.8.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v382) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.8.1...v3.8.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.8.1...v3.8.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.8.1...v3.8.2) ##### Community Contributions - [#​8482](https://togithub.com/ember-cli/ember-cli/pull/8482) Update `ember-ajax` in blueprints and tests [@​boris-petrov](https://togithub.com/boris-petrov) - [#​8370](https://togithub.com/ember-cli/ember-cli/pull/8370) Use `moduleName()` for templates [@​pzuraq](https://togithub.com/pzuraq) - [#​8556](https://togithub.com/ember-cli/ember-cli/pull/8556) Ensure packager respects source map config when concatting [@​stefanpenner](https://togithub.com/stefanpenner) Thank you to all who took the time to contribute! ### [`v3.8.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v381) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.8.0...v3.8.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.8.0...v3.8.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.8.0...v3.8.1) ##### Community Contributions - [#​8261](https://togithub.com/ember-cli/ember-cli/pull/8261) add server/\*_/_.js to eslint node files for app [@​kellyselden](https://togithub.com/kellyselden) - [#​8467](https://togithub.com/ember-cli/ember-cli/pull/8467) Ensure npm version is available during ember new / ember install foo. [@​rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute!
rwjblue/ember-cli-inject-live-reload ### [`v2.0.2`](https://togithub.com/rwjblue/ember-cli-inject-live-reload/compare/v2.0.1...f3e9beac85e6f6c0eddc80bed89064b0acd3c4fa) [Compare Source](https://togithub.com/rwjblue/ember-cli-inject-live-reload/compare/v2.0.1...f3e9beac85e6f6c0eddc80bed89064b0acd3c4fa)
ember-cli/ember-export-application-global ### [`v2.0.1`](https://togithub.com/ember-cli/ember-export-application-global/compare/v2.0.0...v2.0.1) [Compare Source](https://togithub.com/ember-cli/ember-export-application-global/compare/v2.0.0...v2.0.1)
emberjs/ember.js ### [`v3.8.3`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v383-June-28-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.8.2...v3.8.3) - [#​18159](https://togithub.com/emberjs/ember.js/pull/18159) [BUGFIX] Ensure `RouteInfo` object's do not eagerly cache routes in lazy Engines - [#​18150](https://togithub.com/emberjs/ember.js/pull/18150) [BUGFIX] Ensure string based event listeners that are removed are not retained - [#​18080](https://togithub.com/emberjs/ember.js/pull/18080) [BUGFIX] Fix `ember-template-compiler` compatibility with Fastboot. ### [`v3.8.2`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v382-June-4-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.8.1...v3.8.2) - [#​18071](https://togithub.com/emberjs/ember.js/pull/18071) [BUGFIX] Ensure modifiers do not run in FastBoot modes. ([#​18071](https://togithub.com/emberjs/ember.js/issues/18071)) - [#​18064](https://togithub.com/emberjs/ember.js/pull/18064) [BUGFIX] Fix 'hasAttribute is not a function' when jQuery is disabled ([#​18064](https://togithub.com/emberjs/ember.js/issues/18064)) - [#​17974](https://togithub.com/emberjs/ember.js/pull/17974) [BUGFIX] Ensure inheritable observers on object proxies are string based - [#​17859](https://togithub.com/emberjs/ember.js/pull/17859) [BUGFIX] Fixes a regression in the legacy build ### [`v3.8.1`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v381-April-02-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.8.0...v3.8.1) - [#​17684](https://togithub.com/emberjs/ember.js/pull/17684) [BUGFIX] Enable maximum rerendering limit to be customized. - [#​17823](https://togithub.com/emberjs/ember.js/pull/17823) Update router_js to 6.2.4

Renovate configuration

:date: Schedule: "after 3am,before 9am" in timezone America/Los_Angeles.

:vertical_traffic_light: Automerge: Enabled.

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

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



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