Update axios version to v1.12.0, patch version for launch-cli package, packages for security issues, license year and use runtime cwd for data-dir flag.#94
Merged
Chhavi-Mandowara merged 15 commits intomainfrom Jan 30, 2026
Conversation
Co-authored-by: Harshi-Shah-CS <harshi.shah@contentstack.com> Co-authored-by: Aryan Bansal <aryan.bansal@contentstack.com> Co-authored-by: SakshiKoli-CS <sakshi.koli@contentstack.com>
chore: Update axios and express version
Update express version to v4.22.0 and Axios version to v1.12.0
fix: use runtime cwd for data-dir flag
Use runtime cwd for data-dir flag
chore:update patch version
Update patch version
naeem-shakh-cs
previously approved these changes
Jan 29, 2026
There was a problem hiding this comment.
Pull request overview
This PR makes three changes: updates the axios dependency version, fixes the data-dir flag to use runtime process.cwd() evaluation, and bumps the package version.
Changes:
- Updates axios from ~1.10.0 to ~1.12.0 (resolves to 1.12.2 in lockfile)
- Fixes data-dir flag to evaluate process.cwd() at runtime instead of at module load time
- Bumps package version from 1.9.4 to 1.9.5
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/commands/launch/functions.ts | Removes default value from data-dir flag and adds runtime cwd evaluation with fallback logic |
| src/commands/launch/functions.test.ts | Adds test case to verify fallback behavior when data-dir is not provided |
| package.json | Updates axios version to ~1.12.0 and bumps package version to 1.9.5 |
| package-lock.json | Updates axios to 1.12.2 and reflects package version change |
| .talismanrc | Updates checksum for package-lock.json changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tejas-contentstack
previously approved these changes
Jan 29, 2026
chore: update packages for security issues
Update packages for security issues
e79b870
tejas-contentstack
previously approved these changes
Jan 30, 2026
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AryanBansal-launch
previously approved these changes
Jan 30, 2026
chore: Update license year
Update license year
d47aef7
AryanBansal-launch
approved these changes
Jan 30, 2026
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.
chore: update axios version to v1.12.0
fix: use runtime cwd for data-dir flag
chore:update patch version
chore: update packages for security issues
chore: Update license year