ghostdevv / rollup-obfuscator

A plugin to obfuscate javascript for rollup based on https://www.npmjs.com/javascript-obfuscator
MIT License
55 stars 7 forks source link

chore(deps-dev): bump tsup from 5.12.1 to 5.12.4 #109

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tsup from 5.12.1 to 5.12.4.

Release notes

Sourced from tsup's releases.

v5.12.4

5.12.4 (2022-04-03)

Bug Fixes

  • make sure sources are relative path in sourcemap, closes #603 (637ec28)
  • reject promise with an error (401e204)

v5.12.3

5.12.3 (2022-04-02)

Bug Fixes

  • don't treat .node.js as native node module, closes #589 (e5fe1c1)

v5.12.2

5.12.2 (2022-04-01)

Bug Fixes

  • build promise resolves before types are emitted (#597) (d30f813)
Commits
  • 637ec28 fix: make sure sources are relative path in sourcemap, closes #603
  • 3888651 chore: how-a-package-is-resolved.jpeg
  • 401e204 fix: reject promise with an error
  • 11d9be1 wait a minute
  • e5fe1c1 fix: don't treat .node.js as native node module, closes #589
  • 095b8ca chore(deps): update tsup
  • d30f813 fix: build promise resolves before types are emitted (#597)
  • 93bf6e8 chore(deps): update vitest
  • c42eb9d chore(deps): pin dependencies (#555)
  • 2dfb209 chore(deps): update dependency svelte to v3.46.4 (#535)
  • 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)