Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @softwareventures/tsconfig to v5 (master) - autoclosed #22

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
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 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 #22
@renovate renovate bot changed the title chore(deps): update dependency @softwareventures/tsconfig to v5 (master) chore(deps): update dependency @softwareventures/tsconfig to v5 (master) - autoclosed Mar 27, 2021
@renovate renovate bot closed this Mar 27, 2021
@renovate renovate bot deleted the renovate/master-softwareventures-tsconfig-5.x branch March 27, 2021 11:36
@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 📦🚀

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

1 participant