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

Bump axios, @kontent-ai/delivery-sdk and @kontent-ai/management-sdk #32

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2024

Bumps axios to 1.7.4 and updates ancestor dependencies axios, @kontent-ai/delivery-sdk and @kontent-ai/management-sdk. These dependencies need to be updated together.

Updates axios from 1.7.2 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Commits

Updates @kontent-ai/delivery-sdk from 14.10.0 to 14.11.0

Release notes

Sourced from @​kontent-ai/delivery-sdk's releases.

General

Check the CHANGELOG.MD for a list of releases and changes.

Changelog

Sourced from @​kontent-ai/delivery-sdk's changelog.

14.11.0 (2024-08-15)

Features

  • updates deps (& fixes Axios vulnerability), updates eslint config (ba49770)
Commits

Updates @kontent-ai/management-sdk from 6.5.0 to 7.5.1

Changelog

Sourced from @​kontent-ai/management-sdk's changelog.

7.5.1 (2024-10-08)

Bug Fixes

  • Prevent mutation of global headers config (8abba41)

7.5.0 (2024-10-08)

Features

  • adds support for defining global headers in IManagementClientConfig (6582914)
  • updates deps (3d6fe1f)

7.4.0 (2024-10-03)

Features

  • adds 'display_timezone' to ContentItemElement class. Fixes mapping of components in element (bd1b082)

7.3.0 (2024-09-26)

Features

Bug Fixes

7.2.0 (2024-08-15)

Features

  • updates deps (& fixes Axios vulnerability), updates eslint config (b6ce5bb)

7.1.1 (2024-08-14)

Bug Fixes

  • Use full reference contract for asset folders (adds ability to reference asset folder by codename) (8a6a5a5)

7.1.0 (2024-08-13)

... (truncated)

Commits
  • a6e01ba chore(release): 7.5.1
  • 8abba41 fix: Prevent mutation of global headers config
  • ec74305 Update sdk-info.generated.ts
  • 248cc25 chore(release): 7.5.0
  • 3d6fe1f feat: updates deps
  • 6582914 feat: adds support for defining global headers in IManagementClientConfig
  • 516b70b Update sdk-info.generated.ts
  • 15bbde7 chore(release): 7.4.0
  • bd1b082 feat: adds 'display_timezone' to ContentItemElement class. Fixes mapping of c...
  • 482cc01 Update sdk-info.generated.ts
  • 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) to 1.7.4 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@kontent-ai/delivery-sdk](https://github.com/kontent-ai/delivery-sdk-js) and [@kontent-ai/management-sdk](https://github.com/kontent-ai/management-sdk-js). These dependencies need to be updated together.


Updates `axios` from 1.7.2 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.4)

Updates `@kontent-ai/delivery-sdk` from 14.10.0 to 14.11.0
- [Release notes](https://github.com/kontent-ai/delivery-sdk-js/releases)
- [Changelog](https://github.com/kontent-ai/delivery-sdk-js/blob/master/CHANGELOG.md)
- [Commits](kontent-ai/delivery-sdk-js@v14.10.0...v14.11.0)

Updates `@kontent-ai/management-sdk` from 6.5.0 to 7.5.1
- [Changelog](https://github.com/kontent-ai/management-sdk-js/blob/master/CHANGELOG.md)
- [Commits](kontent-ai/management-sdk-js@v6.5.0...v7.5.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@kontent-ai/delivery-sdk"
  dependency-type: direct:production
- dependency-name: "@kontent-ai/management-sdk"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2024
@dependabot dependabot bot requested review from JiriLojda and a team as code owners October 13, 2024 07:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants