chore(deps): bump @screenly/edge-apps to ^1.0.0#793
Open
nicomiguelino wants to merge 1 commit intomasterfrom
Open
chore(deps): bump @screenly/edge-apps to ^1.0.0#793nicomiguelino wants to merge 1 commit intomasterfrom
nicomiguelino wants to merge 1 commit intomasterfrom
Conversation
- 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
PR Reviewer Guide 🔍(Review updated until commit e188d6e)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
Persistent review updated to latest commit e188d6e |
PR Code Suggestions ✨No code suggestions found for the PR. |
Contributor
There was a problem hiding this comment.
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-appsto^1.0.0across all apps that depend on it (plus the edge-app template). - Update affected apps’
cors-proxy-serverscript to useedge-apps-scripts cors-proxy. - Regenerate per-app
bun.lockfiles to lock@screenly/edge-apps@1.0.0and 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.
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.
User description
Bumps
@screenly/edge-appsfrom^0.1.0to^1.0.0across all Edge Apps.cors-proxy-serverscript to useedge-apps-scripts cors-proxysub-commandbun.lockfilesPR Type
Enhancement, Other
Description
Upgrade
@screenly/edge-appsto^1.0.0Standardize CORS proxy script invocation
Align template and app tooling
Diagram Walkthrough
File Walkthrough
10 files
Bump template edge apps dependencyUpgrade shared edge apps dev dependencyBump runtime edge apps dependencyUpgrade shared edge apps dev dependencyUpgrade shared edge apps dev dependencyUpgrade shared edge apps dev dependencyUpgrade shared edge apps dev dependencyUpgrade shared edge apps dev dependencyUpgrade shared edge apps dev dependencyUpgrade shared edge apps dev dependency6 files
Upgrade package and replace CORS scriptUpgrade package and replace CORS scriptUpgrade package and replace CORS scriptUpgrade package and replace CORS scriptUpgrade package and replace CORS scriptUpgrade package and replace CORS script