Skip to content

Commit

Permalink
Update zed to v1.11.0, brimcap to v1.5.3, and prep v1.4.0 (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 10, 2023
1 parent 422610a commit e4d5a7a
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.4.0
- Update Zed to [v1.11.0](https://github.com/brimdata/zed/releases/tag/v1.11.0)
- Update Brimcap to [v1.5.3](https://github.com/brimdata/brimcap/releases/tag/v1.5.3)
- Zui has a new [Preview & Load](https://zui.brimdata.io/docs/features/Preview-Load) workflow that allows for shaping data as it's loaded in to a Zed lake (#2834, #2864)
- Fix an issue where editing the "month" portion of a time range pin caused a crash (#2854)
- Fix issues where `null` values were incorrectly rendered (#2875, #2876)
- Use monospace fonts in more places (#2877)
- Limit column width for large values and add grid lines in the table view (#2881)

## v1.3.1
- Due to malware false positives, Windows releases no longer include a full initial set of Suricata rules (as always, up-to-date rules will be downloaded on first Internet-connected launch of Zui) (#2858)

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.3.1",
"version": "1.4.0",
"main": "dist/main.js",
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
"lake": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"acorn": "^7.4.1",
"ajv": "^6.9.1",
"animejs": "^3.2.0",
"brimcap": "brimdata/brimcap#v1.5.2",
"brimcap": "brimdata/brimcap#v1.5.3",
"chalk": "^4.1.0",
"chevrotain": "^10.5.0",
"chrono-node": "^2.5.0",
Expand Down Expand Up @@ -157,7 +157,7 @@
"use-resize-observer": "^8.0.0",
"web-file-polyfill": "^1.0.4",
"web-streams-polyfill": "^3.2.0",
"zed": "brimdata/zed#cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc",
"zed": "brimdata/zed#v1.11.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 @@ -6816,12 +6816,12 @@ __metadata:
languageName: node
linkType: hard

"brimcap@brimdata/brimcap#v1.5.2":
"brimcap@brimdata/brimcap#v1.5.3":
version: 1.1.2
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=56ba70dd5f9aa699ca2fc1b64053f8befd79b9a1"
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=a1dade0e3092d9875a84031e3ad1049e50960adc"
bin:
brimcap: build/dist/brimcap
checksum: 737dd82be0fe8bd2b6b6e5b89683a9cd777b3226a577d638f12e3935f096c8ffb8c672e084363224dbb670e43c94cf29808609e9a122c55d10f5e39e851538ae
checksum: 13e0367efc46fd6f9be9b2ce8d6e6cc547f318824b703072d2469320485b7a96b1e0a290142eaa4731f93ec23ea6e86bf5bb0c0ffe491319d29375418d3a1fc6
languageName: node
linkType: hard

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

"zed@brimdata/zed#cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc":
"zed@brimdata/zed#v1.11.0":
version: 0.33.0-dev
resolution: "zed@https://github.com/brimdata/zed.git#commit=cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc"
checksum: 60862ee1cb58c689423b6a7bff4f2ec4d08c088997fc9f234b38f7eab7a871e2de923bdaeaba090c98b8a1f579d0ff433495ba85e3d86e43f09a4538b92c97e0
resolution: "zed@https://github.com/brimdata/zed.git#commit=716fdb7b75399cde21a10520e552812b1864e7bd"
checksum: b9edb7219460234d50ed440764fabf35db18a1b2dff7dd6d948cac2d62ee0761a42fa72ab9067c5046f38f95942713e71cd6452e07eda6f454a95914b52cc3fc
languageName: node
linkType: hard

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

0 comments on commit e4d5a7a

Please sign in to comment.