Skip to content

Commit 2fade3a

Browse files
committed
chore: wip
1 parent da2d2bd commit 2fade3a

File tree

10 files changed

+30
-22
lines changed

10 files changed

+30
-22
lines changed

bun.lockb

4.97 KB
Binary file not shown.
File renamed without changes.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,9 @@
115115
"storage/framework/.stacks/core/bun-create/*",
116116
"storage/framework/.stacks/core/*",
117117
"storage/framework/stacks/*"
118-
]
118+
],
119+
"devDependencies": {
120+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
121+
"eslint-ts-patch": "^8.55.0-1"
122+
}
119123
}

storage/framework/.stacks/core/cloud/src/cloud/ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class AiStack {
2323

2424
// Defining the Node.js Lambda function
2525
const aiLambda = new lambda.Function(scope, 'LambdaFunction', {
26-
runtime: lambda.Runtime.NODEJS_18_X,
26+
runtime: lambda.Runtime.NODEJS_20_X,
2727
handler: 'index.handler',
2828
code: lambda.Code.fromAsset('lambda'),
2929
// layers: [awsSdkLayer],

storage/framework/.stacks/core/cloud/src/cloud/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ export class Cloud extends Stack {
8686
cdn: cdn.distribution,
8787
})
8888

89-
// new AiStack(this, props)
89+
new AiStack(this, props)
9090
}
9191
}

storage/framework/.stacks/core/development/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@stacksjs/tinker": "workspace:*",
5656
"@stacksjs/tunnel": "workspace:*",
5757
"@stacksjs/types": "workspace:*",
58-
"eslint": "^8.55.0",
58+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
5959
"typescript": "^5.3.3"
6060
},
6161
"dependencies": {
@@ -66,10 +66,12 @@
6666
"@stacksjs/tinker": "workspace:*",
6767
"@stacksjs/tunnel": "workspace:*",
6868
"@stacksjs/types": "workspace:*",
69-
"eslint": "^8.55.0",
69+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
7070
"typescript": "^5.3.3"
7171
},
7272
"devDependencies": {
73-
"@total-typescript/ts-reset": "^0.5.1"
73+
"@total-typescript/ts-reset": "^0.5.1",
74+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
75+
"eslint-ts-patch": "^8.55.0-1"
7476
}
7577
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// @ts-check
2-
import styleMigrate from '@stylistic/eslint-plugin-migrate'
3-
import stacks from './dist/index.js'
2+
import stacks from './src'
43

54
export default stacks(
65
{
@@ -19,13 +18,13 @@ export default stacks(
1918
'perfectionist/sort-objects': 'error',
2019
},
2120
},
22-
{
23-
files: ['src/configs/*.ts'],
24-
plugins: {
25-
'style-migrate': styleMigrate,
26-
},
27-
rules: {
28-
'style-migrate/migrate': ['error', { namespaceTo: 'style' }],
29-
},
30-
},
21+
// {
22+
// files: ['src/configs/*.ts'],
23+
// plugins: {
24+
// 'style-migrate': styleMigrate,
25+
// },
26+
// rules: {
27+
// 'style-migrate/migrate': ['error', { namespaceTo: 'style' }],
28+
// },
29+
// },
3130
)

storage/framework/.stacks/core/eslint-config/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
},
3333
"peerDependencies": {
3434
"@unocss/eslint-plugin": ">=0.58.0",
35-
"eslint": ">=8.55.0",
35+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
36+
"eslint-ts-patch": "^8.55.0-1",
3637
"eslint-plugin-format": "^0.1.0",
3738
"eslint-plugin-react": "^7.33.2",
3839
"eslint-plugin-react-hooks": "^4.6.0",
@@ -96,9 +97,10 @@
9697
"@types/eslint": "^8.44.8",
9798
"@types/node": "^20.10.4",
9899
"@unocss/eslint-plugin": "^0.58.0",
99-
"eslint": "^8.55.0",
100+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
100101
"eslint-flat-config-viewer": "^0.1.3",
101102
"eslint-plugin-format": "^0.1.0",
103+
"eslint-ts-patch": "^8.55.0-1",
102104
"lint-staged": "^15.2.0",
103105
"rimraf": "^5.0.5",
104106
"tsup": "^8.0.1",

storage/framework/.stacks/core/lint/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@
5050
"peerDependencies": {
5151
"@stacksjs/eslint-config": "workspace:*",
5252
"@types/eslint": "^8.44.8",
53-
"eslint": "^8.55.0",
53+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
54+
"eslint-ts-patch": "^8.55.0-1",
5455
"lint-staged": "^15.2.0",
5556
"publint": "^0.2.6"
5657
},
5758
"dependencies": {
5859
"@stacksjs/eslint-config": "workspace:*",
5960
"@types/eslint": "^8.44.8",
60-
"eslint": "^8.55.0",
61+
"eslint": "npm:eslint-ts-patch@^8.55.0-1",
62+
"eslint-ts-patch": "^8.55.0-1",
6163
"lint-staged": "^15.2.0",
6264
"publint": "^0.2.6"
6365
},

storage/framework/stacks/dashboard/src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,3 @@ export interface GithubCommit {
291291
deployments_url: string;
292292
};
293293
}
294-

0 commit comments

Comments
 (0)