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

chore(deps): update dependency chai to v4.5.0 #73

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) 4.3.4 -> 4.5.0 age adoption passing confidence

Release Notes

chaijs/chai (chai)

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@commit-lint
Copy link

commit-lint bot commented Mar 7, 2022

Chore

  • deps: update dependency chai to v4.3.10 (94cd194)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot changed the title chore(deps): update dependency chai to v4.3.6 chore(deps): update dependency chai to v4.3.7 Nov 20, 2022
@renovate
Copy link
Author

renovate bot commented Nov 20, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[17:22:09.618] INFO (64): Installing tool node@7.10.1...
[17:22:14.085] WARN (64): Npm error:
npm ERR! weird error 1
[17:22:14.086] FATAL (64): node-gyp update command failed
    err: {
      "type": "Error",
      "message": "node-gyp update command failed",
      "stack":
          Error: node-gyp update command failed
              at InstallNodeService.updateNodeGyp (/snapshot/dist/containerbase-cli.js:51456:13)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallNodeService.install (/snapshot/dist/containerbase-cli.js:51592:7)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52121:11)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
    }
[17:22:14.722] INFO (64): Installed tool node with errors in 5.1s.

@renovate renovate bot changed the title chore(deps): update dependency chai to v4.3.7 chore(deps): update dependency chai to v4.3.8 Aug 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency chai to v4.3.8 chore(deps): update dependency chai to v4.3.9 Sep 27, 2023
@renovate renovate bot force-pushed the renovate/chai-4.x branch 2 times, most recently from 8e1cf92 to 94cd194 Compare September 28, 2023 10:53
@renovate renovate bot changed the title chore(deps): update dependency chai to v4.3.9 chore(deps): update dependency chai to v4.3.10 Sep 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency chai to v4.3.10 chore(deps): update dependency chai to v4.4.0 Jan 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency chai to v4.4.0 chore(deps): update dependency chai to v4.4.1 Jan 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency chai to v4.4.1 chore(deps): update dependency chai to v4.5.0 Jul 25, 2024
Copy link
Author

renovate bot commented Jul 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
[16:41:31.930] INFO (64): Installing tool node@7.10.1...
[16:41:39.126] WARN (64): Npm error:
npm ERR! weird error 1
[16:41:39.146] FATAL (64): Cannot delete files/directories outside the current working directory. Can be overridden with the `force` option.
    err: {
      "type": "Error",
      "message": "Cannot delete files/directories outside the current working directory. Can be overridden with the `force` option.",
      "stack":
          Error: Cannot delete files/directories outside the current working directory. Can be overridden with the `force` option.
              at safeCheck (/snapshot/dist/containerbase-cli.js:40911:11)
              at mapper (/snapshot/dist/containerbase-cli.js:40947:7)
              at /snapshot/dist/containerbase-cli.js:40850:31
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    }
[16:41:40.092] INFO (64): Installed tool node with errors in 8.1s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants