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

build(deps): bump follow-redirects from 1.15.1 to 1.15.4 #282

Closed
wants to merge 50 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps follow-redirects from 1.15.1 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.

ivankprod and others added 30 commits November 4, 2022 15:54
feat(app): ScopeContext implemented, close #6 issue
ci(config): add CI run on opened PR's
refactor(components): change input text components name, close #19 issue
ci(config): update actions version
refactor(components): move encodeFormBody function to utils module
refactor(css): fix some stylelint issues
… ci]

refactor(components): refactor all components, close #36 issue
feat(cli): implement component generation
feat(components): implement new components and some code refactor
refactor(templates): refactor page template
build(deps): bump loader-utils from 1.4.0 to 1.4.2
ci(workflow): change node version up to 18.x
feat(homepage): add icons to homepage's slider
build(deps): bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.51.0
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1
refactor(config): some code improvements
build(deps): migrate to stylelint 15.x
ci(stylelint): restore deprecated rules in .stylelintrc for Codacy issues
build(deps): migrate to Gatsby 5.x
build(deps): bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.57.1
build(deps): bump gatsby-plugin-sharp from 5.7.0 to 5.8.1
fix(components): fix components CSS stylelint issues
 build(deps): fix security vulnerabilities
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.6.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
ivankprod and others added 20 commits October 17, 2023 15:02
fix(css): fix some style issues
feat: fix relative module paths
fix(fonts): optimize fa font files
feat(forms): remove using of react-jss, close #207 issue
feat: replace react-helmet with Gatsby Head API, close #209 issue
refactor: some code-style, typings and GraphQL refactor
refactor(config): remove .js file extensions
chore(repo): add .gitattributes file [skip ci]
build(deps): bump @typescript-eslint/parser from 6.8.0 to 6.9.1
refactor(components): some Slider component refactor
feat(plugins): gatsby-plugin-nprogress added, close #229 issue
 build(deps): bump gatsby from 5.11.0 to 5.12.9
build(deps): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.13.1
build(deps): bump stylelint and stylelint-config-standard
feat(components): some Slider CSS improvements
refactor(components): refactor Navigation component, close #221 issue
feat(components): footer blocks rearranged
fix(docs): fix CI badge in readme
build(deps): bump msgpackr from 1.6.2 to 1.10.1
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.1...v1.15.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies label Jan 10, 2024
Copy link

netlify bot commented Jan 10, 2024

Deploy Preview for ivankprod-web ready!

Name Link
🔨 Latest commit a39ddac
🔍 Latest deploy log https://app.netlify.com/sites/ivankprod-web/deploys/659df755f353370008ea953a
😎 Deploy Preview https://deploy-preview-282--ivankprod-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ivankprod ivankprod changed the base branch from main to dev January 13, 2024 09:29
@ivankprod
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2024

Superseded by #283.

@dependabot dependabot bot closed this Jan 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/follow-redirects-1.15.4 branch January 13, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant