Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v18.20.4 #699

Merged
merged 1 commit into from
Oct 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update node.js to v18.20.4
renovate[bot] authored Oct 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f52a022f1b1562e4b13cd70d2f2585ad422e9222
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -101,7 +101,7 @@
}
},
"volta": {
"node": "18.16.1",
"node": "18.20.4",
"pnpm": "9.10.0"
}
}

Unchanged files with check annotations Beta

type Service = unknown;
function service(name) {

Check warning on line 3 in smoke-tests/issue-reproductions/195/app.ts

GitHub Actions / issue-reproductions/195

'name' is defined but never used
return function decorator(target: unknown, key: string, descriptor?: PropertyDescriptor): void {
console.log(target, key, descriptor);
};