Skip to content

Commit

Permalink
Update zed to v1.10.0, brimcap to v1.5.2, and prep v1.3.0 (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Sep 28, 2023
1 parent 5597a25 commit f7655fc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions apps/zui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.3.0
- Update Zed to [v1.10.0](https://github.com/brimdata/zed/releases/tag/v1.10.0)
- Update Brimcap to [v1.5.2](https://github.com/brimdata/brimcap/releases/tag/v1.5.2)
- The [Zui GitHub repo](https://github.com/brimdata/zui) is now structured as a monorepo (#2818)
- Fix an issue where a `community_id` field was incorrectly being treated as a prerequisite to activating the **Packets** button (#2830)
- Zui now uses the [Monaco editor](https://github.com/microsoft/monaco-editor), which provides a monospace font and minimal Zed syntax highlighting (#2824, #2836)
- Fix an issue where invoking the `-version` option on the bundled `zed` and `brimcap` binaries was producing incorrect output (#2841)
- Upgrade Electron dependency to 22.3.25 (#2848)

## v1.2.0
- Update Zed to [v1.9.0](https://github.com/brimdata/zed/releases/tag/v1.9.0)
- Update Brimcap to [v1.5.1](https://github.com/brimdata/brimcap/releases/tag/v1.5.1)
Expand Down
6 changes: 3 additions & 3 deletions apps/zui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Zed User Interface",
"repository": "https://github.com/brimdata/zui",
"license": "BSD-3-Clause",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/main.js",
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
"lake": {
Expand Down Expand Up @@ -72,7 +72,7 @@
"acorn": "^7.4.1",
"ajv": "^6.9.1",
"animejs": "^3.2.0",
"brimcap": "brimdata/brimcap#66ed56619535890a78aee6b461d9da16ae563b22",
"brimcap": "brimdata/brimcap#v1.5.2",
"chalk": "^4.1.0",
"chevrotain": "^10.5.0",
"chrono-node": "^2.5.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#a5b76573a29b760cf9ceb1414d74e27ded0bf244",
"zed": "brimdata/zed#v1.10.0",
"zui-test-data": "workspace:*"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6308,12 +6308,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#66ed56619535890a78aee6b461d9da16ae563b22":
"brimcap@brimdata/brimcap#v1.5.2":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=66ed56619535890a78aee6b461d9da16ae563b22"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=56ba70dd5f9aa699ca2fc1b64053f8befd79b9a1"
bin:
brimcap: build/dist/brimcap
checksum: 0f6648b0be3a2e7aaab0a94804f142a6401cea329f567d6810d2e81e8b0890c53ff420b0a74301e8662f6ded9e913d90cf9e35d1575a4c12cc908cd14ae2fd09
checksum: 737dd82be0fe8bd2b6b6e5b89683a9cd777b3226a577d638f12e3935f096c8ffb8c672e084363224dbb670e43c94cf29808609e9a122c55d10f5e39e851538ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -18041,10 +18041,10 @@ __metadata:
languageName: node
linkType: hard

"zed@brimdata/zed#a5b76573a29b760cf9ceb1414d74e27ded0bf244":
"zed@brimdata/zed#v1.10.0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=a5b76573a29b760cf9ceb1414d74e27ded0bf244"
checksum: 24f82cfdf7b724b169031fee07822a0055f99e0a6bdaafbd77fbb9fa36d9f10578b62c7e1a4e6d4a96ba0572ae3e81a18b12870c5ee624b4f8bac82448876461
resolution: "zed@https://github.com/brimdata/zed.git#commit=72d13c68a7bb77e8fd410d9aea1057f92c5d002f"
checksum: 0bc4b1fa6a48488cb71ff6284a52f7f5537e252ab9ad051d1fd965f32e258be4518c3ca544bee0170f7f3ae16408822bbe2675c8cf57c3af6d3a500850a86c9f
languageName: node
linkType: hard

Expand Down Expand Up @@ -18147,7 +18147,7 @@ __metadata:
acorn: ^7.4.1
ajv: ^6.9.1
animejs: ^3.2.0
brimcap: "brimdata/brimcap#66ed56619535890a78aee6b461d9da16ae563b22"
brimcap: "brimdata/brimcap#v1.5.2"
chalk: ^4.1.0
chevrotain: ^10.5.0
chrono-node: ^2.5.0
Expand Down Expand Up @@ -18231,7 +18231,7 @@ __metadata:
use-resize-observer: ^8.0.0
web-file-polyfill: ^1.0.4
web-streams-polyfill: ^3.2.0
zed: "brimdata/zed#a5b76573a29b760cf9ceb1414d74e27ded0bf244"
zed: "brimdata/zed#v1.10.0"
zui-test-data: "workspace:*"
peerDependencies:
react: ^18.0.0
Expand Down

0 comments on commit f7655fc

Please sign in to comment.