Development - #78
Open
dathbe wants to merge 11 commits into
Open
Conversation
Replace moment-timezone with Temporal
Owner
Author
|
@KristjanESPERANTO - the latest couple of point versions of MM requiure a Node.js version that implements Temporal. Is there any reason I shouldn't switch my modules from moment-timezone (or moment) to Temporal now? |
added 2 commits
April 4, 2026 13:04
Contributor
|
Temporal isn't yet easily usable in Node.js, but it is in Electron. So if you're only using it in frontend code (as you are here), I would definitely encouraging using it. I hope with Node.js 26, we will have it in the backend 🙂 |
Bumps [globals](https://github.com/sindresorhus/globals) from 17.4.0 to 17.6.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.4.0...v17.6.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…t/globals-17.6.0 Bump globals from 17.4.0 to 17.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…t/eslint-10.3.0 Bump eslint from 10.2.0 to 10.3.0
Bumps [eslint](https://github.com/eslint/eslint) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…t/eslint-10.4.0 Bump eslint from 10.3.0 to 10.4.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.