fix: NO-JIRA update date-fns to latest version#672
Merged
Brad Paugh (braddialpad) merged 1 commit intostagingfrom Mar 18, 2025
Merged
fix: NO-JIRA update date-fns to latest version#672Brad Paugh (braddialpad) merged 1 commit intostagingfrom
Brad Paugh (braddialpad) merged 1 commit intostagingfrom
Conversation
Contributor
|
✔️ Deploy previews ready! |
Julio Ortega (juliodialpad)
approved these changes
Mar 17, 2025
Contributor
Julio Ortega (juliodialpad)
left a comment
There was a problem hiding this comment.
Thanks!
Julio Ortega (juliodialpad)
pushed a commit
that referenced
this pull request
Mar 18, 2025
## [2.178.1](dialtone-vue2/v2.178.0...dialtone-vue2/v2.178.1) (2025-03-18) ### Bug Fixes * NO-JIRA update date-fns to latest version ([#672](#672)) ([1ec525e](1ec525e))
Julio Ortega (juliodialpad)
pushed a commit
that referenced
this pull request
Mar 18, 2025
## [3.171.1](dialtone-vue3/v3.171.0...dialtone-vue3/v3.171.1) (2025-03-18) ### Bug Fixes * NO-JIRA update date-fns to latest version ([#672](#672)) ([1ec525e](1ec525e))
Julio Ortega (juliodialpad)
pushed a commit
that referenced
this pull request
Mar 18, 2025
## [9.105.1](dialtone/v9.105.0...dialtone/v9.105.1) (2025-03-18) ### Bug Fixes * NO-JIRA update date-fns to latest version ([#672](#672)) ([1ec525e](1ec525e))
Josh Carter (jcarter-dp)
pushed a commit
that referenced
this pull request
Apr 8, 2025
# [9.106.0-rebrand-2025-beta.6](dialtone/v9.106.0-rebrand-2025-beta.5...dialtone/v9.106.0-rebrand-2025-beta.6) (2025-03-19) ### Bug Fixes * NO-JIRA update date-fns to latest version ([#672](#672)) ([1ec525e](1ec525e)) ### Features * **Icon:** DLT-2426 add dialpad meetings icon ([#673](#673)) ([96ba523](96ba523))
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.
fix: NO-JIRA update date-fns to latest version
Obligatory GIF (super important!)
🛠️ Type Of Change
These types will increment the version number on release:
📖 Description
Updated date-fns to the latest version.
💡 Context
Security vuln found in this PR https://github.com/dialpad/integ-vue/pull/148
updated date-fns to the latest which no longer even uses
@babel/runtime. I went through the breaking changes here: https://date-fns.org/v3.0.0/docs/Change-Log#3.0.0-2023-12-18doesn't really seem like any of these are affecting us. date related components still work and all tests pass.
📝 Checklist
For all PRs:
🔮 Next Steps
Let integ-vue team know once this is released.
🔗 Sources
https://avd.aquasec.com/nvd/cve-2025-27789