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

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 minimist to 1.2.6 and updates ancestor dependencies minimist, @4tw/cypress-drag-drop, cypress and @vue/cli-plugin-e2e-cypress. These dependencies need to be updated together.

Updates minimist from 0.0.8 to 1.2.6

Changelog

Sourced from minimist's changelog.

v1.2.6 - 2022-03-21

Commits

  • test from prototype pollution PR bc8ecee
  • isConstructorOrProto adapted from PR c2b9819
  • security notice for additional prototype pollution issue ef88b93

v1.2.5 - 2020-03-12

v1.2.4 - 2020-03-11

Commits

  • security notice 4cf1354
  • additional test for constructor prototype pollution 1043d21

v1.2.3 - 2020-03-10

Commits

  • more failing proto pollution tests 13c01a5
  • even more aggressive checks for protocol pollution 38a4d1c

v1.2.2 - 2020-03-10

Commits

v1.2.1 - 2020-03-10

Merged

Commits

v1.2.0 - 2015-08-24

Commits

... (truncated)

Commits

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/minimist-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-1.2.6 branch 2 times, most recently from da9f0b1 to 71228c9 Compare November 16, 2022 02:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2022

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/minimist-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-1.2.6 branch 2 times, most recently from 7a7cce2 to 44139c1 Compare December 2, 2022 14:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minimist-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-1.2.6 branch from 44139c1 to 27a6a83 Compare January 10, 2023 17:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minimist-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-1.2.6 branch from 27a6a83 to bdc44a0 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/minimist-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-1.2.6 branch 2 times, most recently from e988d51 to 008ab26 Compare March 17, 2023 22:54
…e-cypress

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [@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 `minimist` from 0.0.8 to 1.2.6
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v0.0.8...v1.2.6)

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: minimist
  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/minimist-and-4tw/cypress-drag-drop-and-cypress-and-vue/cli-plugin-e2e-cypress-1.2.6 branch from 008ab26 to d686202 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