Skip to content

Commit 2b651b9

Browse files
committed
Merge branch 'main' into feat/tree-view
2 parents 8e6da84 + c29e1f0 commit 2b651b9

File tree

1,225 files changed

+93173
-5855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,225 files changed

+93173
-5855
lines changed

.github/ISSUE_TEMPLATE/1.bug_report_v3.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,25 @@ body:
3535
- 'area: docs'
3636
- 'area: templates'
3737
- 'area: ui'
38-
- 'db-mongodb'
39-
- 'db-postgres'
40-
- 'db-sqlite'
41-
- 'db-vercel-postgres'
38+
- 'db: d1-sqlite'
39+
- 'db: mongodb'
40+
- 'db: postgres'
41+
- 'db: sqlite'
42+
- 'db: vercel-postgres'
4243
- 'email-nodemailer'
43-
- 'plugin: cloud'
4444
- 'plugin: cloud-storage'
45+
- 'plugin: ecommerce'
4546
- 'plugin: form-builder'
47+
- 'plugin: import-export'
4648
- 'plugin: multi-tenant'
4749
- 'plugin: nested-docs'
50+
- 'plugin: redirects'
4851
- 'plugin: richtext-lexical'
4952
- 'plugin: richtext-slate'
5053
- 'plugin: search'
5154
- 'plugin: sentry'
5255
- 'plugin: seo'
56+
- 'plugin: storage-*'
5357
- 'plugin: stripe'
5458
- 'plugin: other'
5559
validations:

.github/actions/activity/dist/new-issues/index.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/activity/dist/popular-issues/index.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"private": true,
3+
"license": "MIT",
4+
"scripts": {
5+
"build": "pnpm build:typecheck && pnpm build:popular-issues:ncc && pnpm build:new-issues:ncc",
6+
"build:new-issues:ncc": "ncc build src/new-issues.ts -m -o dist/new-issues",
7+
"build:popular-issues:ncc": "ncc build src/popular-issues.ts -m -o dist/popular-issues",
8+
"build:typecheck": "tsc",
9+
"clean": "rimraf dist"
10+
},
11+
"dependencies": {
12+
"@actions/core": "^1.3.0",
13+
"@actions/github": "^5.0.0",
14+
"@slack/web-api": "^7.10.0"
15+
},
16+
"devDependencies": {
17+
"@octokit/openapi-types": "^26.0.0",
18+
"@octokit/webhooks-types": "^7.5.1",
19+
"@types/node": "^20.16.5",
20+
"@vercel/ncc": "0.38.1",
21+
"typescript": "^4.9.5"
22+
}
23+
}

0 commit comments

Comments
 (0)