Skip to content

Conversation

@lcaresia
Copy link
Collaborator

@lcaresia lcaresia commented Jul 15, 2025

WHY

Summary by CodeRabbit

  • Documentation
    • Improved capitalization for "Actor" in user-facing descriptions and documentation.
  • Chores
    • Updated version numbers for several Apify actions and sources.
    • Added a new dependency for Apify components and updated package version.
    • Standardized usage of constants for webhook event types in Apify.
    • Added a new HTTP header to Apify integration requests.
    • Added newline characters to the end of multiple component files for consistency.

@vercel
Copy link

vercel bot commented Jul 15, 2025

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

3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Ignored (Inspect) Visit Preview Jul 15, 2025 8:46pm
pipedream-docs ⬜️ Ignored (Inspect) Jul 15, 2025 8:46pm
pipedream-docs-redirect-do-not-edit ⬜️ Ignored (Inspect) Jul 15, 2025 8:46pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 15, 2025

Walkthrough

This update primarily introduces minor formatting improvements by adding newline characters at the end of many .app.mjs files. Several Apify-related components receive updates including version bumps, capitalization corrections for "Actor", and the replacement of hardcoded webhook event type strings with imported constants. A new dependency is added to Apify's package configuration.

Changes

File(s) Change Summary
components/*/*.app.mjs
(accuweather, adtraction, alt_text_generator_ai, ... etc.)
Added a newline character at the end of the file; no logic or functional changes.
components/apify/README.md Corrected capitalization: "Apify actor" → "Apify Actor" in documentation.
components/apify/package.json Incremented version to 0.2.2; added dependency @apify/consts@^2.41.0.
components/apify/apify.app.mjs Capitalized "Actor" in description; added new HTTP header in _headers() method.
components/apify/actions/get-dataset-items/get-dataset-items.mjs Updated version from 0.0.2 to 0.0.3.
components/apify/actions/run-actor/run-actor.mjs Updated version to 0.0.4; capitalized "Actor" in user-facing strings and descriptions.
components/apify/actions/run-task-synchronously/run-task-synchronously.mjs Updated version from 0.0.2 to 0.0.3.
components/apify/actions/scrape-single-url/scrape-single-url.mjs Updated version from 0.0.3 to 0.0.4.
components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs Updated version from 0.0.3 to 0.0.4.
components/apify/sources/common/base.mjs Replaced hardcoded webhook event type strings with constants from @apify/consts.
components/apify/sources/new-finished-actor-run-instant/new-finished-actor-run-instant.mjs Updated version to 0.0.4; capitalized "Actor" in metadata and summary.
components/apify/sources/new-finished-task-run-instant/new-finished-task-run-instant.mjs Updated version from 0.0.3 to 0.0.4.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant ApifyComponent
    participant ApifyAPI

    User->>ApifyComponent: Triggers action (e.g., run-actor)
    ApifyComponent->>ApifyAPI: Sends request with headers (including x-apify-integration-platform)
    ApifyAPI-->>ApifyComponent: Returns response
    ApifyComponent-->>User: Outputs result (with updated version/capitalization)
Loading

Poem

A bunny with a tidy mind,
Adds newlines where they're hard to find.
"Actor" now stands proud and tall,
Constants unify us all.
Versions hop ahead, dependencies too—
This patch is neat, concise, and true!
🐇✨

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

components/accuweather/accuweather.app.mjs

Oops! Something went wrong! :(

ESLint: 8.57.1

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:202:49)

components/alt_text_generator_ai/alt_text_generator_ai.app.mjs

Oops! Something went wrong! :(

ESLint: 8.57.1

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:202:49)

components/capturekit/capturekit.app.mjs

Oops! Something went wrong! :(

ESLint: 8.57.1

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:202:49)

  • 5 others

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c78d023 and 590130a.

📒 Files selected for processing (8)
  • components/accuweather/accuweather.app.mjs (1 hunks)
  • components/alt_text_generator_ai/alt_text_generator_ai.app.mjs (1 hunks)
  • components/bright_data/bright_data.app.mjs (1 hunks)
  • components/capturekit/capturekit.app.mjs (1 hunks)
  • components/channable/channable.app.mjs (1 hunks)
  • components/clio_australia/clio_australia.app.mjs (1 hunks)
  • components/clio_canada/clio_canada.app.mjs (1 hunks)
  • components/clio_eu/clio_eu.app.mjs (1 hunks)
✅ Files skipped from review due to trivial changes (8)
  • components/bright_data/bright_data.app.mjs
  • components/capturekit/capturekit.app.mjs
  • components/accuweather/accuweather.app.mjs
  • components/alt_text_generator_ai/alt_text_generator_ai.app.mjs
  • components/clio_australia/clio_australia.app.mjs
  • components/channable/channable.app.mjs
  • components/clio_eu/clio_eu.app.mjs
  • components/clio_canada/clio_canada.app.mjs
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: pnpm publish
  • GitHub Check: Publish TypeScript components
  • GitHub Check: Verify TypeScript components
  • GitHub Check: Lint Code Base
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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>, please review it.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 using 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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration 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.

@lcaresia lcaresia requested a review from michelle0927 July 15, 2025 20:24
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 comments (2)
components/vincario/vincario.app.mjs (1)

6-9: Auth keys are dumped to console – potential credential leak

console.log(Object.keys(this.$auth)); will print the names of all auth fields every time authKeys() runs.
In production logs this can expose sensitive metadata (or, if the object is stringified elsewhere, actual secrets).

-  authKeys() {
-    console.log(Object.keys(this.$auth));
-  },
+  authKeys() {
+    // Avoid leaking credential field names in logs
+    this.$logger.debug("Auth keys retrieved");  // or remove entirely
+    return Object.keys(this.$auth);
+  },

Consider removing the log or using your framework’s sanitized logger.

components/apify/sources/common/base.mjs (1)

43-44: Typo in fallback ID causes duplicate/undefined keys

createAt should be createdAt; current typo will yield "undefined" in the ID and can break deduplication.

-      id: body.eventData.actorRunId || `${body.userId}-${body.createAt}`,
+      id: body.eventData.actorRunId || `${body.userId}-${body.createdAt}`,
🧹 Nitpick comments (3)
components/apify/package.json (1)

3-17: Pin or widen? — double-check the new dependency spec

Adding @apify/consts is fine, but the caret range ^2.41.0 allows any 2.x.x update. If an un-tested minor release introduces breaking changes, your sources could mis-parse event payloads. Consider either:

-    "@apify/consts": "^2.41.0",
+    "@apify/consts": "2.41.0",

or automating Dependabot to surface updates.

components/apify/sources/new-finished-actor-run-instant/new-finished-actor-run-instant.mjs (1)

30-31: Ensure body.eventData.actorRunId actually exists

The Apify webhook sometimes nests run IDs under resource.id (or data.id) depending on event type. If actorRunId is undefined, the summary will read “A new Actor run undefined has finished”. Please confirm the payload shape or guard against missing fields, e.g.:

-      return `A new Actor run ${body.eventData.actorRunId} has finished`;
+      const id = body?.eventData?.actorRunId ?? body?.resource?.id ?? "unknown";
+      return `A new Actor run ${id} has finished`;
components/apify/sources/common/base.mjs (1)

19-23: Consider registering the TEST event type as well

Apify fires a TEST event immediately after creating a webhook; omitting it from eventTypes means that test will be delivered even though it isn’t whitelisted, producing a 410 from Apify and cluttering logs.

           WEBHOOK_EVENT_TYPES.ACTOR_RUN_ABORTED,
+          WEBHOOK_EVENT_TYPES.TEST,
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 724e1ac and c78d023.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (27)
  • components/adtraction/adtraction.app.mjs (1 hunks)
  • components/apify/README.md (1 hunks)
  • components/apify/actions/get-dataset-items/get-dataset-items.mjs (1 hunks)
  • components/apify/actions/run-actor/run-actor.mjs (4 hunks)
  • components/apify/actions/run-task-synchronously/run-task-synchronously.mjs (1 hunks)
  • components/apify/actions/scrape-single-url/scrape-single-url.mjs (1 hunks)
  • components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs (1 hunks)
  • components/apify/apify.app.mjs (2 hunks)
  • components/apify/package.json (2 hunks)
  • components/apify/sources/common/base.mjs (3 hunks)
  • components/apify/sources/new-finished-actor-run-instant/new-finished-actor-run-instant.mjs (2 hunks)
  • components/apify/sources/new-finished-task-run-instant/new-finished-task-run-instant.mjs (1 hunks)
  • components/asters/asters.app.mjs (1 hunks)
  • components/bitget/bitget.app.mjs (1 hunks)
  • components/explorium/explorium.app.mjs (1 hunks)
  • components/joggai/joggai.app.mjs (1 hunks)
  • components/mumble/mumble.app.mjs (1 hunks)
  • components/neetoform/neetoform.app.mjs (1 hunks)
  • components/order_sender/order_sender.app.mjs (1 hunks)
  • components/pinghome/pinghome.app.mjs (1 hunks)
  • components/prepr_graphql/prepr_graphql.app.mjs (1 hunks)
  • components/prodatakey/prodatakey.app.mjs (1 hunks)
  • components/salesforge/salesforge.app.mjs (1 hunks)
  • components/sign_plus/sign_plus.app.mjs (1 hunks)
  • components/themarketer/themarketer.app.mjs (1 hunks)
  • components/vincario/vincario.app.mjs (1 hunks)
  • components/zenedu/zenedu.app.mjs (1 hunks)
🧰 Additional context used
🧠 Learnings (4)
components/apify/package.json (1)
Learnt from: jcortes
PR: PipedreamHQ/pipedream#14935
File: components/sailpoint/package.json:15-18
Timestamp: 2024-12-12T19:23:09.039Z
Learning: When developing Pipedream components, do not add built-in Node.js modules like `fs` to `package.json` dependencies, as they are native modules provided by the Node.js runtime.
components/apify/sources/new-finished-actor-run-instant/new-finished-actor-run-instant.mjs (4)
Learnt from: jcortes
PR: PipedreamHQ/pipedream#14467
File: components/gainsight_px/actions/create-account/create-account.mjs:4-6
Timestamp: 2024-10-30T15:24:39.294Z
Learning: In `components/gainsight_px/actions/create-account/create-account.mjs`, the action name should be "Create Account" instead of "Create Memory".
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#15376
File: components/monday/sources/name-updated/name-updated.mjs:6-6
Timestamp: 2025-01-23T03:55:15.166Z
Learning: Source names in Monday.com components don't need to start with "New" if they emit events for updated items (e.g., "Name Updated", "Column Value Updated") rather than new items. This follows the component guidelines exception where the "New" prefix is only required when emits are limited to new items.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12731
File: components/hackerone/actions/get-members/get-members.mjs:3-28
Timestamp: 2024-10-08T15:33:38.240Z
Learning: When exporting a summary message in the `run` method of an action, ensure the message is correctly formatted. For example, in the `hackerone-get-members` action, the correct format is `Successfully retrieved ${response.data.length} members`.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12731
File: components/hackerone/actions/get-members/get-members.mjs:3-28
Timestamp: 2024-07-04T18:11:59.822Z
Learning: When exporting a summary message in the `run` method of an action, ensure the message is correctly formatted. For example, in the `hackerone-get-members` action, the correct format is `Successfully retrieved ${response.data.length} members`.
components/apify/sources/common/base.mjs (4)
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12697
File: components/salesforce_rest_api/sources/common-webhook-methods.mjs:1-71
Timestamp: 2024-07-24T02:06:47.016Z
Learning: The `common-webhook-methods.mjs` object is designed to be extended, similar to an abstract class, and intentionally does not implement certain methods like `generateWebhookMeta` and `getEventType` to enforce implementation in subclasses.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12697
File: components/salesforce_rest_api/sources/common-webhook-methods.mjs:1-71
Timestamp: 2024-10-08T15:33:38.240Z
Learning: The `common-webhook-methods.mjs` object is designed to be extended, similar to an abstract class, and intentionally does not implement certain methods like `generateWebhookMeta` and `getEventType` to enforce implementation in subclasses.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12731
File: components/hackerone/actions/get-members/get-members.mjs:3-28
Timestamp: 2024-10-08T15:33:38.240Z
Learning: When exporting a summary message in the `run` method of an action, ensure the message is correctly formatted. For example, in the `hackerone-get-members` action, the correct format is `Successfully retrieved ${response.data.length} members`.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12731
File: components/hackerone/actions/get-members/get-members.mjs:3-28
Timestamp: 2024-07-04T18:11:59.822Z
Learning: When exporting a summary message in the `run` method of an action, ensure the message is correctly formatted. For example, in the `hackerone-get-members` action, the correct format is `Successfully retrieved ${response.data.length} members`.
components/apify/actions/run-actor/run-actor.mjs (4)
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12731
File: components/hackerone/actions/get-members/get-members.mjs:3-28
Timestamp: 2024-07-04T18:11:59.822Z
Learning: When exporting a summary message in the `run` method of an action, ensure the message is correctly formatted. For example, in the `hackerone-get-members` action, the correct format is `Successfully retrieved ${response.data.length} members`.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#12731
File: components/hackerone/actions/get-members/get-members.mjs:3-28
Timestamp: 2024-10-08T15:33:38.240Z
Learning: When exporting a summary message in the `run` method of an action, ensure the message is correctly formatted. For example, in the `hackerone-get-members` action, the correct format is `Successfully retrieved ${response.data.length} members`.
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#15376
File: components/monday/sources/column-value-updated/column-value-updated.mjs:17-24
Timestamp: 2025-01-23T03:55:51.998Z
Learning: Alert props in Pipedream components are a special case that do not require a label property, and use the 'content' property as a replacement for description.
Learnt from: js07
PR: PipedreamHQ/pipedream#17375
File: components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs:23-27
Timestamp: 2025-07-01T17:07:48.193Z
Learning: "dir" props in Pipedream components are hidden in the component form and not user-facing, so they don't require labels or descriptions for user clarity.
🔇 Additional comments (29)
components/pinghome/pinghome.app.mjs (1)

11-11: Added trailing newline – good practice

Ensures POSIX-style EOF handling and avoids diff noise in future edits.

components/adtraction/adtraction.app.mjs (1)

11-11: Added trailing newline – good practice

Keeps file formatting consistent across the repo.

components/joggai/joggai.app.mjs (1)

11-11: Added trailing newline – good practice

Maintains uniform style; no further action needed.

components/prodatakey/prodatakey.app.mjs (1)

11-11: Added trailing newline – good practice

Prevents unnecessary diffs from editors that auto-insert newlines.

components/order_sender/order_sender.app.mjs (1)

11-11: Added trailing newline – good practice

Consistent formatting update acknowledged.

components/asters/asters.app.mjs (1)

11-11: 👍 Formatting-only change acknowledged

Only a trailing newline was added. No functional impact.

components/bitget/bitget.app.mjs (1)

11-11: 👍 Formatting-only change acknowledged

Looks good—newline at EOF keeps POSIX tools happy.

components/zenedu/zenedu.app.mjs (1)

11-11: 👍 EOF newline addition accepted

No code behavior changes.

components/prepr_graphql/prepr_graphql.app.mjs (1)

11-11: 👍 Consistent EOF newline

Change is purely stylistic; all good.

components/explorium/explorium.app.mjs (1)

11-11: 👍 Newline addition confirmed

No concerns.

components/mumble/mumble.app.mjs (1)

11-12: Trailing newline added – looks good

The added newline complies with POSIX conventions and helps avoid unnecessary diff noise. No other changes introduced.

components/sign_plus/sign_plus.app.mjs (1)

11-12: Trailing newline added – looks good

Consistent formatting improvement; nothing functionally altered.

components/salesforge/salesforge.app.mjs (1)

11-12: Trailing newline added – looks good

Maintains consistency across files and adheres to best practices.

components/neetoform/neetoform.app.mjs (1)

11-12: Trailing newline added – looks good

Pure formatting change; no concerns.

components/themarketer/themarketer.app.mjs (1)

11-12: Trailing newline added – looks good

Change aligns with coding standards; all set.

components/vincario/vincario.app.mjs (1)

11-12: Trailing newline added – all good

Adding a final newline keeps the file POSIX-compliant and prevents some tooling warnings. No further action needed.

components/apify/README.md (1)

9-9: Consistent capitalization — looks good

Changing “Apify actor” → “Apify Actor” aligns the docs with the branding used across the updated components.

components/apify/sources/new-finished-actor-run-instant/new-finished-actor-run-instant.mjs (1)

8-9: Metadata update LGTM

Description wording and version bump are straightforward.

components/apify/actions/run-task-synchronously/run-task-synchronously.mjs (1)

7-7: Version bump acknowledged

No functional changes detected; version 0.0.3 aligns with other action bumps.

components/apify/actions/get-dataset-items/get-dataset-items.mjs (1)

8-8: Version bump acknowledged

Bumping to 0.0.3 keeps the action in sync with the package update.

components/apify/sources/new-finished-task-run-instant/new-finished-task-run-instant.mjs (1)

9-9: LGTM: Standard version increment

The version bump from "0.0.3" to "0.0.4" aligns with the coordinated version updates across the Apify component ecosystem.

components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs (1)

8-8: LGTM: Standard version increment

The version bump from "0.0.3" to "0.0.4" is consistent with the coordinated version updates across the Apify actions.

components/apify/actions/scrape-single-url/scrape-single-url.mjs (1)

8-8: LGTM: Standard version increment

The version bump from "0.0.3" to "0.0.4" is consistent with the coordinated version updates across the Apify actions.

components/apify/actions/run-actor/run-actor.mjs (2)

10-10: LGTM: Standard version increment

The version bump from "0.0.3" to "0.0.4" is consistent with the coordinated version updates across the Apify actions.


9-9: LGTM: Improved capitalization consistency

The capitalization changes from "actor" to "Actor" improve brand consistency and follow proper noun capitalization for the Apify Actor term across user-facing text.

Also applies to: 33-33, 165-165, 244-245

components/apify/apify.app.mjs (2)

52-52: LGTM: Improved capitalization consistency

The capitalization change from "actor" to "Actor" improves brand consistency and follows proper noun capitalization for the Apify Actor term.


165-165: LGTM: Added platform identification header

The addition of the x-apify-integration-platform header provides useful platform identification for analytics/tracking purposes without affecting functionality.

components/apify/sources/common/base.mjs (2)

1-1: Ensure the new dependency is pinned and published before merge

@apify/consts is now a runtime dependency. Double-check components/apify/package.json (or the workspace root) declares it and pins to the same major version you tested against. Otherwise the build may break on older runners.


40-40: Constant-based check looks good

Replacing the string literal with WEBHOOK_EVENT_TYPES.TEST keeps the comparison type-safe and resilient to future renames. 👍

@lcaresia lcaresia merged commit dca0d58 into master Jul 15, 2025
11 checks passed
@lcaresia lcaresia deleted the origin/17396-fix branch July 15, 2025 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants