This repository was archived by the owner on Sep 27, 2023. It is now read-only.
chore(deps): update dependency tsconfigs to v5#77
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency tsconfigs to v5#77renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
f21b372 to
59045cf
Compare
e022d9c to
fbb7d4d
Compare
fbb7d4d to
3de4ade
Compare
1c809ba to
ce44eda
Compare
e612ab7 to
b0f6f28
Compare
b0f6f28 to
eb7277d
Compare
eb7277d to
f3f39ad
Compare
f3f39ad to
56b5f8c
Compare
ae3597f to
2cabb9d
Compare
2cabb9d to
efa6c37
Compare
b88addb to
a7a3d72
Compare
a7a3d72 to
35bfe8c
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
4.0.2->5.0.0Release Notes
mightyiam/tsconfigs
v5.0.0Compare Source
⚠ BREAKING CHANGES
compilerOptions.typesis set for all project kinds. in the case ofbrowser-module,browser-executable,webworker-moduleandagnostic-module, it was previously unset and now it is set to[]. In orderto include an @types package,
compilerOptions.typesmust override the valueset by the project kind. Extending from any of the
nodejskinds, the overrideshould also include
"node". For example, to include the@types/webpack-dev-serverpackage, the value of yourcompilerOptions.typesshould be["node", "webpack-dev-server"].Features
compilerOptions.typesis set for all kinds (023cf78)Bug Fixes
4.0.2 (2019-11-22)
4.0.1 (2019-10-01)
Bug Fixes
Renovate configuration
📅 Schedule: "every weekday" in timezone Etc/UTC.
🚦 Automerge: Disabled due to failing status checks.
♻️ 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.