chore: added a specific changeset for the better-sqlite change

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-23 10:13:34 +02:00
parent 3a7dad9ffe
commit 2a156e049f
2 changed files with 15 additions and 1 deletions
-1
View File
@@ -2,7 +2,6 @@
'@backstage/backend-test-utils': patch
'@backstage/backend-defaults': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/create-app': patch
---
Updated `better-sqlite3` to v12
+15
View File
@@ -0,0 +1,15 @@
---
'@backstage/create-app': patch
---
Updated the `better-sqlite` dependency from `v9.0.0` to `v13.0.0`. You can apply this change to your instance by applying the following change to your `packages/backend/package.json` and running `yarn install`.
```diff
"dependencies": {
"app": "link:../app",
- "better-sqlite3": "^9.0.0",
+ "better-sqlite3": "^12.0.0",
"node-gyp": "^10.0.0",
"pg": "^8.11.3"
}
```