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

build!: update library to use Node 12 #835

Merged
merged 43 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
fc49d41
feat!: Update library to use Node 12
sofisl May 16, 2022
9cd1046
dep: update gts
sofisl May 16, 2022
44c6284
run lint
sofisl May 17, 2022
a421da4
run lint
sofisl May 17, 2022
00e0f35
fix templates
sofisl May 17, 2022
326d150
update versions in test
sofisl May 17, 2022
9dfc232
fix tests
sofisl May 18, 2022
3a3767a
make tests smarter
sofisl May 18, 2022
f70c781
retry
sofisl May 18, 2022
b2d6ae7
print version
sofisl May 18, 2022
adc08d6
make tests smarter
sofisl May 18, 2022
d45d33e
add logging
sofisl May 18, 2022
ed1ea94
fix test
sofisl May 18, 2022
ded0143
update teeny-request
sofisl May 18, 2022
0c0bd03
Merge branch 'main' into migrateToNode12
sofisl May 18, 2022
f0a27fc
add dependency
sofisl May 20, 2022
4b5a626
fix missing compiler option
sofisl May 20, 2022
92b9a44
add compile step
sofisl May 20, 2022
ff40bfa
fix breaking test
sofisl May 24, 2022
7c23350
revert changes
sofisl May 24, 2022
656f9a0
import package.json
sofisl May 24, 2022
1a3df1a
retry
sofisl May 24, 2022
852bb95
add engines
sofisl May 24, 2022
4b67e0d
retry
sofisl May 24, 2022
e9a1afc
retryg
sofisl May 24, 2022
7dc4923
retry
sofisl May 27, 2022
096dbbd
update dependency that is now deprecated
sofisl May 27, 2022
7fce877
fix
sofisl May 27, 2022
4e0fb29
retry
sofisl May 28, 2022
6793eb9
retry
sofisl May 28, 2022
45606dd
retry
sofisl May 28, 2022
3dae4c4
retry npm installg
sofisl May 31, 2022
18dcf34
retry
sofisl May 31, 2022
21c786c
retry
sofisl May 31, 2022
ca68c2a
retry
sofisl May 31, 2022
9df39e6
retry
sofisl May 31, 2022
48f75b4
retry
sofisl May 31, 2022
075f3f7
retry
sofisl May 31, 2022
2aa3277
correct path
sofisl May 31, 2022
6f8bc19
retry
sofisl Jun 1, 2022
d2c414f
retry
sofisl Jun 1, 2022
c397ef1
remove an extra node 12 test;
sofisl Jun 1, 2022
9da5d65
fix broken Kokoro configuration test
sofisl Jun 1, 2022
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
34 changes: 0 additions & 34 deletions .kokoro/continuous/node10/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node10/docs.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions .kokoro/continuous/node10/test.cfg

This file was deleted.

24 changes: 0 additions & 24 deletions .kokoro/continuous/node8/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node8/docs.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/continuous/node8/lint.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/node8/samples-test.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions .kokoro/continuous/node8/system-test-grpcjs.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/continuous/node8/system-test.cfg

This file was deleted.

Empty file.
34 changes: 0 additions & 34 deletions .kokoro/presubmit/node10/common.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/presubmit/node10/docs.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions .kokoro/presubmit/node10/lint.cfg

This file was deleted.

Empty file.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"@types/tmp": "0.2.3",
"c8": "^7.0.0",
"codecov": "^3.0.0",
"gts": "^2.0.0",
"gts": "^3.1.0",
"js-green-licenses": "^3.0.0",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"nock": "^13.0.0",
"sinon": "^14.0.0",
"source-map": "^0.7.0",
"tmp": "0.2.1",
"typescript": "^3.8.3"
"typescript": "^4.6.4"
},
"files": [
"build/src",
Expand All @@ -81,6 +81,6 @@
]
},
"engines": {
"node": ">=10.4.1"
"node": ">=12.0.0"
}
}
4 changes: 2 additions & 2 deletions samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo 'no test yet'"
},
"engines": {
"node": ">=10.4.1"
"node": ">=12.0.0"
},
"repository": {
"type": "git",
Expand All @@ -22,4 +22,4 @@
"files": [
"*.js"
]
}
}