Skip to content

Commit

Permalink
Merge with latest Dove
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed May 3, 2024
2 parents 05e1d15 + 07f7491 commit 10b7696
Show file tree
Hide file tree
Showing 30 changed files with 2,915 additions and 2,496 deletions.
34 changes: 17 additions & 17 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"date-fns": "^3.4.0",
"element-plus": "^2.6.1",
"date-fns": "^3.6.0",
"element-plus": "^2.7.2",
"query-string": "^9.0.0",
"shiki": "^1.1.7",
"vue": "^3.4.21"
"shiki": "^1.4.0",
"vue": "^3.4.26"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.23",
"@iconify-json/carbon": "^1.1.31",
"@types/node": "^20.11.26",
"@unocss/preset-typography": "^0.58.5",
"@unocss/reset": "^0.58.5",
"@unocss/transformer-directives": "^0.58.5",
"@feathersjs/generators": "^5.0.24",
"@iconify-json/carbon": "^1.1.32",
"@types/node": "^20.12.8",
"@unocss/preset-typography": "^0.59.4",
"@unocss/reset": "^0.59.4",
"@unocss/transformer-directives": "^0.59.4",
"@vitejs/plugin-vue": "^5.0.4",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"flexsearch": "^0.7.43",
"https-localhost": "^4.7.1",
"markdown-it": "^14.0.0",
"sass": "^1.71.1",
"markdown-it": "^14.1.0",
"sass": "^1.76.0",
"sitemap": "^7.1.1",
"unocss": "^0.58.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-pwa": "^0.19.2",
"vitepress": "^1.0.0-rc.45",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-pwa": "^0.20.0",
"vitepress": "^1.1.4",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"workbox-window": "^7.0.0"
"workbox-window": "^7.1.0"
}
}
5,135 changes: 2,777 additions & 2,358 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
"generate:package": "pinion run generators/package.ts"
},
"devDependencies": {
"@featherscloud/pinion": "^0.5.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@featherscloud/pinion": "^0.5.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"c8": "^9.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lerna": "^8.1.2",
"npm-check-updates": "^16.14.15",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/mongodb": "^4.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"mongodb": "^6.5.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"@feathersjs/socketio": "^5.0.24",
"@feathersjs/socketio-client": "^5.0.24",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"axios": "^1.6.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@
"cookie-session": "^2.1.0",
"grant": "^5.4.22",
"koa-session": "^6.4.0",
"qs": "^6.12.0"
"qs": "^6.12.1"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.24",
"@types/cookie-session": "^2.0.48",
"@types/cookie-session": "^2.0.49",
"@types/express": "^4.17.21",
"@types/koa-session": "^6.4.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"@types/node": "^20.12.8",
"@types/tough-cookie": "^4.0.5",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"axios": "^1.6.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"tough-cookie": "^4.1.3",
"tough-cookie": "^4.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@feathersjs/memory": "^5.0.24",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"@types/node": "^20.12.8",
"@types/uuid": "^9.0.8",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"@feathersjs/transport-commons": "^5.0.24",
"@feathersjs/typebox": "^5.0.24",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"@types/node": "^20.12.8",
"@types/prettier": "^2.7.3",
"axios": "^1.6.7",
"mocha": "^10.3.0",
"axios": "^1.6.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"type-fest": "^4.12.0",
"typescript": "^5.4.2"
"type-fest": "^4.18.1",
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@
"@feathersjs/socketio-client": "^5.0.24"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@feathersjs/express": "^5.0.24",
"@feathersjs/memory": "^5.0.24",
"@feathersjs/socketio": "^5.0.24",
"@feathersjs/tests": "^5.0.24",
"babel-loader": "^9.1.3",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"node-fetch": "^2.6.1",
"shx": "^0.3.4",
"socket.io-client": "^4.7.4",
"superagent": "^8.1.2",
"socket.io-client": "^4.7.5",
"superagent": "^9.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
8 changes: 4 additions & 4 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"@feathersjs/commons": "^5.0.24",
"@feathersjs/feathers": "^5.0.24",
"@feathersjs/schema": "^5.0.24",
"@types/config": "^3.3.3",
"@types/config": "^3.3.4",
"config": "^3.3.11"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"devDependencies": {
"@feathersjs/feathers": "^5.0.24",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
12 changes: 6 additions & 6 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.43",
"@types/express-serve-static-core": "^4.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.3"
"express": "^4.19.2"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.24",
"@feathersjs/tests": "^5.0.24",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"axios": "^1.6.7",
"@types/node": "^20.12.8",
"axios": "^1.6.8",
"lodash": "^4.17.21",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
6 changes: 3 additions & 3 deletions packages/feathers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"mocha": "^10.3.0",
"@types/node": "^20.12.8",
"mocha": "^10.4.0",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
18 changes: 9 additions & 9 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"access": "public"
},
"dependencies": {
"@featherscloud/pinion": "^0.5.3",
"@featherscloud/pinion": "^0.5.4",
"chalk": "^5.3.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.24",
Expand All @@ -78,20 +78,20 @@
"@feathersjs/transport-commons": "^5.0.24",
"@feathersjs/typebox": "^5.0.24",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"@types/node": "^20.12.8",
"@types/prettier": "^2.7.3",
"axios": "^1.6.7",
"axios": "^1.6.8",
"knex": "^3.1.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mongodb": "^6.5.0",
"mssql": "^10.0.2",
"mysql": "^2.18.1",
"pg": "^8.11.3",
"pg": "^8.11.5",
"shx": "^0.3.4",
"sqlite3": "^5.1.7",
"tsx": "^4.7.1",
"type-fest": "^4.12.0",
"typescript": "^5.4.2"
"tsx": "^4.9.0",
"type-fest": "^4.18.1",
"typescript": "^5.4.5"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
2 changes: 1 addition & 1 deletion packages/generators/src/service/templates/service.tpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ${
? `import { ${camelName}Path, ${camelName}Methods } from './${fileName}.shared'`
: `
export const ${camelName}Path = '${path}'
export const ${camelName}Methods = ['find', 'get', 'create', 'patch', 'remove'] as const`
export const ${camelName}Methods: Array<keyof ${className}> = ['find', 'get', 'create', 'patch', 'remove']`
}
export * from './${fileName}.class'
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/src/service/templates/shared.tpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type ${upperName}ClientService = Pick<
export const ${camelName}Path = '${path}'
export const ${camelName}Methods = ['find', 'get', 'create', 'patch', 'remove'] as const
export const ${camelName}Methods: Array<keyof ${className}> = ['find', 'get', 'create', 'patch', 'remove']
export const ${camelName}Client = (client: ClientApplication) => {
const connection = client.get('connection')
Expand Down

0 comments on commit 10b7696

Please sign in to comment.