diff --git a/CHANGELOG.md b/CHANGELOG.md index f27ff10ce..6f341c671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) +- **knex:** Add tableOptions parameter for inheritance on knex adapter options to pass on knex builder ([#3539](https://github.com/feathersjs/feathers/issues/3539)) ([ba5621b](https://github.com/feathersjs/feathers/commit/ba5621bfe5e7ab01189b6b7bccb00891bc2b14c7)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f1c237dc3..875678c21 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.32", + "version": "5.0.33", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index ca6621c30..3159e7b2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24642,12 +24642,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "devDependencies": { "@types/mocha": "^10.0.10", @@ -24669,7 +24669,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", @@ -24689,15 +24689,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/schema": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "@types/jsonwebtoken": "^9.0.9", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -24705,7 +24705,7 @@ "uuid": "^11.1.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", + "@feathersjs/memory": "^5.0.33", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", @@ -24725,21 +24725,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/socketio-client": "^5.0.32", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/socketio-client": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "axios": "^1.7.9", @@ -24758,19 +24758,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "bcryptjs": "^3.0.2", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", @@ -24790,23 +24790,23 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/koa": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/koa": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "cookie-session": "^2.1.0", "grant": "^5.4.24", "koa-session": "^7.0.2", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", + "@feathersjs/memory": "^5.0.33", "@types/cookie-session": "^2.0.49", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -24858,10 +24858,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.32", + "@feathersjs/generators": "^5.0.33", "chalk": "^5.4.1", "commander": "^13.1.0" }, @@ -24869,23 +24869,23 @@ "feathers": "bin/feathers.js" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/authentication-client": "^5.0.32", - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/authentication-oauth": "^5.0.32", - "@feathersjs/configuration": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/knex": "^5.0.32", - "@feathersjs/koa": "^5.0.32", - "@feathersjs/mongodb": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/schema": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", - "@feathersjs/typebox": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/authentication-client": "^5.0.33", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/authentication-oauth": "^5.0.33", + "@feathersjs/configuration": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/knex": "^5.0.33", + "@feathersjs/koa": "^5.0.33", + "@feathersjs/mongodb": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/schema": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", + "@feathersjs/typebox": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "@types/prettier": "^2.7.3", @@ -24928,22 +24928,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/socketio-client": "^5.0.32" + "@feathersjs/authentication-client": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/socketio-client": "^5.0.33" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "babel-loader": "^9.2.1", "mocha": "^11.1.0", "node-fetch": "^2.6.1", @@ -24966,7 +24966,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.10", @@ -24986,12 +24986,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/config": "^3.3.5", "config": "^3.3.12" }, @@ -25012,10 +25012,10 @@ } }, "packages/create-feathers": { - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.32" + "@feathersjs/cli": "^5.0.33" }, "bin": { "create-feathers": "bin/create-feathers.js" @@ -25030,10 +25030,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/feathers": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", @@ -25047,14 +25047,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -25064,8 +25064,8 @@ "express": "^4.21.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", @@ -25086,10 +25086,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", + "@feathersjs/commons": "^5.0.33", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, @@ -25111,7 +25111,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.5", @@ -25121,23 +25121,23 @@ "typescript": "^5.7.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/authentication-client": "^5.0.32", - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/authentication-oauth": "^5.0.32", - "@feathersjs/configuration": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/knex": "^5.0.32", - "@feathersjs/koa": "^5.0.32", - "@feathersjs/mongodb": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/schema": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", - "@feathersjs/typebox": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/authentication-client": "^5.0.33", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/authentication-oauth": "^5.0.33", + "@feathersjs/configuration": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/knex": "^5.0.33", + "@feathersjs/koa": "^5.0.33", + "@feathersjs/mongodb": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/schema": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", + "@feathersjs/typebox": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "@types/prettier": "^2.7.3", @@ -25177,17 +25177,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/adapter-tests": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "knex": "^3.1.0", @@ -25210,14 +25210,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "@koa/cors": "^5.0.0", "@types/koa": "^2.15.0", "@types/koa__cors": "^5.0.0", @@ -25230,9 +25230,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", @@ -25248,17 +25248,17 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", "sift": "^17.1.3" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/adapter-tests": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", @@ -25272,17 +25272,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/adapter-tests": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", @@ -25303,19 +25303,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@types/superagent": "^8.1.9", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "@types/node-fetch": "^2.6.12", @@ -25354,13 +25354,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.17.1", @@ -25368,7 +25368,7 @@ "json-schema-to-ts": "^3.1.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", + "@feathersjs/memory": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "ajv-formats": "^3.0.1", @@ -25409,18 +25409,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "socket.io": "^4.8.1" }, "devDependencies": { - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "lodash": "^4.17.21", @@ -25439,17 +25439,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32" + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33" }, "devDependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", @@ -25468,7 +25468,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { "@types/lodash": "^4.17.15", @@ -25476,7 +25476,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/feathers": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", @@ -25494,12 +25494,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "encodeurl": "^2.0.0", "lodash": "^4.17.21" }, @@ -25523,10 +25523,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.32", + "version": "5.0.33", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.32", + "@feathersjs/schema": "^5.0.33", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 7e3df54d9..442250061 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-commons/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 5925327fc..ca624dbd3 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.32", + "version": "5.0.33", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "devDependencies": { "@types/mocha": "^10.0.10", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 04f98832a..4b6a86f7d 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 5bc8b6f24..46435b3b6 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.32", + "version": "5.0.33", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 13d8e11f9..897b81df7 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 547fd789a..c654635ff 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-client", "description": "The authentication plugin for feathers-client", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/socketio-client": "^5.0.32", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/socketio-client": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "axios": "^1.7.9", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 69b2fc36e..1b3bf5f30 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 898eceb2c..d8597012c 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-local", "description": "Local authentication strategy for @feathers/authentication", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "bcryptjs": "^3.0.2", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index ad564c0a1..c8f2a4460 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 94fcdc1d2..3795fef9c 100644 --- a/packages/authentication-oauth/package.json +++ b/packages/authentication-oauth/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-oauth", "description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,20 +54,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/koa": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/koa": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "cookie-session": "^2.1.0", "grant": "^5.4.24", "koa-session": "^7.0.2", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", + "@feathersjs/memory": "^5.0.33", "@types/cookie-session": "^2.0.49", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index c66c650c5..921467953 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 59ab1cb7d..b5704a2d5 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/schema": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "@types/jsonwebtoken": "^9.0.9", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^11.1.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", + "@feathersjs/memory": "^5.0.33", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f4cb6f186..242291754 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index f3ca5d6f9..527a3eebc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/cli", "description": "The command line interface for creating Feathers applications", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.32", + "@feathersjs/generators": "^5.0.33", "chalk": "^5.4.1", "commander": "^13.1.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/authentication-client": "^5.0.32", - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/authentication-oauth": "^5.0.32", - "@feathersjs/configuration": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/knex": "^5.0.32", - "@feathersjs/koa": "^5.0.32", - "@feathersjs/mongodb": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/schema": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", - "@feathersjs/typebox": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/authentication-client": "^5.0.33", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/authentication-oauth": "^5.0.33", + "@feathersjs/configuration": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/knex": "^5.0.33", + "@feathersjs/koa": "^5.0.33", + "@feathersjs/mongodb": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/schema": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", + "@feathersjs/typebox": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9f19c0465..748d99c5b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 1c47c2147..f122bef7b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/client", "description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections", - "version": "5.0.32", + "version": "5.0.33", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/socketio-client": "^5.0.32" + "@feathersjs/authentication-client": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/socketio-client": "^5.0.33" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "babel-loader": "^9.2.1", "mocha": "^11.1.0", "node-fetch": "^2.6.1", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 18746bf90..4f33b210b 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index c8c3df02c..4df013126 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.32", + "version": "5.0.33", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 425089159..44d039f5f 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 30b7f764a..fd1a7ef23 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/configuration", "description": "A small configuration module for your Feathers application.", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/config": "^3.3.5", "config": "^3.3.12" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index 57631bc91..b3dece154 100644 --- a/packages/create-feathers/CHANGELOG.md +++ b/packages/create-feathers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +**Note:** Version bump only for package create-feathers + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index 7dc2f0591..b7c1aa2ec 100644 --- a/packages/create-feathers/package.json +++ b/packages/create-feathers/package.json @@ -1,7 +1,7 @@ { "name": "create-feathers", "description": "Create a new Feathers application", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers.js" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.32" + "@feathersjs/cli": "^5.0.33" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 20558dc0c..a958a4c36 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 961980146..235179de8 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/feathers": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index af8c91540..bfc189aad 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 279043705..72510c55d 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/express", "description": "Feathers Express framework bindings and REST provider", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -66,8 +66,8 @@ "express": "^4.21.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/lodash": "^4.17.15", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index b96e6e151..ec02a0b30 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 553ba751c..f09d63fb7 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/feathers", "description": "A framework for real-time applications and REST API with JavaScript and TypeScript", - "version": "5.0.32", + "version": "5.0.33", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.32", + "@feathersjs/commons": "^5.0.33", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index ed644f1c2..f0011bb71 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index 399d37163..7a098d09f 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.32", + "version": "5.0.33", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -59,23 +59,23 @@ "typescript": "^5.7.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/authentication-client": "^5.0.32", - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/authentication-oauth": "^5.0.32", - "@feathersjs/configuration": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/express": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/knex": "^5.0.32", - "@feathersjs/koa": "^5.0.32", - "@feathersjs/mongodb": "^5.0.32", - "@feathersjs/rest-client": "^5.0.32", - "@feathersjs/schema": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", - "@feathersjs/typebox": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/authentication-client": "^5.0.33", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/authentication-oauth": "^5.0.33", + "@feathersjs/configuration": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/express": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/knex": "^5.0.33", + "@feathersjs/koa": "^5.0.33", + "@feathersjs/mongodb": "^5.0.33", + "@feathersjs/rest-client": "^5.0.33", + "@feathersjs/schema": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", + "@feathersjs/typebox": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index c61878882..dd368e94a 100644 --- a/packages/knex/CHANGELOG.md +++ b/packages/knex/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) +- **knex:** Add tableOptions parameter for inheritance on knex adapter options to pass on knex builder ([#3539](https://github.com/feathersjs/feathers/issues/3539)) ([ba5621b](https://github.com/feathersjs/feathers/commit/ba5621bfe5e7ab01189b6b7bccb00891bc2b14c7)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/knex diff --git a/packages/knex/package.json b/packages/knex/package.json index 3d1a0c3f8..7d5d09c9d 100644 --- a/packages/knex/package.json +++ b/packages/knex/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/knex", "description": "Feathers SQL service adapter using KnexJS", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/adapter-tests": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "knex": "^3.1.0", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index d923a0d07..ee01b37e3 100644 --- a/packages/koa/CHANGELOG.md +++ b/packages/koa/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 359578568..5fefeff89 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/koa", "description": "Feathers KoaJS framework bindings and REST provider", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/authentication": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "@koa/cors": "^5.0.0", "@types/koa": "^2.15.0", "@types/koa-qs": "^2.0.3", @@ -66,9 +66,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/authentication-local": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index df3efab5e..7c4e74225 100644 --- a/packages/memory/CHANGELOG.md +++ b/packages/memory/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index ca7ed407c..ec34846a3 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/memory", "description": "An in memory service store", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", "sift": "^17.1.3" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/adapter-tests": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 316de407c..1626fb0d2 100644 --- a/packages/mongodb/CHANGELOG.md +++ b/packages/mongodb/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index f8700fdec..7e902440d 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/mongodb", "description": "Feathers MongoDB service adapter", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32" + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33" }, "peerDependencies": { "mongodb": "^6.13.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.32", - "@feathersjs/schema": "^5.0.32", + "@feathersjs/adapter-tests": "^5.0.33", + "@feathersjs/schema": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 6265a396f..b29409185 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index edf72e2c1..7990eb3a5 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/rest-client", "description": "REST client services for different Ajax libraries", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@types/superagent": "^8.1.9", "qs": "^6.14.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "@types/node-fetch": "^2.6.12", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index cb62f22fd..a695bc4ba 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/schema diff --git a/packages/schema/package.json b/packages/schema/package.json index d526f5a69..17e4fe209 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/schema", "description": "A common data schema definition format", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.32", - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/adapter-commons": "^5.0.33", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.17.1", @@ -65,7 +65,7 @@ "json-schema-to-ts": "^3.1.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.32", + "@feathersjs/memory": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "ajv-formats": "^3.0.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 76a2b3f83..d7fd255e5 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 06813a238..ff32fddbe 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio-client", "description": "The client for Socket.io through feathers-socketio", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32" + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33" }, "devDependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/socketio": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/socketio": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index dd693e53b..49e52fd13 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 032397f44..f69d0ce6c 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio", "description": "The Feathers Socket.io real-time API provider", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", - "@feathersjs/transport-commons": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", + "@feathersjs/transport-commons": "^5.0.33", "socket.io": "^4.8.1" }, "devDependencies": { - "@feathersjs/express": "^5.0.32", - "@feathersjs/memory": "^5.0.32", - "@feathersjs/tests": "^5.0.32", + "@feathersjs/express": "^5.0.33", + "@feathersjs/memory": "^5.0.33", + "@feathersjs/tests": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 530dd2b2b..4abc9c901 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 7f6af8e58..f4ac28958 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -2,7 +2,7 @@ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/feathers": "^5.0.33", "@types/mocha": "^10.0.10", "@types/node": "^22.13.5", "mocha": "^11.1.0", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 99aed9f5f..8e5a5e92c 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 12f0d36a4..9fa4832e6 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/transport-commons", "description": "Shared functionality for websocket providers", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.32", - "@feathersjs/errors": "^5.0.32", - "@feathersjs/feathers": "^5.0.32", + "@feathersjs/commons": "^5.0.33", + "@feathersjs/errors": "^5.0.33", + "@feathersjs/feathers": "^5.0.33", "encodeurl": "^2.0.0", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index 8ade20c33..44c45aa54 100644 --- a/packages/typebox/CHANGELOG.md +++ b/packages/typebox/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) + +### Bug Fixes + +- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) + ## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) **Note:** Version bump only for package @feathersjs/typebox diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 5186713b4..c055e19a5 100644 --- a/packages/typebox/package.json +++ b/packages/typebox/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/typebox", "description": "TypeBox integration for @feathersjs/schema", - "version": "5.0.32", + "version": "5.0.33", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.32", + "@feathersjs/schema": "^5.0.33", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {