@skilbjo/config-rc 1.0.39 → 1.0.40
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/.github/dependabot.yml +0 -10
- package/CHANGELOG.md +23 -0
- package/package.json +11 -11
package/.github/dependabot.yml
CHANGED
|
@@ -16,16 +16,6 @@ updates:
|
|
|
16
16
|
assignees:
|
|
17
17
|
- skilbjo
|
|
18
18
|
rebase-strategy: auto
|
|
19
|
-
ignore:
|
|
20
|
-
- dependency-name: aws-sdk
|
|
21
|
-
- dependency-name: '@aws-sdk/*'
|
|
22
|
-
- dependency-name: devtools-protocol
|
|
23
|
-
- dependency-name: husky
|
|
24
|
-
- dependency-name: '@aws-sdk/client-dynamodb'
|
|
25
|
-
- dependency-name: '@aws-sdk/lib-dynamodb'
|
|
26
|
-
- dependency-name: '@aws-sdk/util-dynamodb'
|
|
27
|
-
- dependency-name: '@commitlint/cli'
|
|
28
|
-
- dependency-name: '@commitlint/config-angular'
|
|
29
19
|
versioning-strategy: increase
|
|
30
20
|
open-pull-requests-limit: 15
|
|
31
21
|
commit-message:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## [1.0.40](https://github.com/skilbjo/config-rc/compare/v1.0.39...v1.0.40) (2026-03-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump @types/node from 25.2.0 to 25.2.2 ([#481](https://github.com/skilbjo/config-rc/issues/481)) ([5337120](https://github.com/skilbjo/config-rc/commit/53371203214fb743ebc517772dc33fe0054b7fae))
|
|
7
|
+
* **deps-dev:** bump @types/node from 25.2.2 to 25.2.3 ([#483](https://github.com/skilbjo/config-rc/issues/483)) ([5d71143](https://github.com/skilbjo/config-rc/commit/5d71143adfeb758248f1466d14432679cb12f396))
|
|
8
|
+
* **deps-dev:** bump @types/node from 25.2.3 to 25.3.0 ([#493](https://github.com/skilbjo/config-rc/issues/493)) ([12702af](https://github.com/skilbjo/config-rc/commit/12702afe421f7d3b866f233b4ce112384f079ab2))
|
|
9
|
+
* **deps-dev:** bump @types/node from 25.3.0 to 25.3.3 ([#499](https://github.com/skilbjo/config-rc/issues/499)) ([e6ca40b](https://github.com/skilbjo/config-rc/commit/e6ca40ba1b7ffaa79bdbe539ed7072879004e444))
|
|
10
|
+
* **deps-dev:** bump ajv in the npm_and_yarn group across 1 directory ([#494](https://github.com/skilbjo/config-rc/issues/494)) ([8937310](https://github.com/skilbjo/config-rc/commit/8937310150d461bb402fe23b7c5f2ac81aa09406))
|
|
11
|
+
* **deps-dev:** bump minimatch ([#495](https://github.com/skilbjo/config-rc/issues/495)) ([2fabe09](https://github.com/skilbjo/config-rc/commit/2fabe09a82fe928ebd26fad02cbe295843e66a7f))
|
|
12
|
+
* **deps:** bump @stylistic/eslint-plugin from 5.7.1 to 5.9.0 ([#492](https://github.com/skilbjo/config-rc/issues/492)) ([e6a1354](https://github.com/skilbjo/config-rc/commit/e6a1354a8f12362aa58a818d86d4f3d3a8c3e1b9))
|
|
13
|
+
* **deps:** bump deps ([cb8c423](https://github.com/skilbjo/config-rc/commit/cb8c423444eab22a9ab4a256d2af3026f769390b))
|
|
14
|
+
* **deps:** bump eslint-plugin-jest from 29.12.2 to 29.14.0 ([#485](https://github.com/skilbjo/config-rc/issues/485)) ([51ec6ee](https://github.com/skilbjo/config-rc/commit/51ec6ee834b526d7c7d5b4890cecbdb8cf32a2b8))
|
|
15
|
+
* **deps:** bump eslint-plugin-jest from 29.14.0 to 29.15.0 ([#487](https://github.com/skilbjo/config-rc/issues/487)) ([576e4e8](https://github.com/skilbjo/config-rc/commit/576e4e8a3b9bcd079cbe320230268abb18311b7a))
|
|
16
|
+
* **deps:** bump eslint-plugin-n from 17.23.2 to 17.24.0 ([#484](https://github.com/skilbjo/config-rc/issues/484)) ([f0ba39d](https://github.com/skilbjo/config-rc/commit/f0ba39d65defa987cfd114e5a3d649b936e59070))
|
|
17
|
+
* **deps:** bump eslint-plugin-perfectionist from 5.5.0 to 5.6.0 ([#491](https://github.com/skilbjo/config-rc/issues/491)) ([fc29d35](https://github.com/skilbjo/config-rc/commit/fc29d35d469c8bd12a1b933a5cd9b4a2ee521957))
|
|
18
|
+
* **deps:** bump eslint-plugin-security from 3.0.1 to 4.0.0 ([#490](https://github.com/skilbjo/config-rc/issues/490)) ([615810d](https://github.com/skilbjo/config-rc/commit/615810d8d7651ad3d228b944e90a8016834776bf))
|
|
19
|
+
* **deps:** bump globals from 17.3.0 to 17.4.0 ([#496](https://github.com/skilbjo/config-rc/issues/496)) ([26ebd9d](https://github.com/skilbjo/config-rc/commit/26ebd9df9ba039f2fa0c9ada9994db0b34389a90))
|
|
20
|
+
* **deps:** bump typescript-eslint from 8.54.0 to 8.55.0 ([#486](https://github.com/skilbjo/config-rc/issues/486)) ([c899b5d](https://github.com/skilbjo/config-rc/commit/c899b5d4ed2b88b3db4a4bd5a1740e22f6334a53))
|
|
21
|
+
* **deps:** bump typescript-eslint from 8.55.0 to 8.56.0 ([#489](https://github.com/skilbjo/config-rc/issues/489)) ([aa24945](https://github.com/skilbjo/config-rc/commit/aa249459c5f3afe287923ecd0fda588dee5a016b))
|
|
22
|
+
* **deps:** bump typescript-eslint from 8.56.0 to 8.56.1 ([#497](https://github.com/skilbjo/config-rc/issues/497)) ([0102e7f](https://github.com/skilbjo/config-rc/commit/0102e7fa37cf31a21b54e5314e927c75be92b2fd))
|
|
23
|
+
|
|
1
24
|
## [1.0.39](https://github.com/skilbjo/config-rc/compare/v1.0.38...v1.0.39) (2026-02-05)
|
|
2
25
|
|
|
3
26
|
|
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.40",
|
|
5
5
|
"description": "eslint, prettier, & tsconfig config",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "index.js",
|
|
@@ -35,27 +35,27 @@
|
|
|
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.
|
|
38
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
39
39
|
"@tsconfig/node22": "22.0.5",
|
|
40
40
|
"@types/jest": "30.0.0",
|
|
41
41
|
"eslint": "9.39.2",
|
|
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.
|
|
46
|
-
"eslint-plugin-n": "17.
|
|
47
|
-
"eslint-plugin-perfectionist": "5.
|
|
45
|
+
"eslint-plugin-jest": "29.15.0",
|
|
46
|
+
"eslint-plugin-n": "17.24.0",
|
|
47
|
+
"eslint-plugin-perfectionist": "5.6.0",
|
|
48
48
|
"eslint-plugin-prettier": "5.5.5",
|
|
49
|
-
"eslint-plugin-security": "
|
|
50
|
-
"globals": "17.
|
|
49
|
+
"eslint-plugin-security": "4.0.0",
|
|
50
|
+
"globals": "17.4.0",
|
|
51
51
|
"prettier": "3.8.1",
|
|
52
52
|
"typescript": "5.9.3",
|
|
53
|
-
"typescript-eslint": "8.
|
|
53
|
+
"typescript-eslint": "8.56.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@commitlint/cli": "20.4.
|
|
57
|
-
"@commitlint/config-angular": "20.4.
|
|
58
|
-
"@types/node": "25.
|
|
56
|
+
"@commitlint/cli": "20.4.3",
|
|
57
|
+
"@commitlint/config-angular": "20.4.3",
|
|
58
|
+
"@types/node": "25.3.5",
|
|
59
59
|
"depcheck": "1.4.7",
|
|
60
60
|
"husky": "9.1.7"
|
|
61
61
|
},
|