mike-north / ember-monaco

Monaco editor for Ember.js apps
BSD 2-Clause "Simplified" License
18 stars 15 forks source link

chore(deps): stable ember infrastructure (minor) #289

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-source (source) 3.25.3 -> 3.26.0 age adoption passing confidence
eslint-plugin-ember 10.2.0 -> 10.3.0 age adoption passing confidence

Release Notes

emberjs/ember.js ### [`v3.26.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3260-March-22-2021) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.25.3...v3.26.0) - [#​19255](https://togithub.com/emberjs/ember.js/pull/19255) [DEPRECATION] Deprecate transition methods of controller and route per [RFC #​674](https://togithub.com/emberjs/rfcs/blob/master/text/0674-deprecate-transition-methods-of-controller-and-route.md). - [#​19345](https://togithub.com/emberjs/ember.js/pull/19345) [DEPRECATION] Deprecate `` positional arguments per [RFC #​698](https://togithub.com/emberjs/rfcs/blob/master/text/0698-deprecate-link-to-positional-arguments.md). - [#​19346](https://togithub.com/emberjs/ember.js/pull/19346) [DEPRECATION] Deprecate `{{#with}}` per [RFC #​445](https://togithub.com/emberjs/rfcs/blob/master/text/0445-deprecate-with.md) - [#​19358](https://togithub.com/emberjs/ember.js/pull/19358) [DEPRECATION] Deprecate implicit injections per [RFC #​680](https://togithub.com/emberjs/rfcs/blob/master/text/0680-implicit-injection-deprecation.md) - [#​19359](https://togithub.com/emberjs/ember.js/pull/19359) [DEPRECATION] Deprecates old browser support policy per [RFC #​685 New Browser Support Policy](https://togithub.com/emberjs/rfcs/blob/master/text/0685-new-browser-support-policy.md). - [#​19371](https://togithub.com/emberjs/ember.js/pull/19371) [DEPRECATION] Deprecate implicit `this` property lookup fallback per [RFC #​308] - [#​19372](https://togithub.com/emberjs/ember.js/pull/19372) [DEPRECATION] Adds deprecations for Classic edition and optional features per [RFC #​704](https://togithub.com/emberjs/rfcs/blob/master/text/0704-deprecate-octane-optional-features.md) and [RFC #​705](https://togithub.com/emberjs/rfcs/blob/master/text/0705-deprecate-jquery-optional-feature.md). - [#​19373](https://togithub.com/emberjs/ember.js/pull/19373) [DEPRECATION] Deprecate old manager capabilities per [RFC #​686](https://togithub.com/emberjs/rfcs/blob/master/text/0686-deprecate-old-manager-capabilities-versions.md) - [#​19374](https://togithub.com/emberjs/ember.js/pull/19374) [DEPRECATION] Deprecate `hasBlock` and `hasBlockParams` per [RFC #​689](https://togithub.com/emberjs/rfcs/blob/master/text/0689-deprecate-has-block.md). - [#​19375](https://togithub.com/emberjs/ember.js/pull/19375) [DEPRECATION] Deprecate old class binding syntax and {{attrs}} per [RFC #​691](https://togithub.com/emberjs/rfcs/blob/master/text/0691-deprecate-class-binding-and-class-name-bindings.md) and [RFC #​690](https://togithub.com/emberjs/rfcs/blob/master/text/0690-deprecate-attrs-in-templates.md). - [#​19381](https://togithub.com/emberjs/ember.js/pull/19381) [DEPRECATION] Deprecate Array Observers per [RFC #​692](https://togithub.com/emberjs/rfcs/blob/master/text/0692-deprecate-array-observers.md). - [#​19379](https://togithub.com/emberjs/ember.js/pull/19379) [CLEANUP] Refactor DataAdapter to not use observers or array observers - [#​19378](https://togithub.com/emberjs/ember.js/pull/19378) [BUGFIX] Fix typo in template-only-glimmer-components feature detection - [#​19298](https://togithub.com/emberjs/ember.js/pull/19298) [BUGFIX] Route serialize did not extract param off proxy - [#​19469](https://togithub.com/emberjs/ember.js/pull/19469) [BUGFIX] Prevent eager argument consumption on modifier destruction - [#​19405](https://togithub.com/emberjs/ember.js/pull/19405) [BUGFIX] Avoid instantiation errors when `app/router.js` injects the router service. - [#​19436](https://togithub.com/emberjs/ember.js/pull/19436) [BUGFIX] Support observer keys with colons
ember-cli/eslint-plugin-ember ### [`v10.3.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md#v1030-2021-03-22) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v10.2.0...v10.3.0) ##### :rocket: Enhancement - [#​1113](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1113) Add `additionalClassImports` option to `no-classic-classes` rule ([@​scalvert](https://togithub.com/scalvert)) ##### :bug: Bug Fix - [#​1115](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1115) Fix crash with dynamic/variable route name in `no-shadow-route-definition` rule ([@​bmish](https://togithub.com/bmish)) - [#​1102](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1102) Fix crash with `this.extend()` in `no-classic-classes` rule ([@​bmish](https://togithub.com/bmish)) - [#​1114](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1114) Ensure rules validate arrays in options to have at least one item and unique items ([@​bmish](https://togithub.com/bmish)) - [#​1103](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1103) Only calculate source module name once in import util function for slight optimization ([@​bmish](https://togithub.com/bmish)) - [#​1081](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1081) Update `avoid-leaking-state-in-ember-objects` rule to apply to mixins ([@​jaydgruber](https://togithub.com/jaydgruber)) ##### Committers: 3 - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Steve Calvert ([@​scalvert](https://togithub.com/scalvert)) - [@​jaydgruber](https://togithub.com/jaydgruber)

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.