surgio 2.22.1 → 2.24.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "surgio",
3
3
  "description": "Generating rules for Surge, Clash, Quantumult like a PRO",
4
- "version": "2.22.1",
4
+ "version": "2.24.0",
5
5
  "main": "build/index.js",
6
6
  "typings": "build/index.d.ts",
7
7
  "bin": {
@@ -45,6 +45,7 @@
45
45
  "bluebird": "^3.7.2",
46
46
  "bytes": "^3.1.2",
47
47
  "chalk": "^4.1.2",
48
+ "change-case": "^4.1.2",
48
49
  "check-node-version": "^4.2.1",
49
50
  "common-bin": "^2.9.2",
50
51
  "cross-env": "^7.0.3",
@@ -62,7 +63,7 @@
62
63
  "got": "^11.8.5",
63
64
  "inquirer": "^7.3.3",
64
65
  "ioredis": "^5.2.3",
65
- "joi": "^17.6.2",
66
+ "joi": "^17.6.3",
66
67
  "listr": "^0.14.3",
67
68
  "lodash": "^4.17.21",
68
69
  "micromatch": "^4.0.5",
@@ -74,14 +75,15 @@
74
75
  "query-string": "^7.1.1",
75
76
  "rimraf": "^3.0.2",
76
77
  "source-map-support": "^0.5.21",
78
+ "type-fest": "^3.1.0",
77
79
  "update-notifier": "^5.1.0",
78
80
  "urlsafe-base64": "^1.0.0",
79
81
  "yaml": "^1.10.2"
80
82
  },
81
83
  "devDependencies": {
82
84
  "@algolia/client-search": "^4.14.2",
83
- "@commitlint/cli": "^11.0.0",
84
- "@commitlint/config-angular": "^11.0.0",
85
+ "@commitlint/cli": "^17.1.2",
86
+ "@commitlint/config-angular": "^17.1.0",
85
87
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
86
88
  "@types/bluebird": "^3.5.37",
87
89
  "@types/bytes": "^3.1.1",
@@ -91,12 +93,12 @@
91
93
  "@types/inquirer": "^7.3.3",
92
94
  "@types/listr": "^0.14.4",
93
95
  "@types/lodash": "^4.14.186",
94
- "@types/node": "^16.11.64",
96
+ "@types/node": "^16.11.68",
95
97
  "@types/nunjucks": "^3.2.1",
96
98
  "@types/sinon": "^10.0.13",
97
99
  "@types/urlsafe-base64": "^1.0.28",
98
- "@typescript-eslint/eslint-plugin": "^5.39.0",
99
- "@typescript-eslint/parser": "^5.39.0",
100
+ "@typescript-eslint/eslint-plugin": "^5.40.1",
101
+ "@typescript-eslint/parser": "^5.40.1",
100
102
  "@vuepress/client": "2.0.0-beta.51",
101
103
  "@vuepress/plugin-docsearch": "2.0.0-beta.51",
102
104
  "@vuepress/plugin-google-analytics": "2.0.0-beta.51",
@@ -110,9 +112,9 @@
110
112
  "eslint-config-prettier": "^8.5.0",
111
113
  "eslint-plugin-prettier": "^4.2.1",
112
114
  "husky": "^8.0.1",
113
- "ini": "^1.3.8",
115
+ "ini": "^3.0.1",
114
116
  "ioredis-mock": "^8.2.2",
115
- "lint-staged": "^12.5.0",
117
+ "lint-staged": "^13.0.3",
116
118
  "nock": "^13.2.9",
117
119
  "np": "^6.5.0",
118
120
  "npm-debug-log-cleaner": "^1.0.3",
@@ -120,13 +122,12 @@
120
122
  "nyc": "^15.1.0",
121
123
  "prettier": "^2.7.1",
122
124
  "sass": "^1.55.0",
123
- "sinon": "^12.0.1",
125
+ "sinon": "^14.0.1",
124
126
  "ts-node": "^10.9.1",
125
- "type-fest": "^2.19.0",
126
127
  "typescript": "^4.8.4",
127
- "vue": "^3.2.40",
128
+ "vue": "^3.2.41",
128
129
  "vuepress": "2.0.0-beta.51",
129
- "vuepress-plugin-sitemap2": "2.0.0-beta.99"
130
+ "vuepress-plugin-sitemap2": "2.0.0-beta.110"
130
131
  },
131
132
  "ava": {
132
133
  "failFast": false,