Skip to content

Commit 59ccb4a

Browse files
committed
chore: update to use the status enum instead of removed flag
1 parent 9ab403e commit 59ccb4a

5 files changed

Lines changed: 102 additions & 94 deletions

File tree

.devcontainer/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- /home/node/.vscode-server
1414

1515
emulator:
16-
image: ghcr.io/badrap/emulator:0.19.10
16+
image: ghcr.io/badrap/emulator:0.20.3
1717
environment:
1818
APP_URL: http://workspace:4005/app
1919

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"start": "node dist/index.js"
1717
},
1818
"dependencies": {
19-
"@badrap/libapp": "^0.9.1",
19+
"@badrap/libapp": "^0.9.3",
2020
"@badrap/valita": "^0.4.6",
2121
"@hono/node-server": "^1.19.9",
22-
"hono": "^4.11.4"
22+
"hono": "^4.11.5"
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^9.39.2",
2626
"@types/node": "^24.10.8",
2727
"eslint": "^9.39.2",
2828
"eslint-plugin-simple-import-sort": "^12.1.1",
29-
"prettier": "^3.7.4",
29+
"prettier": "^3.8.1",
3030
"tsx": "^4.21.0",
3131
"typescript": "^5.9.3",
32-
"typescript-eslint": "^8.53.0"
32+
"typescript-eslint": "^8.53.1"
3333
}
3434
}

pnpm-lock.yaml

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ onlyBuiltDependencies: []
88
minimumReleaseAge: 2880
99
# Ignore minimumReleaseAge for these explicitly listed packages.
1010
# Try to keep this list temporary, aim for an empty list of exclusions.
11-
minimumReleaseAgeExclude: []
11+
minimumReleaseAgeExclude:
12+
["@badrap/libapp@0.9.3", "prettier@3.8.1", "hono@4.11.5"]
1213

1314
# Don't allow package trust levels has decreased compared to previous releases.
1415
trustPolicy: no-downgrade

0 commit comments

Comments
 (0)