stacks 0.58.44 → 0.58.46
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/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +1 -1
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +1 -1
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/buddy/package.json +1 -1
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +1 -1
- package/core/bun-create/buddy/package.json +1 -1
- package/core/bun-create/stack/package.json +1 -1
- package/core/bun-create/stacks/package.json +1 -1
- package/core/bun-create/stx/package.json +1 -1
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +1 -1
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +1 -1
- package/core/cloud/package.json +30 -30
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/collections/package.json +1 -1
- package/core/config/package.json +1 -1
- package/core/database/package.json +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +1 -1
- package/core/development/package.json +4 -4
- package/core/dns/package.json +4 -4
- package/core/docs/package.json +1 -1
- package/core/email/package.json +1 -1
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +5 -4
- package/core/events/package.json +1 -1
- package/core/faker/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +3 -3
- package/core/logging/package.json +1 -1
- package/core/notifications/package.json +1 -1
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/package.json +1 -1
- package/core/payments/package.json +1 -1
- package/core/push/package.json +1 -1
- package/core/query-builder/package.json +1 -1
- package/core/queue/package.json +1 -1
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/package.json +1 -1
- package/core/scheduler/package.json +1 -1
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +1 -1
- package/core/server/package.json +1 -1
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +1 -1
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +1 -1
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +1 -1
- package/core/tinker/package.json +1 -1
- package/core/tmp.json +0 -0
- package/core/tunnel/package.json +1 -1
- package/core/types/package.json +2 -2
- package/core/ui/package.json +1 -1
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +1 -1
- package/core/validation/package.json +1 -1
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +1 -1
- package/core/whois/package.json +1 -1
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/package.json +2 -2
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
- package/vcs/github/workflows/ci.yml +41 -19
- package/vcs/github/workflows/release.yml +19 -7
package/core/lint/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/lint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.46",
|
|
5
5
|
"description": "The Stacks way to lint.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@stacksjs/eslint-config": "workspace:*",
|
|
52
52
|
"@types/eslint": "^8.56.2",
|
|
53
|
-
"eslint": "
|
|
53
|
+
"eslint": "^8.56.0",
|
|
54
54
|
"eslint-ts-patch": "^8.55.0-1",
|
|
55
55
|
"lint-staged": "^15.2.0",
|
|
56
56
|
"publint": "^0.2.7"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@stacksjs/eslint-config": "workspace:*",
|
|
60
60
|
"@types/eslint": "^8.56.2",
|
|
61
|
-
"eslint": "
|
|
61
|
+
"eslint": "^8.56.0",
|
|
62
62
|
"eslint-ts-patch": "^8.55.0-1",
|
|
63
63
|
"lint-staged": "^15.2.0",
|
|
64
64
|
"publint": "^0.2.7"
|
package/core/orm/package.json
CHANGED
package/core/path/package.json
CHANGED
package/core/push/package.json
CHANGED
package/core/queue/package.json
CHANGED
package/core/repl/package.json
CHANGED
package/core/router/package.json
CHANGED
package/core/server/package.json
CHANGED
package/core/slug/package.json
CHANGED
package/core/sms/package.json
CHANGED
package/core/tables/package.json
CHANGED
package/core/tinker/package.json
CHANGED
package/core/tmp.json
ADDED
|
File without changes
|
package/core/tunnel/package.json
CHANGED
package/core/types/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.46",
|
|
5
5
|
"description": "The Stacks framework types.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@types/fs-extra": "^11.0.4",
|
|
62
62
|
"@types/markdown-it-link-attributes": "^3.0.4",
|
|
63
63
|
"@types/minimatch": "^5.1.2",
|
|
64
|
-
"@types/node": "^20.11.
|
|
64
|
+
"@types/node": "^20.11.13",
|
|
65
65
|
"@types/nprogress": "^0.2.3",
|
|
66
66
|
"@vinejs/vine": "^1.7.1",
|
|
67
67
|
"cac": "^6.7.14",
|
package/core/ui/package.json
CHANGED
package/core/utils/dist/index.js
CHANGED
package/core/utils/package.json
CHANGED
package/core/vite/dist/index.js
CHANGED
|
@@ -609,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
|
|
|
609
609
|
// src/plugin/docs.ts
|
|
610
610
|
import {kolorist as c2} from "@stacksjs/cli";
|
|
611
611
|
// package.json
|
|
612
|
-
var version = "0.58.
|
|
612
|
+
var version = "0.58.46";
|
|
613
613
|
|
|
614
614
|
// src/plugin/docs.ts
|
|
615
615
|
var docsEngine = {
|
package/core/vite/package.json
CHANGED
package/core/whois/package.json
CHANGED
package/core/x-ray/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zsh-buddy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.46",
|
|
5
5
|
"description": "A better Stacks zsh experience.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"buddy.plugin.zsh"
|
|
28
28
|
],
|
|
29
29
|
"engines": {
|
|
30
|
-
"node": ">=
|
|
30
|
+
"node": ">=20.11.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "echo 'No build step required.'"
|
package/ide/vscode/package.json
CHANGED
package/package.json
CHANGED
|
@@ -24,7 +24,6 @@ jobs:
|
|
|
24
24
|
lint:
|
|
25
25
|
strategy:
|
|
26
26
|
matrix:
|
|
27
|
-
node-version: [18.x]
|
|
28
27
|
os: [ubuntu-latest]
|
|
29
28
|
fail-fast: false
|
|
30
29
|
|
|
@@ -32,69 +31,85 @@ jobs:
|
|
|
32
31
|
|
|
33
32
|
steps:
|
|
34
33
|
- name: Checkout Code
|
|
35
|
-
uses: actions/checkout@
|
|
34
|
+
uses: actions/checkout@v4
|
|
36
35
|
|
|
37
36
|
- name: Setup Bun
|
|
38
37
|
uses: oven-sh/setup-bun@v1
|
|
39
38
|
|
|
39
|
+
- name: Use cached node_modules
|
|
40
|
+
uses: actions/cache@v4
|
|
41
|
+
with:
|
|
42
|
+
path: node_modules
|
|
43
|
+
key: node-modules-${{ hashFiles('**/bun.lockb') }}
|
|
44
|
+
restore-keys: |
|
|
45
|
+
node-modules-
|
|
46
|
+
|
|
40
47
|
- name: Install Dependencies
|
|
41
48
|
run: bun install
|
|
42
49
|
|
|
43
|
-
- name: Set Application Key
|
|
44
|
-
run: ./buddy key:generate
|
|
45
|
-
|
|
46
50
|
- name: Lint
|
|
47
|
-
run:
|
|
51
|
+
run: bun buddy lint
|
|
48
52
|
|
|
49
53
|
typecheck:
|
|
50
54
|
runs-on: ${{ matrix.os }}
|
|
51
55
|
|
|
52
56
|
strategy:
|
|
53
57
|
matrix:
|
|
54
|
-
node-version: [18.x]
|
|
55
58
|
os: [ubuntu-latest]
|
|
56
59
|
fail-fast: false
|
|
57
60
|
|
|
58
61
|
steps:
|
|
59
62
|
- name: Checkout Code
|
|
60
|
-
uses: actions/checkout@
|
|
63
|
+
uses: actions/checkout@v4
|
|
61
64
|
|
|
62
65
|
- name: Setup Bun
|
|
63
66
|
uses: oven-sh/setup-bun@v1
|
|
64
67
|
|
|
68
|
+
- name: Use cached node_modules
|
|
69
|
+
uses: actions/cache@v4
|
|
70
|
+
with:
|
|
71
|
+
path: node_modules
|
|
72
|
+
key: node-modules-${{ hashFiles('**/bun.lockb') }}
|
|
73
|
+
restore-keys: |
|
|
74
|
+
node-modules-
|
|
75
|
+
|
|
65
76
|
- name: Install dependencies
|
|
66
77
|
run: bun install
|
|
67
78
|
|
|
68
79
|
- name: Set Application Key
|
|
69
|
-
run:
|
|
80
|
+
run: bun buddy key:generate
|
|
70
81
|
|
|
71
82
|
- name: Typecheck
|
|
72
|
-
run:
|
|
83
|
+
run: bun buddy test:types
|
|
73
84
|
|
|
74
85
|
test:
|
|
75
86
|
runs-on: ${{ matrix.os }}
|
|
76
87
|
|
|
77
88
|
strategy:
|
|
78
89
|
matrix:
|
|
79
|
-
node-version: [18.x]
|
|
80
90
|
os: [ubuntu-latest]
|
|
81
91
|
fail-fast: false
|
|
82
92
|
|
|
83
93
|
steps:
|
|
84
94
|
- name: Checkout Code
|
|
85
|
-
uses: actions/checkout@
|
|
95
|
+
uses: actions/checkout@v4
|
|
86
96
|
|
|
87
97
|
- name: Setup Bun
|
|
88
98
|
uses: oven-sh/setup-bun@v1
|
|
89
99
|
|
|
100
|
+
- name: Use cached node_modules
|
|
101
|
+
uses: actions/cache@v4
|
|
102
|
+
with:
|
|
103
|
+
path: node_modules
|
|
104
|
+
key: node-modules-${{ hashFiles('**/bun.lockb') }}
|
|
105
|
+
restore-keys: |
|
|
106
|
+
node-modules-
|
|
107
|
+
|
|
90
108
|
- name: Install Dependencies
|
|
91
109
|
run: bun install
|
|
92
110
|
|
|
93
|
-
- name: Setup Memcache
|
|
94
|
-
uses: niden/actions-memcached@v7
|
|
95
|
-
|
|
96
111
|
- name: Set Application Key
|
|
97
|
-
run:
|
|
112
|
+
run: bun buddy key:generate
|
|
98
113
|
|
|
99
114
|
- name: Test Suite
|
|
100
115
|
run: bun --bun run test
|
|
@@ -108,20 +123,27 @@ jobs:
|
|
|
108
123
|
strategy:
|
|
109
124
|
matrix:
|
|
110
125
|
os: [ubuntu-latest]
|
|
111
|
-
node-version: [18]
|
|
112
126
|
|
|
113
127
|
steps:
|
|
114
128
|
- name: Checkout Code
|
|
115
|
-
uses: actions/checkout@
|
|
129
|
+
uses: actions/checkout@v4
|
|
116
130
|
|
|
117
131
|
- name: Setup Bun
|
|
118
132
|
uses: oven-sh/setup-bun@v1
|
|
119
133
|
|
|
134
|
+
- name: Use cached node_modules
|
|
135
|
+
uses: actions/cache@v4
|
|
136
|
+
with:
|
|
137
|
+
path: node_modules
|
|
138
|
+
key: node-modules-${{ hashFiles('**/bun.lockb') }}
|
|
139
|
+
restore-keys: |
|
|
140
|
+
node-modules-
|
|
141
|
+
|
|
120
142
|
- name: Install Dependencies
|
|
121
143
|
run: bun install
|
|
122
144
|
|
|
123
145
|
- name: Set Application Key
|
|
124
|
-
run:
|
|
146
|
+
run: bun buddy key:generate
|
|
125
147
|
|
|
126
148
|
- name: Prepare Git User
|
|
127
149
|
run: |
|
|
@@ -16,16 +16,23 @@ jobs:
|
|
|
16
16
|
with:
|
|
17
17
|
fetch-depth: 0
|
|
18
18
|
|
|
19
|
+
# this is only needed while `bun publish` is not yet available (npm publish is used instead)
|
|
20
|
+
- name: Setup Node.js
|
|
21
|
+
uses: actions/setup-node@v4
|
|
22
|
+
with:
|
|
23
|
+
node-version: "lts/*"
|
|
24
|
+
registry-url: "https://registry.npmjs.org"
|
|
25
|
+
|
|
19
26
|
- name: Setup Bun
|
|
20
27
|
uses: oven-sh/setup-bun@v1
|
|
21
28
|
|
|
22
29
|
- name: Use cached node_modules
|
|
23
|
-
uses: actions/cache@
|
|
30
|
+
uses: actions/cache@v4
|
|
24
31
|
with:
|
|
25
32
|
path: node_modules
|
|
26
|
-
key:
|
|
33
|
+
key: node-modules-${{ hashFiles('**/bun.lockb') }}
|
|
27
34
|
restore-keys: |
|
|
28
|
-
|
|
35
|
+
node-modules-
|
|
29
36
|
|
|
30
37
|
- name: Install Dependencies
|
|
31
38
|
run: bun install
|
|
@@ -34,20 +41,25 @@ jobs:
|
|
|
34
41
|
run: bun buddy key:generate
|
|
35
42
|
|
|
36
43
|
- name: Prepublish # these packages are required for the "Publish framework" step
|
|
37
|
-
run:
|
|
44
|
+
run: bunx pnpm --filter='./storage/framework' build
|
|
38
45
|
|
|
39
46
|
- name: Publish framework
|
|
40
|
-
run:
|
|
47
|
+
run: ./storage/framework/scripts/publish
|
|
41
48
|
env:
|
|
42
49
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
43
50
|
|
|
44
51
|
- name: Publish dummy libraries
|
|
45
|
-
run: bunx pnpm --filter='./storage/framework
|
|
52
|
+
run: bunx pnpm --filter='./storage/framework' publish:dummy-libs
|
|
46
53
|
env:
|
|
47
54
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
|
48
55
|
|
|
56
|
+
# temporary workaround until npm publish is replaced with bun publish
|
|
57
|
+
- name: Install VS Code Extension Dependencies
|
|
58
|
+
run: cd storage/framework/ide/vscode && bun install && cd ../../../../
|
|
59
|
+
|
|
60
|
+
# TODO: remove npm once bun publish is available
|
|
49
61
|
- name: Publish VS Code Extension
|
|
50
|
-
run:
|
|
62
|
+
run: cd storage/framework/ide/vscode && npm run release && cd ../../../../
|
|
51
63
|
env:
|
|
52
64
|
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
|
53
65
|
|