termbeam 1.24.8 → 1.24.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.24.10] - 2026-07-07
4
+
5
+ - feat(ci): autonomous Dependabot auto-fix and auto-merge workflows (#263) (@dorlugasigal)
6
+ - fix(ci): allow Dependabot to activate the autofix agent (roles: all) (#266) (@dorlugasigal)
7
+ - chore(ci): bump the all-actions group across 1 directory with 5 updates (#264) (@dependabot[bot])
8
+ - chore(deps): bump the all-npm group across 1 directory with 7 updates (#260) (@dependabot[bot])
9
+ - chore(deps): bump node from `aa27a5f` to `a1d9d67` in the all-docker group (#257) (@dependabot[bot])
10
+ - feat(ci): auto patch-release after Dependabot merges (#268) (@dorlugasigal)
11
+
12
+ ## [1.24.9] - 2026-06-25
13
+
14
+ - chore(deps): consolidate #242 #243 #244 + fix CodeQL alert + npm audit fix (#245) (@dorlugasigal)
15
+ - chore(deps): combined dependency updates 2026-05-24 (#249) (@github-actions[bot])
16
+ - ci(combine-prs): support optional PAT to trigger downstream CI (#250) (@dorlugasigal)
17
+ - chore(deps): combined dependency updates 2026-06-22 (#254) (@dorlugasigal)
18
+
3
19
  ## [1.24.8] - 2026-05-18
4
20
 
5
21
  - chore(site): drop Cloudflare Pages, ship docs site only via GitHub Pages (@dorlugasigal)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termbeam",
3
- "version": "1.24.8",
3
+ "version": "1.24.10",
4
4
  "description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
5
5
  "main": "src/server/index.js",
6
6
  "bin": {
@@ -71,7 +71,7 @@
71
71
  ]
72
72
  },
73
73
  "dependencies": {
74
- "@github/copilot-sdk": "^0.3.0",
74
+ "@github/copilot-sdk": "^1.0.1",
75
75
  "cookie-parser": "^1.4.7",
76
76
  "express": "^5.2.1",
77
77
  "express-rate-limit": "^8.2.1",