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

npm: bump @types/node from 17.0.45 to 20.11.5 #3379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@changesets/write": "^0.2.3",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@types/node": "^17.0.21",
"@types/node": "^20.11.5",
"adr-tools": "^2.0.4",
"alex": "^9.1.0",
"all-contributors-cli": "^6.20.0",
Expand Down Expand Up @@ -184,7 +184,7 @@
"crowdin:download": "crowdin --config crowdin.yml download -b $(git rev-parse --abbrev-ref HEAD)",
"crowdin:pull": "crowdin pull --skip-untranslated-strings",
"crowdin:upload": "crowdin --config crowdin.yml upload sources --auto-update -b $(git rev-parse --abbrev-ref HEAD)",
"csv:view": "pspg -s 17 --csv \"datas.csv\"",

Check failure on line 187 in package.json

View workflow job for this annotation

GitHub Actions / codespell

datas ==> data
"deploy": "deploy-to-gh-pages --local --update site",
"deps": "npm install -- --loglevel error",
"describe": "npm-scripts-info",
Expand Down Expand Up @@ -218,7 +218,7 @@
"gitbook:dev": "npm run gitbook:prepare && npm run gitbook:compile && npm run gitbook:serve",
"gitbook:prepare": "gitbook install docs",
"gitbook:serve": "gitbook serve docs build/docs",
"history:view": "npm run script:history && open datas.html",

Check failure on line 221 in package.json

View workflow job for this annotation

GitHub Actions / codespell

datas ==> data
"hooks:pre-commit": "node hooks/pre-commit.js",
"husky:install": "is-ci || husky install .husky",
"lerna:canary": "lerna version prerelease --preid canary --message \"Publish Canary\" --exact",
Expand Down Expand Up @@ -285,7 +285,7 @@
"script:check:branch": "test -f ./scripts/git_check_branch.sh && . ./scripts/git_check_branch.sh || echo '✔ Git check branch script is missing'",
"script:conflict": "test -f ./scripts/pre-commit.sh && /bin/bash ./scripts/pre-commit.sh || echo '✔ Git pre-commit script is missing'",
"script:heap": "node -e 'console.log(`node heap limit = ${require(\"v8\").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'",
"script:history": "test -f ./scripts/git_history.sh && . ./scripts/git_history.sh && csvnorm datas.csv | chart-csv > datas.html || echo 'Git history script is missing'",

Check failure on line 288 in package.json

View workflow job for this annotation

GitHub Actions / codespell

datas ==> data

Check failure on line 288 in package.json

View workflow job for this annotation

GitHub Actions / codespell

datas ==> data
"script:name": "test -f ./scripts/package_app_name.js && node --experimental-modules --no-warnings --no-deprecation ./scripts/package_app_name.js || echo '✔ Node package name script is missing'",
"script:notes": "test -f ./scripts/git_release_notes.sh && . ./scripts/git_release_notes.sh > NOTES.md || echo '✔ Git release notes script is missing'",
"script:size": "test -f ./scripts/git_size.sh && . ./scripts/git_size.sh || echo '✔ Git size script is missing'",
Expand Down
2 changes: 1 addition & 1 deletion packages/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@microsoft/api-extractor": "^7.21.0",
"@types/jest": "^27.4.1",
"@types/jest-expect-message": "^1.0.4",
"@types/node": "^17.0.21",
"@types/node": "^20.11.5",
"auto-changelog": "^2.4.0",
"await-sleep": "^0.0.1",
"bundlesize": "^0.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contributors-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@microsoft/api-extractor": "^7.21.0",
"@types/jest": "^27.4.1",
"@types/jest-expect-message": "^1.0.4",
"@types/node": "^17.0.21",
"@types/node": "^20.11.5",
"@types/puppeteer": "^5.4.5",
"auto-changelog": "^2.4.0",
"await-sleep": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/github-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@octokit/rest": "^18.12.0",
"@types/jest": "^27.4.1",
"@types/jest-expect-message": "^1.0.4",
"@types/node": "^17.0.21",
"@types/node": "^20.11.5",
"@types/node-fetch": "^2.6.1",
"@types/puppeteer": "^5.4.5",
"@types/underscore": "^1.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@microsoft/api-extractor": "^7.21.0",
"@types/jest": "^27.4.1",
"@types/jest-expect-message": "^1.0.4",
"@types/node": "^17.0.21",
"@types/node": "^20.11.5",
"auto-changelog": "^2.4.0",
"await-sleep": "^0.0.1",
"bundlesize": "^0.18.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@microsoft/api-extractor": "^7.21.0",
"@types/jest": "^27.4.1",
"@types/jest-expect-message": "^1.0.4",
"@types/node": "^17.0.21",
"@types/node": "^20.11.5",
"@types/puppeteer": "^5.4.5",
"auto-changelog": "^2.4.0",
"await-sleep": "^0.0.1",
Expand Down