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): bump axios, @openapitools/openapi-generator-cli and wait-on #4366

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps axios to 1.8.3 and updates ancestor dependencies axios, @openapitools/openapi-generator-cli and wait-on. These dependencies need to be updated together.

Updates axios from 0.27.2 to 1.8.3

Release notes

Sourced from axios's releases.

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

... (truncated)

Commits
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • Additional commits viewable in compare view

Updates @openapitools/openapi-generator-cli from 2.7.0 to 2.18.4

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.18.4

2.18.4 (2025-03-15)

Bug Fixes

  • deps: update dependency fs-extra to v11 (#903) (11a2df5)

v2.18.3

2.18.3 (2025-03-14)

Bug Fixes

  • deps: update dependency rxjs to v7.8.2 (#896) (ec586d4)

v2.18.2

2.18.2 (2025-03-14)

Bug Fixes

  • deps: update dependency reflect-metadata to v0.2.2 (#780) (ed23197)

v2.18.1

2.18.1 (2025-03-14)

Bug Fixes

  • deps: update dependency axios to v1.8.3 (#895) (4766f33)

v2.18.0

2.18.0 (2025-03-14)

Features

v2.17.1

2.17.1 (2025-03-14)

Bug Fixes

v2.17.0

2.17.0 (2025-02-28)

... (truncated)

Commits
  • 11a2df5 fix(deps): update dependency fs-extra to v11 (#903)
  • 572a963 chore(deps): update nx monorepo to v20.6.0 (#901)
  • 4615d63 chore(deps): update dependency type-fest to v4.37.0 (#900)
  • 63042d6 chore(deps): update dependency prettier to v3.5.3 (#899)
  • 3a32410 chore(deps): update dependency eslint to v9.22.0 (#898)
  • 2f5b521 chore(deps): update commitlint monorepo to v19.8.0 (#897)
  • ec586d4 fix(deps): update dependency rxjs to v7.8.2 (#896)
  • ed23197 fix(deps): update dependency reflect-metadata to v0.2.2 (#780)
  • 4766f33 fix(deps): update dependency axios to v1.8.3 (#895)
  • 4282196 chore(deps): update dependency ts-jest to v29.2.6 (#894)
  • Additional commits viewable in compare view

Updates wait-on from 5.3.0 to 8.0.3

Release notes

Sourced from wait-on's releases.

v8.0.3

v8.0.2

Dependency updates:

v8.0.0 - breaking change for http unix socket use

Updated for security vulnerabilities with [email protected] and braces.

Breaking change in using latest axios with a unix socket URL

As part of the axios update, the syntax for using a socket with an http URL in axios has changed so you must specify the protocol and server

For example:

http://unix:SOCKETPATH:http://server/foo/bar

instead of just using only the path (no protocol and no server)

http://unix:SOCKETPATH:/foo/bar

Due to this change, I have updated my tests, docs, bumped the major version.

v7.2.0

Update axios from 0.27.2 to latest 1.6.1 which fixes security vulnerability CVE-2023-45857.

Thanks @​AndrewMax for the PR #147 and also for those that confirmed it.

v7.1.0

Update dependencies.

Add ability to specify timeout, httpTimeout, and tcpTimeout with a unit (ms, m, s, h), defaults to ms if not specified. Thanks @​ntkoopman

v7.0.1

Removed unnecessary eslint-plugin-standard. It was no longer needed since already included in another package.

v7.0.0

Updated dependencies:

  • minimist
  • eslint
  • minimatch
  • axios
  • mocha
  • rxjs

... (truncated)

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 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 [axios](https://github.com/axios/axios) to 1.8.3 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together.


Updates `axios` from 0.27.2 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.8.3)

Updates `@openapitools/openapi-generator-cli` from 2.7.0 to 2.18.4
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](OpenAPITools/openapi-generator-cli@v2.7.0...v2.18.4)

Updates `wait-on` from 5.3.0 to 8.0.3
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v5.3.0...v8.0.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-type: direct:production
- dependency-name: wait-on
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from aeneasr and a team as code owners March 28, 2025 15:03
@aeneasr aeneasr merged commit 6d8d8ed into master Apr 1, 2025
28 checks passed
@aeneasr aeneasr deleted the dependabot/npm_and_yarn/multi-7e7a5e4d74 branch April 1, 2025 08:01
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.

1 participant