chore(deps): update dependency ember-moment to v10 #404
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:
7.8.1→10.0.2Release Notes
adopted-ember-addons/ember-moment (ember-moment)
v10.0.2ember-moment 10.0.2 (patch)
🐛 Bug Fix
ember-moment,test-app-3.x,test-app-4.x,test-app-5.xCommitters: 1
v10.0.1ember-moment 10.0.1 (patch)
📝 Documentation
🏠 Internal
CHANGELOG.md(@mkszepp)repositoryto rootpackage.json(@mkszepp)@ember/stringto devDependency (@mkszepp)ember-moment@embroider/addon-shimto^1.8.9(@mkszepp)ember-moment,test-app-3.xtest-app-3.x,test-app-4.x,test-app-5.xtest-appfor each ember major version (@mkszepp)Committers: 6
10.0.0
momentlibrary itself. Apps should depend directly on eithermomentormoment-timezoneand 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, andlocaleOutputPathoptions inconfig/environment.jsare removed, since this addon is no longer responsible for providingmoment. See "Controlling Locale and Timezone Data" in the README.9.0.1
defaultFormatconfigured #3639.0.0
[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-classicthat 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
8.0.0
7.8.1
7.7.0
7.6.0
7.3.0
setLocaleandsetTimeZone. Better naming. Will continue to supportchangeLocaleandchangeTimeZonebut have updated README to prefer new method nameslocaleChangedandtimeZoneChangedeventslocaleproperty7.2.0
ember-macro-helpers7.1.1
ember-macro-helpers7.1.0
ember-macro-helpers7.0.3
ember-cli-moment-shimto 3.0.07.0.2
ember-cli-moment-shimto 2.2.1 (moment.now issue)7.0.1
ember-cli-moment-shimto 2.2.17.0.0
nowhelper returnsmoment.now()instead ofnew Date()momenthelpermoment-calendarhelpermoment-to-datehelperunixhelpermoment-subtractmoment-addhelpersember-getowner-polyfillas a direct depis-between,is-same-or-after,is-same-or-before,is-same,is-after,is-before)6.0.0
5.1.0
moment().calendar();(stefanpenner#143)5.0.2
5.0.1
5.0.0
4.2.1
ember-new-computed4.2.0
ember-cli-moment-shimdefaultFormatproperty to the service, whichmoment-formathelpers observer to recomputeoutputFormattypo onconfig/environment.jslookup led to it never being properly looked up4.1.0
timeZoneargument on all helperschangeLocaleandchangeTimeZone4.0.1
4.0.0
3.6.3-3.6.4
3.6.2
enlocale since included by default in moment3.6.1
3.6.0
3.5.1
3.5.0
3.4.0
allow-emptyargument to helpers to prevent Invalid Date to be rendered when passed an empty value (null, undefined, or "")localeargument to helpers to locally scope locale format to specific helpers3.3.0
3.2.1
3.2.0
moment,ago,durationin favor ofmoment-format,moment-from-now,moment-durationember-moment/computeds/ago->ember-moment/computeds/from-nowember-moment/computeds/moment->ember-moment/computeds/format3.1.0
trueis passed toincludeLocalesoption3.0.2
3.0.1
3.0.0
includeLocalesember-moment/computed. Explicit full path import paths to avoid naming conflicts.ember-moment/computeds/durationember-moment/computeds/momentember-moment/computeds/from-now2.0.1
2.0.0
ember-cli-moment-shiminstead ofember-momentember-momentconfiguration object toconfig/environment.jsand renamed tomoment.1.1.1
makeBoundHelper1.1.0
[ENHANCEMENT] HTMLBars support (backwards compat. with Handlebars)
[ENHANCEMENT] Adding duration helper with examples in the dummy app
1.0.0
[BREAKING ENHANCEMENT] The full
momentHandlebars helper signature is nowto better reflect common usage pattern. You are usually passing a date as the first argument, which does not require specifying an inputFormat, and at the same time, you usually do want to specify an output format. #12.
Fixes case of passing both input and output formats, and changes default output format.
Adds a few more usage examples to dummy app, and improves tests accordingly.
[BUGFIX] Passing a two arguments to the
momenthelper was not handled properly.[ENHANCEMENT] Added more examples to the dummy app
0.2.0
Early versions, before this doc was maintained
v10.0.0Compare Source
momentlibrary itself. Apps should depend directly on eithermomentormoment-timezoneand 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, andlocaleOutputPathoptions inconfig/environment.jsare removed, since this addon is no longer responsible for providingmoment. See "Controlling Locale and Timezone Data" in the README.v9.0.1Compare Source
defaultFormatconfigured #363v9.0.0Compare 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-classicthat 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.2Compare Source
v8.0.1Compare Source
v8.0.0Compare 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 was generated by Mend Renovate. View the repository job log.