Skip to content

Comments

chore(references): remove v3-catalog#2443

Merged
matt-aitken merged 1 commit intomainfrom
chore/references-remove-v3-catalog
Aug 27, 2025
Merged

chore(references): remove v3-catalog#2443
matt-aitken merged 1 commit intomainfrom
chore/references-remove-v3-catalog

Conversation

@ericallam
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Aug 27, 2025

⚠️ No Changeset found

Latest commit: 9729dd8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 27, 2025

Walkthrough

This change updates references from v3-catalog to hello-world across configuration and documentation. In .vscode/launch.json, five launch configurations switch cwd to references/hello-world. CONTRIBUTING.md revises manual testing/setup instructions, commands, paths, and example values to use hello-world, and removes Prisma migrate/deploy and generate steps in favor of running the trigger dev workflow. packages/cli-v3/CHANGELOG.md and packages/core/CHANGELOG.md update sample TypeORM DataSource snippets to use the hello-world database name. No code logic or public API signatures are altered.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/references-remove-v3-catalog

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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.

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

🧹 Nitpick comments (5)
.vscode/launch.json (1)

58-72: Optional: align names with new target (nit).

Consider renaming “Debug V3 Dev/Deploy/list-profiles/update/Management” to mention “hello-world” to match the cwd and reduce ambiguity.

CONTRIBUTING.md (4)

87-90: Fix missing slash in core package path (nit).

“packages/core” → “/packages/core”.

Apply this diff:

-We use the `<root>/references/hello-world` subdirectory as a staging ground for testing changes to the SDK (`@trigger.dev/sdk` at `<root>/packages/trigger-sdk`), the Core package (`@trigger.dev/core` at `<root>packages/core`), the CLI (`trigger.dev` at `<root>/packages/cli-v3`) and the platform (The remix app at `<root>/apps/webapp`). The instructions below will get you started on using the `hello-world` for local development of Trigger.dev.
+We use the `<root>/references/hello-world` subdirectory as a staging ground for testing changes to the SDK (`@trigger.dev/sdk` at `<root>/packages/trigger-sdk`), the Core package (`@trigger.dev/core` at `<root>/packages/core`), the CLI (`trigger.dev` at `<root>/packages/cli-v3`) and the platform (The remix app at `<root>/apps/webapp`). The instructions below will get you started on using the `hello-world` for local development of Trigger.dev.

95-96: Use proper link formatting to satisfy markdownlint MD034 (nit).

Apply this diff:

-1. Visit http://localhost:3030 in your browser and create a new V3 project called "hello-world".
+1. Visit <http://localhost:3030> in your browser and create a new V3 project called "hello-world".

156-156: Tighten phrasing (nit).

“inside of” → “inside”.

Apply this diff:

-6. If you make any changes in the CLI/Core/SDK, you'll need to `CTRL+C` to exit the `dev` command and restart it to pickup changes. Any changes to the files inside of the `hello-world/src/trigger` dir will automatically be rebuilt by the `dev` command.
+6. If you make any changes in the CLI/Core/SDK, you'll need to `CTRL+C` to exit the `dev` command and restart it to pickup changes. Any changes to the files inside the `hello-world/src/trigger` dir will automatically be rebuilt by the `dev` command.

159-163: Tone/clarity polish (nit).

Avoid “Feel free to…”; be direct.

Apply this diff:

-9. Feel free to add additional files in `hello-world/src/trigger` to test out specific aspects of the system, or add in edge cases.
+9. You can add additional files in `hello-world/src/trigger` to test specific aspects of the system or edge cases.
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 96243ef and 9729dd8.

⛔ Files ignored due to path filters (71)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • references/bun-catalog/README.md is excluded by !references/**
  • references/v3-catalog/.env.example is excluded by !references/**
  • references/v3-catalog/.gitignore is excluded by !references/**
  • references/v3-catalog/.uploadable-env is excluded by !references/**
  • references/v3-catalog/README.md is excluded by !references/**
  • references/v3-catalog/package.json is excluded by !references/**
  • references/v3-catalog/prisma/migrations/20240821142001_add_initial_schema/migration.sql is excluded by !references/**
  • references/v3-catalog/prisma/migrations/migration_lock.toml is excluded by !references/**
  • references/v3-catalog/prisma/schema/post.prisma is excluded by !references/**
  • references/v3-catalog/prisma/schema/schema.prisma is excluded by !references/**
  • references/v3-catalog/prisma/schema/user.prisma is excluded by !references/**
  • references/v3-catalog/prisma/sql/getUsersWithPosts.sql is excluded by !references/**
  • references/v3-catalog/src/clientUsage.ts is excluded by !references/**
  • references/v3-catalog/src/db.ts is excluded by !references/**
  • references/v3-catalog/src/env.ts is excluded by !references/**
  • references/v3-catalog/src/kysely/types.ts is excluded by !references/**
  • references/v3-catalog/src/management.ts is excluded by !references/**
  • references/v3-catalog/src/queues.ts is excluded by !references/**
  • references/v3-catalog/src/telemetry.ts is excluded by !references/**
  • references/v3-catalog/src/tracer.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/batch.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/binaries.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/checkpoints.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/concurrency.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/crash.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/decorators.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/email.tsx is excluded by !references/**
  • references/v3-catalog/src/trigger/emails/index.tsx is excluded by !references/**
  • references/v3-catalog/src/trigger/idempotencyKeys.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/init.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/javascript-esm.mjs is excluded by !references/**
  • references/v3-catalog/src/trigger/javascript.cjs is excluded by !references/**
  • references/v3-catalog/src/trigger/lazyAttempts.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/logging.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/longRunning.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/maxDuration.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/nullByte.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/openai.mts is excluded by !references/**
  • references/v3-catalog/src/trigger/orm/index.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/other.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/performance.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/playwrightTask.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/prismaTasks.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/puppeteerTask.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/queues.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/retries.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/returnTypes.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/runMetadata.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/scheduled.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/sdkUsage.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/simple.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/stripe.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/subdir/another/byeWorld.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/subdir/helloWorld.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/subtasks.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/superjson.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/tags.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/taskHierarchy.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/taskTypes.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/triggerKitchenSink.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/usage.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/utils/cache.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/weird-file-names.ts is excluded by !references/**
  • references/v3-catalog/src/trigger/wrangler.mts is excluded by !references/**
  • references/v3-catalog/src/trigger2/helloWorld.ts is excluded by !references/**
  • references/v3-catalog/src/triggerWithLargePayload.ts is excluded by !references/**
  • references/v3-catalog/src/utils/types.ts is excluded by !references/**
  • references/v3-catalog/trigger.config.ts is excluded by !references/**
  • references/v3-catalog/tsconfig.json is excluded by !references/**
  • references/v3-catalog/wrangler/wrangler.toml is excluded by !references/**
📒 Files selected for processing (4)
  • .vscode/launch.json (2 hunks)
  • CONTRIBUTING.md (4 hunks)
  • packages/cli-v3/CHANGELOG.md (2 hunks)
  • packages/core/CHANGELOG.md (2 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: 2025-07-18T17:49:24.468Z
Learnt from: CR
PR: triggerdotdev/trigger.dev#0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-07-18T17:49:24.468Z
Learning: Applies to internal-packages/database/**/*.{ts,tsx} : We use prisma in internal-packages/database for our database interactions using PostgreSQL

Applied to files:

  • packages/core/CHANGELOG.md
📚 Learning: 2025-07-18T17:49:29.234Z
Learnt from: CR
PR: triggerdotdev/trigger.dev#0
File: .cursor/rules/executing-commands.mdc:0-0
Timestamp: 2025-07-18T17:49:29.234Z
Learning: Almost all commands in the monorepo should be executed using `pnpm run ...` from the root of the monorepo.

Applied to files:

  • CONTRIBUTING.md
🪛 LanguageTool
CONTRIBUTING.md

[grammar] ~93-~93: Ensure spelling is correct
Context: ...p First, make sure you are running the webapp according to the instructions above. Th...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[style] ~156-~156: This phrase is redundant. Consider using “inside”.
Context: ...ickup changes. Any changes to the files inside of the hello-world/src/trigger dir will ...

(OUTSIDE_OF)


[style] ~162-~162: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...ny of them accept an empty payload. 9. Feel free to add additional files in `hello-world/sr...

(FEEL_FREE_TO_STYLE_ME)

🪛 markdownlint-cli2 (0.17.2)
CONTRIBUTING.md

95-95: Bare URL used

(MD034, no-bare-urls)

⏰ 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). (23)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (8, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (5, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (7, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (1, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (6, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (8, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (3, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (4, 8)
  • GitHub Check: units / internal / 🧪 Unit Tests: Internal (2, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (6, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (3, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (5, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (7, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (1, 8)
  • GitHub Check: units / packages / 🧪 Unit Tests: Packages (1, 1)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (2, 8)
  • GitHub Check: units / webapp / 🧪 Unit Tests: Webapp (4, 8)
  • GitHub Check: typecheck / typecheck
  • GitHub Check: e2e / 🧪 CLI v3 tests (windows-latest - npm)
  • GitHub Check: e2e / 🧪 CLI v3 tests (ubuntu-latest - npm)
  • GitHub Check: e2e / 🧪 CLI v3 tests (windows-latest - pnpm)
  • GitHub Check: e2e / 🧪 CLI v3 tests (ubuntu-latest - pnpm)
  • GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (6)
.vscode/launch.json (1)

60-112: Switched v3-catalog cwd → hello-world consistently. LGTM.

All five launch configs now point to references/hello-world and keep commands unchanged.

packages/cli-v3/CHANGELOG.md (3)

952-962: Sample DB name update to "hello-world" looks good.

Matches the PR objective and keeps the rest of the snippet intact.


1589-1599: Second snippet DB rename also correct.

Consistent with the earlier change.


1-1898: No lingering “v3-catalog” references found
Ran a repo-wide ripgrep search for \bv3-catalog\b (excluding build artifacts and lockfiles); no instances were detected.

packages/core/CHANGELOG.md (2)

614-624: TypeORM example DB renamed to "hello-world" — OK.


1054-1064: Second TypeORM example updated consistently.

@matt-aitken matt-aitken merged commit 688b108 into main Aug 27, 2025
31 checks passed
@matt-aitken matt-aitken deleted the chore/references-remove-v3-catalog branch August 27, 2025 13:35
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.

3 participants