Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps follow-redirects from 1.15.2 to 1.15.4.

Commits
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • 3d42aec Add bracket tests.
  • bcbb096 Do not directly set Error properties.
  • 192dbe7 Release version 1.15.3 of the npm package.
  • bd8c81e Fix resource leak on destroy.
  • 9c728c3 Split linting and testing.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2024
@dependabot dependabot bot requested a review from ffjlabo as a code owner January 10, 2024 09:09
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jan 10, 2024
@dependabot dependabot bot requested a review from t-kikuc as a code owner January 10, 2024 09:09
@codecov
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ab76373) 30.87% compared to head (ea66d60) 30.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4747      +/-   ##
==========================================
- Coverage   30.87%   30.85%   -0.02%     
==========================================
  Files         222      222              
  Lines       26037    26037              
==========================================
- Hits         8039     8035       -4     
- Misses      17349    17353       +4     
  Partials      649      649              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@khanhtc1202 khanhtc1202 enabled auto-merge (squash) January 10, 2024 09:24
@khanhtc1202 khanhtc1202 merged commit 3cef7f6 into master Jan 15, 2024
@khanhtc1202 khanhtc1202 deleted the dependabot/npm_and_yarn/web/follow-redirects-1.15.4 branch January 15, 2024 02:36
t-kikuc pushed a commit that referenced this pull request Jan 19, 2024
t-kikuc added a commit that referenced this pull request Jan 19, 2024
* Add pipectl init command but not implemented

Signed-off-by: t-kikuc <[email protected]>

* Modify init command

Signed-off-by: t-kikuc <[email protected]>

* Rename init command to initialize

Signed-off-by: t-kikuc <[email protected]>

* Create pipectl int for ECS

Signed-off-by: t-kikuc <[email protected]>

* Add init for ECS

Signed-off-by: t-kikuc <[email protected]>

* Convert json.RawMessage to struct

Signed-off-by: t-kikuc <[email protected]>

* Use original structs of ECS for pipectl init

Signed-off-by: t-kikuc <[email protected]>

* Init k8s app for pipectl init, but not implemented

Signed-off-by: t-kikuc <[email protected]>

* Fix init input(wip)

Signed-off-by: t-kikuc <[email protected]>

* Add mock prompt reader

Signed-off-by: t-kikuc <[email protected]>

* Reractor prompt reader

Signed-off-by: t-kikuc <[email protected]>

* Modify mock reader to public

Signed-off-by: t-kikuc <[email protected]>

* Refactored prompt reader

Signed-off-by: t-kikuc <[email protected]>

* Add yaml snapshot test

Signed-off-by: t-kikuc <[email protected]>

* Revert "Init k8s app for pipectl init, but not implemented"

This reverts commit 4097fb7.

Signed-off-by: t-kikuc <[email protected]>

* Refactor pipectl init

Signed-off-by: t-kikuc <[email protected]>

* Remove go-yaml from go.mod

Signed-off-by: t-kikuc <[email protected]>

* Modify tests to Parallel

Signed-off-by: t-kikuc <[email protected]>

* Fix reference of loop variable in tests

Signed-off-by: t-kikuc <[email protected]>

* Enable interruption signal for pipectl init

Signed-off-by: t-kikuc <[email protected]>

* Add LoadBalancerName to ECS TargetGroup

Signed-off-by: t-kikuc <[email protected]>

* Use Reader in tests

Signed-off-by: t-kikuc <[email protected]>

* Remove stdinReader

Signed-off-by: t-kikuc <[email protected]>

* Remove mockReader

Signed-off-by: t-kikuc <[email protected]>

* Add Prompt and PromptInput types

Signed-off-by: t-kikuc <[email protected]>

* Remove promptReader

Signed-off-by: t-kikuc <[email protected]>

* Refactored init,exporter

Signed-off-by: t-kikuc <[email protected]>

* Update Copyright

Signed-off-by: t-kikuc <[email protected]>

* Refactored nits

Signed-off-by: t-kikuc <[email protected]>

* Add reference to the blog that shows how to install control plane on ECS (#4746)

Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: t-kikuc <[email protected]>

* Bump follow-redirects from 1.15.2 to 1.15.4 in /web (#4747)

Signed-off-by: t-kikuc <[email protected]>

* Add RC Release Procedure (#4749)

Signed-off-by: t-kikuc <[email protected]>

* Fix nits

Signed-off-by: t-kikuc <[email protected]>

* Fix error variable name

Signed-off-by: t-kikuc <[email protected]>

---------

Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: Yoshiki Fujikane <[email protected]>
Co-authored-by: Yoshiki Fujikane <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
nnnkkk7 pushed a commit to nnnkkk7/pipecd that referenced this pull request Feb 1, 2024
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/web dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants