@adbayb/stack 0.0.0-next-1601ea5 → 0.0.0-next-f2fef9f
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/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adbayb/stack",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-f2fef9f",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stack",
|
|
@@ -40,33 +40,33 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@changesets/changelog-github": "^0.6.0",
|
|
43
|
-
"@changesets/cli": "^2.
|
|
44
|
-
"@commitlint/cli": "^20.5.
|
|
43
|
+
"@changesets/cli": "^2.31.0",
|
|
44
|
+
"@commitlint/cli": "^20.5.2",
|
|
45
45
|
"@commitlint/config-conventional": "^20.5.0",
|
|
46
46
|
"@eslint-react/eslint-plugin": "^3.0.0",
|
|
47
|
-
"@eslint/compat": "^2.0.
|
|
47
|
+
"@eslint/compat": "^2.0.5",
|
|
48
48
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
49
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
50
|
-
"eslint": "^10.1
|
|
49
|
+
"@vitest/eslint-plugin": "^1.6.16",
|
|
50
|
+
"eslint": "^10.2.1",
|
|
51
51
|
"eslint-config-prettier": "^10.1.8",
|
|
52
52
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
53
53
|
"eslint-plugin-depend": "^1.5.0",
|
|
54
54
|
"eslint-plugin-import-x": "^4.16.2",
|
|
55
|
-
"eslint-plugin-jsdoc": "^62.
|
|
55
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
56
56
|
"eslint-plugin-mdx": "^3.7.0",
|
|
57
57
|
"eslint-plugin-n": "^17.24.0",
|
|
58
|
-
"eslint-plugin-perfectionist": "^5.
|
|
58
|
+
"eslint-plugin-perfectionist": "^5.9.0",
|
|
59
59
|
"eslint-plugin-prettier": "^5.5.5",
|
|
60
|
-
"eslint-plugin-sonarjs": "^4.0.
|
|
60
|
+
"eslint-plugin-sonarjs": "^4.0.3",
|
|
61
61
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
62
62
|
"fdir": "^6.5.0",
|
|
63
|
-
"globals": "^17.
|
|
64
|
-
"prettier": "^3.8.
|
|
63
|
+
"globals": "^17.5.0",
|
|
64
|
+
"prettier": "^3.8.3",
|
|
65
65
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
66
66
|
"termost": "^1.9.0",
|
|
67
|
-
"turbo": "^2.
|
|
68
|
-
"typescript": "^6.0.
|
|
69
|
-
"typescript-eslint": "^8.
|
|
67
|
+
"turbo": "^2.9.6",
|
|
68
|
+
"typescript": "^6.0.3",
|
|
69
|
+
"typescript-eslint": "^8.59.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/node": "24.12.0",
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
git config --global user.email adbayb@gmail.com
|
|
22
22
|
git config --global user.name 'Ayoub Adib'
|
|
23
23
|
- name: Create changelog entry
|
|
24
|
-
uses: actions/github-script@
|
|
24
|
+
uses: actions/github-script@v9
|
|
25
25
|
# Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
|
|
26
26
|
with:
|
|
27
27
|
script: |
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
git config --global user.email adbayb@gmail.com
|
|
22
22
|
git config --global user.name 'Ayoub Adib'
|
|
23
23
|
- name: Create changelog entry
|
|
24
|
-
uses: actions/github-script@
|
|
24
|
+
uses: actions/github-script@v9
|
|
25
25
|
# Credits to https://github.com/backstage/backstage/blob/bcc11651add5a2589898dfb9d665ebb9d412201b/.github/workflows/sync_renovate-changesets.yml
|
|
26
26
|
with:
|
|
27
27
|
script: |
|