-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Linear (OAuth) - republish #17989
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
Linear (OAuth) - republish #17989
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
WalkthroughThis pull request updates version numbers for several Linear component files and their exported objects. It also increments the package version and updates dependencies in the Changes
Sequence Diagram(s)No sequence diagram generated, as the changes are limited to version and dependency updates. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Note 🔌 MCP (Model Context Protocol) integration is now available in Early Access!Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context. ✨ Finishing Touches
🧪 Generate unit tests
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. 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
: Package version bumped — OKVersion aligns with component patch bumps. Ensure a corresponding release note or changelog entry accompanies this republish.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (12)
components/linear/actions/create-issue/create-issue.mjs
(1 hunks)components/linear/actions/get-issue/get-issue.mjs
(1 hunks)components/linear/actions/get-teams/get-teams.mjs
(1 hunks)components/linear/actions/search-issues/search-issues.mjs
(1 hunks)components/linear/actions/update-issue/update-issue.mjs
(1 hunks)components/linear/package.json
(2 hunks)components/linear/sources/comment-created-instant/comment-created-instant.mjs
(1 hunks)components/linear/sources/issue-created-instant/issue-created-instant.mjs
(1 hunks)components/linear/sources/issue-updated-instant/issue-updated-instant.mjs
(1 hunks)components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs
(1 hunks)components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs
(1 hunks)components/linear/sources/project-updated-instant/project-updated-instant.mjs
(1 hunks)
🧰 Additional context used
🧠 Learnings (3)
📚 Learning: 2024-10-10T19:18:27.998Z
Learnt from: GTFalcao
PR: PipedreamHQ/pipedream#14265
File: components/the_magic_drip/sources/common.mjs:35-43
Timestamp: 2024-10-10T19:18:27.998Z
Learning: In `components/the_magic_drip/sources/common.mjs`, when processing items in `getAndProcessData`, `savedIds` is intentionally updated with IDs of both emitted and non-emitted items to avoid emitting retroactive events upon first deployment and ensure only new events are emitted as they occur.
Applied to files:
components/linear/sources/project-updated-instant/project-updated-instant.mjs
📚 Learning: 2024-12-12T19:23:09.039Z
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.
Applied to files:
components/linear/package.json
📚 Learning: 2025-07-01T17:07:48.193Z
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.
Applied to files:
components/linear/package.json
⏰ 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: Lint Code Base
- GitHub Check: pnpm publish
- GitHub Check: Verify TypeScript components
- GitHub Check: Publish TypeScript components
🔇 Additional comments (12)
components/linear/actions/create-issue/create-issue.mjs (1)
13-13
: Approved: Create-Issue version bump only
This change only updates the version incomponents/linear/actions/create-issue/create-issue.mjs
to0.4.11
. Other Linear components each maintain their own independent versions, so no additional bumps are required. Safe to merge.components/linear/actions/get-teams/get-teams.mjs (1)
13-13
: LGTM: version bump onlyConsistent with republish objective; no functional impact.
components/linear/actions/get-issue/get-issue.mjs (1)
13-13
: LGTM: version bump onlyNo logic changes; safe patch increment.
components/linear/actions/update-issue/update-issue.mjs (1)
12-12
: LGTM: version bump onlyAligned with coordinated version increments.
components/linear/sources/issue-created-instant/issue-created-instant.mjs (1)
13-13
: LGTM: version bump onlySource republish acknowledged; no behavior changes.
components/linear/actions/search-issues/search-issues.mjs (1)
13-13
: LGTM: Version bump verified
- components/linear/package.json correctly at version 0.7.5 with @linear/sdk ^55.1.0 and @pipedream/linear_app ^0.7.5
- components/linear/actions/search-issues/search-issues.mjs version updated to 0.2.11
No functional changes introduced—approving the patch-level bump.
components/linear/sources/comment-created-instant/comment-created-instant.mjs (1)
13-13
: LGTM: version bump onlyPatch version increment; no logic changes.
components/linear/sources/new-issue-status-updated/new-issue-status-updated.mjs (1)
13-13
: LGTM: version bump onlyConsistent with coordinated republish; no code-path changes.
components/linear/sources/issue-updated-instant/issue-updated-instant.mjs (1)
13-13
: LGTM: version bump onlyNo functional changes in this source; patch update looks good.
components/linear/sources/project-updated-instant/project-updated-instant.mjs (1)
14-14
: LGTM: version bump onlyAligned with the coordinated Linear republish; no behavior changes.
components/linear/sources/new-projectupdate-created/new-projectupdate-created.mjs (1)
14-14
: Patch version bump only — LGTMChange is scoped to the component version; no functional impact.
components/linear/package.json (1)
17-19
: @linear/sdk v55 upgrade is compatible and safe
- engines.node for @linear/[email protected] and @linear/[email protected] are both
>=12.x
(Pipedream workers run on Node 16+).- This component contains no direct
@linear/sdk
imports.@pipedream/[email protected]
is published and itself depends on@linear/sdk@^55.1.0
.No further changes required—this dependency bump can be merged as is.
WHY
Depends on #17987, since uses the new version for the Linear API key components