@skilbjo/config-rc 1.0.36 → 1.0.38
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/CHANGELOG.md +20 -0
- package/index.js +2 -2
- package/package.json +6 -6
- package/tsconfig.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## [1.0.38](https://github.com/skilbjo/config-rc/compare/v1.0.37...v1.0.38) (2026-02-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* module+moduleResolution changes ([7fa542e](https://github.com/skilbjo/config-rc/commit/7fa542e7a824fd60830138a6bc794fd200ad7f38))
|
|
7
|
+
|
|
8
|
+
## [1.0.37](https://github.com/skilbjo/config-rc/compare/v1.0.36...v1.0.37) (2026-02-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps-dev:** bump @types/node from 25.0.10 to 25.1.0 ([#477](https://github.com/skilbjo/config-rc/issues/477)) ([09a8c5e](https://github.com/skilbjo/config-rc/commit/09a8c5e12965493e9cf00f41ab59e5c45c7fd60e))
|
|
14
|
+
* **deps:** bump @stylistic/eslint-plugin from 5.7.0 to 5.7.1 ([#475](https://github.com/skilbjo/config-rc/issues/475)) ([7d31700](https://github.com/skilbjo/config-rc/commit/7d317005fa4365b8ff282151fb4e084bd9a9c7da))
|
|
15
|
+
* **deps:** bump eslint-plugin-perfectionist from 5.3.1 to 5.4.0 ([#474](https://github.com/skilbjo/config-rc/issues/474)) ([dc8a016](https://github.com/skilbjo/config-rc/commit/dc8a01656a1a4702dcba9fb3da7d550c97bfba92))
|
|
16
|
+
* **deps:** bump globals from 17.0.0 to 17.1.0 ([#473](https://github.com/skilbjo/config-rc/issues/473)) ([0ac106f](https://github.com/skilbjo/config-rc/commit/0ac106fa5798c31714f3f669e3917f954ab0d3d6))
|
|
17
|
+
* **deps:** bump globals from 17.1.0 to 17.3.0 ([#476](https://github.com/skilbjo/config-rc/issues/476)) ([50c148a](https://github.com/skilbjo/config-rc/commit/50c148a81da14e3c4bbc8adea1d41fb8e7419fff))
|
|
18
|
+
* **deps:** bump typescript-eslint from 8.53.1 to 8.54.0 ([#478](https://github.com/skilbjo/config-rc/issues/478)) ([c7f4fca](https://github.com/skilbjo/config-rc/commit/c7f4fcafd90e04adc53cc381a03560e8d57f6857))
|
|
19
|
+
* full esm compatability ([9cd7031](https://github.com/skilbjo/config-rc/commit/9cd703188b9cf9f0184d3f2f8c7382b0dbfe2707))
|
|
20
|
+
|
|
1
21
|
## [1.0.36](https://github.com/skilbjo/config-rc/compare/v1.0.35...v1.0.36) (2026-01-23)
|
|
2
22
|
|
|
3
23
|
|
package/index.js
CHANGED
|
@@ -43,8 +43,8 @@ const config = tseslint.config(
|
|
|
43
43
|
...importPlugin.configs.recommended.rules,
|
|
44
44
|
...nPlugin.configs.recommended.rules,
|
|
45
45
|
...prettierPlugin.configs.recommended.rules,
|
|
46
|
-
...securityPlugin.configs
|
|
47
|
-
...perfectionistConfigs['recommended-alphabetical
|
|
46
|
+
...securityPlugin.configs.recommended.rules,
|
|
47
|
+
...perfectionistConfigs['recommended-alphabetical'].rules,
|
|
48
48
|
'@typescript-eslint/no-non-null-assertion': 1,
|
|
49
49
|
eqeqeq: 2,
|
|
50
50
|
'import/default': 2,
|
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.
|
|
4
|
+
"version": "1.0.38",
|
|
5
5
|
"description": "eslint, prettier, & tsconfig config",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"homepage": "https://github.com/skilbjo/config-rc#readme",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@eslint/js": "9.39.2",
|
|
38
|
-
"@stylistic/eslint-plugin": "5.7.
|
|
38
|
+
"@stylistic/eslint-plugin": "5.7.1",
|
|
39
39
|
"@tsconfig/node22": "22.0.5",
|
|
40
40
|
"@types/jest": "30.0.0",
|
|
41
41
|
"eslint": "9.39.2",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"eslint-plugin-import": "2.32.0",
|
|
45
45
|
"eslint-plugin-jest": "29.12.1",
|
|
46
46
|
"eslint-plugin-n": "17.23.2",
|
|
47
|
-
"eslint-plugin-perfectionist": "5.
|
|
47
|
+
"eslint-plugin-perfectionist": "5.4.0",
|
|
48
48
|
"eslint-plugin-prettier": "5.5.5",
|
|
49
49
|
"eslint-plugin-security": "3.0.1",
|
|
50
|
-
"globals": "17.
|
|
50
|
+
"globals": "17.3.0",
|
|
51
51
|
"prettier": "3.8.1",
|
|
52
52
|
"typescript": "5.9.3",
|
|
53
|
-
"typescript-eslint": "8.
|
|
53
|
+
"typescript-eslint": "8.54.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@commitlint/cli": "19.3.0",
|
|
57
57
|
"@commitlint/config-angular": "16.2.4",
|
|
58
|
-
"@types/node": "25.0
|
|
58
|
+
"@types/node": "25.1.0",
|
|
59
59
|
"depcheck": "1.4.7",
|
|
60
60
|
"husky": "8.0.1"
|
|
61
61
|
},
|
package/tsconfig.json
CHANGED
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
6
6
|
"compilerOptions": {
|
|
7
7
|
"module": "ESNext",
|
|
8
|
-
"moduleResolution": "
|
|
8
|
+
"moduleResolution": "Bundler",
|
|
9
9
|
"target": "ES2022",
|
|
10
10
|
"lib": [
|
|
11
11
|
"ES2023"
|
|
12
12
|
],
|
|
13
|
-
|
|
14
13
|
"outDir": "dist",
|
|
15
14
|
"declaration": true,
|
|
16
15
|
"forceConsistentCasingInFileNames": true,
|