Skip to content

chore: upgrade serverless-offline + width fix [ZEND-7631]#10705

Merged
Mitch Goudy (mgoudy91) merged 2 commits intomasterfrom
fix/jira-api-v3-migration
Mar 18, 2026
Merged

chore: upgrade serverless-offline + width fix [ZEND-7631]#10705
Mitch Goudy (mgoudy91) merged 2 commits intomasterfrom
fix/jira-api-v3-migration

Conversation

@mgoudy91
Copy link
Copy Markdown
Contributor

@mgoudy91 Mitch Goudy (mgoudy91) commented Mar 17, 2026

Made-with: Cursor

Purpose

A few changes I accidentally missed in the last PR:

  • Bump serverless-offline from v8 to v13 so local Lambda runs on Node 22+.
  • Set Lambda runtime to nodejs22.x in serverless.yml.
  • width fix
image

@mgoudy91 Mitch Goudy (mgoudy91) requested a review from a team as a code owner March 17, 2026 22:18
@mgoudy91 Mitch Goudy (mgoudy91) changed the title chore: upgrade serverless-offline + width fix chore: upgrade serverless-offline + width fix [ZEND-7631] Mar 17, 2026
Copy link
Copy Markdown
Contributor

@ryunsong-contentful ryunsong-contentful left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments here #10629 for the other ones

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Jira app’s local/serverless development setup and UI styling, primarily to support running the local Lambda with a newer Node runtime and to fix a layout width issue.

Changes:

  • Upgrades serverless-offline to v13.x and updates Serverless provider runtime.
  • Updates Jira app documentation to reflect the new runtime/troubleshooting guidance.
  • Adjusts Jira ticket UI styling to fix width/box sizing.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

File Description
apps/jira/jira-app/src/index.scss Updates #jira-ticket sizing to avoid width/layout issues.
apps/jira/functions/serverless.yml Changes Lambda runtime to nodejs22.x for this service.
apps/jira/functions/package.json Bumps serverless-offline from v8 to v13.
apps/jira/README.md Updates troubleshooting + maintenance notes for the new runtime/offline version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

provider:
name: aws
runtime: nodejs16.x
runtime: nodejs22.x
|--------|--------|-----|
| **502 from ngrok** | Lambda handler failed (e.g. unsupported runtime). | Runtime is set to `nodejs16.x` for serverless-offline. Restart dev. |
| **“Unsupported runtime”** in Lambda logs | serverless-offline 8.x only supports up to nodejs16.x. | Ensure `functions/serverless.yml` has `runtime: nodejs16.x`. |
| **502 from ngrok** | Lambda handler failed (e.g. unsupported runtime). | Runtime is set to `nodejs22.x` for serverless-offline. Restart dev. |
@mgoudy91 Mitch Goudy (mgoudy91) merged commit f092abf into master Mar 18, 2026
19 checks passed
@mgoudy91 Mitch Goudy (mgoudy91) deleted the fix/jira-api-v3-migration branch March 18, 2026 15:45
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