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

Bump rollup-plugin-ts from 1.4.1 to 3.2.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2023

Bumps rollup-plugin-ts from 1.4.1 to 3.2.0.

Release notes

Sourced from rollup-plugin-ts's releases.

v3.2.0

  • feat: add .js extensions to code splitted declaration chunks to support Node16 and NodeNext ModuleResolution 0b727a0

wessberg/rollup-plugin-ts@v3.1.1...v3.2.0

v3.1.1

  • chore: bump dependencies 1700dce

wessberg/rollup-plugin-ts@v3.1.0...v3.1.1

v3.1.0

  • feat: add TypeScript v4.9 support 1bd7601

wessberg/rollup-plugin-ts@v3.0.2...v3.1.0

v3.0.2

  • chore: bump deps 6c96c17
  • feat: add support for ESM-based Babel configs. Closes #167 15e8edd
  • feat: 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
  • fix: don't call addWatchFile outside of allowed Rollup phase 8b3e7e8

wessberg/rollup-plugin-ts@v3.0.1...v3.0.2

v3.0.1

  • fix: use ansi-colors instead of Chalk for better CJS fallback support eac318e
  • docs: add note about different declaration formats 2b34a70

wessberg/rollup-plugin-ts@v3.0.0...v3.0.1

v3.0.0

New Features

rollup-plugin-ts is now based on ESM and requires Node v14.19.0 (BREAKING CHANGE)

Now that TypeScript v4.7 is out, it has finally received great support for ES modules in a Node.js environment that aligns with how it has been implemented across Node.js and browsers.

Because of this, now is a good time to make this plugin a type: "module" package. However, it still provides a CommonJS fallback. If your codebase is still based on CommonJS, you should be fine. Please know however, that rollup-plugin-ts requires an environment running Node v14.19.0 or newer going forward.

TypeScript v4.7 support

rollup-plugin-ts now fully supports TypeScript v4.7 and its new features. This also means that you can now use .mjs, .mts, .cjs, and .mts files. Additionally, the extension of your declaration files will depend on the extensions of your output files as controlled by your Rollup config:

  • .js output files will produce .d.ts and optionally .d.ts.map files
  • .mjs output files will produce .d.mts and optionally .d.mts.map files
  • .cjs output files will produce .d.cts and optionally .d.cts.map files

Transpilers are now used for the entire syntax transformation (BREAKING CHANGE)

... (truncated)

Changelog

Sourced from rollup-plugin-ts's changelog.

3.2.0 (2023-01-23)

Features

  • add .js extensions to code splitted declaration chunks to support Node16 and NodeNext ModuleResolution (0b727a0)

3.1.1 (2023-01-09)

3.1.0 (2023-01-09)

Features

  • add TypeScript v4.9 support (1bd7601)

3.0.2 (2022-06-07)

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)

3.0.1 (2022-05-31)

Bug Fixes

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

3.0.0 (2022-05-30)

Bug Fixes

... (truncated)

Commits
  • 0945df3 3.2.0
  • 0b727a0 feat: add .js extensions to code splitted declaration chunks to support Node1...
  • 06f1075 3.1.1
  • 1700dce chore: bump dependencies
  • 335bb06 3.1.0
  • 1bd7601 feat: add TypeScript v4.9 support
  • 8f902bb Update why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md
  • 91c9f5f Update why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md
  • a9939c3 Update why_is_babel-plugin-transform-runtime_and_tslib_included_by_default.md
  • fc11cfa 3.0.2
  • Additional commits viewable 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-plugin-ts-3.2.0 branch 2 times, most recently from bf2738b to 2e189c8 Compare April 10, 2023 20:42
Bumps [rollup-plugin-ts](https://github.com/wessberg/rollup-plugin-ts) from 1.4.1 to 3.2.0.
- [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@v1.4.1...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rollup-plugin-ts-3.2.0 branch from 2e189c8 to 5137f25 Compare April 10, 2023 20:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants