@discourse/lint-configs 1.3.2 → 1.3.3

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.cjs +1 -0
  2. package/package.json +6 -6
package/eslintrc.cjs CHANGED
@@ -207,6 +207,7 @@ module.exports = {
207
207
  ],
208
208
  "injected-services": [
209
209
  { groupByDecorator: "service", type: "property" },
210
+ { groupByDecorator: "optionalService", type: "property" },
210
211
  ],
211
212
  "injected-controllers": [
212
213
  { groupByDecorator: "controller", type: "property" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discourse/lint-configs",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Shareable lint configs for Discourse core, plugins, and themes",
5
5
  "author": "Discourse",
6
6
  "license": "MIT",
@@ -32,13 +32,13 @@
32
32
  "test": "cd ../test && node test.js"
33
33
  },
34
34
  "dependencies": {
35
- "@babel/core": "^7.23.6",
35
+ "@babel/core": "^7.23.7",
36
36
  "@babel/eslint-parser": "^7.23.3",
37
- "@babel/plugin-proposal-decorators": "^7.23.6",
37
+ "@babel/plugin-proposal-decorators": "^7.23.7",
38
38
  "ember-template-lint": "^5.13.0",
39
- "eslint": "^8.55.0",
39
+ "eslint": "^8.56.0",
40
40
  "eslint-plugin-decorator-position": "^5.0.2",
41
- "eslint-plugin-ember": "^11.11.1",
41
+ "eslint-plugin-ember": "^11.12.0",
42
42
  "eslint-plugin-qunit": "^8.0.1",
43
43
  "eslint-plugin-simple-import-sort": "^10.0.0",
44
44
  "eslint-plugin-sort-class-members": "^1.19.0",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "peerDependencies": {
50
50
  "ember-template-lint": "^5.13.0",
51
- "eslint": "^8.55.0",
51
+ "eslint": "^8.56.0",
52
52
  "prettier": "^2.8.8"
53
53
  }
54
54
  }