-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump axios from 1.11.0 to 1.12.0 #31
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
Open
dependabot
wants to merge
75
commits into
dev
Choose a base branch
from
dependabot/npm_and_yarn/axios-1.12.0
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: toasts-refactor
Merge pull request #15 from walofficial/feature/toasts-refactor feat: toasts-refactor
…requests and enabling ESLint check
feat: some-leftover-code
… staged files with Prettier
…hook and constants
…, and upgrade Node.js version in CI workflow
…nable iOS Preview build step
…remove release preview script
… imports in layout file
…local config files from repository
…with EAS update step
…Google services and enhance README with setup instructions
…orts in layout file
…aring Firebase config files from secrets
… clean up unused imports in layout file
…es for cleaner project structure
chore: update .gitignore to remove Firebase service configuration fil…
chore: add iOS ASC App ID to production submit configuration in eas.json
…ts for refactoring
…latform-specific configurations
…for improved error handling - was causing application to crash to the error boundary
…ility, block, and report actions
…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]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps axios from 1.11.0 to 1.12.0.
Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
0d8ad6echore(release): v1.12.0 (#7013)fd7f404fix: release pr runa2edc36fix: dont add dist on release9ec86defix: adding build artifacts945435ffix(node): enforce maxContentLength for data: URLs (#7011)28e5e30chore(sponsor): update sponsor block (#7005)d03f245chore(CI): fixed release info script to use npm registry instead of git as fi...a0bc911chore: removing dist files from src (#7002)c959ff2feat(fetch): add fetch, Request, Response env config variables for the adapte...a9f47affix(fetch-adapter): set correct Content-Type for Node FormData (#6998)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.