Skip to content

chore(deps): update dependency @softwareventures/tsconfig to v5 (master)#8

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@softwareventures/tsconfig 2.3.3 -> 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.

v4.1.0

Compare Source

Features
  • module: compile to ES2020 modules (64bd19f)

v4.0.0

Compare Source

Bug Fixes
  • module-resolution: enable esModuleInterop and allowSyntheticDefaultImports (2491800)
BREAKING CHANGES
  • module-resolution: Packages that use ES-style default imports such as import foo from "foo" will
    need to add a dependency on tslib.

v3.0.0

Compare Source

Bug Fixes
  • moduleresolution: explicitly specify node-style module resolution (7ba7647)
Features
  • module: compile to ES6 modules instead of CommonJS (4162349)
BREAKING CHANGES
  • node.js < 12 is no longer supported.
  • module: TypeScript files are now built as ES Modules. This should help to improve
    tree-shaking performance. Consumers should set "type": "module" in their package.json.
    CommonJS-style imports such as import foo = require("foo") should be replaced by ES-style
    default imports such as import foo from "foo".

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 djcsdy closed this in fa050f0 Mar 27, 2021
@renovate renovate Bot deleted the renovate/master-softwareventures-tsconfig-5.x branch March 27, 2021 07:59
@github-actions
Copy link
Copy Markdown

🎉 This issue has been resolved in version 2.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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant