Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 13, 2025

Bumps axios from 1.11.0 to 1.12.0.

Release notes

Sourced from axios's releases.

Release v1.12.0

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.12.0 (2025-09-11)

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

Commits
  • 0d8ad6e chore(release): v1.12.0 (#7013)
  • fd7f404 fix: release pr run
  • a2edc36 fix: dont add dist on release
  • 9ec86de fix: adding build artifacts
  • 945435f fix(node): enforce maxContentLength for data: URLs (#7011)
  • 28e5e30 chore(sponsor): update sponsor block (#7005)
  • d03f245 chore(CI): fixed release info script to use npm registry instead of git as fi...
  • a0bc911 chore: removing dist files from src (#7002)
  • c959ff2 feat(fetch): add fetch, Request, Response env config variables for the adapte...
  • a9f47af fix(fetch-adapter): set correct Content-Type for Node FormData (#6998)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

nshelia added 30 commits August 31, 2025 22:00
Merge pull request #15 from walofficial/feature/toasts-refactor

feat: toasts-refactor
…, and upgrade Node.js version in CI workflow
…Google services and enhance README with setup instructions
nshelia and others added 24 commits September 3, 2025 04:24
chore: update .gitignore to remove Firebase service configuration fil…
chore: add iOS ASC App ID to production submit configuration in eas.json
…for improved error handling

- was causing application to crash to the error boundary
…ng features

- Introduced `openapi-ts.config.ts` for API configuration.
- Enhanced `TabLayout` with a `LivePulseIcon` for live user status.
- Updated routing for livestream functionality.
- Added support for live stream management in `CameraPage` components.
- Integrated live stream status handling across various components.
- Updated localization files for new live stream messages.
- Introduced `git-analysis.mdc` for gathering Git information necessary for PR creation.
- Added `pr-creation.mdc` to outline the workflow for creating GitHub pull requests using extracted data.
- Created `pr-template-generator.mdc` to generate structured PR content based on commit messages and change analysis.
- Eliminated the useEffect hook that navigated to the news feed on sign-in, as it was commented out and no longer necessary for the current functionality.
- Added 'paths-ignore' configuration to the semantic PR workflow to exclude changes in the 'release/**' directory from triggering the workflow.
…paths-ignore

- Changed 'paths-ignore' to 'branches-ignore' in the semantic PR workflow to correctly exclude the 'release/**' branch from triggering the workflow.
- Updated local build workflows to include output file specifications for Android and iOS builds.
- Added a step to generate build information, including versioning and changelog creation.
- Enhanced production deploy workflows with output file specifications for Android and iOS builds.
- Integrated environment variable exports for Sentry and Supabase in production workflows.
- Implemented GitHub release creation and artifact upload steps in CI workflows.
…ronments

- Introduced functionality to set and persist a custom API base URL in non-production environments.
- Added UI elements in profile settings to allow users to input and apply the API base URL.
- Enhanced API configuration to load stored base URL overrides from AsyncStorage.
- Refactored the development-local-build.yml to implement a matrix strategy for platform-specific builds, allowing for conditional execution on iOS and Android.
- Adjusted conditions for build steps in react-native-ci.yml to align with the new matrix strategy, ensuring proper execution based on the selected platform.
- Updated the artifact upload step in react-native-ci.yml to include platform-specific naming for builds.
- Added a new job to merge per-platform artifacts after the build process, improving artifact organization and retention management.
…ion data

- Modified FeedItem to use verification data for isLive, livekitRoomName, and liveEndedAt properties.
- Adjusted MediaContent to conditionally render LiveStreamViewer based on isLive status.
- Cleaned up unused refetchInterval logic in useLocationFeedPaginated hook.
- Changed the macOS runner version from 'macos-latest' to 'macos-15' in the react-native-ci.yml workflow.
- Removed legacy NODE_OPTIONS export from build steps for both Android and iOS, streamlining the build process.
…oved handling

- Removed the StatusBar component from RootLayout and integrated StatusBarRenderer for better platform-specific rendering.
- Added StatusBarRenderer component to manage StatusBar visibility based on the active lightbox and color scheme.
- Enhanced RenderMdx component to ensure text elements are not selectable, improving user experience.
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 13, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 13, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

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