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 release-it from 14.14.3 to 16.1.5 #3297

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"patch-package": "^6.4.7",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"release-it": "^14.10.0",
"release-it": "^16.1.5",
"remark-cli": "^9.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
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
Loading