@adbayb/stack 2.22.0 → 2.23.0
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": "2.
|
|
3
|
+
"version": "2.23.0",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stack",
|
|
@@ -40,41 +40,41 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@changesets/changelog-github": "^0.5.1",
|
|
43
|
-
"@changesets/cli": "^2.
|
|
43
|
+
"@changesets/cli": "^2.29.2",
|
|
44
44
|
"@commitlint/cli": "^19.8.0",
|
|
45
45
|
"@commitlint/config-conventional": "^19.8.0",
|
|
46
|
-
"@eslint/compat": "^1.2.
|
|
46
|
+
"@eslint/compat": "^1.2.8",
|
|
47
47
|
"@eslint/eslintrc": "^3.3.1",
|
|
48
48
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
49
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
50
|
-
"eslint": "^9.
|
|
51
|
-
"eslint-config-prettier": "^10.1.
|
|
52
|
-
"eslint-import-resolver-typescript": "^4.3.
|
|
53
|
-
"eslint-plugin-depend": "^0.
|
|
54
|
-
"eslint-plugin-import-x": "^4.
|
|
49
|
+
"@vitest/eslint-plugin": "^1.1.43",
|
|
50
|
+
"eslint": "^9.25.1",
|
|
51
|
+
"eslint-config-prettier": "^10.1.2",
|
|
52
|
+
"eslint-import-resolver-typescript": "^4.3.4",
|
|
53
|
+
"eslint-plugin-depend": "^1.0.0",
|
|
54
|
+
"eslint-plugin-import-x": "^4.11.0",
|
|
55
55
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
56
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
57
|
-
"eslint-plugin-mdx": "^3.
|
|
56
|
+
"eslint-plugin-jsdoc": "^50.6.11",
|
|
57
|
+
"eslint-plugin-mdx": "^3.4.1",
|
|
58
58
|
"eslint-plugin-n": "^17.17.0",
|
|
59
|
-
"eslint-plugin-prettier": "^5.2.
|
|
60
|
-
"eslint-plugin-react": "^7.37.
|
|
59
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
60
|
+
"eslint-plugin-react": "^7.37.5",
|
|
61
61
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
62
|
-
"eslint-plugin-react-hooks-extra": "^1.
|
|
63
|
-
"eslint-plugin-react-web-api": "^1.
|
|
62
|
+
"eslint-plugin-react-hooks-extra": "^1.48.5",
|
|
63
|
+
"eslint-plugin-react-web-api": "^1.48.5",
|
|
64
64
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
65
65
|
"eslint-plugin-sort-keys-custom-order": "^2.2.1",
|
|
66
66
|
"eslint-plugin-unicorn": "^58.0.0",
|
|
67
|
-
"fdir": "^6.4.
|
|
67
|
+
"fdir": "^6.4.4",
|
|
68
68
|
"globals": "^16.0.0",
|
|
69
69
|
"prettier": "^3.5.3",
|
|
70
70
|
"prettier-plugin-packagejson": "^2.5.10",
|
|
71
71
|
"termost": "^1.4.0",
|
|
72
|
-
"turbo": "^2.
|
|
73
|
-
"typescript": "^5.8.
|
|
74
|
-
"typescript-eslint": "^8.
|
|
72
|
+
"turbo": "^2.5.2",
|
|
73
|
+
"typescript": "^5.8.3",
|
|
74
|
+
"typescript-eslint": "^8.31.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@types/node": "22.
|
|
77
|
+
"@types/node": "22.15.2",
|
|
78
78
|
"quickbundle": "2.12.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
@@ -40,8 +40,8 @@ jobs:
|
|
|
40
40
|
- name: Publish pre-release version(s)
|
|
41
41
|
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
|
|
42
42
|
run: |
|
|
43
|
-
pnpm --filter
|
|
44
|
-
pnpm --filter
|
|
43
|
+
pnpm --filter="!./(applications|examples|tools)/*" --recursive exec pnpm version "$(pnpm show ./ version)-next-${GITHUB_SHA::7}"
|
|
44
|
+
pnpm --filter="!./(applications|examples|tools)/*" --recursive exec pnpm publish --tag next --no-git-checks
|
|
45
45
|
- name: Create release pull request
|
|
46
46
|
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
|
|
47
47
|
uses: changesets/action@v1
|
|
@@ -40,8 +40,8 @@ jobs:
|
|
|
40
40
|
- name: Publish pre-release version(s)
|
|
41
41
|
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
|
|
42
42
|
run: |
|
|
43
|
-
pnpm --filter
|
|
44
|
-
pnpm --filter
|
|
43
|
+
pnpm --filter="!./(applications|examples|tools)/*" --recursive exec pnpm version "$(pnpm show ./ version)-next-${GITHUB_SHA::7}"
|
|
44
|
+
pnpm --filter="!./(applications|examples|tools)/*" --recursive exec pnpm publish --tag next --no-git-checks
|
|
45
45
|
- name: Create release pull request
|
|
46
46
|
if: "!contains(github.event.head_commit.message, 'chore: release package(s)')"
|
|
47
47
|
uses: changesets/action@v1
|