Skip to content

Bump axios, contentful-management and @contentful/app-scripts#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-c07832209a
Open

Bump axios, contentful-management and @contentful/app-scripts#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-c07832209a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown

Bumps axios to 1.17.0 and updates ancestor dependencies axios, contentful-management and @contentful/app-scripts. These dependencies need to be updated together.

Updates axios from 0.27.2 to 1.17.0

Release notes

Sourced from axios's releases.

v1.17.0 — June 1, 2026

This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.

🔒 Security Fixes

  • Config Hardening: Guarded socketPath, params, and paramsSerializer reads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)
  • Release Publishing: Switched the publish workflow to npm staged publishing for safer, auditable package releases with provenance. (#10926)

🚀 New Features

  • HTTP Compression: Added Node HTTP adapter support for zstd response decompression, with transitional.advertiseZstdAcceptEncoding controlling whether zstd is advertised in Accept-Encoding. (#6792, #10920)

🐛 Bug Fixes

  • Authentication Handling: Restored Basic auth on same-origin Node redirects while continuing to strip credentials cross-origin, and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic auth. (#10929, #10896)
  • Proxy TLS: Preserved user httpsAgent TLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)
  • React Native FormData: Cleared default Content-Type for React Native FormData so multipart boundaries can be generated correctly. (#10898)
  • Headers: Silently skipped empty or whitespace-only header names instead of throwing, matching parsed-header behavior and avoiding React Native response crashes. (#10875)
  • Request Data Merging: Preserved enumerable symbol keys when cloning plain request data through axios merge logic. (#10812)
  • Bundler Compatibility: Converted resolveConfig from an arrow default export to a named function export to avoid webpack and Babel transform interop failures. (#10891)
  • Types: Corrected AxiosHeaders.toJSON() return types and updated CommonJS isCancel typings to narrow to CanceledError<T>. (#10956, #10952)
  • Build Tooling: Avoided emitting a null Authorization header from the GitHub build helper when GITHUB_TOKEN is unset. (#10931)

🔧 Maintenance & Chores

  • HTTP/2 Internals: Extracted Http2Sessions into its own helper module and added direct unit coverage for session pooling, timeout, and cleanup behavior. (#10861)
  • Package Publishing: Reduced published package size by switching to a files allowlist and dropping unneeded unminified bundle source maps. (#10939)
  • CI and Release Automation: Added bundle-size reporting, moved reports to the job summary, fixed bundle-size comparison coverage, added Node 26 to the matrix, pinned npm for staged publishing, and prepared the 1.17.0 release. (#10907, #10911, #10916, #10927, #10935, #10983)
  • Developer Workflow: Added a dev container and iterated on OpenSpec workflow files before removing them from the release branch. (#10925, #10914, #10958)
  • Documentation and Policy: Updated disclosure, contributor, collaboration, threat-model, advanced docs, README badges, release notes, moderator configuration, and project metadata. (#10890, #10889, #10921, #10945, #10905, #10933, #10915, #10887, #10955)
  • Dependencies: Bumped Babel tooling, Commitlint, ESLint, Rollup, Globals, Vitest, Playwright, fs-extra, qs, docs dependencies, and GitHub Actions dependencies including actions/dependency-review-action and zizmorcore/zizmor-action. (#10871, #10879, #10918, #10919, #10934, #10947, #10954, #10960)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

... (truncated)

Changelog

Sourced from axios's changelog.

v1.17.0 — June 1, 2026

This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.

🔒 Security Fixes

  • Config Hardening: Guarded socketPath, params, and paramsSerializer reads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)
  • Release Publishing: Switched the publish workflow to npm staged publishing for safer, auditable package releases with provenance. (#10926)

🚀 New Features

  • HTTP Compression: Added Node HTTP adapter support for zstd response decompression, with transitional.advertiseZstdAcceptEncoding controlling whether zstd is advertised in Accept-Encoding. (#6792, #10920)

🐛 Bug Fixes

  • Authentication Handling: Restored Basic auth on same-origin Node redirects while continuing to strip credentials cross-origin, and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic auth. (#10929, #10896)
  • Proxy TLS: Preserved user httpsAgent TLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)
  • React Native FormData: Cleared default Content-Type for React Native FormData so multipart boundaries can be generated correctly. (#10898)
  • Headers: Silently skipped empty or whitespace-only header names instead of throwing, matching parsed-header behavior and avoiding React Native response crashes. (#10875)
  • Request Data Merging: Preserved enumerable symbol keys when cloning plain request data through axios merge logic. (#10812)
  • Bundler Compatibility: Converted resolveConfig from an arrow default export to a named function export to avoid webpack and Babel transform interop failures. (#10891)
  • Types: Corrected AxiosHeaders.toJSON() return types and updated CommonJS isCancel typings to narrow to CanceledError<T>. (#10956, #10952)
  • Build Tooling: Avoided emitting a null Authorization header from the GitHub build helper when GITHUB_TOKEN is unset. (#10931)

🔧 Maintenance & Chores

  • HTTP/2 Internals: Extracted Http2Sessions into its own helper module and added direct unit coverage for session pooling, timeout, and cleanup behavior. (#10861)
  • Package Publishing: Reduced published package size by switching to a files allowlist and dropping unneeded unminified bundle source maps. (#10939)
  • CI and Release Automation: Added bundle-size reporting, moved reports to the job summary, fixed bundle-size comparison coverage, added Node 26 to the matrix, pinned npm for staged publishing, and prepared the 1.17.0 release. (#10907, #10911, #10916, #10927, #10935, #10983)
  • Developer Workflow: Added a dev container and iterated on OpenSpec workflow files before removing them from the release branch. (#10925, #10914, #10958)
  • Documentation and Policy: Updated disclosure, contributor, collaboration, threat-model, advanced docs, README badges, release notes, moderator configuration, and project metadata. (#10890, #10889, #10921, #10945, #10905, #10933, #10915, #10887, #10955)
  • Dependencies: Bumped Babel tooling, Commitlint, ESLint, Rollup, Globals, Vitest, Playwright, fs-extra, qs, docs dependencies, and GitHub Actions dependencies including actions/dependency-review-action and zizmorcore/zizmor-action. (#10871, #10879, #10918, #10919, #10934, #10947, #10954, #10960)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates contentful-management from 10.35.4 to 11.47.2

Commits
  • 5f520d2 fix: adding typings for ui_config [] (#2552)
  • 5317f2c build(deps-dev): bump the dev-dependencies group across 1 directory with 7 up...
  • 23403c4 build(deps-dev): bump @​vitest/coverage-v8 from 2.1.8 to 2.1.9 (#2543)
  • 807b468 build(deps): bump contentful-sdk-core (#2540)
  • ff049ea feat: [GROOT-1605] add typing for required taxonomy on content types (#2534)
  • 2cb7b6c feat: export make request [EXT-6172] (#2538)
  • 1bc30d7 build(deps-dev): bump @​types/node from 20.17.15 to 20.17.17 (#2537)
  • b4a26c6 build(deps-dev): bump the dev-dependencies group across 1 directory with 4 up...
  • 9e4a4ce Support OAuth Application Endpoints [AHOY-3610] (#2526)
  • 6a938fa fix: add raw data param for partial unpublish (#2529)
  • Additional commits viewable in compare view

Updates @contentful/app-scripts from 1.10.2 to 1.33.2

Release notes

Sourced from @​contentful/app-scripts's releases.

@​contentful/app-scripts@​1.33.1

1.33.1 (2025-03-07)

Bug Fixes

  • no duplicate app manifests and better function name validation generate-function and more thorough testing (#2373) (f869587)
  • Removed unneeded './' at start of entry path and entry entryFile (#2357) (3586f55)
  • Simplified input and correct navigation in new structure (#2369) (3cd54ac)
Changelog

Sourced from @​contentful/app-scripts's changelog.

3.0.1 (2026-05-21)

This was a version bump only for @​contentful/app-scripts to align it with other projects, there were no code changes.

3.0.0 (2026-05-13)

This was a version bump only for @​contentful/app-scripts to align it with other projects, there were no code changes.

2.5.12 (2026-05-12)

🩹 Fixes

  • deps: bump axios from 1.15.1 to 1.15.2 (#3070)
  • deps: bump axios from 1.15.0 to 1.15.1 (#3068)
  • deps: bump dotenv from 17.4.1 to 17.4.2 (#3061)
  • deps: bump dotenv from 17.4.0 to 17.4.1 (#3049)
  • deps: bump esbuild from 0.27.5 to 0.28.0 (#3047)
  • deps: bump dotenv from 17.3.1 to 17.4.0 (#3039)
  • deps: bump esbuild from 0.27.4 to 0.27.5 (#3038)
  • deps: bump adm-zip from 0.5.16 to 0.5.17 (#3036)
  • deps: bump axios from 1.13.6 to 1.15.0 (#3027)
  • deps: bump contentful-management from 11.74.0 to 11.75.0 (#3026)

2.5.11 (2026-04-07)

🩹 Fixes

  • deps: bump lodash from 4.17.23 to 4.18.1 (#3013)
  • deps: bump esbuild from 0.27.2 to 0.27.4 (#3006)
  • deps: bump @​segment/analytics-node from 2.2.1 to 3.0.0 (#2990)

2.5.10 (2026-03-10)

🩹 Fixes

  • app-scripts: raise TLD character limit in allowNetworks validation from 6 to 63 (#2972)
  • deps: bump rimraf from 5.0.8 to 6.1.3 (#2959)
  • deps: bump dotenv from 17.2.4 to 17.3.1 (#2958)
  • deps: bump dotenv from 17.2.2 to 17.2.4 (#2944)

❤️ Thank You

  • Tyler

2.5.9 (2026-02-20)

🩹 Fixes

  • deps: bump lodash from 4.17.21 to 4.17.23 (#2892)

... (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 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.17.0 and updates ancestor dependencies [axios](https://github.com/axios/axios), [contentful-management](https://github.com/contentful/contentful-management.js) and [@contentful/app-scripts](https://github.com/contentful/create-contentful-app/tree/HEAD/packages/contentful--app-scripts). These dependencies need to be updated together.


Updates `axios` from 0.27.2 to 1.17.0
- [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.17.0)

Updates `contentful-management` from 10.35.4 to 11.47.2
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v10.35.4...v11.47.2)

Updates `@contentful/app-scripts` from 1.10.2 to 1.33.2
- [Release notes](https://github.com/contentful/create-contentful-app/releases)
- [Changelog](https://github.com/contentful/create-contentful-app/blob/main/packages/contentful--app-scripts/CHANGELOG.md)
- [Commits](https://github.com/contentful/create-contentful-app/commits/HEAD/packages/contentful--app-scripts)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.17.0
  dependency-type: indirect
- dependency-name: contentful-management
  dependency-version: 11.47.2
  dependency-type: indirect
- dependency-name: "@contentful/app-scripts"
  dependency-version: 1.33.2
  dependency-type: direct:development
...

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 Jun 4, 2026
@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
contentful-css-editor Error Error Jun 4, 2026 9:47pm

Request Review

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.

0 participants