opencensus-web icon indicating copy to clipboard operation
opencensus-web copied to clipboard

chore(deps): update dependency gts to v3

Open renovate-bot opened this issue 4 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gts ^1.0.0 -> 3.1.1 age adoption passing confidence
gts ^1.0.0 -> 3.1.1 age adoption passing confidence

Release Notes

google/gts

v3.1.1

Compare Source

v3.1.0

Compare 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.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • change default check to lint (#​570)
  • deps: require TypeScript 4.x (#​565)
Features
Bug Fixes
2.0.2 (2020-05-11)
Bug Fixes
2.0.1 (2020-05-07)
Bug Fixes
  • throw an error if running with an unsupported version of nodejs (#​493) (94fdf1e)
  • deps: update dependency meow to v7 (#​502) (cf91cda)

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare 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 eslint

With the shift to eslint, gts now 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:

$ npx gts fix

To specify only TypeScript:

$ npx gts fix '**/*.ts'
Delete tslint.json

This file is no longer used, and can lead to confusion.

Create a .eslintrc.json

Now 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:

{
  "extends": "./node_modules/gts"
}
Create a .eslintignore

The .eslintignore file 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 .eslintignore file:

**/node_modules
build/
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
  • deps: update to newest prettier (with support for optional chain) (#​396) (ce8ad06)
1.1.1 (2019-11-11)
Bug Fixes

v1.1.2

Compare Source

v1.1.0

Compare Source

Bug Fixes
  • avoid conflicts between prettier and tslint (#​348) (83cb107)
  • npx command on Windows and make sure build/test work on Windows too (#​306) (458be26), closes #​2
  • process less files in parallel preventing OOM errors (#​369) (b48196d)
  • deps: update dependency update-notifier to v3 (#​339) (a6f9cfa)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate-bot avatar Dec 08 '20 19:12 renovate-bot