Skip to content

chore(deps): update dependency rollup-plugin-dts to v2#4323

Merged
timsuchanek merged 3 commits intomasterfrom
renovate/rollup-plugin-dts-2.x
Dec 17, 2020
Merged

chore(deps): update dependency rollup-plugin-dts to v2#4323
timsuchanek merged 3 commits intomasterfrom
renovate/rollup-plugin-dts-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 22, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-dts 1.4.14 -> 2.0.1 age adoption passing confidence

Release Notes

Swatinem/rollup-plugin-dts

v2.0.1

Compare Source

** Fixes**:

  • When using code-splitting with multiple input files, type references directives will be correctly attached only to the output files that reference them.

v2.0.0

Compare Source

Compatibility Notice:

This release targets TypeScript 4.1 and support for previous versions was dropped.

Features:

  • The plugin gained a new pre-processing step that added support for unnamed export default declarations and splitting up variable declarations that were previously rejected.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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

@renovate renovate Bot force-pushed the renovate/rollup-plugin-dts-2.x branch 2 times, most recently from 970a95d to 9e48d37 Compare November 30, 2020 02:59
@renovate renovate Bot force-pushed the renovate/rollup-plugin-dts-2.x branch from 9e48d37 to 878e0a7 Compare December 7, 2020 02:41
@matthewmueller matthewmueller added this to the 2.14.0 milestone Dec 9, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-dts-2.x branch 2 times, most recently from 3a59a78 to 9343afb Compare December 10, 2020 12:20
@williamluke4 williamluke4 self-assigned this Dec 16, 2020
Comment on lines -54 to -65
// this is needed to remove "export = " statements
let file = await readFile('./runtime/index.d.ts', 'utf-8')
file = file.replace(/^export\s+=\s+.*/gm, '')
file = file.replace('namespace Decimal {', 'declare namespace Decimal {')
await writeFile('./runtime/index.d.ts', file)

// this is needed to remove "export = " statements
let browserFile = await readFile('./runtime/index-browser.d.ts', 'utf-8')
browserFile = browserFile.replace(/^export\s+=\s+.*/gm, '')
browserFile = browserFile.replace('namespace Decimal {', 'declare namespace Decimal {')
await writeFile('./runtime/index-browser.d.ts', browserFile)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is not needed anymore? 👀

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope it shouldn't be

v2.0.0
Features:

The plugin gained a new pre-processing step that added support for unnamed export default declarations and splitting up variable declarations that were previously rejected.

@timsuchanek timsuchanek merged commit d66ed09 into master Dec 17, 2020
@timsuchanek timsuchanek deleted the renovate/rollup-plugin-dts-2.x branch December 17, 2020 13:37
Jolg42 added a commit that referenced this pull request Dec 28, 2020
* master:
  fix(deps): update engines to v2.14.0-26.59cf08bf47e90cb37532900059f3328b4328237c (#4774)
  chore(deps): update definitelytyped
  fix(client): raw transactions (#4759)
  fix(deps): update engines to v2.14.0-22.85cf7930a5fc63cd99fa483153fd33cb35d49cfa
  chore(deps): update studio to v0.332.0
  fix(client): improve error links (#4753)
  fix(deps): update engines to v2.14.0-21.aed47bccd0e3bc61e2a26b14315e2dd839d35a12
  chore: bump engines (#4749)
  fix: fail early for known errors (#4734)
  chore: cleanup (#4707)
  fix(debug): allow multiple instances (#4665)
  chore: wip debug vercel (#4705)
  fix(deps): update engines to v2.14.0-17.af950b3705ef175e85492660c621085eb7f99557
  chore(deps): update dependency rollup-plugin-dts to v2 (#4323)
  feat(client): add more jsdoc to Prisma Client (#4388)
  fix(deps): update engines to v2.14.0-16.c033861e8ed093701af214a25e2bb3e03edacf7c

# Conflicts:
#	package.json
#	pnpm-lock.yaml
#	src/packages/client/package.json
#	src/packages/client/src/runtime/getPrismaClient.ts
#	src/packages/debug/package.json
#	src/packages/engine-core/package.json
#	src/packages/generator-helper/package.json
#	src/packages/get-platform/package.json
#	src/pnpm-lock.yaml
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.

5 participants