ts-patch-mongoose 2.0.7 → 2.0.9

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.
Files changed (2) hide show
  1. package/.eslintrc +5 -3
  2. package/package.json +12 -17
package/.eslintrc CHANGED
@@ -14,10 +14,11 @@
14
14
  "sonarjs"
15
15
  ],
16
16
  "extends": [
17
- "standard",
18
17
  "eslint:recommended",
19
18
  "plugin:@typescript-eslint/eslint-recommended",
20
19
  "plugin:@typescript-eslint/recommended",
20
+ "plugin:@typescript-eslint/strict",
21
+ "plugin:@typescript-eslint/stylistic",
21
22
  "plugin:sonarjs/recommended"
22
23
  ],
23
24
  "globals": {
@@ -77,8 +78,9 @@
77
78
  "src/**/*.ts"
78
79
  ],
79
80
  "extends": [
80
- "plugin:@typescript-eslint/recommended-requiring-type-checking",
81
- "plugin:@typescript-eslint/strict"
81
+ "plugin:@typescript-eslint/recommended-type-checked",
82
+ "plugin:@typescript-eslint/strict-type-checked",
83
+ "plugin:@typescript-eslint/stylistic-type-checked"
82
84
  ],
83
85
  "rules": {
84
86
  "@typescript-eslint/consistent-type-exports": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-patch-mongoose",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Patch history & events for mongoose models",
5
5
  "author": "Alex Eagle",
6
6
  "license": "MIT",
@@ -80,35 +80,30 @@
80
80
  "lodash": "4.17.21",
81
81
  "omit-deep": "0.3.0",
82
82
  "power-assign": "0.2.10",
83
- "semver": "7.5.3"
83
+ "semver": "7.5.4"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@shelf/jest-mongodb": "4.1.7",
87
87
  "@swc/cli": "0.1.62",
88
- "@swc/core": "1.3.67",
88
+ "@swc/core": "1.3.70",
89
89
  "@swc/helpers": "0.5.1",
90
- "@swc/jest": "0.2.26",
90
+ "@swc/jest": "0.2.27",
91
91
  "@swc/register": "0.1.10",
92
- "@types/jest": "29.5.2",
92
+ "@types/jest": "29.5.3",
93
93
  "@types/lodash": "4.14.195",
94
94
  "@types/node": "18",
95
- "@typescript-eslint/eslint-plugin": "5.61.0",
96
- "@typescript-eslint/parser": "5.61.0",
97
- "eslint": "8.44.0",
98
- "eslint-config-standard": "17.1.0",
99
- "eslint-plugin-import": "2.27.5",
100
- "eslint-plugin-jest": "27.2.2",
95
+ "@typescript-eslint/eslint-plugin": "6.2.0",
96
+ "@typescript-eslint/parser": "6.2.0",
97
+ "eslint": "8.45.0",
98
+ "eslint-plugin-jest": "27.2.3",
101
99
  "eslint-plugin-jest-formatting": "3.1.0",
102
- "eslint-plugin-n": "16.0.1",
103
- "eslint-plugin-node": "11.1.0",
104
- "eslint-plugin-promise": "6.1.1",
105
100
  "eslint-plugin-sonarjs": "0.19.0",
106
- "jest": "29.5.0",
101
+ "jest": "29.6.1",
107
102
  "merge": "2.1.1",
108
- "mongoose": "6.11.1",
103
+ "mongoose": "6.11.4",
109
104
  "open-cli": "7.2.0",
110
105
  "ts-node": "10.9.1",
111
- "typescript": "5.0.4"
106
+ "typescript": "5.1.6"
112
107
  },
113
108
  "peerDependencies": {
114
109
  "mongoose": ">=6.6.0 < 8"