Skip to content

chore(deps): update dependency @softwareventures/tsconfig to v5 (main)#32

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-softwareventures-tsconfig-5.x
Closed

chore(deps): update dependency @softwareventures/tsconfig to v5 (main)#32
renovate[bot] wants to merge 1 commit intomainfrom
renovate/main-softwareventures-tsconfig-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@softwareventures/tsconfig 4.1.0 -> 5.0.1 age adoption passing confidence

Release Notes

softwareventures/tsconfig

v5.0.1

Compare Source

v5.0.0

Compare Source

Features
  • compile TypeScript to ES2017 (c8a4d3d)
Reverts
  • Revert "feat(module): compile to ES6 modules instead of CommonJS" (2fbfa3d)
  • Revert "fix(module-resolution): enable esModuleInterop and allowSyntheticDefaultImports" (0f164d2)
  • Revert "feat(module): compile to ES2020 modules" (d00b9b2)
BREAKING CHANGES
  • TypeScript code now compiles to ES2017. This breaks compatibility with Node < 8.10
    and with very old browsers that do not support ES2017 syntax. If you need to support these older
    systems either override "compilerOptions": { "target": "es5" }, or use Babel to compile ES6+ code
    down to ES5.
  • Modules once again compile to CommonJS, not
    ES Modules. This change is backwards-compatible with v2.x but
    backwards-incompatible with v3.x and v4.x prereleases. Most
    downstream projects should be unaffected.

Renovate 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.


  • If you want to rebase/retry this PR, check this box

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

djcsdy added a commit that referenced this pull request Mar 27, 2021
BREAKING CHANGE: This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
should use Babel to compile ES6+ code down to ES5.

closes #32
@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.0-alpha.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@renovate
Copy link
Contributor Author

renovate bot commented Mar 27, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 5.x releases. However, if you upgrade to 5.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/main-softwareventures-tsconfig-5.x branch March 27, 2021 12:26
@github-actions
Copy link

github-actions bot commented Jul 7, 2021

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants