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-dev): bump rollup-plugin-ts from 2.0.5 to 2.0.7 #658

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps rollup-plugin-ts from 2.0.5 to 2.0.7.

Release notes

Sourced from rollup-plugin-ts's releases.

v2.0.7

  • fix: 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

wessberg/rollup-plugin-ts@v2.0.6...v2.0.7

v2.0.6

  • feat: add support for target ES2022 6eec842
  • feat: add TypeScript v4.6 support c387ff7
  • feat: generate correct declarations, diagnostics, and .tsbuildinfo when a Rollup cache is being used. Fixes #140 afa76ed
  • fix: correctly add aliased re-exported bindings to lexical environment at all times. Fixes #109 16d24fa
  • fix: correctly alias re-exported bindings which themselves may be aliased from other source files from the same chunk. Closes #176 364b50b
  • chore: run tests on Node v14, 16, and 17 619f7c4

wessberg/rollup-plugin-ts@v2.0.5...v2.0.6

Changelog

Sourced from rollup-plugin-ts's changelog.

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)
Commits
  • 2aeb70e 2.0.7
  • 630d5ae fix: fix a regression when a Rollup cache is being used where unsupported fil...
  • 41a728d 2.0.6
  • 364b50b fix: correctly alias re-exported bindings which themselves may be aliased fro...
  • baf25a1 chore: when testing for identical input options, treat two functions that ser...
  • afa76ed feat: generate correct declarations, diagnostics, and .tsbuildinfo when a Rol...
  • 16d24fa fix: correctly add aliased re-exported bindings to lexical environment at all...
  • 6eec842 feat: add support for target ES2022
  • 619f7c4 chore: run tests on Node v14, 16, and 17
  • c387ff7 feat: add TypeScript v4.6 support
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rollup-plugin-ts](https://github.com/wessberg/rollup-plugin-ts) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/wessberg/rollup-plugin-ts/releases)
- [Changelog](https://github.com/wessberg/rollup-plugin-ts/blob/master/CHANGELOG.md)
- [Commits](wessberg/rollup-plugin-ts@v2.0.5...v2.0.7)

---
updated-dependencies:
- dependency-name: rollup-plugin-ts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 2, 2022
@github-actions github-actions bot merged commit 3d966b2 into next May 2, 2022
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/rollup-plugin-ts-2.0.7 branch May 2, 2022 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants