@swc/core 1.2.137 → 1.2.141
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/.kodiak.toml +15 -0
- package/CHANGELOG.md +0 -4384
- package/package.json +17 -19
- package/types.d.ts +2 -2
package/.kodiak.toml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# .kodiak.toml
|
|
2
|
+
version = 1
|
|
3
|
+
|
|
4
|
+
# We can't use automerge because of version bumping.
|
|
5
|
+
# But to make merging faster, we auto-update PRs.
|
|
6
|
+
[merge]
|
|
7
|
+
do_not_merge = true
|
|
8
|
+
|
|
9
|
+
[update]
|
|
10
|
+
autoupdate_label = "S-approved"
|
|
11
|
+
require_automerge_label = false
|
|
12
|
+
|
|
13
|
+
# I want to use auto-merge feature of github
|
|
14
|
+
[approve]
|
|
15
|
+
auto_approve_usernames = ["kdy1"]
|