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, @4tw/cypress-drag-drop, cypress and @vue/cli-plugin-e2e-cypress #1265

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 Oct 17, 2022

Bumps async to 3.2.4 and updates ancestor dependencies async, @4tw/cypress-drag-drop, cypress and @vue/cli-plugin-e2e-cypress. These dependencies need to be updated together.

Updates async from 2.6.1 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 @4tw/cypress-drag-drop from 1.3.1 to 1.8.1

Changelog

Sourced from @​4tw/cypress-drag-drop's changelog.

[1.8.1] - 2021-09-01

  • Introduce Changelog

[1.8.0]

  • Initial implementation
Commits
  • 6e3bcf2 Release 1.8.1
  • 480cef1 Merge pull request #79 from 4teamwork/kb/changelog
  • 8189d78 Introduce Changelog
  • f0db747 Merge pull request #77 from 4teamwork/dependabot/npm_and_yarn/url-parse-1.5.3
  • 4f00f0e Bump url-parse from 1.5.1 to 1.5.3
  • da273e0 Merge pull request #76 from 4teamwork/dependabot/npm_and_yarn/path-parse-1.0.7
  • 1ea9367 Bump path-parse from 1.0.6 to 1.0.7
  • 6170904 Merge pull request #69 from 4teamwork/dependabot/npm_and_yarn/dns-packet-1.3.4
  • cee9ffc Merge pull request #58 from 4teamwork/dependabot/npm_and_yarn/elliptic-6.5.4
  • 727d9be Merge pull request #65 from 4teamwork/dependabot/npm_and_yarn/ssri-6.0.2
  • Additional commits viewable in compare view

Updates cypress from 3.8.3 to 10.10.0

Release notes

Sourced from cypress's releases.

v10.10.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-10-0

v10.9.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-9-0

v10.8.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-8-0

v10.7.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-7-0

v10.6.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-6-0

v10.5.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-5-0

v10.4.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-4-0

v10.3.1

Changelog: https://docs.cypress.io/guides/references/changelog#10-3-1

v10.3.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-3-0

v10.2.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-2-0

v10.1.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-1-0

v10.0.3

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-3

v10.0.2

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-2

v10.0.1

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-1

v10.0.0

Changelog: https://docs.cypress.io/guides/references/changelog#10-0-0

v9.7.0

Released 5/23/2022

Features:

... (truncated)

Commits
  • d4e8842 chore: bump Cypress version (#24211)
  • 0bb705c chore: Migrate react Highlight component to Vue (#23973)
  • 53eef4f fix: angular and nuxt ct tests now fail on uncaught exceptions (#24122)
  • d0f13e9 chore: release @​cypress/webpack-dev-server-v2.3.0
  • 2a7d2db chore: release @​cypress/vue2-v1.1.0
  • 5334ad2 chore: release @​cypress/vue-v4.2.0
  • 66952de chore: release @​cypress/vite-dev-server-v3.3.1
  • ca9fb8f chore: release @​cypress/react18-v1.1.0
  • fb40f68 chore: release @​cypress/react-v6.2.0
  • e14e6d1 chore: release @​cypress/mount-utils-v2.1.0
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @vue/cli-plugin-e2e-cypress from 4.5.19 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 Oct 17, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 2 times, most recently from 7a9aa14 to 5ebad14 Compare November 16, 2022 02:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 2 times, most recently from 14edcfd to 8956243 Compare December 2, 2022 14:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 8956243 to f366ea8 Compare January 10, 2023 17:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from f366ea8 to ad35dee Compare February 17, 2023 21:31
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-3.2.4 branch 2 times, most recently from d0e85d6 to 727fc7b Compare March 17, 2023 22:54
…ypress

Bumps [async](https://github.com/caolan/async) to 3.2.4 and updates ancestor dependencies [async](https://github.com/caolan/async), [@4tw/cypress-drag-drop](https://github.com/4teamwork/cypress-drag-drop), [cypress](https://github.com/cypress-io/cypress) and [@vue/cli-plugin-e2e-cypress](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-e2e-cypress). These dependencies need to be updated together.


Updates `async` from 2.6.1 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.1...v3.2.4)

Updates `@4tw/cypress-drag-drop` from 1.3.1 to 1.8.1
- [Release notes](https://github.com/4teamwork/cypress-drag-drop/releases)
- [Changelog](https://github.com/4teamwork/cypress-drag-drop/blob/master/CHANGELOG.md)
- [Commits](4teamwork/cypress-drag-drop@v1.3.1...v1.8.1)

Updates `cypress` from 3.8.3 to 10.10.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v3.8.3...v10.10.0)

Updates `@vue/cli-plugin-e2e-cypress` from 4.5.19 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: "@4tw/cypress-drag-drop"
  dependency-type: direct:development
- dependency-name: cypress
  dependency-type: direct:development
- dependency-name: "@vue/cli-plugin-e2e-cypress"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/async-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-3.2.4 branch from 727fc7b to 463d69b Compare March 20, 2023 19:27
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