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 async and @vue/cli-plugin-e2e-cypress #258

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2022

Bumps async and @vue/cli-plugin-e2e-cypress. These dependencies needed to be updated together.
Updates async from 2.6.3 to 3.2.4

Changelog

Sourced from async's changelog.

v3.2.4

  • Fix a bug in priorityQueue where it didn't wait for the result. (#1725)
  • Fix a bug where unshiftAsync was included in priorityQueue. (#1790)

v3.2.3

  • Fix bugs in comment parsing in autoInject. (#1767, #1780)

v3.2.2

  • Fix potential prototype pollution exploit

v3.2.1

v3.2.0

  • Fix a bug in Safari related to overwriting func.name
  • Remove built-in browserify configuration (#1653)
  • Varios doc fixes (#1688, #1703, #1704)

v3.1.1

  • Allow redefining name property on wrapped functions.

v3.1.0

  • Added q.pushAsync and q.unshiftAsync, analagous to q.push and q.unshift, except they always do not accept a callback, and reject if processing the task errors. (#1659)
  • Promises returned from q.push and q.unshift when a callback is not passed now resolve even if an error ocurred. (#1659)
  • Fixed a parsing bug in autoInject with complicated function bodies (#1663)
  • Added ES6+ configuration for Browserify bundlers (#1653)
  • Various doc fixes (#1664, #1658, #1665, #1652)

v3.0.1

Bug fixes

  • Fixed a regression where arrays passed to queue and cargo would be completely flattened. (#1645)
  • Clarified Async's browser support (#1643)

v3.0.0

The async/await release!

There are a lot of new features and subtle breaking changes in this major version, but the biggest feature is that most Async methods return a Promise if you omit the callback, meaning you can await them from within an async function.

const results = await async.mapLimit(urls, 5, async url => {
    const resp = await fetch(url)
    return resp.body
</tr></table> 

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Updates @vue/cli-plugin-e2e-cypress from 4.5.13 to 5.0.8

Release notes

Sourced from @​vue/cli-plugin-e2e-cypress's releases.

v5.0.8

🐛 Bug Fix

v5.0.7

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

v5.0.6

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

v5.0.5

🐛 Bug Fix

  • @vue/cli
    • #7167 fix(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service
  • @vue/cli-plugin-e2e-cypress
    • [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)

Committers: 3

v5.0.4

🐛 Bug Fix

  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

v5.0.3

... (truncated)

Changelog

Sourced from @​vue/cli-plugin-e2e-cypress's changelog.

5.0.7 (2022-07-05)

  • @vue/cli-service
  • @vue/cli-ui
    • #7210 chore: upgrade to apollo-server-express 3.x

Committers: 2

5.0.6 (2022-06-16)

Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).

In Vue 2.7, vue-template-compiler is no longer a required peer dependency. Rather, there's a new export under the main package as vue/compiler-sfc.

5.0.5 (2022-06-16)

🐛 Bug Fix

  • @vue/cli
    • #7167 feat(upgrade): prevent changing the structure of package.json file during upgrade (@​blzsaa)
  • @vue/cli-service

Committers: 3

5.0.4 (2022-03-22)

🐛 Bug Fix

  • @vue/cli-service
  • @vue/cli-shared-utils, @vue/cli-ui
    • 75826d6 fix: replace node-ipc with @achrinza/node-ipc to further secure the dependency chain

Committers: 1

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 3 times, most recently from ada3cf9 to 0359d5b Compare August 22, 2022 16:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 0359d5b to 4e4db1f Compare September 6, 2022 19:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 4 times, most recently from 4f98bd4 to acc0cbc Compare September 23, 2022 14:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from acc0cbc to 815320d Compare September 23, 2022 19:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 3 times, most recently from e9404bc to 50bd3a7 Compare October 11, 2022 14:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 2 times, most recently from 9193f31 to 5cc2d73 Compare October 17, 2022 18:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 5cc2d73 to e7beddd Compare October 17, 2022 18:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 3 times, most recently from 8b06f58 to e6e0f10 Compare November 1, 2022 16:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 2 times, most recently from 750b275 to f43bf4e Compare November 14, 2022 14:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from f43bf4e to b4b8fc8 Compare November 17, 2022 22:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from b4b8fc8 to 956f4f4 Compare November 29, 2022 20:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 956f4f4 to c1a9670 Compare December 8, 2022 20:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from c1a9670 to 57fa144 Compare December 18, 2022 17:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 57fa144 to 6fb6ba0 Compare January 9, 2023 21:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 3 times, most recently from 8034a47 to f7251ff Compare January 19, 2023 18:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 5 times, most recently from 144f529 to 6a90a56 Compare February 2, 2023 16:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 2 times, most recently from 1522dd0 to 801a3c7 Compare February 9, 2023 21:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 3 times, most recently from 58c9c50 to 2924acc Compare February 17, 2023 18:18
Bumps [async](https://github.com/caolan/async) and [@vue/cli-plugin-e2e-cypress](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-e2e-cypress). These dependencies needed to be updated together.

Updates `async` from 2.6.3 to 3.2.4
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v3.2.4)

Updates `@vue/cli-plugin-e2e-cypress` from 4.5.13 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-plugin-e2e-cypress)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
- dependency-name: "@vue/cli-plugin-e2e-cypress"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 2924acc to e9a3444 Compare March 1, 2023 20:46
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