Skip to content

Commit

Permalink
Bump pnpm version, update 2024-09 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Sep 12, 2024
1 parent 7dc7575 commit d79446a
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 21 deletions.
6 changes: 3 additions & 3 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": {
"nodejs": "latest",
"nats-server": "latest",
"nodePackages.pnpm": "latest"
"nodejs": "latest",
"nats-server": "latest",
"pnpm_8": "latest"
}
}
62 changes: 45 additions & 17 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,44 +21,72 @@
}
}
},
"nodePackages.pnpm@latest": {
"last_modified": "2024-01-23T02:13:08Z",
"resolved": "github:NixOS/nixpkgs/4d3d04cfd372a0511f12b885c9822e406b00fe8e#nodePackages.pnpm",
"nodejs@latest": {
"last_modified": "2023-11-19T17:46:56Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/0bf3f5cf6a98b5d077cdcdb00a6d4b3d92bc78b5#nodejs_21",
"source": "devbox-search",
"version": "8.14.0",
"version": "21.2.0",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/rw37gcc3m93kh2hq3pi8891g41p54518-pnpm-8.14.0"
"store_path": "/nix/store/waq8bb12nbqwxxn1lgvdzsgs0gqk0d04-nodejs-21.2.0"
},
"aarch64-linux": {
"store_path": "/nix/store/ab961l4fcs1n5ldfy4463kqr4pln1cxc-pnpm-8.14.0"
"store_path": "/nix/store/v03cn5xw03nxykgix04r1l31jjrgf9d3-nodejs-21.2.0"
},
"x86_64-darwin": {
"store_path": "/nix/store/06qmz8k1gi9s68mcynlyis35w2pj6fl6-pnpm-8.14.0"
"store_path": "/nix/store/sv6nivfsqcl8s1dhqjpjy8dqvbx9mxwl-nodejs-21.2.0"
},
"x86_64-linux": {
"store_path": "/nix/store/pgzxiapcydn1mmqh1w4jkl9pcw7ybbj4-pnpm-8.14.0"
"store_path": "/nix/store/iklfdn5l792z46dl5qq9zqzqsmp2m4m9-nodejs-21.2.0"
}
}
},
"nodejs@latest": {
"last_modified": "2023-11-19T17:46:56Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/0bf3f5cf6a98b5d077cdcdb00a6d4b3d92bc78b5#nodejs_21",
"pnpm_8@latest": {
"last_modified": "2024-08-31T10:12:23Z",
"resolved": "github:NixOS/nixpkgs/5629520edecb69630a3f4d17d3d33fc96c13f6fe#pnpm_8",
"source": "devbox-search",
"version": "21.2.0",
"version": "8.15.9",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/waq8bb12nbqwxxn1lgvdzsgs0gqk0d04-nodejs-21.2.0"
"outputs": [
{
"name": "out",
"path": "/nix/store/hvhlcbvpyjz803bv9nhyavb1r5g6vq93-pnpm-8.15.9",
"default": true
}
],
"store_path": "/nix/store/hvhlcbvpyjz803bv9nhyavb1r5g6vq93-pnpm-8.15.9"
},
"aarch64-linux": {
"store_path": "/nix/store/v03cn5xw03nxykgix04r1l31jjrgf9d3-nodejs-21.2.0"
"outputs": [
{
"name": "out",
"path": "/nix/store/r4lyiyfxr8zv7gwcph6d8mm426sw808c-pnpm-8.15.9",
"default": true
}
],
"store_path": "/nix/store/r4lyiyfxr8zv7gwcph6d8mm426sw808c-pnpm-8.15.9"
},
"x86_64-darwin": {
"store_path": "/nix/store/sv6nivfsqcl8s1dhqjpjy8dqvbx9mxwl-nodejs-21.2.0"
"outputs": [
{
"name": "out",
"path": "/nix/store/wmbjjaii4a7hpk02kqfzf6c9q5x1z1q9-pnpm-8.15.9",
"default": true
}
],
"store_path": "/nix/store/wmbjjaii4a7hpk02kqfzf6c9q5x1z1q9-pnpm-8.15.9"
},
"x86_64-linux": {
"store_path": "/nix/store/iklfdn5l792z46dl5qq9zqzqsmp2m4m9-nodejs-21.2.0"
"outputs": [
{
"name": "out",
"path": "/nix/store/xbdzqlswny2grg5hcx9sdvhm2fgzj4hw-pnpm-8.15.9",
"default": true
}
],
"store_path": "/nix/store/xbdzqlswny2grg5hcx9sdvhm2fgzj4hw-pnpm-8.15.9"
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ keywords: ['Bemi Changelog', 'Bemi New Features', 'Postgres Audit Trails', 'Chan

## 2024-09

* Platform
* Allow tracking changes across all Postgres schemas
* Enable provisioning Destination DBs without public network access
* [Bemi Core](https://github.com/BemiHQ/bemi)
* Insert records in batches sequentially to avoid overloading the database at scale
* Update local Docker image path

## 2024-08

Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=linux/amd64 node:21-bookworm AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN npm install -g pnpm@8.8.0
RUN npm install -g pnpm@8.15.9

WORKDIR /worker

Expand Down

0 comments on commit d79446a

Please sign in to comment.