Skip to content

build(deps): bump the production-dependencies group across 1 directory with 4 updates #2324

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the production-dependencies group with 4 updates in the / directory: @contentful/content-source-maps, @contentful/rich-text-types, axios and type-fest.

Updates @contentful/content-source-maps from 0.11.0 to 0.11.2

Release notes

Sourced from @​contentful/content-source-maps's releases.

@​contentful/content-source-maps@​0.11.2

0.11.2 (2024-09-05)

Bug Fixes

@​contentful/content-source-maps@​0.11.1

0.11.1 (2024-08-23)

Bug Fixes

Commits
  • ba9244d chore(release): updated release notes and package versions [ci skip]
  • 4d36831 fix: console warnings (#868)
  • b8e649e chore: bump @​commitlint/config-conventional from 19.2.2 to 19.4.1 (#864)
  • 1f45a5d chore: bump @​types/node from 22.5.0 to 22.5.2 (#866)
  • d38b46c chore: bump lint-staged from 15.2.9 to 15.2.10 (#867)
  • 84991da chore: bump @​commitlint/cli from 19.4.0 to 19.4.1 (#863)
  • 233fcd2 chore: bump @​types/react from 18.3.4 to 18.3.5 (#865)
  • f3714db chore: bump type-fest from 4.25.0 to 4.26.0 (#862)
  • 48e7944 chore: bump @​contentful/rich-text-types from 16.8.3 to 16.8.4 (#861)
  • 9e0f9fd chore: bump contentful-management from 11.31.8 to 11.33.0 (#860)
  • Additional commits viewable in compare view

Updates @contentful/rich-text-types from 16.8.3 to 16.8.5

Release notes

Sourced from @​contentful/rich-text-types's releases.

@​contentful/rich-text-types@​16.8.5

16.8.5 (2024-09-09)

Note: Version bump only for package @​contentful/rich-text-types

@​contentful/rich-text-types@​16.8.4

16.8.4 (2024-08-26)

Note: Version bump only for package @​contentful/rich-text-types

Commits
  • f54d44b chore(release): updated release notes and package versions [ci skip]
  • 757d852 chore: bump @​faker-js/faker from 8.4.1 to 9.0.0 (#678)
  • 09c6e53 chore: bump eslint-plugin-react from 7.35.0 to 7.35.2 (#679)
  • 6445a1a chore: bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0 (#676)
  • 185d4d8 chore: bump lint-staged from 15.2.9 to 15.2.10 (#674)
  • 4c0a4b6 chore: bump @​types/react from 18.3.4 to 18.3.5 (#671)
  • 1c66731 chore: bump rollup from 4.21.0 to 4.21.2 (#672)
  • 6468453 chore: bump @​commitlint/cli from 19.4.0 to 19.4.1 (#669)
  • 31db8b2 chore: bump eslint-plugin-jest from 28.8.0 to 28.8.1 (#673)
  • ab2d3ba chore: bump @​commitlint/config-conventional from 19.2.2 to 19.4.1 (#670)
  • Additional commits viewable in compare view

Updates axios from 1.7.4 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view

Updates type-fest from 4.25.0 to 4.26.1

Release notes

Sourced from type-fest's releases.

v4.26.1

  • Exact: Fix usage with recursive types and unions (#949) 91f6d39

sindresorhus/type-fest@v4.26.0...v4.26.1

v4.26.0

sindresorhus/type-fest@v4.25.0...v4.26.0

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 4 updates

Bumps the production-dependencies group with 4 updates in the / directory: [@contentful/content-source-maps](https://github.com/contentful/live-preview), [@contentful/rich-text-types](https://github.com/contentful/rich-text), [axios](https://github.com/axios/axios) and [type-fest](https://github.com/sindresorhus/type-fest).


Updates `@contentful/content-source-maps` from 0.11.0 to 0.11.2
- [Release notes](https://github.com/contentful/live-preview/releases)
- [Commits](https://github.com/contentful/live-preview/compare/@contentful/content-source-maps@0.11.0...@contentful/content-source-maps@0.11.2)

Updates `@contentful/rich-text-types` from 16.8.3 to 16.8.5
- [Release notes](https://github.com/contentful/rich-text/releases)
- [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md)
- [Commits](https://github.com/contentful/rich-text/compare/@contentful/rich-text-types@16.8.3...@contentful/rich-text-types@16.8.5)

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

Updates `type-fest` from 4.25.0 to 4.26.1
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.25.0...v4.26.1)

---
updated-dependencies:
- dependency-name: "@contentful/content-source-maps"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@contentful/rich-text-types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: type-fest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
contentful-automation[bot]
contentful-automation bot previously approved these changes Sep 9, 2024
@contentful-automation contentful-automation bot enabled auto-merge (squash) September 9, 2024 00:38
t-col
t-col previously approved these changes Sep 10, 2024
@contentful-automation contentful-automation bot merged commit da81517 into master Sep 10, 2024
6 checks passed
@contentful-automation contentful-automation bot deleted the dependabot/npm_and_yarn/production-dependencies-9d3c1db89c branch September 10, 2024 14:42
@contentful-automation
Copy link
Contributor

🎉 This PR is included in version 10.15.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants