Skip to content

Commit 53794dc

Browse files
Merge pull request #316 from feathers-plus/dependabot/npm_and_yarn/feathers-memory-4.1.0
chore(deps-dev): bump feathers-memory from 3.0.2 to 4.1.0
2 parents 061a3b1 + 034ab3d commit 53794dc

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"eslint-config-prettier": "^6.4.0",
153153
"eslint-plugin-prettier": "^3.0.1",
154154
"eslint-plugin-vue": "^5.2.2",
155-
"feathers-memory": "^3.0.2",
155+
"feathers-memory": "^4.1.0",
156156
"istanbul": "^1.1.0-alpha.1",
157157
"jsdom": "^14.0.0",
158158
"jsdom-global": "^3.0.2",

test/service-module/model-temp-ids.test.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { assert } from 'chai'
88
import feathersVuex from '../../src/index'
99
import { feathersRestClient as feathersClient } from '../fixtures/feathers-client'
1010
import { clearModels } from '../../src/service-module/global-models'
11-
import memory from 'feathers-memory'
11+
import { Service as MemoryService } from 'feathers-memory'
1212
import Vuex from 'vuex'
1313
import { makeStore } from '../test-utils'
1414
import ObjectID from 'bson-objectid'
@@ -17,15 +17,16 @@ interface RootState {
1717
transactions: ServiceState
1818
}
1919

20-
class ComicService extends memory.Service {
21-
public create(data, params, callback) {
22-
return super.create(data, params, callback).then(response => {
20+
class ComicService extends MemoryService {
21+
public create(data, params) {
22+
return super.create(data, params).then(response => {
2323
delete response.__id
2424
delete response.__isTemp
2525
return response
2626
})
2727
}
28-
public update(id, data, params, callback) {
28+
// @ts-ignore
29+
public update(id, data, params) {
2930
data.createdAt = new Date()
3031
// this._super(data, params, callback)
3132
}

yarn.lock

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,15 @@
697697
"@feathersjs/commons" "^4.0.0"
698698
"@feathersjs/errors" "^3.3.6"
699699

700+
"@feathersjs/adapter-commons@^4.3.6":
701+
version "4.3.8"
702+
resolved "https://registry.yarnpkg.com/@feathersjs/adapter-commons/-/adapter-commons-4.3.8.tgz#eaf452cad6834dd41d62bfac01b219c3522c5148"
703+
integrity sha512-JuwQHyKNeSZRvkYH9o9141YpN6uv1op5pfGhnlcbGN7LK4DIRXnMjVSKtamGNt/00a3Uq1Hh+IXPjj+yslYLCQ==
704+
dependencies:
705+
"@feathersjs/commons" "^4.3.7"
706+
"@feathersjs/errors" "^4.3.7"
707+
"@feathersjs/feathers" "^4.3.7"
708+
700709
"@feathersjs/authentication-client@^1.0.11":
701710
version "1.0.11"
702711
resolved "https://registry.yarnpkg.com/@feathersjs/authentication-client/-/authentication-client-1.0.11.tgz#86352bf4c7179b905c9a977b26f389830c974e72"
@@ -723,7 +732,7 @@
723732
resolved "https://registry.yarnpkg.com/@feathersjs/client/-/client-3.7.8.tgz#a17e8c241e91a6d80dedf5c187443b416a3e7c82"
724733
integrity sha512-SsLVU6wq1PToBCC3XAvMRV18RBqCG1Ipt0G0+cyNKvYpcKW238Prvw7uYyAxPyQw+JL1c0xHkyDId03Duu6ZTA==
725734

726-
"@feathersjs/commons@^4.0.0", "@feathersjs/commons@^4.3.7":
735+
"@feathersjs/commons@^4.0.0", "@feathersjs/commons@^4.3.0", "@feathersjs/commons@^4.3.7":
727736
version "4.3.7"
728737
resolved "https://registry.yarnpkg.com/@feathersjs/commons/-/commons-4.3.7.tgz#7f85d32d96d250a8a6d4a74f60cc7050b0be80df"
729738
integrity sha512-AX7fh88MUW3d5T+Zb0lVvwrWqioOhtsCwk9LJtQvexS3CTK6E/xzf6qKFfOv3IQ8x82/6OtMW+F2Yjc3clMFiw==
@@ -735,7 +744,7 @@
735744
dependencies:
736745
debug "^4.0.0"
737746

738-
"@feathersjs/errors@^4.3.7":
747+
"@feathersjs/errors@^4.3.4", "@feathersjs/errors@^4.3.7":
739748
version "4.3.7"
740749
resolved "https://registry.yarnpkg.com/@feathersjs/errors/-/errors-4.3.7.tgz#ee576d06f5dfc502aa2ed1a0ee13380fa30d71e5"
741750
integrity sha512-OGyPZpq5qkr6TjG5aqFBNgpsK3pwhMRxHPjHkGXBKfseRACTS//ma3kJhRiGxhFetu5IsIsAYBpLRhyTbiBi8w==
@@ -5124,15 +5133,15 @@ feathers-memory@^1.0.1:
51245133
sift "^5.0.0"
51255134
uberproto "^1.2.0"
51265135

5127-
feathers-memory@^3.0.2:
5128-
version "3.0.2"
5129-
resolved "https://registry.yarnpkg.com/feathers-memory/-/feathers-memory-3.0.2.tgz#f6e8128ff8939d74930c2771ff0c4c20f04d6b88"
5130-
integrity sha512-GlSYSlIgN5BhvGaCi2AMaltteJvmCOoA5u9j1dIwnwWveF4586TLGsUKu1CASisva5DVczDlmIltq+GJpO6D7w==
5136+
feathers-memory@^4.1.0:
5137+
version "4.1.0"
5138+
resolved "https://registry.yarnpkg.com/feathers-memory/-/feathers-memory-4.1.0.tgz#3cd70e20ebf1dfe4b996e8bf0a22b65cdb8173a3"
5139+
integrity sha512-tR8DFqLsSk2w7tpSdHjA5RgPHTu3X5R3L3Kob2K+E3b/Q5cDkI6AYQarDQOiwekAyqxkkp/fm7Fg0qYdu4Ua6Q==
51315140
dependencies:
5132-
"@feathersjs/adapter-commons" "^2.0.0"
5133-
"@feathersjs/commons" "^4.0.0"
5134-
"@feathersjs/errors" "^3.3.6"
5135-
sift "^7.0.1"
5141+
"@feathersjs/adapter-commons" "^4.3.6"
5142+
"@feathersjs/commons" "^4.3.0"
5143+
"@feathersjs/errors" "^4.3.4"
5144+
sift "^8.5.0"
51365145

51375146
feathers-query-filters@^2.0.0:
51385147
version "2.1.2"
@@ -9810,6 +9819,11 @@ sift@^7.0.1:
98109819
resolved "https://registry.yarnpkg.com/sift/-/sift-7.0.1.tgz#47d62c50b159d316f1372f8b53f9c10cd21a4b08"
98119820
integrity sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g==
98129821

9822+
sift@^8.5.0:
9823+
version "8.5.1"
9824+
resolved "https://registry.yarnpkg.com/sift/-/sift-8.5.1.tgz#22a29e1a3332e8f8d372dc5999f5cc3093778fe8"
9825+
integrity sha512-um2rEdXrc4YcRMzIliuip4i2o92mJONh5W1VD9vJlm1e0apVqMK4P2ZUijz8BIe1/oYLWmXwXaKFM+fOaO3Ysg==
9826+
98139827
signal-exit@^3.0.0, signal-exit@^3.0.2:
98149828
version "3.0.2"
98159829
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

0 commit comments

Comments
 (0)