Skip to content

chore(deps): bump axios from 1.6.7 to 1.6.8 - #144

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/axios-1.6.8
Closed

chore(deps): bump axios from 1.6.7 to 1.6.8#144
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/axios-1.6.8

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 18, 2024

Copy link
Copy Markdown
Contributor

Bumps axios from 1.6.7 to 1.6.8.

Release notes

Sourced from axios's releases.

Release v1.6.8

Release notes:

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.8 (2024-03-15)

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

Commits
  • ab3f0f9 chore(release): v1.6.8 (#6303)
  • 2656612 fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...
  • 7320430 fix(import): use named export for EventEmitter;
  • 8786e0f fix(vulnerability): update follow-redirects to 1.15.6 (#6300)
  • d844227 chore: update and bump deps (#6238)
  • caa0625 docs: update README responseEncoding types (#6194)
  • 41c4584 docs: Update README.md to point to current axios version in CDN links (#6196)
  • bf6974f chore(ci): add npm tag action; (#6231)
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.7...v1.6.8)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
@github-actions
github-actionsBot enabled auto-merge March 18, 2024 15:50

@github-actionsgithub-actionsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is approved by Osama Bin Laden

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Coverage report

Caution

Test run failed

St.
CategoryPercentageCovered / Total
🟡Statements
69.73% (+0.68% 🔼)
509/730
🔴Branches
49.11% (+0.89% 🔼)
166/338
🟡Functions72.22%65/90
🟡Lines
71.2% (+0.72% 🔼)
492/691
Show files with reduced coverage 🔻
St.
FileStatementsBranchesFunctionsLines
🟢
... / v3_NSFWModel.js
79.75% (+0.42% 🔼)
65.16% (-0.65% 🔻)
85.71%
81.42% (+0.44% 🔼)

Test suite run failed

Failed tests: 1/20. Failed suites: 1/2.
 ● v3 Classification API Test › GET /api/v3/classification/https://cdn.discordapp.com/attachments/997389718163566652/1000542968052207708/unknown.png
expected 200 "OK", got 404 "Not Found"
48 | test("GET /api/v3/classification/" + url, async () => {
49 | return await request.get("/api/v3/classification/" + encodeURIComponent(url))
> 50 | .expect(200)
| ^
51 | .expect('Content-Type', /json/)
52 | .expect((res) => {
53 | expect(res.body.data.data).toBeDefined();
at Object.expect (test/v3.test.js:50:18)
----
at Test._assertStatus (node_modules/supertest/lib/test.js:252:14)
at node_modules/supertest/lib/test.js:308:13
at Test._assertFunction (node_modules/supertest/lib/test.js:285:13)
at Test.assert (node_modules/supertest/lib/test.js:164:23)
at Server.localAssert (node_modules/supertest/lib/test.js:120:14)

Report generated by 🧪jest coverage report action from 3c9691f

@dependabot@github

dependabotBot commented on behalf of githubMay 20, 2024

Copy link
Copy Markdown
ContributorAuthor

Superseded by #148.

@dependabotdependabotBot closed this May 20, 2024
auto-merge was automatically disabled May 20, 2024 15:23

Pull request was closed

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/axios-1.6.8 branch May 20, 2024 15:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants