xo 0.34.2 → 0.35.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.
Files changed (2) hide show
  1. package/config/plugins.js +5 -1
  2. package/package.json +15 -15
package/config/plugins.js CHANGED
@@ -238,7 +238,11 @@ module.exports = {
238
238
  allow: [
239
239
  '@babel/polyfill',
240
240
  '**/register',
241
- '**/register/**'
241
+ '**/register/**',
242
+ '**/*.css',
243
+ '**/*.scss',
244
+ '**/*.sass',
245
+ '**/*.less'
242
246
  ]
243
247
  }
244
248
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xo",
3
- "version": "0.34.2",
3
+ "version": "0.35.0",
4
4
  "description": "JavaScript/TypeScript linter with great defaults",
5
5
  "license": "MIT",
6
6
  "repository": "xojs/xo",
@@ -51,15 +51,15 @@
51
51
  "typescript"
52
52
  ],
53
53
  "dependencies": {
54
- "@typescript-eslint/eslint-plugin": "^4.4.1",
55
- "@typescript-eslint/parser": "^4.4.1",
54
+ "@typescript-eslint/eslint-plugin": "^4.8.1",
55
+ "@typescript-eslint/parser": "^4.8.1",
56
56
  "arrify": "^2.0.1",
57
57
  "cosmiconfig": "^7.0.0",
58
- "debug": "^4.2.0",
59
- "eslint": "^7.11.0",
60
- "eslint-config-prettier": "^6.13.0",
58
+ "debug": "^4.3.1",
59
+ "eslint": "^7.13.0",
60
+ "eslint-config-prettier": "^6.15.0",
61
61
  "eslint-config-xo": "^0.33.1",
62
- "eslint-config-xo-typescript": "^0.35.0",
62
+ "eslint-config-xo-typescript": "^0.36.0",
63
63
  "eslint-formatter-pretty": "^4.0.0",
64
64
  "eslint-import-resolver-webpack": "^0.13.0",
65
65
  "eslint-plugin-ava": "^11.0.0",
@@ -81,33 +81,33 @@
81
81
  "json-stable-stringify-without-jsonify": "^1.0.1",
82
82
  "json5": "^2.1.3",
83
83
  "lodash": "^4.17.20",
84
- "meow": "^7.1.1",
84
+ "meow": "^8.0.0",
85
85
  "micromatch": "^4.0.2",
86
86
  "open-editor": "^2.0.1",
87
87
  "p-reduce": "^2.1.0",
88
88
  "path-exists": "^4.0.0",
89
- "prettier": "2.0.4",
89
+ "prettier": "^2.1.2",
90
90
  "resolve-cwd": "^3.0.0",
91
91
  "resolve-from": "^5.0.0",
92
92
  "semver": "^7.3.2",
93
93
  "slash": "^3.0.0",
94
94
  "to-absolute-glob": "^2.0.2",
95
- "typescript": "^4.0.3",
96
- "update-notifier": "^5.0.0"
95
+ "typescript": "^4.1.2",
96
+ "update-notifier": "^5.0.1"
97
97
  },
98
98
  "devDependencies": {
99
99
  "ava": "^3.13.0",
100
100
  "coveralls": "^3.1.0",
101
101
  "eslint-config-xo-react": "^0.23.0",
102
- "eslint-plugin-react": "^7.21.4",
103
- "eslint-plugin-react-hooks": "^4.1.2",
102
+ "eslint-plugin-react": "^7.21.5",
103
+ "eslint-plugin-react-hooks": "^4.2.0",
104
104
  "esm": "^3.2.25",
105
- "execa": "^4.0.3",
105
+ "execa": "^4.1.0",
106
106
  "nyc": "^15.1.0",
107
107
  "pify": "^5.0.0",
108
108
  "proxyquire": "^2.1.3",
109
109
  "temp-write": "^4.0.0",
110
- "webpack": "^5.1.3"
110
+ "webpack": "^5.6.0"
111
111
  },
112
112
  "eslintConfig": {
113
113
  "extends": "eslint-config-xo"