This repository was archived by the owner on Jan 5, 2026. It is now read-only.
chore(deps): update dependency tsconfigs to v5#48
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update dependency tsconfigs to v5#48renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
a0833b7 to
e50342b
Compare
b13561f to
018760e
Compare
018760e to
f32ee5a
Compare
f32ee5a to
022b57f
Compare
022b57f to
2ee6843
Compare
2ee6843 to
89863e8
Compare
89863e8 to
f82acb6
Compare
f82acb6 to
e265dd2
Compare
4cc1f0f to
d163b9f
Compare
d163b9f to
24c58cf
Compare
24c58cf to
f6bd022
Compare
f6bd022 to
3e3ff99
Compare
3e3ff99 to
1d06cbe
Compare
1d06cbe to
a5b8d29
Compare
a5b8d29 to
0f06f80
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 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.