Skip to content

Commit 7d34a7f

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/express-rate-limit-8.3.2
2 parents b64a425 + cb6c169 commit 7d34a7f

File tree

3 files changed

+77
-76
lines changed

3 files changed

+77
-76
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ This project uses football/soccer terminology for release names:
4646

4747
### Changed
4848

49-
- Tests switched to in-memory SQLite (`STORAGE_PATH=:memory:`) — seeded via `beforeAll`, production DB never touched during test runs
49+
### Fixed
5050

51-
### Deprecated
51+
### Removed
5252

53-
## [2.1.0-dribble] - 2026-03-30
53+
## [2.1.0-dribble] - 2026-03-31
5454

5555
### Added
5656

@@ -64,6 +64,7 @@ This project uses football/soccer terminology for release names:
6464
- `playerStub.all` expanded to 26 players
6565
- `PUT describe` in tests: removed `beforeEach`, added `afterEach` to restore Martínez; all tests retargeted to squad 23
6666
- `rest/players.rest` variables updated: `@newSquadNumber = 27`, `@existingSquadNumber = 23`
67+
- Tests switched to in-memory SQLite (`STORAGE_PATH=:memory:`) — seeded via `beforeAll`, production DB never touched during test runs
6768
- Docker: run `docker compose down -v` before `docker compose up` to pick up the rebuilt seeded DB from `storage/players-sqlite3.db` (see #551)
6869

6970
### Removed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/supertest": "^7.2.0",
5454
"@types/swagger-jsdoc": "^6.0.4",
5555
"@types/swagger-ui-express": "^4.1.8",
56-
"@typescript-eslint/eslint-plugin": "^8.57.2",
56+
"@typescript-eslint/eslint-plugin": "^8.58.0",
5757
"@typescript-eslint/parser": "^8.32.1",
5858
"commitlint": "^20.5.0",
5959
"eslint": "^10.1.0",

0 commit comments

Comments
 (0)