Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ember-decorators monorepo (major) #253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember-decorators/babel-transforms 3.1.5 -> 5.2.0 age adoption passing confidence
ember-decorators (source) 4.0.3 -> 6.1.1 age adoption passing confidence

Release Notes

ember-decorators/ember-decorators (@​ember-decorators/babel-transforms)

v5.2.0

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

Breaking Changes

  1. @readOnly and @volatile have been removed in favor of @(computed().readOnly()) and @(computed().volatile()) style declarations. All classic modifiers are available, enabled, and chainable in this way.
  2. @reads and @overridableReads have been removed and changed back to @readOnly and @reads respectively, and @oneWay has been added back.
  3. @service and @controller have both been renamed to inject to match the exports in Ember proper.
  4. The shouldThrowOnComputedOverride configuration option has been removed, since it is not an option in Ember proper.
  5. Removed the macro function in favor of compatibility with classic classes

New Features

  1. @computed can now receive a ComputedPropertyDescriptor as its last argument (e.g. a function or { get, set } object.
  2. All computed property decorators can now be used in classic classes as well. This makes the decorators a drop-in replacement for @ember/object#computed.
  3. @action now binds action methods as well as copying their reference.

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Breaking Changes

  • Drops support for Typescript 2.7 (now only 2.8+)

Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, 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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from bf8abee to d6f8b6c Compare August 29, 2020 22:13
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from d6f8b6c to 562182a Compare October 17, 2020 19:09
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch 2 times, most recently from 1fad23e to 4671ae7 Compare November 11, 2020 00:13
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 4671ae7 to 0569a37 Compare December 21, 2020 10:37
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 0569a37 to 20c4da8 Compare January 25, 2021 10:33
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 20c4da8 to 5696142 Compare March 22, 2021 13:36
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 5696142 to 6ce3dd6 Compare April 5, 2021 10:13
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 6ce3dd6 to b33874c Compare May 3, 2021 10:18
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from b33874c to 599de28 Compare May 10, 2021 10:37
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 599de28 to e03b6c5 Compare May 24, 2021 09:28
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from e03b6c5 to 25fcaa1 Compare August 16, 2021 09:38
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 25fcaa1 to 44d9ca8 Compare September 21, 2021 01:56
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from 44d9ca8 to f718a5c Compare September 25, 2022 17:40
@renovate renovate bot force-pushed the renovate/major-ember-decorators-monorepo branch from f718a5c to f2c6866 Compare November 20, 2022 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants