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 @wessberg/rollup-plugin-ts from 1.1.80 to 1.2.24 #7

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

Conversation

dependabot-preview[bot]
Copy link

Bumps @wessberg/rollup-plugin-ts from 1.1.80 to 1.2.24.

Release notes

Sourced from @wessberg/rollup-plugin-ts's releases.

v1.2.24

  • test: update test to reflect changes to regenerator-runtime. Closes #91 9400a38
  • chore(build): lock dependency on np 45badff
  • fix(regenerator): update inlined regenerator-runtime code to align with v0.13.5 ab869f2

wessberg/rollup-plugin-ts@v1.2.23...v1.2.24

v1.2.23

  • fix(deconflicting): fix issue where local symbols could conflict with external ones under some circumstances. #88 1f837f3

wessberg/rollup-plugin-ts@v1.2.22...v1.2.23

v1.2.22

  • feat(typescript): add TypeScript v3.9 support 785dfa1
  • docs(README): formatted README cd26707
  • Merge branch 'master' of github.com:wessberg/rollup-plugin-ts 6498709
  • docs(README): add section with references to starter templates. f0a8a00
  • chore(peerDependencies): fix peerDependency version of rollup e63abac

wessberg/rollup-plugin-ts@v1.2.21...v1.2.22

v1.2.21

  • fix(type-directive): fix an issue with generating type directives when declaration files are nested inside @types folder e23a571

wessberg/rollup-plugin-ts@v1.2.20...v1.2.21

v1.2.20

  • chore(build): move @types/node into devDependencies ee7ca2c
  • chore(build): add Rollup 2 support c12ac86
  • chore(build): bump dependencies bff604d

wessberg/rollup-plugin-ts@v1.2.19...v1.2.20

v1.2.19

  • fix: make sure to respect entryFileNames and chunkFileNames when naming common declaration chunks a98fe69
  • chore(build): bump dependencies c692d95

wessberg/rollup-plugin-ts@v1.2.18...v1.2.19

v1.2.18

New Features

  • Support for TypeScript v3.8 features inside of declarations.

wessberg/rollup-plugin-ts@v1.2.17...v1.2.18

v1.2.17

  • fix: respect declaration merging when identifiers are declared in the same SourceFile. Closes #81 7e44925
  • chore(build): update dependencies 070a50d
  • fix: use statement merger on nested namespace declarations to remove binding-less imports/exports for prettier declaration output under some circumstances d23a86e
... (truncated)
Changelog

Sourced from @wessberg/rollup-plugin-ts's changelog.

1.2.24 (2020-04-06)

Bug Fixes

  • regenerator: update inlined regenerator-runtime code to align with v0.13.5 (ab869f2)

1.2.23 (2020-03-30)

Bug Fixes

  • deconflicting: fix issue where local symbols could conflict with external ones under some circumstances. #88 (1f837f3)

1.2.22 (2020-03-28)

Features

  • typescript: add TypeScript v3.9 support (785dfa1)

1.2.21 (2020-03-06)

Bug Fixes

  • type-directive: fix an issue with generating type directives when declaration files are nested inside @types folder (e23a571)

1.2.20 (2020-03-06)

1.2.19 (2020-03-01)

Bug Fixes

  • make sure to respect entryFileNames and chunkFileNames when naming common declaration chunks (a98fe69)

1.2.18 (2020-02-29)

Bug Fixes

  • namespace-export: add support for named namespace exports (8aece24)
  • add 'isTypeOnly' to 'updateImportClause' helpers (9688e0e)

1.2.17 (2020-02-13)

Bug Fixes

  • respect declaration merging when identifiers are declared in the same SourceFile. Closes #81 (7e44925)
  • use statement merger on nested namespace declarations to remove binding-less imports/exports for prettier declaration output under some circumstances (d23a86e)

1.2.16 (2020-02-08)

Bug Fixes

... (truncated)
Commits
  • 444846b 1.2.24
  • 9400a38 test: update test to reflect changes to regenerator-runtime. Closes #91
  • 45badff chore(build): lock dependency on np
  • ab869f2 fix(regenerator): update inlined regenerator-runtime code to align with v0.13.5
  • 5261ebe 1.2.23
  • 1f837f3 fix(deconflicting): fix issue where local symbols could conflict with externa...
  • 9da91fa 1.2.22
  • 785dfa1 feat(typescript): add TypeScript v3.9 support
  • cd26707 docs(README): formatted README
  • 6498709 Merge branch 'master' of github.com:wessberg/rollup-plugin-ts
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 7, 2020
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