Skip to content

Commit 23c1afa

Browse files
committed
fix: formatting, tweaks, publish rc.6 on the next dist-tag
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent af332ef commit 23c1afa

25 files changed

Lines changed: 1912 additions & 5382 deletions
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
version: 2
44
updates:
55
# Maintain dependencies for GitHub Actions
6-
- package-ecosystem: 'github-actions'
7-
directory: '/'
6+
- package-ecosystem: github-actions
7+
directory: /
88
schedule:
9-
interval: 'daily'
9+
interval: daily
1010

1111
# Maintain dependencies for npm
12-
- package-ecosystem: 'npm'
13-
directory: '/'
12+
- package-ecosystem: npm
13+
directory: /
1414
schedule:
15-
interval: 'daily'
16-
labels: ['automerge']
15+
interval: daily
16+
labels: [automerge]
1717
allow:
1818
# Allow both direct and indirect updates for all packages
19-
- dependency-type: 'all'
20-
rebase-strategy: 'auto'
19+
- dependency-type: all
20+
rebase-strategy: auto
2121
# reviewers: []

.prettierignore

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ old-source/
22
packages/formidable-next/src/super-headers.js
33
packages/formidable-next/src/super-readable-stream.js
44

5+
**/super-headers.js
6+
7+
# because we use ESLint for most things - both linting and formatting (with ESLint Stylistic)
8+
**/*.{js,jsx,ts,tsx}
9+
**/tsconfig*.json
10+
**/tsconfig.*.json
11+
**/package.json
12+
513
.wrangler
614
*.tsbuildinfo
715
*.*cache
@@ -10,16 +18,18 @@ packages/formidable-next/src/super-readable-stream.js
1018
# Vercel
1119
.vercel
1220

21+
.vscode
1322
# Build Outputs
1423
.next/
1524
out/
1625
build
1726
dist
1827

1928
# Package managers lockfiles
20-
#package-lock.json
29+
package-lock.json
2130
shrinkwrap.json
2231
pnpm-lock.json
32+
bun.lock
2333

2434
# Logs
2535
logs
@@ -80,10 +90,4 @@ typings/
8090
.env*
8191
!.env.example
8292

83-
# next.js build output
84-
.next
85-
8693
.astro
87-
88-
# Local Netlify folder
89-
.netlify

0 commit comments

Comments
 (0)