Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addons:
packages:
- libxml2-utils

node_js: v12
node_js: v14
env:
- npm_version=6
DEBUG=tape-spawn
Expand Down
2 changes: 1 addition & 1 deletion appendix-a/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:appendix-number: A
:chapterId: appendix-a
:sectnums:
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:revdate: {docdate}
:sourceDir: ./examples
Expand Down
14 changes: 13 additions & 1 deletion appendix-b/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:appendix-number: B
:chapterId: appendix-b
:sectnums:
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:revdate: {docdate}
:sourceDir: ./examples
Expand All @@ -25,6 +25,18 @@ entre les versions majeures de Node, pour que vous puissiez les prendre en compt
Les changements politiques et organisationnels sont documentés dans
le <<../chapter-01/index.adoc#,chapitre 1>>.


== Node.js v14

La version 14 de Node est sortie le 21 avril 2020.
V8 est mis à niveau en version{nbsp}``8.1``.

nullish coalescing operator::
TBD.
optional chaining operator::
TBD.


== Node.js v12

La version 12 de Node est sortie le 23 avril 2019.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2017

environment:
matrix:
- nodejs_version: '12'
- nodejs_version: '14'
PLATFORM: 'x64'
npm_version: '6'
DEBUG: 'tape-spawn'
Expand Down
6 changes: 3 additions & 3 deletions chapter-01/index.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:chapter-number: 1
:chapterId: chapter-01
:sourceDir: ./examples
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:npmModulesCount: 967{nbsp}000
:nodeContributorsCount: 2{nbsp}400
:npmModulesCount: 1{nbsp}270{nbsp}000
:nodeContributorsCount: 2{nbsp}600
:sectnums:
:revdate: {docdate}
:imagesdir: {indir}
Expand Down
10 changes: 5 additions & 5 deletions chapter-02/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
:chapterId: chapter-02
:sourceDir: ./examples
:npmCurrentVersion: v6
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:nodePrevVersion: v11
:nodeV: 12.0.0
:vNext: 13
:v: 12
:nvmVersion: v0.35.0
:nodeV: 14.0.0
:vNext: 15
:v: 14
:nvmVersion: v0.35.3
:sectnums:
:revdate: {docdate}
:imagesdir: {indir}
Expand Down
2 changes: 1 addition & 1 deletion chapter-03/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:chapter-number: 3
:chapterId: chapter-03
:sourceDir: ./examples
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:sectnums:
:revdate: {docdate}
Expand Down
4 changes: 2 additions & 2 deletions chapter-04/index.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:chapter-number: 4
:chapterId: chapter-04
:sourceDir: ./examples
:nodeCurrentVersion: v12
:nodeV: 12.0.0
:nodeCurrentVersion: v14
:nodeV: 14.0.0
:npmCurrentVersion: v6
:npmV: 6.9.0
:sectnums:
Expand Down
2 changes: 1 addition & 1 deletion chapter-05/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:chapterId: chapter-05
:sourceDir: ./examples
:httpRoot: http://localhost:3000
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:cowsayVersion: 1.3.1
:lodashVersion: 4.17.11
Expand Down
6 changes: 3 additions & 3 deletions chapter-06/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
:chapterId: chapter-06
:sourceDir: ./examples
:httpRoot: http://localhost:8000
:nodeCurrentVersion: v12
:v: 12
:nodeNextVersion: v13
:nodeCurrentVersion: v14
:v: 14
:nodeNextVersion: v15
:npmCurrentVersion: v6
:sectnums:
:revdate: {docdate}
Expand Down
2 changes: 1 addition & 1 deletion chapter-07/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:chapterId: chapter-07
:sourceDir: ./examples
:serverUrl: http://localhost:4000
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:sectnums:
:revdate: {docdate}
Expand Down
113 changes: 51 additions & 62 deletions chapter-07/package-lock.json

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

4 changes: 2 additions & 2 deletions chapter-07/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"helmet": "^3.18.0",
"micro": "^9.3.4",
"mocha": "^5.2.0",
"node-sass": "^4.12.0",
"node-sass": "^4.14.0",
"nodemon": "^1.19.0",
"nunjucks": "^3.2.0",
"parseurl": "^1.3.3",
"pokemon": "^2.0.0",
"sequelize-cli": "^5.4.0",
"serve": "^9.6.0",
"sinon": "^6.3.5",
"sqlite": "^3.0.3",
"sqlite": "^4.0.7",
"superagent": "^3.8.3"
}
}
2 changes: 1 addition & 1 deletion chapter-08/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:chapter-number: 8
:chapterId: chapter-08
:sourceDir: ./examples
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:sectnums:
:revdate: {docdate}
Expand Down
2 changes: 1 addition & 1 deletion chapter-09/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:chapterId: chapter-09
:sourceDir: ./examples
:httpRoot: http://localhost:4000/examples
:nodeCurrentVersion: v12
:nodeCurrentVersion: v14
:npmCurrentVersion: v6
:sectnums:
:revdate: {docdate}
Expand Down
Loading