Skip to content

fix(deps): bump moment-timezone from ^0.5.48 to ^0.6.0#1247

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/moment-timezone-0.x
Open

fix(deps): bump moment-timezone from ^0.5.48 to ^0.6.0#1247
renovate[bot] wants to merge 1 commit intomainfrom
renovate/moment-timezone-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 30, 2025

This PR contains the following updates:

Package Change Age Confidence
moment-timezone (source) ^0.5.48^0.6.0 age confidence

Release Notes

moment/moment-timezone (moment-timezone)

v0.6.0

Compare Source

  • Fixed and updated TypeScript definitions. #​1132
    • Updated types to more accurately match the code implementation.
    • Added definitions for pre-built files (e.g. moment-timezone-with-data.js).

This release is a potential breaking change for TypeScript projects only.
The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types.

No implementation code has changed in this release.


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from gperdomor as a code owner May 30, 2025 09:55
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2025
@nx-cloud
Copy link

nx-cloud bot commented May 30, 2025

View your CI Pipeline Execution ↗ for commit 2d308da

Command Status Duration Result
nx affected -t lint test build typecheck e2e-ci ✅ Succeeded 1m 4s View ↗
nx-cloud record -- pnpm exec nx format:check ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-01 01:12:38 UTC

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 88e91ab to acabc70 Compare June 11, 2025 04:18
@vercel
Copy link
Contributor

vercel bot commented Jun 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cvb Ready Ready Preview, Comment Mar 1, 2026 2:12am
nx-tools Ready Ready Preview, Comment Mar 1, 2026 2:12am

@vercel
Copy link
Contributor

vercel bot commented Oct 14, 2025

Deployment failed with the following error:

Resource is limited - try again in 1 hour (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/gustavo-perdomos-projects?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from a00c9e8 to 60c6f6a Compare October 14, 2025 14:14
@vercel
Copy link
Contributor

vercel bot commented Oct 14, 2025

Deployment failed with the following error:

Resource is limited - try again in 57 minutes (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/gustavo-perdomos-projects?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 60c6f6a to d442cdb Compare October 14, 2025 14:28
@vercel
Copy link
Contributor

vercel bot commented Oct 14, 2025

Deployment failed with the following error:

Resource is limited - try again in 42 minutes (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/gustavo-perdomos-projects?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from d442cdb to f11821b Compare October 14, 2025 15:58
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 259fe15 to 31c7c76 Compare February 5, 2026 18:57
nx-cloud[bot]

This comment was marked as outdated.

@vercel
Copy link
Contributor

vercel bot commented Feb 5, 2026

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/gustavo-perdomos-projects?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 3a5525b to 484a0e9 Compare February 5, 2026 21:11
@vercel
Copy link
Contributor

vercel bot commented Feb 5, 2026

Deployment failed with the following error:

Resource is limited - try again in 6 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/gustavo-perdomos-projects?upgradeToPro=build-rate-limit

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 484a0e9 to f8e3dfb Compare February 6, 2026 00:41
@renovate renovate bot changed the title fix(deps): bump moment-timezone to v0.6.0 fix(deps): bump moment-timezone from ^0.5.48 to ^0.6.0 Feb 6, 2026
@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from f8e3dfb to 0226b20 Compare February 11, 2026 13:56
nx-cloud[bot]

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 98fba0d to 80bbbbf Compare February 12, 2026 14:57
@renovate renovate bot force-pushed the renovate/moment-timezone-0.x branch from 80bbbbf to 6f0baca Compare February 22, 2026 13:00
Copy link

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.

Nx Cloud has identified a possible root cause for your failed CI:

Our build is failing due to a pre-existing Nx version conflict (22.5.0 vs 22.5.1) in the dependency tree that causes TypeScript to see incompatible ExecutorContext types. The similar-task-failure-detector confirmed this exact error already exists in the main branch, unrelated to the moment-timezone bump in this PR. We need to resolve the Nx version duplication at the workspace level (pnpm dedupe or lockfile cleanup) rather than modify code.

No code changes were suggested for this issue.

Trigger a rerun:

Rerun CI

Nx Cloud View detailed reasoning on Nx Cloud ↗


🎓 Learn more about Self-Healing CI on nx.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant