This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
chore(deps): update dependency gts to ^0.9.0 #246
Merged
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:
^0.6.0
->^0.9.0
Release Notes
google/ts-style
v0.9.0
Compare Source
Notable Changes
66da7ec
fix: upgrade init'ed and allowed versions of TypeScript (#208)f7c75ee
feat: print clang-format output (#186)Commits
399f851
(HEAD -> master, origin/master) chore(deps): lock file maintenance (#222)fd89106
chore(deps): lock file maintenance (#221)9b00263
chore(deps): lock file maintenance (#219)aced615
chore(deps): lock file maintenance (#218)3eaed5e
chore(deps): update dependency @types/meow to v5 (#217)42ce864
chore(deps): lock file maintenance (#216)6d602ab
chore(deps): update dependency typescript to ~3.1.0 (#213)6ae3d7f
chore(deps): lock file maintenance (#209)66da7ec
fix: upgrade init'ed and allowed versions of TypeScript (#208)77e7d6c
(fix-203) chore(deps): update dependency @types/glob to v7 (#206)4d1dff9
chore(deps): lock file maintenance (#204)1ac64ac
chore(deps): update dependency nyc to v13 (#205)6964b4c
chore(deps): lock file maintenance (#202)d44c58a
chore(deps): update dependency @types/inquirer to ^0.0.43 (#200)a83308d
chore(deps): update dependency typescript to v3 (#192)57cd5ee
chore(deps): lock file maintenance (#198)9e8e406
chore(deps): lock file maintenance (#197)0989560
fix(deps): update dependency pify to v4 (#196)dea8269
chore(deps): lock file maintenance (#195)29514c0
chore(deps): lock file maintenance (#193)6eca165
chore(deps): lock file maintenance (#191)a8d8da6
chore(deps): update dependency typescript to ~2.9.0 (#190)d0d430d
fix: allow 'gts clean' to follow tsconfig.json dependency chain (#185)f7c75ee
feat: print clang-format output (#186)e107ab3
chore: Configure Renovate (#189)v0.8.0
Compare Source
This is a release with breaking changes. We no longer set the
esModuleInterop
andallowSyntheticDefaultImports
in the default TypeScript config. These might be reasonable configurations for end-user application code, but for libraries these can be problematic. TypeScript users of such libraries must have these flags set as well for compilation to succeed. For example: google/google-auth-library-nodejs#381.There are two ways to deal with this breaking change:
import fs from 'fs'
) back to using old style imports (import * as fs from 'fs'
)."esModuleInterop": true
to your localtsconfig.json
.Sorry for the churn.
Commits
d92f876
fix: also disable allowSyntheticDefaultImports (#184)94360af
fix: disable esModuleInterop (#183)b2b5bbd
test: add more tests (#182)122fe81
fix(init): init package with better main, types (#179)v0.7.1
Compare Source
This release fixes a regression with code formatting introduced in v0.7.0.
Commits
074a377
fix(format): deal with absent .clang-format (#176)Renovate configuration
📅 Schedule: "after 9am and before 3pm" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.