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): update dependency ember-moment to v10 #404

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-moment 7.8.1 -> 10.0.1 age adoption passing confidence

Release Notes

adopted-ember-addons/ember-moment (ember-moment)

v10.0.0

Compare Source

  • [BREAKING] This addon no longer provides the moment library itself. Apps should depend directly on either moment or moment-timezone and import it via ember-auto-import. Apps should make sure to remove any dependencies on ember-cli-moment-shim. See "Using Moment in Ember Apps & Addons" in the README.
  • [BREAKING] This is a v2 addon so your app must have ember-auto-import >= 2.
  • [BREAKING] includeTimezone, includeLocales, and localeOutputPath options in config/environment.js are removed, since this addon is no longer responsible for providing moment. See "Controlling Locale and Timezone Data" in the README.

v9.0.1

Compare Source

v9.0.0

Compare Source

  • [BREAKING] drops support for Node 8 and 10

  • [BREAKING] drops support for ember-source < 3.16

    If you need to use ember-moment with ember-source older than 3.16,
    you can still use ember-moment@v8.x -- there is a branch on GitHub,
    ember-classic that is still open for bugfixes and other updates, if
    folks need them.

    Currently supported ember-source versions (tested in CI) are:

    • 3.16
    • 3.20
    • 3.24

    Additionally, CI is also testing against ember-release/beta/canary
    as well as embroider-safe and embroider-optimized builds.

  • [BREAKING] removed computed property macros

    Octane prefers vanillaJS:tm: getters over computed macros.

    For example, where you would previously have

    @&#8203;duration(...) myDuration

    you would now want:

    get myDuration() {
      return moment.duration(...);
    }
  • (internal): Migrate to GitHub Actions

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

  • [BREAKING] drops Node 6 support
  • Updates ember-macro-helpers to 4.x

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/ember-moment-10.x branch from 2674531 to 914bf9d Compare January 20, 2024 05:12
@renovate renovate bot force-pushed the renovate/ember-moment-10.x branch from 914bf9d to a5cf913 Compare June 27, 2024 15:51
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