Skip to content

Update dependencies (major) (major) #146

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

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-native-community/cli (source) 7.0.3 -> 10.2.1 age adoption passing confidence
@types/jest (source) 27.4.1 -> 29.5.0 age adoption passing confidence
axios (source) 0.26.1 -> 1.3.4 age adoption passing confidence
babel-jest 27.5.1 -> 29.5.0 age adoption passing confidence
jest (source) 27.5.1 -> 29.5.0 age adoption passing confidence
react-native-safe-area-context 3.4.1 -> 4.5.0 age adoption passing confidence
typescript (source) 4.6.2 -> 5.0.2 age adoption passing confidence
com.android.tools.build:gradle (source) 4.2.2 -> 7.4.2 age adoption passing confidence

Release Notes

react-native-community/cli

v10.2.1

Compare Source

v10.2.0

Compare Source

🐛 Bug Fixes

  • Bump Metro to 0.73.8 (Terser source map fixes) (#​1841)
  • fix: parsing namespace with single quotes (#​1830)
  • fix: passing simulator via name (#​1806)

🚀 Features

  • feat: allow initialising project with custom package name with init --package-name (#​1808)
  • feat: read build configuration from scheme file (#​1773)
  • feat: check if configuration for iOS project exists (#​1810)
  • feat: build-ios command (#​1744)
  • feat: list available apple devices (#​1676)

🧰 Maintenance

  • GitHub Actions E2E tests on macOS (#​1804)

Full Changelog: react-native-community/cli@v10.1.3...v10.2.0

v10.1.3

Compare Source

What's Changed

Full Changelog: react-native-community/cli@v10.1.2...v10.1.3

v10.1.2

Compare Source

Changes

  • fix: Correctly autolink libraries without manifest (#​1800)

Full Changelog: react-native-community/cli@v10.1.1...v10.1.2

v10.1.1

Compare Source

Changes

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: react-native-community/cli@v10.1.0...v10.1.1

v10.1.0

Compare Source

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

5 changes

Full Changelog: react-native-community/cli@v10.0.0...v10.1.0

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v9.2.0...v10.0.0

v9.3.2

Compare Source

What changed

  • fix: avoid catching init errors and avoid printing their stack (#​1742)

Full Changelog: react-native-community/cli@v9.3.1...v9.3.2

v9.3.1

Compare Source

What changed

  • Revert "Update native_modules.gradle (#​1738)"

Full Changelog: react-native-community/cli@v9.3.0...v9.3.1

v9.3.0

Compare Source

What's changed

Full Changelog: react-native-community/cli@v9.2.1...v9.3.0

v9.2.1

Compare Source

What's Changed

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v9.1.3...v9.2.0

v9.1.3

Compare Source

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed

Full Changelog: react-native-community/cli@v9.1.0...v9.1.1

v9.1.0

Compare Source

What's Changed

Full Changelog: react-native-community/cli@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v8.0.0...v9.0.0

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

Fixes

Full Changelog: react-native-community/cli@v8.0.3...v8.0.4

v8.0.3

Compare Source

v8.0.2

Compare Source

Fixes

v8.0.1

Compare Source

Fixes

v8.0.0

Compare Source

Note: Version bump only for package @​react-native-community/cli

v7.0.4

Compare Source

axios/axios

v1.3.4

Compare Source

Bug Fixes
  • blob: added a check to make sure the Blob class is available in the browser's global scope; (#​5548) (3772c8f)
  • http: fixed regression bug when handling synchronous errors inside the adapter; (#​5564) (a3b246c)
Contributors to this release

v1.3.3

Compare Source

Bug Fixes
  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#​5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#​5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#​5542) (ea87ebf)
Contributors to this release

v1.3.2

Compare Source

Bug Fixes
Contributors to this release

v1.3.1

Compare Source

Bug Fixes
  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#​5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#​5518) (08104c0)
Contributors to this release

v1.3.0

Compare Source

Bug Fixes
Features
  • fomdata: added support for spec-compliant FormData & Blob types; (#​5316) (6ac574e)
Contributors to this release

1.2.6 (2023-01-28)

Bug Fixes
  • headers: added missed Authorization accessor; (#​5502) (342c0ba)
  • types: fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#​5503) (5a3d0a3)
Contributors to this release

1.2.5 (2023-01-26)

Bug Fixes
  • types: fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#​5499) (580f1e8)
Contributors to this release

1.2.4 (2023-01-22)

Bug Fixes
Contributors to this release

1.2.3 (2023-01-10)

Bug Fixes
  • types: fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#​5420) (0811963)
Contributors to this release

[1.2.2] - 2022-12-29

Fixed
Chores
  • chore(ci): set conventional-changelog header config #​5406
  • chore(ci): fix automatic contributors resolving #​5403
  • chore(ci): improved logging for the contributors list generator #​5398
  • chore(ci): fix release action #​5397
  • chore(ci): fix version bump script by adding bump argument for target version #​5393
  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #​5342
  • chore(ci): GitHub Actions Release script #​5384
  • chore(ci): release scripts #​5364
Contributors to this release

[1.2.1] - 2022-12-05

Changed
  • feat(exports): export mergeConfig #​5151
Fixed
  • fix(CancelledError): include config #​4922
  • fix(general): removing multiple/trailing/leading whitespace #​5022
  • fix(headers): decompression for responses without Content-Length header #​5306
  • fix(webWorker): exception to sending form data in web worker #​5139
Refactors
  • refactor(types): AxiosProgressEvent.event type to any #​5308
  • refactor(types): add missing types for static AxiosError.from method #​4956
Chores
  • chore(docs): remove README link to non-existent upgrade guide #​5307
  • chore(docs): typo in issue template name #​5159
Contributors to this release

[1.2.0] - 2022-11-10

Changed
  • changed: refactored module exports #​5162
  • change: re-added support for loading Axios with require('axios').default #​5225
Fixed
  • fix: improve AxiosHeaders class #​5224
  • fix: TypeScript type definitions for commonjs #​5196
  • fix: type definition of use method on AxiosInterceptorManager to match the the README #​5071
  • fix: __dirname is not defined in the sandbox #​5269
  • fix: AxiosError.toJSON method to avoid circular references #​5247
  • fix: Z_BUF_ERROR when content-encoding is set but the response body is empty #​5250
Refactors
  • refactor: allowing adapters to be loaded by name #​5277
Chores
  • chore: force CI restart #​5243
  • chore: update ECOSYSTEM.md #​5077
  • chore: update get/index.html #​5116
  • chore: update Sandbox UI/UX #​5205
  • chore:(actions): remove git credentials after checkout #​5235
  • chore(actions): bump actions/dependency-review-action from 2 to 3 #​5266
  • chore(packages): bump loader-utils from 1.4.1 to 1.4.2 #​5295
  • chore(packages): bump engine.io from 6.2.0 to 6.2.1 #​5294
  • chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 #​5241
  • chore(packages): bump loader-utils from 1.4.0 to 1.4.1 #​5245
  • chore(docs): update Resources links in

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box

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

@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 7 times, most recently from c0fae7e to 2944039 Compare April 23, 2022 11:20
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 14 times, most recently from 4e7dbd2 to d16901f Compare April 29, 2022 12:15
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch from d16901f to 84646d6 Compare May 6, 2022 11:49
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 3 times, most recently from 714360e to 4579e68 Compare May 20, 2022 16:31
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 4 times, most recently from b4c0144 to 2c4d5e7 Compare June 6, 2022 05:37
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 3 times, most recently from c9b8ec1 to 6f1bf8e Compare September 20, 2022 00:29
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 9 times, most recently from 7f3534c to c424e80 Compare September 30, 2022 08:01
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 4 times, most recently from d965f9a to 63ac05e Compare October 7, 2022 11:41
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 6 times, most recently from 48875e2 to fc01086 Compare October 18, 2022 08:34
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch from fc01086 to b53d34f Compare November 20, 2022 08:40
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch 3 times, most recently from 6a32953 to 0f7082c Compare March 22, 2023 19:45
@renovate renovate bot force-pushed the renovate/major-dependencies-major branch from 0f7082c to 9001a39 Compare March 22, 2023 20:04
@Lunotte Lunotte merged commit f4449c7 into master Mar 22, 2023
@renovate renovate bot deleted the renovate/major-dependencies-major branch March 22, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant