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 rollup-plugin-ts to v3 #442

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-ts ^2.0.5 -> ^3.0.0 age adoption passing confidence

Release Notes

wessberg/rollup-plugin-ts

v3.0.2

Compare Source

Bug Fixes
  • don't call addWatchFile outside of allowed Rollup phase (8b3e7e8)
Features
  • add support for ESM-based Babel configs. Closes #​167 (15e8edd)
  • add support for multiple swc configs. Closes #​177. Don't enforce importHelpers: true to avoid a potential tslib error when babel or swc is used for all types of syntax (5ba4c9c)

v3.0.1

Compare Source

Bug Fixes
  • use ansi-colors instead of Chalk for better CJS fallback support (eac318e)

v3.0.0

Compare Source

Bug Fixes
  • use correct import binding (e693665)
Features
  • add TypeScript v4.7 support (aae4588)

2.0.7 (2022-04-15)

Bug Fixes
  • fix a regression when a Rollup cache is being used where unsupported files would be attempted to be added to the CompilerHost and crash the compilation. Fixes #​178 (630d5ae)

2.0.6 (2022-04-15)

Bug Fixes
  • correctly add aliased re-exported bindings to lexical environment at all times. Fixes #​109 (16d24fa)
  • correctly alias re-exported bindings which themselves may be aliased from other source files from the same chunk. Closes #​176 (364b50b)
Features
  • add support for target ES2022 (6eec842)
  • add TypeScript v4.6 support (c387ff7)
  • generate correct declarations, diagnostics, and .tsbuildinfo when a Rollup cache is being used. Fixes #​140 (afa76ed)

2.0.5 (2022-01-03)

Bug Fixes
  • don't break when another plugin declares an asset that only later receives a source. Fixes #​162 (3ec4c86)
  • swc reject when set parser to typescript (3770470)
Features
  • when using swc and no browserslist could be resolved, pass the ecma version directly as a target instead of generating a browserslist based on it. Closes #​163 (a2e88e5)

2.0.4 (2021-11-19)

Bug Fixes
  • regression in v2.0.3 on TypeScript <= 3.7 where ExportDeclarations could be dropped (f56c91c)

2.0.3 (2021-11-18)

Bug Fixes
  • group ExportDeclarations by not just module specifiers but also whether or not they or their individual ExportSpecifiers are 'isTypeOnly'. Fixes #​153 (493014c)

2.0.2 (2021-11-17)

Features
  • add TypeScript v4.5 support (dffc8b7)

2.0.1 (2021-11-17)

Bug Fixes
  • fix a problem with resolving swc configs (677c928)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

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

@bcoe bcoe merged commit a030551 into main Jul 5, 2022
@renovate renovate bot deleted the renovate/rollup-plugin-ts-3.x branch July 5, 2022 16:13
@glasser glasser mentioned this pull request Aug 4, 2022
@bcoe bcoe restored the renovate/rollup-plugin-ts-3.x branch August 4, 2022 20:54
@renovate renovate bot deleted the renovate/rollup-plugin-ts-3.x branch August 4, 2022 20:55
@bcoe bcoe restored the renovate/rollup-plugin-ts-3.x branch August 4, 2022 20:55
@renovate renovate bot deleted the renovate/rollup-plugin-ts-3.x branch August 4, 2022 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants