pglejzer / timepicker-ui

timepicker-ui is an easy library with timepicker. Fully wrote with TypeScript. This library is based on Material Design from Google.
MIT License
62 stars 18 forks source link

Bump @rollup/plugin-node-resolve from 11.1.0 to 11.2.1 in /app #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps @rollup/plugin-node-resolve from 11.1.0 to 11.2.1.

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v11.2.1

2021-03-26

Bugfixes

  • fix: fs.exists is incorrectly promisified (#835)

v11.2.0

2021-02-14

Features

  • feat: add ignoreSideEffectsForRoot option (#694)

Updates

  • chore: mark url as an external and throw on warning (#783)
  • docs: clearer "Resolving Built-Ins" doc (#782)

v11.1.1

2021-01-29

Bugfixes

  • fix: only log last resolve error (#750)

Updates

  • docs: add clarification on the order of package entrypoints (#768)
Commits
  • 7426b1e chore(release): node-resolve v11.2.1
  • 312fbc2 fix(node-resolve): fs.exists is incorrectly promisified (#835)
  • 7e629a2 chore(release): node-resolve v11.2.0
  • 7359d1f feat(node-resolve): add ignoreSideEffectsForRoot option (#694)
  • dfe526b chore(node-resolve): mark url as an external and throw on warning (#783)
  • 05c2b12 docs(node-resolve): clearer "Resolving Built-Ins" doc (#782)
  • e09c8cf chore(release): node-resolve v11.1.1
  • 542fa59 fix(node-resolve): only log last resolve error (#750)
  • 1ce3a55 docs(node-resolve): add clarification on the order of package entrypoints (#768)
  • e4a4cec chore(release): node-resolve v11.1.0
  • 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 1 year ago

Superseded by #29.