trasherdk / svelte-local-storage-store

Adds pub/sub to local storage.
MIT License
0 stars 0 forks source link

chore: Bump tsup from 5.6.0 to 5.8.1 #14

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tsup from 5.6.0 to 5.8.1.

Release notes

Sourced from tsup's releases.

v5.8.1

5.8.1 (2021-11-23)

Bug Fixes

v5.8.0

5.8.0 (2021-11-22)

Features

  • custom tsconfig and allow multpile tsup config (555c535)

v5.7.4

5.7.4 (2021-11-20)

Bug Fixes

v5.7.3

5.7.3 (2021-11-20)

Features

  • minor: support node: import in older node versions (#460) (c78ea9c)

v5.7.2

5.7.2 (2021-11-18)

Bug Fixes

  • resolve module field before main field (7bc02d7)

v5.7.1

5.7.1 (2021-11-17)

Bug Fixes

v5.7.0

... (truncated)

Commits
  • 3fb9b8e fix: bundle svelte without styles (#464)
  • 8c8f19f fix(windows): support backslash in cli arguments (#463)
  • 555c535 feat: custom tsconfig and allow multpile tsup config
  • 3f37270 chore: typo
  • 85cfd15 fix: add default loaders, closes #459
  • c78ea9c feat(minor): support node: import in older node versions (#460)
  • 0f1fe94 chore: release minor scope as patch
  • c28cc2f chore(deps): bump rollup from 2.56.1 to 2.60.0 (#453)
  • 981a575 refactor: move esbuild related code to its own file
  • 2ebd70b docs: ask user to submit issues if tsup doesn't exclude some dependencies
  • 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[bot] commented 2 years ago

Superseded by #15.