Skip to content

Commit 5cddccb

Browse files
authored
chore: Merge v6 eagle with latest v5 dove
2 parents 81af038 + 5260c12 commit 5cddccb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1436
-6391
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [20.x, 24.x]
11+
node-version: [22.x, 24.x]
1212

1313
services:
1414
postgres:

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.39](https://github.com/feathersjs/feathers/compare/v5.0.38...v5.0.39) (2026-01-31)
7+
8+
**Note:** Version bump only for package @feathersjs/feathers
9+
10+
## [5.0.38](https://github.com/feathersjs/feathers/compare/v5.0.37...v5.0.38) (2026-01-31)
11+
12+
**Note:** Version bump only for package @feathersjs/feathers
13+
14+
## [5.0.37](https://github.com/feathersjs/feathers/compare/v5.0.36...v5.0.37) (2025-11-10)
15+
16+
### Bug Fixes
17+
18+
- Revert to compatible UUID package ([#3630](https://github.com/feathersjs/feathers/issues/3630)) ([5c8c9e3](https://github.com/feathersjs/feathers/commit/5c8c9e36efbbf695eccd6d8822e36e1ea75c1516))
19+
20+
## [5.0.36](https://github.com/feathersjs/feathers/compare/v5.0.35...v5.0.36) (2025-11-08)
21+
22+
### Bug Fixes
23+
24+
- @feathersjs/memory update with query ([#3617](https://github.com/feathersjs/feathers/issues/3617)) ([4c6caa2](https://github.com/feathersjs/feathers/commit/4c6caa27e9af1312718d0c233a0c35f7739ac553))
25+
- **dependencies:** Update all dependencies ([#3625](https://github.com/feathersjs/feathers/issues/3625)) ([2698e4e](https://github.com/feathersjs/feathers/commit/2698e4e2996fbf479d82435938d907bc3d5b583a))
26+
- **generators:** typebox generated schema resolver generic ([#3622](https://github.com/feathersjs/feathers/issues/3622)) ([55a4a9b](https://github.com/feathersjs/feathers/commit/55a4a9b6bb021c369fb65b50fa13869311587c3f))
27+
628
## [5.0.35](https://github.com/feathersjs/feathers/compare/v5.0.34...v5.0.35) (2025-09-09)
729

830
### Bug Fixes

docs/guides/migrating-v4.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ npm install
1717

1818
You can see the migration steps necessary for the Feathers chat [here for Javascript](https://github.com/feathersjs/feathers-chat/compare/dove-pre) and [here for TypeScript](https://github.com/feathersjs/feathers-chat-ts/compare/dove-pre).
1919

20-
## New Features
21-
22-
There are so many new features in this release that they got their own page! Read about the new features on the [What's New in v5](./whats-new.md) page.
2320

2421
## Core SQL and MongoDB
2522

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"dependencies": {
1414
"@vueuse/core": "^14.1.0",
1515
"date-fns": "^4.1.0",
16-
"element-plus": "^2.13.1",
16+
"element-plus": "^2.13.2",
1717
"query-string": "^9.3.1",
18-
"shiki": "^3.21.0",
18+
"shiki": "^3.22.0",
1919
"vue": "^3.5.27"
2020
},
2121
"devDependencies": {
22-
"@feathersjs/generators": "^5.0.35",
22+
"@feathersjs/generators": "^5.0.39",
2323
"@iconify-json/carbon": "^1.2.18",
2424
"@types/node": "^25.1.0",
2525
"@unocss/preset-typography": "^66.6.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ci": false,
33
"packages": ["packages/*"],
4-
"version": "5.0.35",
4+
"version": "5.0.39",
55
"command": {
66
"bootstrap": {
77
"hoist": true

0 commit comments

Comments
 (0)