Skip to content

Commit fe2dda1

Browse files
committed
2 parents c281592 + f024d46 commit fe2dda1

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Development workflow
2+
permissions:
3+
contents: read
24

35
on:
46
push:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.9"
2+
".": "1.9.10"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [1.9.10](https://github.com/LEDBrain/Community-Service/compare/v1.9.9...v1.9.10) (2025-10-25)
4+
5+
6+
### Bug Fixes
7+
8+
* use new prisma client ([cdbc832](https://github.com/LEDBrain/Community-Service/commit/cdbc83212092febf8d294763be5e2a7791e191a8))
9+
10+
11+
### Miscellaneous
12+
13+
* **deps-dev:** bump esbuild ([#1364](https://github.com/LEDBrain/Community-Service/issues/1364)) ([de870f8](https://github.com/LEDBrain/Community-Service/commit/de870f8d7a9f1a4588a6abead4755d7971f2dd77))
14+
* **deps:** switch to pnpm ([c011f95](https://github.com/LEDBrain/Community-Service/commit/c011f951ab26712b52545cd3391b1181c0f1a049))
15+
* **deps:** update esbuild to `0.25.2` ([6b6941a](https://github.com/LEDBrain/Community-Service/commit/6b6941a2ab47933563b9fd09099a1e2516308d00))
16+
* **prisma:** import local generated PrismaClient instead of @prisma/client ([4a44c67](https://github.com/LEDBrain/Community-Service/commit/4a44c67932e1b00e2a1832b9b12ecfa9f1732858))
17+
* **prisma:** relocate generated client to prisma/generated and update references ([7514e6a](https://github.com/LEDBrain/Community-Service/commit/7514e6ab0f89dee927b5d5d5721dc613b791eb48))
18+
19+
20+
### CI Changes
21+
22+
* **build:** Add bundling option to run-esbuild.js ([0125a57](https://github.com/LEDBrain/Community-Service/commit/0125a57fb608151cde8317bd5d275cca943dffed))
23+
* **build:** make dynamic imports extension-agnostic and correct plugins path; tidy server config ([026bb1a](https://github.com/LEDBrain/Community-Service/commit/026bb1a4149f5e4ebbeb7b4d17d0aca534a9db28))
24+
* **build:** remove external exclude for prisma/generated so generated client is bundled ([e49e12b](https://github.com/LEDBrain/Community-Service/commit/e49e12b79e5834788efb4afc1a1f903b765eba80))
25+
* **development:** use pnpm ([e80132f](https://github.com/LEDBrain/Community-Service/commit/e80132fe841248a192887135bcee1f7ba42aeffe))
26+
* do not include generated prisma in builds ([3073af4](https://github.com/LEDBrain/Community-Service/commit/3073af43e3ca269c36b86237e57bb662a20db0e3))
27+
* **test:** add extensive c8/lab ignore patterns for TS/runtime helpers ([1bdce7e](https://github.com/LEDBrain/Community-Service/commit/1bdce7e37ef4a1815f9f7f56c04898f379d677b8))
28+
29+
30+
### Refactored Code
31+
32+
* migrato to eslint v9 ([8684b75](https://github.com/LEDBrain/Community-Service/commit/8684b75f38c71f957c509a3f0196bf8e9ab599d6))
33+
* **prisma:** use Rust-free client ([e491c9f](https://github.com/LEDBrain/Community-Service/commit/e491c9f284b732650b3cbcec41ce6a92a0864e6a))
34+
335
## [1.9.9](https://github.com/LEDBrain/Community-Service/compare/v1.9.8...v1.9.9) (2025-03-14)
436

537

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "community-service",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "A Discord bot in Typescript",
55
"main": "dist/src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)