Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

chore(deps): bump axios and bundlewatch#1382

Open
dependabot wants to merge1 commit intodev
base:dev
Choose a base branch
Loading
fromdependabot/npm_and_yarn/axios-and-bundlewatch-0.24.0

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubOct 24, 2022
edited
Loading

Bumpsaxios to 0.24.0 and updates ancestor dependencybundlewatch. These dependencies need to be updated together.

Updatesaxios from 0.19.2 to 0.24.0

Release notes

Sourced fromaxios's releases.

v0.24.0

Breaking changes:

  • Revert: change type of AxiosResponse to any, please read lengthy discussion here: (#4141) pull request: (#4186)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.23.0

Breaking changes:

  • Distinguish request and response data types (#4116)
  • Change never type to unknown (#4142)
  • Fixed TransitionalOptions typings (#4147)

Fixes and Functionality:

  • Adding globalObject: 'this' to webpack config (#3176)
  • Adding insecureHTTPParser type to AxiosRequestConfig (#4066)
  • Fix missing semicolon in typings (#4115)
  • Fix response headers types (#4136)

Internal and Tests:

  • Improve timeout error when timeout is browser default (#3209)
  • Fix node version on CI (#4069)
  • Added testing to TypeScript portion of project (#4140)

Documentation:

  • Rename Angular to AngularJS (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

v0.22.0

Fixes and Functionality:

  • Caseless header comparing in HTTP adapter (#2880)
  • Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
  • Fixed cancelToken leakage and added AbortController support (#3305)
  • Updating CI to run on release branches
  • Bump follow redirects version
  • Fixed default transitional config for custom Axios instance; (#4052)

... (truncated)

Changelog

Sourced fromaxios's changelog.

0.24.0 (October 25, 2021)

Breaking changes:

  • Revert: change type of AxiosResponse to any, please read lengthy discussion here: (4141) pull request: (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

0.23.0 (October 12, 2021)

Breaking changes:

  • Distinguish request and response data types (#4116)
  • Change never type to unknown (#4142)
  • Fixed TransitionalOptions typings (#4147)

Fixes and Functionality:

  • Adding globalObject: 'this' to webpack config (#3176)
  • Adding insecureHTTPParser type to AxiosRequestConfig (#4066)
  • Fix missing semicolon in typings (#4115)
  • Fix response headers types (#4136)

Internal and Tests:

  • Improve timeout error when timeout is browser default (#3209)
  • Fix node version on CI (#4069)
  • Added testing to TypeScript portion of project (#4140)

Documentation:

  • Rename Angular to AngularJS (#4114)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

0.22.0 (October 01, 2021)

Fixes and Functionality:

  • Caseless header comparing in HTTP adapter (#2880)
  • Avoid package.json import fixing issues and warnings related to this (#4041), (#4065)
  • Fixed cancelToken leakage and added AbortController support (#3305)

... (truncated)

Commits
Maintainer changes

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


Updatesbundlewatch from 0.2.7 to 0.3.3

Release notes

Sourced frombundlewatch's releases.

v0.3.3

What's Changed

New Contributors

Full Changelog:bundlewatch/bundlewatch@v0.3.2...v0.3.3

fix: file path normalization wasn't working right

#30, via#238 (thanks to@​cheapsteak )

exclude hashes when comparing diff's

Adds:

Commits
  • 476530e docs: update dependency badges
  • 3ca41f7 build(deps): bump tmpl from 1.0.4 to 1.0.5 (#438)
  • 2c61581 build(deps): upgrade dependencies (#448)
  • 2bfe75a chore: fix CircleCI steps not passing exit codes properly (#447)
  • b6daaab build(deps): bump axios from 0.21.1 to 0.21.2 (#444)
  • d34e0fb docs: add charpeni as a contributor for code, maintenance, security (#446)
  • ede4a23 chore: remove auto-approve workflow (#445)
  • 6cd19e0 build(dev-deps): upgrade dev dependencies (#443)
  • d6067ca chore: upgrade node, yarn, and CircleCI (#442)
  • 98b7b78 build(deps-dev): bump eslint-config-prettier from 8.0.0 to 8.1.0 (#345)
  • Additional commits viewable incompare view

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 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 theSecurity Alerts page.

@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelOct 24, 2022
Bumps [axios](https://github.com/axios/axios) to 0.24.0 and updates ancestor dependency [bundlewatch](https://github.com/bundlewatch/bundlewatch). These dependencies need to be updated together.Updates `axios` from 0.19.2 to 0.24.0- [Release notes](https://github.com/axios/axios/releases)- [Changelog](https://github.com/axios/axios/blob/v0.24.0/CHANGELOG.md)- [Commits](axios/axios@v0.19.2...v0.24.0)Updates `bundlewatch` from 0.2.7 to 0.3.3- [Release notes](https://github.com/bundlewatch/bundlewatch/releases)- [Commits](bundlewatch/bundlewatch@v0.2.7...v0.3.3)---updated-dependencies:- dependency-name: axios  dependency-type: indirect- dependency-name: bundlewatch  dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/axios-and-bundlewatch-0.24.0 branch from838be6e to9941b82CompareOctober 30, 2022 01:52
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp