diff --git a/CHANGELOG.md b/CHANGELOG.md index fe11d69a2..f47f00e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) +- **express:** Update express to version 4.21.1 ([#3543](https://github.com/feathersjs/feathers/issues/3543)) ([56d6151](https://github.com/feathersjs/feathers/commit/56d6151624f083d6604e76746cf555ed846b6d40)) +- **mongodb:** Fix mongo count ([#3541](https://github.com/feathersjs/feathers/issues/3541)) ([3e95c7d](https://github.com/feathersjs/feathers/commit/3e95c7df6ae7de6a3a406dfb61dd044ea905456f)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) ### Bug Fixes diff --git a/lerna.json b/lerna.json index c544a9c98..629064202 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.30", + "version": "5.0.31", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index cd7d75eb2..9f9d24592 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24285,12 +24285,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "devDependencies": { "@types/mocha": "^10.0.9", @@ -24312,7 +24312,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.9", @@ -24332,15 +24332,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/schema": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "@types/jsonwebtoken": "^9.0.7", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -24348,7 +24348,7 @@ "uuid": "^11.0.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", + "@feathersjs/memory": "^5.0.31", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", @@ -24368,21 +24368,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/socketio-client": "^5.0.30", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/socketio-client": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "axios": "^1.7.7", @@ -24401,19 +24401,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", @@ -24433,23 +24433,23 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/koa": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/koa": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "cookie-session": "^2.1.0", "grant": "^5.4.23", "koa-session": "^6.4.0", "qs": "^6.13.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", + "@feathersjs/memory": "^5.0.31", "@types/cookie-session": "^2.0.49", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -24485,10 +24485,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.30", + "@feathersjs/generators": "^5.0.31", "chalk": "^5.3.0", "commander": "^12.1.0" }, @@ -24496,23 +24496,23 @@ "feathers": "bin/feathers.js" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/authentication-client": "^5.0.30", - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/authentication-oauth": "^5.0.30", - "@feathersjs/configuration": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/knex": "^5.0.30", - "@feathersjs/koa": "^5.0.30", - "@feathersjs/mongodb": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/schema": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", - "@feathersjs/typebox": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/authentication-client": "^5.0.31", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/authentication-oauth": "^5.0.31", + "@feathersjs/configuration": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/knex": "^5.0.31", + "@feathersjs/koa": "^5.0.31", + "@feathersjs/mongodb": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/schema": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", + "@feathersjs/typebox": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "@types/prettier": "^2.7.3", @@ -24545,22 +24545,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/socketio-client": "^5.0.30" + "@feathersjs/authentication-client": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/socketio-client": "^5.0.31" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "babel-loader": "^9.2.1", "mocha": "^10.8.2", "node-fetch": "^2.6.1", @@ -24583,7 +24583,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.9", @@ -24603,12 +24603,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/config": "^3.3.5", "config": "^3.3.12" }, @@ -24629,10 +24629,10 @@ } }, "packages/create-feathers": { - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.30" + "@feathersjs/cli": "^5.0.31" }, "bin": { "create-feathers": "bin/create-feathers.js" @@ -24647,10 +24647,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/feathers": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", @@ -24664,14 +24664,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -24681,8 +24681,8 @@ "express": "^4.21.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", @@ -24703,10 +24703,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", + "@feathersjs/commons": "^5.0.31", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, @@ -24728,7 +24728,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.5", @@ -24738,23 +24738,23 @@ "typescript": "^5.6.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/authentication-client": "^5.0.30", - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/authentication-oauth": "^5.0.30", - "@feathersjs/configuration": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/knex": "^5.0.30", - "@feathersjs/koa": "^5.0.30", - "@feathersjs/mongodb": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/schema": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", - "@feathersjs/typebox": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/authentication-client": "^5.0.31", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/authentication-oauth": "^5.0.31", + "@feathersjs/configuration": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/knex": "^5.0.31", + "@feathersjs/koa": "^5.0.31", + "@feathersjs/mongodb": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/schema": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", + "@feathersjs/typebox": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "@types/prettier": "^2.7.3", @@ -24793,17 +24793,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/adapter-tests": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "knex": "^3.1.0", @@ -24826,14 +24826,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "@koa/cors": "^5.0.0", "@types/koa": "^2.15.0", "@types/koa__cors": "^5.0.0", @@ -24846,9 +24846,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", @@ -24864,17 +24864,17 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", "sift": "^17.1.3" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/adapter-tests": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", @@ -24888,17 +24888,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/adapter-tests": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", @@ -24919,19 +24919,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@types/superagent": "^8.1.9", "qs": "^6.13.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "@types/node-fetch": "^2.6.11", @@ -24955,13 +24955,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.17.1", @@ -24969,7 +24969,7 @@ "json-schema-to-ts": "^3.1.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", + "@feathersjs/memory": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "ajv-formats": "^3.0.1", @@ -25010,18 +25010,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "socket.io": "^4.8.1" }, "devDependencies": { - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "lodash": "^4.17.21", @@ -25040,17 +25040,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30" + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31" }, "devDependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", @@ -25069,7 +25069,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { "@types/lodash": "^4.17.13", @@ -25077,7 +25077,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/feathers": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", @@ -25095,12 +25095,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "encodeurl": "^2.0.0", "lodash": "^4.17.21" }, @@ -25124,10 +25124,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.30", + "version": "5.0.31", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.30", + "@feathersjs/schema": "^5.0.31", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index f67857b5d..dbef9c0ba 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 0e9601541..4239499cf 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.30", + "version": "5.0.31", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "devDependencies": { "@types/mocha": "^10.0.9", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 561cf9fe5..4a0113825 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index f9e4e4160..f5c6dd1fe 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.30", + "version": "5.0.31", "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 1022e15b5..c516ac7a3 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 337d72587..cbf3d4dd4 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/socketio-client": "^5.0.30", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/socketio-client": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "axios": "^1.7.7", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index d5ee7b605..7d2381abf 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 8388f1273..2a5a8760b 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index ba0a10108..dd65646a5 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 23788003b..7b2497655 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,20 +54,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/koa": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/koa": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "cookie-session": "^2.1.0", "grant": "^5.4.23", "koa-session": "^6.4.0", "qs": "^6.13.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", + "@feathersjs/memory": "^5.0.31", "@types/cookie-session": "^2.0.49", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -82,4 +82,4 @@ "typescript": "^5.6.3" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" -} \ No newline at end of file +} diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index bedf8c634..db652f418 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 4104e50ba..776788f8f 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/schema": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "@types/jsonwebtoken": "^9.0.7", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^11.0.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.30", + "@feathersjs/memory": "^5.0.31", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index bac75fba9..18640b631 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index e3f1c18d9..61b7b51cd 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.30", + "@feathersjs/generators": "^5.0.31", "chalk": "^5.3.0", "commander": "^12.1.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/authentication-client": "^5.0.30", - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/authentication-oauth": "^5.0.30", - "@feathersjs/configuration": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/knex": "^5.0.30", - "@feathersjs/koa": "^5.0.30", - "@feathersjs/mongodb": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/schema": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", - "@feathersjs/typebox": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/authentication-client": "^5.0.31", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/authentication-oauth": "^5.0.31", + "@feathersjs/configuration": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/knex": "^5.0.31", + "@feathersjs/koa": "^5.0.31", + "@feathersjs/mongodb": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/schema": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", + "@feathersjs/typebox": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 5015b03a7..c9dd91972 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 939275155..577812056 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.30", + "version": "5.0.31", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/socketio-client": "^5.0.30" + "@feathersjs/authentication-client": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/socketio-client": "^5.0.31" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "babel-loader": "^9.2.1", "mocha": "^10.8.2", "node-fetch": "^2.6.1", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 24cd2fe1d..62716d86a 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 1d26359d7..8ed90d073 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.30", + "version": "5.0.31", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index c3b5ffe2f..5edfe5e1e 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 5e842e631..0ec531f28 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/config": "^3.3.5", "config": "^3.3.12" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index a9b5e5d4c..11bcf9952 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +**Note:** Version bump only for package create-feathers + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index 71393f975..f3badeac2 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers.js" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.30" + "@feathersjs/cli": "^5.0.31" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index f0bc9e59f..e8b416dc4 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 3a0fbc326..8d9e65d51 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/feathers": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 7ba7ed527..9bd5c870c 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) +- **express:** Update express to version 4.21.1 ([#3543](https://github.com/feathersjs/feathers/issues/3543)) ([56d6151](https://github.com/feathersjs/feathers/commit/56d6151624f083d6604e76746cf555ed846b6d40)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 07b8adc79..18357777e 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -66,8 +66,8 @@ "express": "^4.21.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/lodash": "^4.17.13", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", @@ -79,4 +79,4 @@ "typescript": "^5.6.3" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" -} \ No newline at end of file +} diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 9863ced4b..05b312e0a 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 459846c1a..2b562c82f 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.30", + "version": "5.0.31", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.30", + "@feathersjs/commons": "^5.0.31", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 2ef59bfba..1e5609dee 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/generators diff --git a/packages/generators/package.json b/packages/generators/package.json index cba90ada7..d353d9e77 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.30", + "version": "5.0.31", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -59,23 +59,23 @@ "typescript": "^5.6.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/authentication-client": "^5.0.30", - "@feathersjs/authentication-local": "^5.0.30", - "@feathersjs/authentication-oauth": "^5.0.30", - "@feathersjs/configuration": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/express": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/knex": "^5.0.30", - "@feathersjs/koa": "^5.0.30", - "@feathersjs/mongodb": "^5.0.30", - "@feathersjs/rest-client": "^5.0.30", - "@feathersjs/schema": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", - "@feathersjs/typebox": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/authentication-client": "^5.0.31", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/authentication-oauth": "^5.0.31", + "@feathersjs/configuration": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/express": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/knex": "^5.0.31", + "@feathersjs/koa": "^5.0.31", + "@feathersjs/mongodb": "^5.0.31", + "@feathersjs/rest-client": "^5.0.31", + "@feathersjs/schema": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", + "@feathersjs/typebox": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index fb800835d..a524156b6 100644 --- a/packages/knex/CHANGELOG.md +++ b/packages/knex/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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) ### Bug Fixes diff --git a/packages/knex/package.json b/packages/knex/package.json index 3557115a7..d0b4d74a3 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/adapter-tests": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "knex": "^3.1.0", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index 5cd24964f..2aafa0524 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 3b22f5461..40c0199ec 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/authentication": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "@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.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/authentication-local": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 565190b14..4d436f42e 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index b2f16b114..b02c55129 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.30", + "version": "5.0.31", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", "sift": "^17.1.3" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/adapter-tests": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 17eed4e52..8f6f5c631 100644 --- a/packages/mongodb/CHANGELOG.md +++ b/packages/mongodb/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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) +- **mongodb:** Fix mongo count ([#3541](https://github.com/feathersjs/feathers/issues/3541)) ([3e95c7d](https://github.com/feathersjs/feathers/commit/3e95c7df6ae7de6a3a406dfb61dd044ea905456f)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 8132682bd..7c3ee379d 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30" + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31" }, "peerDependencies": { "mongodb": "^6.10.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.30", - "@feathersjs/schema": "^5.0.30", + "@feathersjs/adapter-tests": "^5.0.31", + "@feathersjs/schema": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 25b219e2b..7c1c9ae4b 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 978d4170b..f53bf2d30 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@types/superagent": "^8.1.9", "qs": "^6.13.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "@types/node-fetch": "^2.6.11", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index c04c180ab..55e4f4118 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/schema diff --git a/packages/schema/package.json b/packages/schema/package.json index a7fb7fec0..a5cbfc7ba 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.30", - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/adapter-commons": "^5.0.31", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "@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.30", + "@feathersjs/memory": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "ajv-formats": "^3.0.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 985e9709d..3a7c684ce 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index fac073d28..3da33d0cb 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30" + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31" }, "devDependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/socketio": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/socketio": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index f2ed7e81a..a4400563e 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 14c2286b2..03b947ff3 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", - "@feathersjs/transport-commons": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", + "@feathersjs/transport-commons": "^5.0.31", "socket.io": "^4.8.1" }, "devDependencies": { - "@feathersjs/express": "^5.0.30", - "@feathersjs/memory": "^5.0.30", - "@feathersjs/tests": "^5.0.30", + "@feathersjs/express": "^5.0.31", + "@feathersjs/memory": "^5.0.31", + "@feathersjs/tests": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 6116c0bb3..d056899e0 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 290e7b12b..faeb0dfef 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/feathers": "^5.0.31", "@types/mocha": "^10.0.9", "@types/node": "^22.8.4", "mocha": "^10.8.2", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 24a7c1338..4535f2a3d 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 870d9ea37..d55ffdc5e 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.30", - "@feathersjs/errors": "^5.0.30", - "@feathersjs/feathers": "^5.0.30", + "@feathersjs/commons": "^5.0.31", + "@feathersjs/errors": "^5.0.31", + "@feathersjs/feathers": "^5.0.31", "encodeurl": "^2.0.0", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index e43e37530..b469f2a9b 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.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31) + +### Bug Fixes + +- **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2)) + ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) **Note:** Version bump only for package @feathersjs/typebox diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 369aa8059..2b958746c 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.30", + "version": "5.0.31", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.30", + "@feathersjs/schema": "^5.0.31", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {