Skip to content

Commit baccaa5

Browse files
authored
Merge pull request #74 from labforward/dependabot/npm_and_yarn/types/node-18.14.2
2 parents 547cf91 + b43991b commit baccaa5

File tree

6 files changed

+8
-25
lines changed

6 files changed

+8
-25
lines changed

.github/.kodiak.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
1-
# version is the only required setting in a kodiak config.
2-
# `1` is the only valid setting for this field.
31
version = 1
42

53
[merge]
6-
# By default, Kodiak will only act on PRs that have this label.
7-
automerge_label = "automerge 🚢"
8-
# Kodiak will not merge a PR with any of these labels.
9-
blocking_labels = ["wip"]
10-
# Once a PR is merged, delete the branch. This option behaves like the GitHub
11-
# repository setting "Automatically delete head branches", which automatically
12-
# deletes head branches after pull requests are merged.
134
delete_branch_on_merge = true
145

156
[merge.message]
16-
# Use the PR title for the merge commit.
7+
178
title = "pull_request_title"
18-
body = "empty"
9+
body = "pull_request_body"

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ updates:
66
interval: 'daily'
77
time: '06:00'
88
timezone: 'Europe/Berlin'
9-
labels:
10-
- 'dependencies 🤖'
11-
rebase-strategy: disabled
9+
rebase-strategy: disabled

.github/pull_request_review_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ LGTM :+1:
44

55
- [ ] Code is readable
66
- [ ] Test coverage is appropriate
7-
- [ ] CHANGELOG entry is correct
87
- [ ] I manually tested the changes and checked that related features do not have any regressions
9-
- [ ] I confirmed that all specifications linked to the issue are fulfilled
108
- [ ] I checked newly added dependencies for their licenses
119

1210
[1]: https://drive.google.com/file/d/1fD1ZcsBTywlMVTObTmNLrg55khrYMI_L/view

.github/pull_request_template.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
### [WFE-XXX]
2-
31
### Description
42

53
<!-- Please summarize **all** changes introduced in this PR. Add explanations where needed. -->
@@ -8,5 +6,3 @@
86

97
- [ ] Test coverage added
108
- [ ] Licenses checked
11-
- [ ] All related Jira tickets added to PR title
12-
- [ ] Description in Jira ticket is clear and up-to-date

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@labforward/eslint-config-node": "~0.1.0",
5757
"@types/jest": "^29.4.0",
5858
"@types/lodash": "^4.14.191",
59-
"@types/node": "^18.14.1",
59+
"@types/node": "^18.14.2",
6060
"del-cli": "^5.0.0",
6161
"eslint": "^8.35.0",
6262
"husky": "^8.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,10 @@
837837
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
838838
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
839839

840-
"@types/node@*", "@types/node@^18.11.18", "@types/node@^18.14.1":
841-
version "18.14.1"
842-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1.tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f"
843-
integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==
840+
"@types/node@*", "@types/node@^18.11.18", "@types/node@^18.14.2":
841+
version "18.14.2"
842+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.2.tgz#c076ed1d7b6095078ad3cf21dfeea951842778b1"
843+
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==
844844

845845
"@types/normalize-package-data@^2.4.0":
846846
version "2.4.1"

0 commit comments

Comments
 (0)