@feathersjs/adapter-tests 5.0.29 → 5.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2))
11
+
12
+ ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
13
+
14
+ **Note:** Version bump only for package @feathersjs/adapter-tests
15
+
6
16
  ## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10)
7
17
 
8
18
  **Note:** Version bump only for package @feathersjs/adapter-tests
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Feathers Contributors
3
+ Copyright (c) 2024 Feathers Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,6 +16,6 @@ This is a repository that contains the test suite for the common database adapte
16
16
 
17
17
  ## License
18
18
 
19
- Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
19
+ Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
20
20
 
21
21
  Licensed under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathersjs/adapter-tests",
3
- "version": "5.0.29",
3
+ "version": "5.0.31",
4
4
  "description": "Feathers shared database adapter test suite",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "keywords": [
@@ -50,12 +50,12 @@
50
50
  "access": "public"
51
51
  },
52
52
  "devDependencies": {
53
- "@types/mocha": "^10.0.7",
54
- "@types/node": "^20.14.10",
55
- "mocha": "^10.6.0",
53
+ "@types/mocha": "^10.0.9",
54
+ "@types/node": "^22.8.4",
55
+ "mocha": "^10.8.2",
56
56
  "shx": "^0.3.4",
57
57
  "ts-node": "^10.9.2",
58
- "typescript": "^5.5.3"
58
+ "typescript": "^5.6.3"
59
59
  },
60
- "gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2"
60
+ "gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
61
61
  }