mike-north / ember-perf

Measure user-percieved performance data in your ember.js app
https://mike.works/ember-perf
MIT License
73 stars 20 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-source (source) 4.7.1 -> 4.8.0 age adoption passing confidence
eslint-plugin-ember 11.0.6 -> 11.1.0 age adoption passing confidence

Release Notes

emberjs/ember.js ### [`v4.8.0`](https://togithub.com/emberjs/ember.js/blob/HEAD/CHANGELOG.md#v480-October-17-2022) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v4.7.1...v4.8.0) - [#​20180](https://togithub.com/emberjs/ember.js/pull/20180) \[FEATURE] Publish an opt-in preview of public types for Ember - [#​20166](https://togithub.com/emberjs/ember.js/pull/20166) \[BUGFIX] Upgrade router_js to fix Linked list of RouteInfos contains undefined object
ember-cli/eslint-plugin-ember ### [`v11.1.0`](https://togithub.com/ember-cli/eslint-plugin-ember/blob/HEAD/CHANGELOG.md#v1110-2022-10-18) [Compare Source](https://togithub.com/ember-cli/eslint-plugin-ember/compare/v11.0.6...v11.1.0) ##### :rocket: Enhancement - [#​1632](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1632) Add `getEach` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1633](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1633) Add `setEach` to `forEach` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1631](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1631) Add `invoke` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1629](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1629) Add `reject` to `filter` autofixer for no-array-prototype-extensions rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1628](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1628) Add `objectsAt` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1630](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1630) Add `isAny` and `isEvery` autofixers for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1627](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1627) Add `rejectBy` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1626](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1626) Add `uniqBy` to `reduce` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1621](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1621) Add `sortBy` to `sort` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1620](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1620) Add `uniq` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1619](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1619) Add `mapBy` to `map` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1617](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1617) Add `without` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1616](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1616) Add `toArray` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1615](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1615) Add `objectAt` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1614](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1614) Add `findBy` to `find` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1611](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1611) Add `compact` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1610](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1610) Add `filterBy` to `filter` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) - [#​1609](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1609) Add `any` to `some` autofixer for `no-array-prototype-extensions` rule ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh)) ##### :bug: Bug Fix - [#​1635](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1635) Simpler autofix for `sortBy` with single arg for `no-array-prototype-extension` rule ([@​bmish](https://togithub.com/bmish)) ##### :memo: Documentation - [#​1639](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1639) Explain what the autofixer covers in `no-array-prototype-extensions` rule doc ([@​bmish](https://togithub.com/bmish)) - [#​1618](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1618) Add codemod links for jQuery-related rules ([@​bmish](https://togithub.com/bmish)) - [#​1601](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1601) Switch to dash for markdown lists ([@​bmish](https://togithub.com/bmish)) - [#​1582](https://togithub.com/ember-cli/eslint-plugin-ember/pull/1582) Add link to deprecation RFC in `no-array-prototype-extensions` rule doc ([@​bmish](https://togithub.com/bmish)) ##### Committers: 2 - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Santhosh Venkata Rama Siva Thanakala Gani ([@​tgvrssanthosh](https://togithub.com/tgvrssanthosh))

Configuration

šŸ“… Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

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

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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