Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vue-async-computed from 3.8.3 to 3.9.0 #575

Merged
merged 1 commit into from
Aug 22, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps vue-async-computed from 3.8.3 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
  • 0494f78 Add tests for default values in watch & computed
  • 5afdd4f Set default values in beforeCreate event so they
  • See full diff 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Aug 22, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@cypress
Copy link

cypress bot commented Aug 22, 2020



Test summary

151 0 0 0


Run details

Project viewer
Status Passed
Commit b490b17 ℹ️
Started Aug 22, 2020 1:27 AM
Ended Aug 22, 2020 1:29 AM
Duration 01:55 💡
OS Linux Ubuntu Linux - 18.04
Browser Electron 78

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@skjnldsv skjnldsv merged commit 1862025 into master Aug 22, 2020
@skjnldsv skjnldsv deleted the dependabot/npm_and_yarn/vue-async-computed-3.9.0 branch August 22, 2020 06:59
@rullzer rullzer mentioned this pull request Aug 25, 2020
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant