Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to Sugarjs Date formats and parsing #12480

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

jcortes
Copy link
Collaborator

@jcortes jcortes commented Jun 19, 2024

WHY

Improves Formating and Parsing input date time for formatting app making use of Sugarjs Lib with native javascript Date object suporting a lot of other formats like the ones showned in the documentation

Summary by CodeRabbit

  • New Features

    • Added description property to date input fields for better format guidance.
  • Improvements

    • Updated multiple actions to new versions for improved consistency and performance.
    • Replaced moment library with the sugar library for date handling, enhancing date formatting and parsing.
  • Dependencies

    • Removed moment and added sugar as a new library dependency.
  • Version Updates

    • Incremented versions of various actions to reflect recent changes and improvements.

Copy link

vercel bot commented Jun 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
pipedream-docs-redirect-do-not-edit ⬜️ Ignored (Inspect) Jun 21, 2024 3:46pm

Copy link

vercel bot commented Jun 19, 2024

@jcortes is attempting to deploy a commit to the Pipedreamers Team on Vercel.

A member of the Team first needs to authorize it.

@jcortes jcortes self-assigned this Jun 19, 2024
Copy link
Contributor

coderabbitai bot commented Jun 19, 2024

Walkthrough

This update focuses on enhancing date manipulation and formatting by integrating the sugar library in place of the moment library, updating the versions of multiple components, and refining certain date-related functionalities. Additionally, dependencies were updated in package.json, removing moment and adding sugar.

Changes

File Change Summary
components/.../add-subtract-time/add-subtract-time.ts Replaced moment with sugar for date operations and updated version to 0.0.5.
components/.../compare-dates/compare-dates.ts Updated version to 0.0.5.
components/.../convert-html-to-markdown/convert-html-to-markdown.ts Updated version to 0.0.6.
components/.../convert-html-to-text/convert-html-to-text.ts Updated version to 0.0.4.
components/.../convert-json-to-string/convert-json-to-string.ts Updated version to 0.0.5.
components/.../convert-markdown-to-html/convert-markdown-to-html.ts Updated version to 0.0.6.
components/.../date-time-format/date-time-format.ts Replaced moment with sugar for date formatting, updated description, and incremented version to 0.0.6.
components/.../extract-by-regular-expression/extract-by-regular-expression.ts Updated version to 0.0.5.
components/.../extract-email-address/extract-email-address.ts Updated version to 0.0.6.
components/.../extract-number/extract-number.ts Updated version to 0.0.5.
components/.../extract-phone-number/extract-phone-number.ts Updated version to 0.0.5.
components/.../extract-url/extract-url.ts Updated version to 0.0.5.
components/.../format-currency/format-currency.ts Updated version to 0.0.5.
components/.../format-number/format-number.ts Updated version to 0.0.5.
components/.../parse-json/parse-json.ts Updated version to 0.0.5.
components/.../replace-text/replace-text.ts Updated version to 0.0.5.
components/.../set-default-value/set-default-value.ts Updated version to 0.0.5.
components/.../split-text/split-text.ts Updated version to 0.0.5.
components/.../transform-case/transform-case.ts Updated version to 0.0.5.
components/.../trim-whitespace/trim-whitespace.ts Updated version to 0.0.5.
components/.../url-decode/url-decode.ts Updated version to 0.0.5.
components/.../url-encode/url-encode.ts Updated version to 0.0.5.
components/.../common/date-time/commonDateTime.ts Added description property to inputDate.
components/.../common/date-time/dateFormats.ts Removed label in DateFormat, adjusted value, inputFn, and outputFn to use sugar library.
components/formatting/package.json Version updated to 0.2.0, removed moment, added sugar as dependency.

💻✨ In code we trust,

From moments to sugar, a must.

A change in time, a shift in date,

Formats now more up-to-date.

Props to numbers, emails too,

Magic in each line we drew! 🎩🐇


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@jcortes jcortes added the refactor Apply this label for component refactors (not net new components) label Jun 19, 2024
@jcortes jcortes force-pushed the formatting-fix-date-time-format branch from c056a27 to 81db360 Compare June 19, 2024 18:54
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range and nitpick comments (3)
components/formatting/common/date-time/commonDateTime.ts (1)

Line range hint 36-36: Replace isNaN with Number.isNaN for safer type checking.

- if (isNaN(dateObj.getFullYear())) throw new Error("Invalid date");
+ if (Number.isNaN(dateObj.getFullYear())) throw new Error("Invalid date");
components/formatting/actions/format-currency/format-currency.ts (2)

Line range hint 71-74: Move the default case to the last position in the switch statement to align with best practices.

  switch (currencyFormat.match(/¤+$/g)?.[0].length) {
  case 2:
    result += ` ${isoCode}`;
    break;
  case 3:
    result += ` ${currencyName}`;
    break;
+ default:
+   break;
- default:
-   break;
  }

Line range hint 55-55: Replace isNaN with Number.isNaN to avoid type coercion issues.

- if (isNaN(Number(integer))) throw new ConfigurationError("**Invalid number** - please check your input.");
+ if (Number.isNaN(Number(integer))) throw new ConfigurationError("**Invalid number** - please check your input.");
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between cd5558b and 81db360.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (25)
  • components/formatting/actions/add-subtract-time/add-subtract-time.ts (3 hunks)
  • components/formatting/actions/compare-dates/compare-dates.ts (1 hunks)
  • components/formatting/actions/convert-html-to-markdown/convert-html-to-markdown.ts (1 hunks)
  • components/formatting/actions/convert-html-to-text/convert-html-to-text.ts (1 hunks)
  • components/formatting/actions/convert-json-to-string/convert-json-to-string.ts (1 hunks)
  • components/formatting/actions/convert-markdown-to-html/convert-markdown-to-html.ts (1 hunks)
  • components/formatting/actions/date-time-format/date-time-format.ts (3 hunks)
  • components/formatting/actions/extract-by-regular-expression/extract-by-regular-expression.ts (1 hunks)
  • components/formatting/actions/extract-email-address/extract-email-address.ts (1 hunks)
  • components/formatting/actions/extract-number/extract-number.ts (1 hunks)
  • components/formatting/actions/extract-phone-number/extract-phone-number.ts (1 hunks)
  • components/formatting/actions/extract-url/extract-url.ts (1 hunks)
  • components/formatting/actions/format-currency/format-currency.ts (1 hunks)
  • components/formatting/actions/format-number/format-number.ts (1 hunks)
  • components/formatting/actions/parse-json/parse-json.ts (1 hunks)
  • components/formatting/actions/replace-text/replace-text.ts (1 hunks)
  • components/formatting/actions/set-default-value/set-default-value.ts (1 hunks)
  • components/formatting/actions/split-text/split-text.ts (1 hunks)
  • components/formatting/actions/transform-case/transform-case.ts (1 hunks)
  • components/formatting/actions/trim-whitespace/trim-whitespace.ts (1 hunks)
  • components/formatting/actions/url-decode/url-decode.ts (1 hunks)
  • components/formatting/actions/url-encode/url-encode.ts (1 hunks)
  • components/formatting/common/date-time/commonDateTime.ts (1 hunks)
  • components/formatting/common/date-time/dateFormats.ts (3 hunks)
  • components/formatting/package.json (2 hunks)
Files skipped from review due to trivial changes (20)
  • components/formatting/actions/compare-dates/compare-dates.ts
  • components/formatting/actions/convert-html-to-markdown/convert-html-to-markdown.ts
  • components/formatting/actions/convert-html-to-text/convert-html-to-text.ts
  • components/formatting/actions/convert-json-to-string/convert-json-to-string.ts
  • components/formatting/actions/convert-markdown-to-html/convert-markdown-to-html.ts
  • components/formatting/actions/extract-by-regular-expression/extract-by-regular-expression.ts
  • components/formatting/actions/extract-email-address/extract-email-address.ts
  • components/formatting/actions/extract-number/extract-number.ts
  • components/formatting/actions/extract-phone-number/extract-phone-number.ts
  • components/formatting/actions/extract-url/extract-url.ts
  • components/formatting/actions/format-number/format-number.ts
  • components/formatting/actions/parse-json/parse-json.ts
  • components/formatting/actions/replace-text/replace-text.ts
  • components/formatting/actions/set-default-value/set-default-value.ts
  • components/formatting/actions/split-text/split-text.ts
  • components/formatting/actions/transform-case/transform-case.ts
  • components/formatting/actions/trim-whitespace/trim-whitespace.ts
  • components/formatting/actions/url-decode/url-decode.ts
  • components/formatting/actions/url-encode/url-encode.ts
  • components/formatting/package.json
Additional context used
Biome
components/formatting/common/date-time/commonDateTime.ts

[error] 36-36: isNaN is unsafe. It attempts a type coercion. Use Number.isNaN instead. (lint/suspicious/noGlobalIsNan)

See the MDN documentation for more details.
Unsafe fix: Use Number.isNaN instead.

components/formatting/actions/format-currency/format-currency.ts

[error] 71-74: The default clause should be the last switch clause. (lint/suspicious/useDefaultSwitchClauseLast)

The following case clause is here:

Regardless its position, the default clause is always executed when there is no match. To avoid confusion, the default clause should be the last switch clause.


[error] 55-55: isNaN is unsafe. It attempts a type coercion. Use Number.isNaN instead. (lint/suspicious/noGlobalIsNan)

See the MDN documentation for more details.
Unsafe fix: Use Number.isNaN instead.

Additional comments not posted (11)
components/formatting/common/date-time/commonDateTime.ts (1)

12-12: Updated description for inputDate prop provides clear guidance on the expected format and the behavior when the format is not set. This is a good improvement for usability.

components/formatting/actions/date-time-format/date-time-format.ts (3)

6-6: Import of sugar library aligns with the PR's objective to migrate from moment to sugar for date-time manipulation.


11-11: Enhanced descriptions with links to the Sugarjs documentation improve the clarity and usability of the action.

Also applies to: 22-22


35-35: The fallback to sugar.Date.format when no specific formatter is found in DATE_FORMAT_PARSE_MAP is a sensible default behavior.

components/formatting/actions/format-currency/format-currency.ts (1)

12-12: Update of the version number reflects the changes made in the action, ensuring proper version tracking.

components/formatting/actions/add-subtract-time/add-subtract-time.ts (3)

9-9: Import of sugar is consistent with the migration strategy outlined in the PR, facilitating enhanced date-time manipulation.


21-21: Version update to 0.0.5 properly reflects the enhancements and changes in the functionality of this action.


89-89: Utilization of sugar.Date.create for date creation in the time manipulation logic is an appropriate use of the new library, ensuring consistency with the rest of the codebase.

components/formatting/common/date-time/dateFormats.ts (3)

185-185: Confirm the correct mapping of date formats in DATE_FORMAT_OPTIONS.


20-22: Review and test the new date format strings to ensure they are compatible with Sugarjs.

Also applies to: 26-28, 32-34, 38-40, 44-50, 54-60, 64-66, 70-72, 76-78, 82-84, 88-90, 94-96, 100-109, 117-126, 133-142, 149-151, 158-160


13-13: Ensure proper handling of UNIX timestamp conversion.

Verification successful

The line return sugar.Date.create(num * 1000 || str); is part of the DEFAULT_INPUT_FUNCTION arrow function, which attempts to handle UNIX timestamp conversion. The code multiplies num by 1000, which is appropriate for converting seconds to milliseconds, and then passes it to sugar.Date.create.

  • File: components/formatting/common/date-time/dateFormats.ts
  • Line: 13

The conversion logic appears to be correct.

Scripts executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Description: Verify that UNIX timestamps are correctly handled by the input function.

# Test: Check the handling of UNIX timestamps in the input function.
ast-grep --lang typescript --pattern $'function inputFn($_) {
  sugar.Date.create($_);
}'

Length of output: 90



Script:

#!/bin/bash
# Find the function definition that contains the line `return sugar.Date.create(num * 1000 || str);`
ast-grep --lang typescript --pattern $'function $_($_) {
  $$$
  return sugar.Date.create(num * 1000 || str);
  $$$
}' --json

Length of output: 129



Script:

#!/bin/bash
# Search for the line `return sugar.Date.create(num * 1000 || str);` in the file `dateFormats.ts`
rg 'return sugar.Date.create\(num \* 1000 \|\| str\);' --json

Length of output: 1026



Script:

#!/bin/bash
# Find the function definition that contains line 13 in `components/formatting/common/date-time/dateFormats.ts`
ast-grep --lang typescript --pattern $'function $_($_) {
  $$$
  return sugar.Date.create(num * 1000 || str);
  $$$
}' components/formatting/common/date-time/dateFormats.ts --json

Length of output: 183



Script:

#!/bin/bash
# Search for the line `return sugar.Date.create(num * 1000 || str);` in the file `dateFormats.ts`
rg 'return sugar.Date.create\(num \* 1000 \|\| str\);' --json

Length of output: 1024



Script:

#!/bin/bash
# Search for the function definition containing line 13 in `components/formatting/common/date-time/dateFormats.ts`
rg 'function .*' -A 10 components/formatting/common/date-time/dateFormats.ts

Length of output: 78



Script:

#!/bin/bash
# Search for arrow functions or methods in `components/formatting/common/date-time/dateFormats.ts`
rg 'const .* = \(.*\) =>' components/formatting/common/date-time/dateFormats.ts

Length of output: 153



Script:

#!/bin/bash
# Search for the body of the arrow function `DEFAULT_INPUT_FUNCTION` in `components/formatting/common/date-time/dateFormats.ts`
rg 'export const DEFAULT_INPUT_FUNCTION: DateFormat\["inputFn"\] = \(str\) =>' -A 10 components/formatting/common/date-time/dateFormats.ts

Length of output: 461

@jcortes jcortes force-pushed the formatting-fix-date-time-format branch from 81db360 to f27d6e9 Compare June 19, 2024 19:05
@jcortes jcortes added this to Ready for PR review in Component (Source and Action) Backlog Jun 19, 2024
@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jun 19, 2024
@luancazarine luancazarine moved this from Ready for PR review to In Review in Component (Source and Action) Backlog Jun 20, 2024
luancazarine
luancazarine previously approved these changes Jun 20, 2024
Copy link
Collaborator

@luancazarine luancazarine left a comment

Choose a reason for hiding this comment

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

Hi @jcortes, thanks for your contribution! LGTM!

@luancazarine luancazarine moved this from In Review to Ready for QA in Component (Source and Action) Backlog Jun 20, 2024
@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Jun 21, 2024
@vunguyenhung vunguyenhung moved this from In QA to Changes Required in Component (Source and Action) Backlog Jun 21, 2024
@vunguyenhung
Copy link
Collaborator

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information
https://vunguyenhung.notion.site/Migration-to-Sugarjs-Date-formats-and-parsing-12480-0272088bc7c84204a713b7ecbcdfb387

@jcortes jcortes force-pushed the formatting-fix-date-time-format branch from f27d6e9 to 83e5c85 Compare June 21, 2024 15:46
@jcortes jcortes moved this from Changes Required to Ready for QA in Component (Source and Action) Backlog Jun 21, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Outside diff range and nitpick comments (2)
components/formatting/actions/format-currency/format-currency.ts (2)

Line range hint 55-55: Replace isNaN with Number.isNaN for type safety.

Similar to the previous file, replace isNaN with Number.isNaN to avoid type coercion and ensure more accurate checks.

- if (isNaN(Number(integer))) {
+ if (Number.isNaN(Number(integer))) {

Line range hint 71-74: Reorder switch cases to place default last.

The default case should be the last in the switch statement to improve readability and follow common coding standards.

  switch (currencyFormat.match(/¤+$/g)?.[0].length) {
+   default:
+     break;
-   default:
-     break;

    // ¤¤ - ISO currency symbol: USD, BRL, etc.
    case 2:
      result += ` ${isoCode}`;
      break;

    // ¤¤¤ - Currency display name: United States dollar, Brazilian real, etc.
    case 3:
      result += ` ${currencyName}`;
      break;
  }
Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 81db360 and 83e5c85.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (25)
  • components/formatting/actions/add-subtract-time/add-subtract-time.ts (4 hunks)
  • components/formatting/actions/compare-dates/compare-dates.ts (1 hunks)
  • components/formatting/actions/convert-html-to-markdown/convert-html-to-markdown.ts (1 hunks)
  • components/formatting/actions/convert-html-to-text/convert-html-to-text.ts (1 hunks)
  • components/formatting/actions/convert-json-to-string/convert-json-to-string.ts (1 hunks)
  • components/formatting/actions/convert-markdown-to-html/convert-markdown-to-html.ts (1 hunks)
  • components/formatting/actions/date-time-format/date-time-format.ts (3 hunks)
  • components/formatting/actions/extract-by-regular-expression/extract-by-regular-expression.ts (1 hunks)
  • components/formatting/actions/extract-email-address/extract-email-address.ts (1 hunks)
  • components/formatting/actions/extract-number/extract-number.ts (1 hunks)
  • components/formatting/actions/extract-phone-number/extract-phone-number.ts (1 hunks)
  • components/formatting/actions/extract-url/extract-url.ts (1 hunks)
  • components/formatting/actions/format-currency/format-currency.ts (1 hunks)
  • components/formatting/actions/format-number/format-number.ts (1 hunks)
  • components/formatting/actions/parse-json/parse-json.ts (1 hunks)
  • components/formatting/actions/replace-text/replace-text.ts (1 hunks)
  • components/formatting/actions/set-default-value/set-default-value.ts (1 hunks)
  • components/formatting/actions/split-text/split-text.ts (2 hunks)
  • components/formatting/actions/transform-case/transform-case.ts (1 hunks)
  • components/formatting/actions/trim-whitespace/trim-whitespace.ts (1 hunks)
  • components/formatting/actions/url-decode/url-decode.ts (1 hunks)
  • components/formatting/actions/url-encode/url-encode.ts (1 hunks)
  • components/formatting/common/date-time/commonDateTime.ts (1 hunks)
  • components/formatting/common/date-time/dateFormats.ts (2 hunks)
  • components/formatting/package.json (2 hunks)
Files not reviewed due to errors (1)
  • components/formatting/common/date-time/commonDateTime.ts (no review received)
Files skipped from review as they are similar to previous changes (23)
  • components/formatting/actions/add-subtract-time/add-subtract-time.ts
  • components/formatting/actions/compare-dates/compare-dates.ts
  • components/formatting/actions/convert-html-to-markdown/convert-html-to-markdown.ts
  • components/formatting/actions/convert-html-to-text/convert-html-to-text.ts
  • components/formatting/actions/convert-json-to-string/convert-json-to-string.ts
  • components/formatting/actions/convert-markdown-to-html/convert-markdown-to-html.ts
  • components/formatting/actions/date-time-format/date-time-format.ts
  • components/formatting/actions/extract-by-regular-expression/extract-by-regular-expression.ts
  • components/formatting/actions/extract-email-address/extract-email-address.ts
  • components/formatting/actions/extract-number/extract-number.ts
  • components/formatting/actions/extract-phone-number/extract-phone-number.ts
  • components/formatting/actions/extract-url/extract-url.ts
  • components/formatting/actions/format-number/format-number.ts
  • components/formatting/actions/parse-json/parse-json.ts
  • components/formatting/actions/replace-text/replace-text.ts
  • components/formatting/actions/set-default-value/set-default-value.ts
  • components/formatting/actions/split-text/split-text.ts
  • components/formatting/actions/transform-case/transform-case.ts
  • components/formatting/actions/trim-whitespace/trim-whitespace.ts
  • components/formatting/actions/url-decode/url-decode.ts
  • components/formatting/actions/url-encode/url-encode.ts
  • components/formatting/common/date-time/dateFormats.ts
  • components/formatting/package.json
Additional context used
Biome
components/formatting/common/date-time/commonDateTime.ts

[error] 36-36: isNaN is unsafe. It attempts a type coercion. Use Number.isNaN instead. (lint/suspicious/noGlobalIsNan)

See the MDN documentation for more details.
Unsafe fix: Use Number.isNaN instead.

components/formatting/actions/format-currency/format-currency.ts

[error] 71-74: The default clause should be the last switch clause. (lint/suspicious/useDefaultSwitchClauseLast)

The following case clause is here:

Regardless its position, the default clause is always executed when there is no match. To avoid confusion, the default clause should be the last switch clause.


[error] 55-55: isNaN is unsafe. It attempts a type coercion. Use Number.isNaN instead. (lint/suspicious/noGlobalIsNan)

See the MDN documentation for more details.
Unsafe fix: Use Number.isNaN instead.

Additional comments not posted (1)
components/formatting/actions/format-currency/format-currency.ts (1)

12-12: Version updated to reflect changes.

The version number has been incremented, which is appropriate to indicate that changes have been made to the action's functionality.

@vunguyenhung vunguyenhung moved this from Ready for QA to In QA in Component (Source and Action) Backlog Jun 24, 2024
@vunguyenhung vunguyenhung moved this from In QA to Ready for release in Component (Source and Action) Backlog Jun 24, 2024
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Migration-to-Sugarjs-Date-formats-and-parsing-12480-0272088bc7c84204a713b7ecbcdfb387

@jcortes
Copy link
Collaborator Author

jcortes commented Jun 24, 2024

/approve

@jcortes jcortes merged commit 49e4877 into PipedreamHQ:master Jun 24, 2024
9 of 10 checks passed
@michelle0927 michelle0927 moved this from Ready for release to Done in Component (Source and Action) Backlog Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Apply this label for component refactors (not net new components) triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging this pull request may close these issues.

None yet

4 participants