Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Bump async and cypress #33

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 29, 2022

Bumps async to 3.2.4 and updates ancestor dependency 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 cypress from 3.8.3 to 12.2.0

Release notes

Sourced from cypress's releases.

v12.2.0

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

v12.1.0

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

v12.0.2

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

v12.0.1

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

v12.0.0

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

v11.2.0

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

v11.1.0

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

v11.0.1

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

v11.0.0

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

v10.11.0

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

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

... (truncated)

Commits
  • 75141ec chore: bump version to 12.1.0 [skip ci] (#25238)
  • ebf57a8 test: change some skipped tests to use retries (#24124)
  • 0454caf chore: release @​cypress/webpack-preprocessor-v5.16.0
  • 9c1318c chore: release @​cypress/webpack-dev-server-v3.2.0
  • 0e14b9e chore: bump rollup & some vite deps (#25140)
  • 470b94b fix: log error on reject with string content (#25059)
  • 166b694 feat: create from React component (#25168)
  • fcc49b5 chore: Update v8 snapshot cache (#25130)
  • 331c1dc chore: correctly resolve url sass bundle in Angular CT (#25191)
  • cd4bc74 chore: release @​cypress/webpack-dev-server-v3.1.2
  • Additional commits viewable in compare view
Maintainer changes

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


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.

Bumps [async](https://github.com/caolan/async) to 3.2.4 and updates ancestor dependency [cypress](https://github.com/cypress-io/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 `cypress` from 3.8.3 to 12.2.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...v12.2.0)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants