Skip to content

Commit ccadafe

Browse files
authored
Merge pull request #157 from arduino/dependabot/npm_and_yarn/types/node-16.11.52
Bump @types/node from 16.11.49 to 16.11.52
2 parents 8cca274 + 2c4d615 commit ccadafe

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.codespellrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check/.codespellrc
2+
# See: https://github.com/codespell-project/codespell#using-a-config-file
13
[codespell]
2-
# In the event of a false positive, add the problematic word, in all lowercase, here:
4+
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
35
ignore-words-list = afterall
6+
skip = ./.git,./.licenses,./dist,__pycache__,node_modules,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock
7+
builtin = clear,informal,en-GB_to_en-US
48
check-filenames =
59
check-hidden =
6-
skip = ./.git,./dist

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@actions/io": "^1.1.2",
3232
"@types/jest": "^28.1.7",
33-
"@types/node": "^16.11.49",
33+
"@types/node": "^16.11.52",
3434
"@types/semver": "^7.3.12",
3535
"@vercel/ncc": "^0.34.0",
3636
"jest": "^28.1.3",

0 commit comments

Comments
 (0)