Update dependency ember-moment to v10 #254
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.0.0
->^10.0.0
Release Notes
adopted-ember-addons/ember-moment (ember-moment)
v10.0.0
Compare Source
moment
library itself. Apps should depend directly on eithermoment
ormoment-timezone
and import it viaember-auto-import
. Apps should make sure to remove any dependencies onember-cli-moment-shim
. See "Using Moment in Ember Apps & Addons" in the README.ember-auto-import
>= 2.includeTimezone
,includeLocales
, andlocaleOutputPath
options inconfig/environment.js
are removed, since this addon is no longer responsible for providingmoment
. See "Controlling Locale and Timezone Data" in the README.v9.0.1
Compare Source
defaultFormat
configured #363v9.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 [email protected] -- there is a branch on GitHub,
ember-classic
that is still open for bugfixes and other updates, iffolks need them.
Currently supported ember-source versions (tested in CI) are:
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
you would now want:
(internal): Migrate to GitHub Actions
v8.0.2
Compare Source
v8.0.1
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.