-
Notifications
You must be signed in to change notification settings - Fork 113
build!: update to latest version of gts and typescript #433
Conversation
Codecov Report
@@ Coverage Diff @@
## master #433 +/- ##
==========================================
- Coverage 99.80% 99.80% -0.01%
==========================================
Files 20 20
Lines 11739 11727 -12
==========================================
- Hits 11716 11704 -12
Misses 23 23
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this library is weird because it is our only JavaScript codebase at this stage - which is neat! Can you try running gts fix
instead of eslint --fix
to see if it works?
.prettierignore
Outdated
**/.coverage | ||
build/ | ||
docs/ | ||
protos/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a newline at the end to get rid of the squiggle
package.json
Outdated
@@ -54,14 +54,17 @@ | |||
"eslint-config-prettier": "^6.0.0", | |||
"eslint-plugin-node": "^11.0.0", | |||
"eslint-plugin-prettier": "^3.0.0", | |||
"gts": "^2.0.0-alpha.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can drop the -alpha.5
part here since 2.0
is out
package.json
Outdated
@@ -54,14 +54,17 @@ | |||
"eslint-config-prettier": "^6.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete all the eslint-
packages, and the prettier
package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @JustinBeckwith! Just want to make sure I'm understanding correctly. Did you want me to delete .eslintignore, .eslintrc.json, .prettierignore and .prettierrc.js? I was using this PR as reference, I know Ben left those there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh noes! Leave those files. I'm saying the package references in the devDependencies
section of package.json
. Those are transitive dependencies of gts
, so we can delete em from here.
Keep all the files!
… into updateGTSandTS
… into updateGTSandTS
Source-Author: sofisl <[email protected]> Source-Date: Wed Apr 15 12:40:42 2020 -0700 Source-Repo: googleapis/nodejs-compute Source-Sha: a4fa8cc Source-Link: a4fa8cc
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://github.com/googleapis/nodejs-compute/compare/v1.2.0...v2.0.0) (2020-05-08) ### ⚠ BREAKING CHANGES * update to latest version of gts and typescript (#433) * require node 10 in engines field (#431) ### Features * require node 10 in engines field ([#431](https://github.com/googleapis/nodejs-compute/issues/431)) ([fe2897f](https://github.com/googleapis/nodejs-compute/commit/fe2897fd1d625df0ccf5b910ec850e761c2ed6d3)) ### Bug Fixes * apache license URL ([#468](https://github.com/googleapis/nodejs-compute/issues/468)) ([#427](https://github.com/googleapis/nodejs-compute/issues/427)) ([02d63ed](https://github.com/googleapis/nodejs-compute/commit/02d63ed5a5a3559be0b5e49ed4c771b3661518a1)) * **deps:** update dependency @google-cloud/common to v3 ([#421](https://github.com/googleapis/nodejs-compute/issues/421)) ([d4469b6](https://github.com/googleapis/nodejs-compute/commit/d4469b693745df5a8a36b6988b7dba98f7d55142)) * **deps:** update dependency @google-cloud/paginator to v3 ([#419](https://github.com/googleapis/nodejs-compute/issues/419)) ([e667aee](https://github.com/googleapis/nodejs-compute/commit/e667aeecf7b9f51875c06cb6a885040828dc1181)) * **deps:** update dependency @google-cloud/projectify to v2 ([#418](https://github.com/googleapis/nodejs-compute/issues/418)) ([b861540](https://github.com/googleapis/nodejs-compute/commit/b861540aa17118a7508c7c970d84864a9028f588)) * **deps:** update dependency @google-cloud/promisify to v2 ([#417](https://github.com/googleapis/nodejs-compute/issues/417)) ([eedce75](https://github.com/googleapis/nodejs-compute/commit/eedce75e0d3f10dfed8151f12150d38d032f6a27)) * **deps:** update dependency @sendgrid/mail to v7 ([#424](https://github.com/googleapis/nodejs-compute/issues/424)) ([17af0f4](https://github.com/googleapis/nodejs-compute/commit/17af0f425354b261f9afc8ab30e16e66b7193fec)) ### Build System * update to latest version of gts and typescript ([#433](https://github.com/googleapis/nodejs-compute/issues/433)) ([a4fa8cc](https://github.com/googleapis/nodejs-compute/commit/a4fa8cc21df7a894486832b05449fa7afc02b7ee)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
No description provided.