Skip to content

Bump vue-async-computed from 3.3.1 to 3.9.0#69

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vue-async-computed-3.9.0
Open

Bump vue-async-computed from 3.3.1 to 3.9.0#69
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/vue-async-computed-3.9.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps vue-async-computed from 3.3.1 to 3.9.0.

Changelog

Sourced from vue-async-computed's changelog.

v3.9.0

  • #95 Fix a bug where default values weren't properly used properly for lazy async computed properties.

v3.8.1

  • Bugfix release in order to actually publish the typescript types along with the pacakge.

v3.8.0

  • #83 Stop the update method from working after the component is destroyed.
  • Include the long-requested (#25) typescript types in the master branch.
  • #85 Add support in the typescript types for the array of strings version of watch.

v3.7.0

  • #68 Refactoring to make some of the code be more readable.
  • #71 Add vm and info arguments to the error handler callback (when useRawError is set.)

v3.6.1

  • Fix for browsers that don't support Symbol.iterator.

v3.6.0

  • Fix bug in handling the argument to the generated data function.
  • #66 Add option for watch to be an array of property paths instead of a function.

v3.5.2

  • Point to a pre-transpiled version of the library as the module field in package.json.

v3.5.1

  • #54: Fix the missing execution context during recomputations triggered through the .update method in $asyncComputed.
  • #58: Fix the reactivity of the $asyncComputed object.
  • #59: Distribute also as an ESM module.

v3.5.0

  • #45: add a status property $asyncComputed to each Vue instance with information about the status of its async computed properties.

v3.4.0

  • Add a shouldUpdate option, which can control when and if an async computed property updates.

v3.3.0

  • New feature: lazily computed properties.

v3.2.1

  • Fix bugs with dev dependencies and the new package-lock.json file.
  • Tests on Travis now also run on Node 8.

v3.2.0

  • Introduce watch feature.

v3.1.3

  • Fix a bug where extra properties on Object.prototype would be
Commits
  • 6b1419c 3.9.0
  • c9856d1 Update CHANGELOG and README for new version
  • fde3fc8 Tweak formatting of tests
  • 0d10602 Merge pull request #95 from alex-dunn/master
  • 732afe1 Remove the broken coverage and dependency badges
  • 8af186f Update the versions of development dependencies
  • 53e0b8f Update license copyright year
  • 4c03bd2 3.8.3
  • 1185aa6 Merge pull request #91 from firefligher/master
  • 4301e7e Merge pull request #97 from SKoschnicke/patch-1
  • 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 Aug 19, 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