@lbenie/linting 1.6.18 → 1.7.1

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.
@@ -121,7 +121,7 @@ const config = [
121
121
  parserOptions: {
122
122
  ...defaultOptions.languageOptions.parserOptions,
123
123
  parser: typescriptParser,
124
- project: ['./tsconfig.json'],
124
+ project: ['./tsconfig.json', './tsconfig.spec.json'],
125
125
  },
126
126
  },
127
127
  plugins: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lbenie/linting",
3
- "version": "1.6.18",
3
+ "version": "1.7.1",
4
4
  "description": "my opiniated rules",
5
5
  "repository": {
6
6
  "url": "https://github.com/lbenie/linting"
@@ -34,35 +34,35 @@
34
34
  "devDependencies": {
35
35
  "@eslint/js": "8.57.0",
36
36
  "@semantic-release/changelog": "6.0.3",
37
- "@semantic-release/commit-analyzer": "11.1.0",
37
+ "@semantic-release/commit-analyzer": "12.0.0",
38
38
  "@semantic-release/git": "10.0.1",
39
39
  "@semantic-release/github": "10.0.2",
40
40
  "@semantic-release/npm": "12.0.0",
41
- "@semantic-release/release-notes-generator": "12.1.0",
42
- "@types/react": "18.2.66",
41
+ "@semantic-release/release-notes-generator": "13.0.0",
42
+ "@types/react": "18.2.73",
43
43
  "@types/semantic-release": "20.0.6",
44
44
  "all-contributors-cli": "6.26.1",
45
- "astro": "4.5.5",
45
+ "astro": "4.5.10",
46
46
  "concurrently": "8.2.2",
47
47
  "conventional-changelog-conventionalcommits": "7.0.2",
48
48
  "lit": "3.1.2",
49
49
  "react": "18.2.0",
50
- "semantic-release": "23.0.4",
50
+ "semantic-release": "23.0.6",
51
51
  "tsutils": "3.21.0",
52
- "typescript": "5.4.2"
52
+ "typescript": "5.4.3"
53
53
  },
54
54
  "dependencies": {
55
55
  "@typescript-eslint/eslint-plugin": "7.2.0",
56
56
  "@typescript-eslint/parser": "7.2.0",
57
- "eslint": "8.56.0",
57
+ "eslint": "8.57.0",
58
58
  "eslint-plugin-astro": "0.31.4",
59
59
  "eslint-plugin-functional": "6.1.1",
60
- "eslint-plugin-jsdoc": "48.1.0",
60
+ "eslint-plugin-jsdoc": "48.2.1",
61
61
  "eslint-plugin-jsx-a11y": "6.8.0",
62
62
  "eslint-plugin-lit-a11y": "4.1.2",
63
63
  "eslint-plugin-prettier": "5.1.3",
64
64
  "globals": "14.0.0",
65
- "postcss": "8.4.35",
65
+ "postcss": "8.4.38",
66
66
  "postcss-scss": "4.0.9",
67
67
  "postcss-styl": "0.12.3",
68
68
  "prettier": "3.2.5",