Update dependency gts to v3 #56
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.1.2->3.1.0Release Notes
google/gts
v3.1.0Compare Source
Features
Bug Fixes
3.0.3 (2020-12-03)
Bug Fixes
3.0.2 (2020-10-26)
Bug Fixes
3.0.1 (2020-10-12)
Bug Fixes
v3.0.3Compare Source
v3.0.2Compare Source
v3.0.1Compare Source
v3.0.0Compare Source
⚠ BREAKING CHANGES
checktolint(#570)Features
checktolint(#570) (c527b66)Bug Fixes
2.0.2 (2020-05-11)
Bug Fixes
2.0.1 (2020-05-07)
Bug Fixes
v2.0.2Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
⚠ BREAKING CHANGES ⚠
This is a major rewrite of the tool. Based on community guidance, we've switched from using tslint to eslint. Please read all of the steps below to upgrade.
Configuring
eslintWith the shift to
eslint,gtsnow will format and lint JavaScript as well as TypeScript. Upgrading will require a number of manual steps. To format JavaScript and TypeScript, you can run:To specify only TypeScript:
Delete
tslint.jsonThis file is no longer used, and can lead to confusion.
Create a
.eslintrc.jsonNow that we're using eslint, you need to extend the eslint configuration baked into the module. Create a new file named
.eslintrc.json, and paste the following:Create a
.eslintignoreThe
.eslintignorefile lets you ignore specific directories. This tool now lints and formats JavaScript, so it's really important to ignore your build directory! Here is an example of a.eslintignorefile:Rule changes
The underlying linter was changed, so naturally there are going to be a variety of rule changes along the way. To see the full list, check out .eslintrc.json.
Require Node.js 10.x and up
Node.js 8.x is now end of life - this module now requires Ndoe.js 10.x and up.
Features
Bug Fixes
1.1.2 (2019-11-20)
Bug Fixes
1.1.1 (2019-11-11)
Bug Fixes
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.