-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
build(deps): Bump axios from 1.7.9 to 1.8.3 #123
base: master
Are you sure you want to change the base?
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
ReviewersThe following users could not be added as reviewers: Please fix the above issues or remove invalid values from |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Reviewer's Guide by SourceryThis pull request updates the axios dependency from version 1.7.9 to 1.8.3. The update includes bug fixes and a new feature for ignoring absolute URLs. The changes are reflected in package.json and package-lock.json. Sequence diagram for handling absolute URLssequenceDiagram
participant Client
participant Axios
participant XHRAdapter
participant HTTPAdapter
Client->>Axios: Request with absolute URL
Axios->>Axios: Check allowAbsoluteUrls config
alt allowAbsoluteUrls is true
Axios->>XHRAdapter: buildFullPath(url, config)
XHRAdapter->>XHRAdapter: Build full path
XHRAdapter-->>Axios: Return full path
Axios->>Server: Send request
else allowAbsoluteUrls is false
Axios->>Error: Throw error
end
Updated class diagram for Axios configurationclassDiagram
class AxiosConfig {
+allowAbsoluteUrls: boolean
}
note for AxiosConfig "Added allowAbsoluteUrls configuration option"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews. |
Unable to locate .performanceTestingBot config file |
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
Thanks @dependabot[bot] for opening this PR! For COLLABORATOR only :
|
PR Details of @dependabot[bot] in github-readme-stats :
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Check out the playback for this Pull Request here. |
Bumps axios from 1.7.9 to 1.8.3.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
39ec206
chore(release): v1.8.3 (#6819)10fa70e
fix: add missing type for allowAbsoluteUrls (#6818)7821ef9
docs: update readme to include bun install (#6811)ec159e5
fix(xhr/fetch): passallowAbsoluteUrls
tobuildFullPath
inxhr
and `fet...a9f7689
chore(release): v1.8.2 (#6812)fb8eec2
fix(http-adapter): add allowAbsoluteUrls to path building (#6810)9812045
chore(sponsor): update sponsor block (#6804)72acf75
chore(sponsor): update sponsor block (#6794)2e64afd
chore(release): v1.8.1 (#6800)36a5a62
fix(utils): movegenerateString
to platform utils to avoid importing crypto...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)Summary by Sourcery
Build: