Skip to content

Conversation

@dependabot
Copy link

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

Bumps axios and @ecomplus/client. These dependencies needed to be updated together.
Updates axios from 1.5.1 to 1.8.2

Release notes

Sourced from axios's releases.

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

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

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

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • 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...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • Additional commits viewable in compare view

Updates @ecomplus/client from 2.2.1 to 2.4.0

Release notes

Sourced from @​ecomplus/client's releases.

@​ecomplus/client@​2.4.0

📜 Changelog

@​ecomplus/client@​2.3.1

📜 Changelog

@​ecomplus/client@​2.3.0

📜 Changelog

Changelog

Sourced from @​ecomplus/client's changelog.

2.4.0 (2024-10-08)

Features

  • supporting new globalThis.ecomClientAxiosMidd for mannual middleware/cache handling (c38ba20)

2.3.1 (2024-03-22)

2.3.0 (2024-03-22)

Features

  • support new optional ECOMCLIENT_API_PASSPORT_IDENTITY env for passport on identity endpoints (9363e7c)

Bug Fixes

  • deps: edit axios semver to also be satisfied with v0 (c1b4ec6)
  • deps: update all non-major dependencies (#134) (d86b1eb)
  • deps: update dependency axios to v1 (#210) (f959399)
  • deps: update dependency axios to v1.6.0 [security] (#262) (d6579b6)
Commits
  • 817ff86 chore(release): 2.4.0
  • c38ba20 feat: supporting new globalThis.ecomClientAxiosMidd for mannual middleware/...
  • 28509c2 chore(deps): update non-major dependencies
  • 8de4bfb chore(deps): update non-major dependencies
  • 13a33b1 chore(deps-dev): bump ws from 6.2.2 to 6.2.3 (#297)
  • ba59dba chore(deps): replace dependency standard-version with commit-and-tag-version ...
  • a4998d0 chore(deps): update all non-major dependencies to ^7.24.4 (#284)
  • 16c450d chore(deps-dev): bump express from 4.19.1 to 4.19.2 (#283)
  • 31c4f93 chore(deps): update all non-major dependencies (#281)
  • 949d5d7 chore(release): 2.3.1
  • Additional commits viewable in compare view

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) and [@ecomplus/client](https://github.com/ecomplus/client). These dependencies needed to be updated together.

Updates `axios` from 1.5.1 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.5.1...v1.8.2)

Updates `@ecomplus/client` from 2.2.1 to 2.4.0
- [Release notes](https://github.com/ecomplus/client/releases)
- [Changelog](https://github.com/ecomplus/client/blob/master/CHANGELOG.md)
- [Commits](ecomplus/client@v2.2.1...v2.4.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@ecomplus/client"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

1 participant