Skip to content

Commit 97db705

Browse files
Bump @types/node from 17.0.45 to 18.7.16 (#7)
* Bump @types/node from 17.0.45 to 18.7.16 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.7.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Rename repository * Fix welcome messages * Remove dependabot labels Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MathieuGermain <gtavoverride@gmail.com>
1 parent 92ec6b5 commit 97db705

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
labels:
13-
- "npm dependencies"

.github/workflows/welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- uses: actions/first-interaction@v1
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
22-
issue-message: "It's great to have your input on this project.' first issue"
23-
pr-message: "Thank you for contributing to this project, your support is much appreciated.' first pull request"
22+
issue-message: "It's great to have your input on this project."
23+
pr-message: "Thank you for contributing to this project, your support is much appreciated."
2424
footer: "Stay awesome!"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Typescript Base Project
1+
# Typescript Template
22

33
[![CI](https://github.com/MathieuGermain/ts-base-project/actions/workflows/tests.yml/badge.svg)](https://github.com/MathieuGermain/ts-base-project/actions/workflows/tests.yml)
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ts-base-project",
2+
"name": "typescript-template",
33
"version": "1.0.0",
44
"description": "Strict TypeScript template using yarn / Github Actions / CommonJS / TypeScript / Jest / ESLint / Prettier",
55
"type": "commonjs",
@@ -38,7 +38,7 @@
3838
"dependencies": {},
3939
"devDependencies": {
4040
"@types/jest": "^29.0.0",
41-
"@types/node": "^17.0.25",
41+
"@types/node": "^18.7.16",
4242
"@typescript-eslint/eslint-plugin": "^5.36.2",
4343
"@typescript-eslint/parser": "^5.36.2",
4444
"del-cli": "^5.0.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,16 +737,11 @@
737737
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
738738
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
739739

740-
"@types/node@*":
740+
"@types/node@*", "@types/node@^18.7.16":
741741
version "18.7.16"
742742
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601"
743743
integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==
744744

745-
"@types/node@^17.0.25":
746-
version "17.0.45"
747-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
748-
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
749-
750745
"@types/normalize-package-data@^2.4.0":
751746
version "2.4.1"
752747
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"

0 commit comments

Comments
 (0)