Skip to content

chore(deps): bump @screenly/edge-apps to ^1.0.0#793

Open
nicomiguelino wants to merge 1 commit intomasterfrom
chore/bump-edge-apps-lib-v1
Open

chore(deps): bump @screenly/edge-apps to ^1.0.0#793
nicomiguelino wants to merge 1 commit intomasterfrom
chore/bump-edge-apps-lib-v1

Conversation

@nicomiguelino
Copy link
Copy Markdown
Contributor

@nicomiguelino nicomiguelino commented May 2, 2026

User description

Bumps @screenly/edge-apps from ^0.1.0 to ^1.0.0 across all Edge Apps.

  • Updates cors-proxy-server script to use edge-apps-scripts cors-proxy sub-command
  • Updates bun.lock files

PR Type

Enhancement, Other


Description

  • Upgrade @screenly/edge-apps to ^1.0.0

  • Standardize CORS proxy script invocation

  • Align template and app tooling


Diagram Walkthrough

flowchart LR
  apps["Edge app package.json files"]
  dep["@screenly/edge-apps ^1.0.0"]
  proxy["edge-apps-scripts cors-proxy"]
  apps -- "upgrade shared package" --> dep
  apps -- "replace direct proxy script" --> proxy
Loading

File Walkthrough

Relevant files
Dependencies
10 files
package.json
Bump template edge apps dependency                                             
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Bump runtime edge apps dependency                                               
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
package.json
Upgrade shared edge apps dev dependency                                   
+1/-1     
Configuration changes
6 files
package.json
Upgrade package and replace CORS script                                   
+2/-2     
package.json
Upgrade package and replace CORS script                                   
+2/-2     
package.json
Upgrade package and replace CORS script                                   
+2/-2     
package.json
Upgrade package and replace CORS script                                   
+2/-2     
package.json
Upgrade package and replace CORS script                                   
+2/-2     
package.json
Upgrade package and replace CORS script                                   
+2/-2     

- Update @screenly/edge-apps from ^0.1.0 to ^1.0.0 across all Edge Apps
- Replace cors-proxy-server script with edge-apps-scripts cors-proxy
- Update bun.lock files
@nicomiguelino nicomiguelino self-assigned this May 2, 2026
@nicomiguelino nicomiguelino requested a review from Copilot May 2, 2026 23:06
@nicomiguelino nicomiguelino marked this pull request as ready for review May 2, 2026 23:06
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

PR Reviewer Guide 🔍

(Review updated until commit e188d6e)

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

Persistent review updated to latest commit e188d6e

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

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 upgrades the shared @screenly/edge-apps tooling dependency from ^0.1.0 to ^1.0.0 across the Edge Apps workspace, and aligns affected app scripts/locks with the new release.

Changes:

  • Bump @screenly/edge-apps to ^1.0.0 across all apps that depend on it (plus the edge-app template).
  • Update affected apps’ cors-proxy-server script to use edge-apps-scripts cors-proxy.
  • Regenerate per-app bun.lock files to lock @screenly/edge-apps@1.0.0 and its updated bin metadata.

Reviewed changes

Copilot reviewed 16 out of 31 changed files in this pull request and generated no comments.

Show a summary per file
File Description
edge-apps/welcome-app/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/welcome-app/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/weather/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/weather/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/simple-timer/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/simple-timer/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/simple-table-app/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/simple-table-app/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/simple-message-app/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/simple-message-app/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/rss-reader/package.json Bumps @screenly/edge-apps to ^1.0.0 and switches cors-proxy-server to edge-apps-scripts cors-proxy.
edge-apps/rss-reader/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/qr-code/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/qr-code/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/outlook-calendar/package.json Bumps @screenly/edge-apps to ^1.0.0 and switches cors-proxy-server to edge-apps-scripts cors-proxy.
edge-apps/outlook-calendar/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/menu-board/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/menu-board/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/grafana/package.json Bumps @screenly/edge-apps to ^1.0.0 and switches cors-proxy-server to edge-apps-scripts cors-proxy.
edge-apps/grafana/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/google-calendar/package.json Bumps @screenly/edge-apps to ^1.0.0 and switches cors-proxy-server to edge-apps-scripts cors-proxy.
edge-apps/google-calendar/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/clock/package.json Bumps @screenly/edge-apps to ^1.0.0 (runtime dependency).
edge-apps/clock/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/cap-alerting/package.json Bumps @screenly/edge-apps to ^1.0.0 and switches cors-proxy-server to edge-apps-scripts cors-proxy.
edge-apps/cap-alerting/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/calendar/package.json Bumps @screenly/edge-apps to ^1.0.0 and switches cors-proxy-server to edge-apps-scripts cors-proxy.
edge-apps/calendar/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/asset-metadata/package.json Bumps @screenly/edge-apps to ^1.0.0.
edge-apps/asset-metadata/bun.lock Locks @screenly/edge-apps@1.0.0 and updated bin metadata.
edge-apps/.bun-create/edge-app-template/package.json Updates the template to use @screenly/edge-apps@^1.0.0.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants