Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

fix(deps): update all non-major dependencies #215

Merged
merged 1 commit into from
Jan 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 0.24.0 -> 0.25.0 age adoption passing confidence
rollup (source) 2.64.0 -> 2.66.0 age adoption passing confidence
typescript (source) 4.5.4 -> 4.5.5 age adoption passing confidence

Release Notes

axios/axios

v0.25.0

Compare Source

Breaking changes:

  • Fixing maxBodyLength enforcement (#​3786)
  • Don't rely on strict mode behaviour for arguments (#​3470)
  • Adding error handling when missing url (#​3791)
  • Update isAbsoluteURL.js removing escaping of non-special characters (#​3809)
  • Use native Array.isArray() in utils.js (#​3836)
  • Adding error handling inside stream end callback (#​3967)

Fixes and Functionality:

  • Added aborted even handler (#​3916)
  • Header types expanded allowing boolean and number types (#​4144)
  • Fix cancel signature allowing cancel message to be undefined (#​3153)
  • Updated type checks to be formulated better (#​3342)
  • Avoid unnecessary buffer allocations (#​3321)
  • Adding a socket handler to keep TCP connection live when processing long living requests (#​3422)
  • Added toFormData helper function (#​3757)
  • Adding responseEncoding prop type in AxiosRequestConfig (#​3918)

Internal and Tests:

  • Adding axios-test-instance to ecosystem (#​3786)
  • Optimize the logic of isAxiosError (#​3546)
  • Add tests and documentation to display how multiple inceptors work (#​3564)
  • Updating follow-redirects to version 1.14.7 (#​4379)

Documentation:

  • Fixing changelog to show corrext pull request (#​4219)
  • Update upgrade guide for https proxy setting (#​3604)

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

rollup/rollup

v2.66.0

Compare Source

2022-01-22

Features
  • Note if a module has a default export in ModuleInfo to allow writing better proxy modules (#​4356)
  • Add option to wait until all imported ids have been resolved when awaiting this.load (#​4358)
Pull Requests

v2.65.0

Compare Source

2022-01-21

Features
  • Add complete import resolution objects to ModuleInfo for use in this.load (#​4354)
Bug Fixes
  • Use correct context in plugin hooks with perf: true (#​4357)
Pull Requests
Microsoft/TypeScript

v4.5.5

Compare Source

This patch release includes a number of fixes to language service crashes and assertion violations, along with improvements to JSX attribute snippets.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Paris.

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 23, 2022

Codecov Report

Merging #215 (402011c) into main (74dec98) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files           2        2           
  Lines         232      232           
  Branches       80       80           
=======================================
  Hits          231      231           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74dec98...402011c. Read the comment docs.

@ivangabriele ivangabriele merged commit ea97ff4 into main Jan 23, 2022
@ivangabriele ivangabriele deleted the renovate/all-minor-patch branch January 23, 2022 20:55
ivangabriele pushed a commit that referenced this pull request Jan 23, 2022
## [2.1.1](v2.1.0...v2.1.1) (2022-01-23)

### Bug Fixes

* **deps:** update all non-major dependencies ([#215](#215)) ([ea97ff4](ea97ff4))
* **dev-deps:** resolve nanoid@>=3.1.31 to fix CVE-2021-23566 ([ca34a6e](ca34a6e))
@ivangabriele
Copy link
Owner

🎉 This PR is included in version 2.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants