-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Linear - Follupup PR to #17583 #17614
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
WalkthroughThe changes involve updating the package version and dependency version in the Linear component's package metadata, as well as incrementing the version property in the new-projectupdate-created source module. No functional or control flow modifications were made. Changes
Poem
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
components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjsOops! Something went wrong! :( ESLint: 8.57.1 Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'jsonc-eslint-parser' imported from /eslint.config.mjs ✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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 (1)
components/linear/package.json (1)
3-3: Add a corresponding CHANGELOG entry for the 0.7.4 bumpThe package version is incremented, but there’s no accompanying note in a CHANGELOG or release notes file. Documenting the change helps downstream users understand what’s new in 0.7.4.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (2)
components/linear/package.json(2 hunks)components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
components/linear/package.json (2)
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.
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 (2)
components/linear/package.json (1)
18-18: Confirmed:@pipedream/linear_app@^0.7.3is published and resolvable
Version 0.7.3 is listed on the npm registry, so installations will succeed.components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs (1)
14-14: Version property bump looks goodThe source version now reflects the new package patch release. No further action required.
Updates version of Linear - New Project Update Written (Instant) to import changes from #17583
Summary by CodeRabbit