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

refactor: Update to Node.js 18.14.0 and npm 9.3.1 #1567

Merged
merged 2 commits into from Feb 3, 2023
Merged
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 .node-version
@@ -1 +1 @@
v18.12.0
v18.14.0
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -65,13 +65,13 @@ IssueやPull Requestについては、次のページを参照してください

npm install

Node.js v18.12.0以上とnpm 8.19.2以上が必要です
Node.js v18.14.0以上とnpm 9.3.1以上が必要です

```
$ node -v
v18.12.0
v18.14.0
$ npm -v
8.19.2
9.3.1
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions book.json
Expand Up @@ -21,8 +21,8 @@
],
"variables": {
"esversion": "2022",
"nodeversion": "18.12.0",
"npmversion": "8.19.2",
"nodeversion": "18.14.0",
"npmversion": "9.3.1",
"triplebackticks": "```",
"console": "<a class=\"gitbook-plugin-js-console\" aria-hidden=\"true\"></a>"
},
Expand Down
18,992 changes: 1,214 additions & 17,778 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"version": "4.0.0",
"description": "📖 JavaScript Primer - 迷わないための入門書",
"packageManager": "npm@8.19.2",
"packageManager": "npm@9.3.1",
"type": "module",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion source/intro/README.md
Expand Up @@ -182,7 +182,7 @@ IssueやPull Requestについては、次のページを参照してください
- 一方で、エラーファーストコールバックは非同期処理としてはメインではなくなった
- `Array#includes`という表記は、Private Classs Fields(`#field`)と記号が被るため廃止した
- Node.jsでもECMAScript Modulesを使うようになり、CommonJSはメインではなくなった
- Node.jsが12から18までアップデートし、npmは6から8までアップデート、各種ライブラリも最新にアップデート
- Node.jsが12から18までアップデートし、npmは6から9までアップデート、各種ライブラリも最新にアップデート
- 読者からのフィードバックを受けて、全体をより分かりやすく読みやすくなるように書き直した

<!-- textlint-enable no-use-prototype-hash -->
Expand Down
15 changes: 4 additions & 11 deletions source/use-case/nodecli/argument-parse/src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 7 additions & 19 deletions source/use-case/nodecli/md-to-html/src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.