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 lodash, cypress and release-it #348

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2023

Bumps lodash to 4.17.21 and updates ancestor dependencies lodash, cypress and release-it. These dependencies need to be updated together.

Updates lodash from 4.17.15 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • d7fbc52 Bump to v4.17.19
  • Additional commits viewable in compare view
Maintainer changes

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


Updates cypress from 4.6.0 to 4.12.1

Release notes

Sourced from cypress's releases.

4.12.1

Released 8/5/2020

Bugfixes:

  • The error Cannot set property 'err' of undefined will no longer incorrectly throw when rerunning tests in the Test Runner. Fixes #7874.
  • Skipping the last test before a nested suite with a before hook will now correctly run the tests in the suite following the skipped test. Fixes #8086.

Dependency Updates:

  • Upgraded md5 from 2.2.1 to 2.3.0. Addressed in #8161.
  • Upgraded electron-context-menu from 0.15.1 to 2.2.0. Addressed in #8180.
Commits
  • 2156e3e release 4.12.1 [skip ci]
  • a54d793 chore(deps): update dependency markdown-it to version .x 🌟 (#8183)
  • 640505e chore(deps): update dependency react-inspector to version .x 🌟 (#8182)
  • d3e90d6 fix(deps): update dependency electron-context-menu to version .x 🌟 (#8180)
  • 996fe97 fix(deps): update dependency md5 to version 2.3.0 🌟 (#8161)
  • 3ad06db fix: it.skip no longer causes hooks to be assigned to the wrong test (#8113)
  • 580087d release 4.12.0 [skip ci]
  • 9d19a9f fix: Capture env vars from AWS Code Build (#8159)
  • e0f587e fix: iFrame input focus should not cause blur if input already activeElement ...
  • 19393e0 fix(reporter): minor UI fixes and improvements (#8153)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates release-it from 13.6.1 to 13.7.2

Release notes

Sourced from release-it's releases.

Release 13.7.2

  • Update dependencies (fixes #794) (03add7a)

Release 13.7.1

  • Update dependencies (c0e04bd)
  • Improve readme + add regex-bumper plugin (9cfbef7)
  • Fix up the dry run output a bit (3c0e513)
  • Add dashes in the dotenv example (closes #696) (0d75f42)

Release 13.7.0

  • Update dependencies (b7d53e3)
  • Sync back-compat config (63d03aa)
  • Make npm.timeout configurable (ea3f608)
  • Add example for setting multiple git.pushArgs on the CLI (0332981)

Release 13.6.9

  • Update dependencies (c3e32de)
  • Fix github preRelease option (fixes #679) (49742cb)
  • Housekeeping some old docs (ea67fbe)
  • Move some github/config files (557cade)

Release 13.6.8

  • Update dependencies (5202eed)
  • Fix version determination in test helper (eecb017)
  • Improve docs (3cadd5e)

Release 13.6.7

  • Update dependencies (07f7bb0)
  • Improve isWorkingDirClean() check for projects with generated code (#688) (8cbac81)

Release 13.6.6

  • Update dependencies (6756a85)
  • Disable camel case expansion when parsing arguments (d61df74)
  • Link to GitHub token generation page when throwing that error (ddebc3f)
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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependencies [lodash](https://github.com/lodash/lodash), [cypress](https://github.com/cypress-io/cypress) and [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together.


Updates `lodash` from 4.17.15 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

Updates `cypress` from 4.6.0 to 4.12.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v4.6.0...v4.12.1)

Updates `release-it` from 13.6.1 to 13.7.2
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@13.6.1...13.7.2)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
- dependency-name: release-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 13, 2023
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