feat: allow CLI update to accept a version for trigger-dev package#536
Merged
ericallam merged 2 commits intotriggerdotdev:mainfrom Oct 9, 2023
Merged
feat: allow CLI update to accept a version for trigger-dev package#536ericallam merged 2 commits intotriggerdotdev:mainfrom
ericallam merged 2 commits intotriggerdotdev:mainfrom
Conversation
🦋 Changeset detectedLatest commit: 1cc41b9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 31 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
ericallam
reviewed
Oct 5, 2023
packages/cli/src/commands/update.ts
Outdated
| newPackageJSON[tmp.type][packageName] = updatedDependencies[packageName]; | ||
| } | ||
| }); | ||
| console.log(newPackageJSON); |
Member
There was a problem hiding this comment.
Can you remove this console.log?
arjunindia
pushed a commit
to arjunindia/trigger.dev
that referenced
this pull request
Oct 10, 2023
…riggerdotdev#536) * feat: allow CLI update to accept a version for trigger-dev package * remove console log
D-K-P
added a commit
that referenced
this pull request
Jan 27, 2026
- Upgrade @modelcontextprotocol/sdk 1.24.0 → 1.25.2 (CVE-2026-0621 ReDoS) - Upgrade tar 7.4.3 → 7.5.4+ (CVE-2026-23950 race condition) - Add pnpm overrides for transitive deps: - qs <6.14.0 → 6.14.0 (CVE-2025-15284 DoS) - systeminformation <5.27.14 → 5.27.14 (CVE-2025-68154 cmd injection) - lodash <4.17.23 → 4.17.23 (CVE-2025-13465 prototype pollution) Note: undici alert #536 dismissed as tolerable_risk (DoS via malicious server response; consumers only connect to trusted servers)
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #484
✅ Checklist
Testing
latestif the version is not provided.Changelog
💯