@skilbjo/config-rc 1.0.40 → 1.0.42

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.
@@ -65,7 +65,7 @@ jobs:
65
65
  if: ${{ github.actor == 'dependabot[bot]' }}
66
66
 
67
67
  steps:
68
- - uses: dependabot/fetch-metadata@v2.5.0
68
+ - uses: dependabot/fetch-metadata@v3.0.0
69
69
  with:
70
70
  github-token: ${{ secrets.GITHUB_TOKEN }}
71
71
  - name: Approve a PR
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## [1.0.42](https://github.com/skilbjo/config-rc/compare/v1.0.41...v1.0.42) (2026-04-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * prepare for ts@7 ([fe26110](https://github.com/skilbjo/config-rc/commit/fe26110497f74c3a51816b32725ebc03d1351e47))
7
+
8
+ ## [1.0.41](https://github.com/skilbjo/config-rc/compare/v1.0.40...v1.0.41) (2026-04-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps-dev:** bump @commitlint/cli from 20.4.3 to 20.4.4 ([#503](https://github.com/skilbjo/config-rc/issues/503)) ([84688ba](https://github.com/skilbjo/config-rc/commit/84688baea55e185d92ee148bbe2be352b7c29c59))
14
+ * **deps-dev:** bump @commitlint/cli from 20.4.4 to 20.5.0 ([#507](https://github.com/skilbjo/config-rc/issues/507)) ([ec8aae9](https://github.com/skilbjo/config-rc/commit/ec8aae936d6f1d779b76327606458c5b6cf1b5ae))
15
+ * **deps-dev:** bump @commitlint/config-angular from 20.4.3 to 20.4.4 ([#504](https://github.com/skilbjo/config-rc/issues/504)) ([6a3828d](https://github.com/skilbjo/config-rc/commit/6a3828df673e270987e7826535c4605c3f217b8e))
16
+ * **deps-dev:** bump @commitlint/config-angular from 20.4.4 to 20.5.0 ([#511](https://github.com/skilbjo/config-rc/issues/511)) ([686f283](https://github.com/skilbjo/config-rc/commit/686f28352423f68197dd29c9e10fabfc09d84ef0))
17
+ * **deps-dev:** bump @types/node from 25.3.5 to 25.5.0 ([#505](https://github.com/skilbjo/config-rc/issues/505)) ([56f5ddd](https://github.com/skilbjo/config-rc/commit/56f5ddd50f742f4f35a1e5d81b76152a7251c3d9))
18
+ * **deps:** bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 ([#512](https://github.com/skilbjo/config-rc/issues/512)) ([f31db5a](https://github.com/skilbjo/config-rc/commit/f31db5a92f7844a7dcf0ab6e2fc92e9bd1b995a4))
19
+ * **deps:** bump eslint-plugin-jest from 29.15.0 to 29.15.1 ([#513](https://github.com/skilbjo/config-rc/issues/513)) ([a378f04](https://github.com/skilbjo/config-rc/commit/a378f043f18b6fca353b693348e0e7e4e8c9ff71))
20
+ * **deps:** bump eslint-plugin-perfectionist from 5.6.0 to 5.7.0 ([#510](https://github.com/skilbjo/config-rc/issues/510)) ([0fffe5f](https://github.com/skilbjo/config-rc/commit/0fffe5f9bcd9ff93e6563088509538ee97095049))
21
+ * **deps:** bump flatted in the npm_and_yarn group across 1 directory ([#501](https://github.com/skilbjo/config-rc/issues/501)) ([bfccb4d](https://github.com/skilbjo/config-rc/commit/bfccb4d62e57e9700159e4c264f4991074ef1b60))
22
+ * **deps:** bump typescript-eslint from 8.56.1 to 8.57.0 ([#502](https://github.com/skilbjo/config-rc/issues/502)) ([6092209](https://github.com/skilbjo/config-rc/commit/6092209bf92438178f64fbff1a7bc0ef95a6e781))
23
+ * **deps:** bump typescript-eslint from 8.57.0 to 8.57.1 ([#508](https://github.com/skilbjo/config-rc/issues/508)) ([ca1103c](https://github.com/skilbjo/config-rc/commit/ca1103c087401f8342741a19d934f86f0dc6b0aa))
24
+ * **deps:** bump typescript-eslint from 8.57.1 to 8.57.2 ([#515](https://github.com/skilbjo/config-rc/issues/515)) ([29dafec](https://github.com/skilbjo/config-rc/commit/29dafec51dc3e9f1e70c03ce0f14288688309f50))
25
+
1
26
  ## [1.0.40](https://github.com/skilbjo/config-rc/compare/v1.0.39...v1.0.40) (2026-03-07)
2
27
 
3
28
 
package/index.js CHANGED
@@ -94,9 +94,9 @@ const config = tseslint.config(
94
94
  {
95
95
  files: ['**/*.ts', '**/*.tsx'],
96
96
  languageOptions: {
97
- parser: tseslint.parser,
98
97
  parserOptions: {
99
- project: './tsconfig.json',
98
+ projectService: true,
99
+ tsconfigRootDir: import.meta.dirname,
100
100
  },
101
101
  },
102
102
  extends: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@skilbjo/config-rc",
4
- "version": "1.0.40",
4
+ "version": "1.0.42",
5
5
  "description": "eslint, prettier, & tsconfig config",
6
6
  "type": "module",
7
7
  "main": "index.js",
@@ -42,20 +42,20 @@
42
42
  "eslint-config-prettier": "10.1.8",
43
43
  "eslint-import-resolver-typescript": "4.4.4",
44
44
  "eslint-plugin-import": "2.32.0",
45
- "eslint-plugin-jest": "29.15.0",
45
+ "eslint-plugin-jest": "29.15.1",
46
46
  "eslint-plugin-n": "17.24.0",
47
- "eslint-plugin-perfectionist": "5.6.0",
47
+ "eslint-plugin-perfectionist": "5.8.0",
48
48
  "eslint-plugin-prettier": "5.5.5",
49
49
  "eslint-plugin-security": "4.0.0",
50
50
  "globals": "17.4.0",
51
51
  "prettier": "3.8.1",
52
- "typescript": "5.9.3",
53
- "typescript-eslint": "8.56.1"
52
+ "typescript": "6.0.2",
53
+ "typescript-eslint": "8.58.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@commitlint/cli": "20.4.3",
57
- "@commitlint/config-angular": "20.4.3",
58
- "@types/node": "25.3.5",
56
+ "@commitlint/cli": "20.5.0",
57
+ "@commitlint/config-angular": "20.5.0",
58
+ "@types/node": "25.5.0",
59
59
  "depcheck": "1.4.7",
60
60
  "husky": "9.1.7"
61
61
  },
@@ -65,7 +65,7 @@
65
65
  ]
66
66
  },
67
67
  "engines": {
68
- "node": ">=22.0.0"
68
+ "node": ">=22.16.0"
69
69
  },
70
70
  "publishConfig": {
71
71
  "registry": "https://registry.npmjs.org/",
package/tsconfig.json CHANGED
@@ -6,10 +6,11 @@
6
6
  "compilerOptions": {
7
7
  "module": "ESNext",
8
8
  "moduleResolution": "Bundler",
9
- "target": "ES2022",
9
+ "target": "ES2025",
10
10
  "lib": [
11
- "ES2023"
11
+ "ES2025"
12
12
  ],
13
+ "erasableSyntaxOnly": true,
13
14
  "outDir": "dist",
14
15
  "declaration": true,
15
16
  "forceConsistentCasingInFileNames": true,