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

fix(deps): update dependency wait-on to v5.3.0 #39

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wait-on 5.0.1 -> 5.3.0 age adoption passing confidence

Release Notes

jeffbski/wait-on (wait-on)

v5.3.0

Compare Source

Allow resources to be passed in via config file. Thanks @​michaelmerrill for the PR.

Example config.js file with resources

module.exports = {
  resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};

v5.2.2

Compare Source

Updated lodash@4.17.21

Updated lodash dependency to close vulnerability

v5.2.1

Compare Source

Update dependencies

v5.2.0

Compare Source

  • expose the remaining resources in the timeout error message (thanks @​jmealo)
  • update from the deprecated @hapi/joi to joi (thanks @​AleF83)

v5.1.0

Compare Source

Add proxy option which can override the http(s) proxy which might be configured in environment variables.

  // example proxy object
  {
    host: '127.0.0.1',
    port: 9000,
    auth: {
      username: 'mikeymike',
      password: 'rapunz3l'
    }
  }

v5.0.3

Compare Source

update to lodash@4.17.19

v5.0.2

Compare Source

lodash@4.17.18 update which resolved some potential lodash vulnerabilities


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot changed the title fix(deps): update dependency wait-on to v5.3.0 fix(deps): update dependency wait-on to v5.3.0 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/wait-on-5.x-lockfile branch December 8, 2024 18:50
@renovate renovate bot changed the title fix(deps): update dependency wait-on to v5.3.0 - autoclosed fix(deps): update dependency wait-on to v5.3.0 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/wait-on-5.x-lockfile branch from d94a440 to c9db02e Compare December 9, 2024 01:01
Copy link

cypress bot commented Dec 9, 2024

xtreme-kleen    Run #112

Run Properties:  status check passed Passed #112  •  git commit 44d88c7973: fix(deps): update dependency wait-on to v5.3.0
Project xtreme-kleen
Branch Review renovate/wait-on-5.x-lockfile
Run status status check passed Passed #112
Run duration 00m 06s
Commit git commit 44d88c7973: fix(deps): update dependency wait-on to v5.3.0
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 1
View all changes introduced in this branch ↗︎

@renovate renovate bot force-pushed the renovate/wait-on-5.x-lockfile branch from c9db02e to 44d88c7 Compare January 23, 2025 18:13
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.

0 participants