@skilbjo/config-rc 1.0.39 → 1.0.41
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/.github/workflows/pr.yml +1 -1
- package/CHANGELOG.md +41 -0
- package/package.json +12 -12
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/.github/workflows/pr.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,44 @@
|
|
|
1
|
+
## [1.0.41](https://github.com/skilbjo/config-rc/compare/v1.0.40...v1.0.41) (2026-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
* **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))
|
|
8
|
+
* **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))
|
|
9
|
+
* **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))
|
|
10
|
+
* **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))
|
|
11
|
+
* **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))
|
|
12
|
+
* **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))
|
|
13
|
+
* **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))
|
|
14
|
+
* **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))
|
|
15
|
+
* **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))
|
|
16
|
+
* **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))
|
|
17
|
+
* **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))
|
|
18
|
+
|
|
19
|
+
## [1.0.40](https://github.com/skilbjo/config-rc/compare/v1.0.39...v1.0.40) (2026-03-07)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **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))
|
|
25
|
+
* **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))
|
|
26
|
+
* **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))
|
|
27
|
+
* **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))
|
|
28
|
+
* **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))
|
|
29
|
+
* **deps-dev:** bump minimatch ([#495](https://github.com/skilbjo/config-rc/issues/495)) ([2fabe09](https://github.com/skilbjo/config-rc/commit/2fabe09a82fe928ebd26fad02cbe295843e66a7f))
|
|
30
|
+
* **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))
|
|
31
|
+
* **deps:** bump deps ([cb8c423](https://github.com/skilbjo/config-rc/commit/cb8c423444eab22a9ab4a256d2af3026f769390b))
|
|
32
|
+
* **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))
|
|
33
|
+
* **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))
|
|
34
|
+
* **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))
|
|
35
|
+
* **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))
|
|
36
|
+
* **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))
|
|
37
|
+
* **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))
|
|
38
|
+
* **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))
|
|
39
|
+
* **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))
|
|
40
|
+
* **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))
|
|
41
|
+
|
|
1
42
|
## [1.0.39](https://github.com/skilbjo/config-rc/compare/v1.0.38...v1.0.39) (2026-02-05)
|
|
2
43
|
|
|
3
44
|
|
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.41",
|
|
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.1",
|
|
46
|
+
"eslint-plugin-n": "17.24.0",
|
|
47
|
+
"eslint-plugin-perfectionist": "5.8.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
|
-
"typescript": "
|
|
53
|
-
"typescript-eslint": "8.
|
|
52
|
+
"typescript": "6.0.2",
|
|
53
|
+
"typescript-eslint": "8.58.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@commitlint/cli": "20.
|
|
57
|
-
"@commitlint/config-angular": "20.
|
|
58
|
-
"@types/node": "25.
|
|
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
|
},
|