Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

⬆️ widen the react peer deps to show support for 17 #1969

Merged
merged 2 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/react-app-bridge-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.0.2 - 2021-06-29

Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-bridge-universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@shopify/react-html": "^11.0.2"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"faker": "^4.1.0"
Expand Down
6 changes: 5 additions & 1 deletion packages/react-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 4.0.0 - 2021-05-21

Expand Down
2 changes: 1 addition & 1 deletion packages/react-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@shopify/useful-types": "^3.0.1"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"files": [
"build/*",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-bugsnag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.1.0 - 2021-06-01

Expand Down
2 changes: 1 addition & 1 deletion packages/react-bugsnag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@bugsnag/plugin-react": "^7.1.1"
},
"peerDependencies": {
"react": "^16.8.1"
"react": ">=16.8.0 <18.0.0"
},
"files": [
"build/*",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-compose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.0.0 - 2021-05-21

Expand Down
2 changes: 1 addition & 1 deletion packages/react-compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"hoist-non-react-statics": "^3.0.1"
},
"peerDependencies": {
"react": "^16.3.2"
"react": ">=16.8.0 <18.0.0"
},
"sideEffects": false,
"files": [
Expand Down
6 changes: 5 additions & 1 deletion packages/react-cookie/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 1.0.2 - 2021-06-29

Expand Down
4 changes: 2 additions & 2 deletions packages/react-cookie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"cookie": "^0.4.0"
},
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
},
"files": [
"build/*",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-csrf-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.0.2 - 2021-06-29

Expand Down
2 changes: 1 addition & 1 deletion packages/react-csrf-universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@shopify/react-universal-provider": "^2.0.2"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/react-effect": "^4.0.1",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-csrf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.0.0 - 2021-05-21

Expand Down
2 changes: 1 addition & 1 deletion packages/react-csrf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=12.14.0"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"files": [
"build/*",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-effect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 4.0.0 - 2021-05-21

Expand Down
4 changes: 2 additions & 2 deletions packages/react-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"server.d.ts"
],
"peerDependencies": {
"react": ">=16.8.0 <17.0.0",
"react-dom": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
},
"module": "index.mjs",
"esnext": "index.esnext",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-form-state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 1.0.2 - 2021-06-22

Expand Down
2 changes: 1 addition & 1 deletion packages/react-form-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
"react": "^16.4.1"
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/useful-types": "^3.0.1",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 1.0.0 - 2021-05-21

Expand Down
2 changes: 1 addition & 1 deletion packages/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node": ">=12.14.0"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@types/faker": "^4.1.5",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 4.0.3 - 2021-06-29

Expand Down
2 changes: 1 addition & 1 deletion packages/react-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@shopify/react-import-remote": "^2.0.2"
},
"peerDependencies": {
"react": "^16.4.1"
"react": ">=16.8.0 <18.0.0"
},
"files": [
"build/*",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-graphql-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 4.0.2 - 2021-06-29

Expand Down
2 changes: 1 addition & 1 deletion packages/react-graphql-universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"apollo-link-context": ">=1.0.0 <2.0.0"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/react-effect": "^4.0.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/react-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

### Fixed

- Changes to tests for React-17 compatibility in dev. [#1957](https://github.com/Shopify/quilt/issues/1957)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"index.d.ts"
],
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"module": "index.mjs",
"esnext": "index.esnext",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

### Fixed

- `useMountedRef` now works with React 17 [#1964](https://github.com/Shopify/quilt/pull/1964).
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/Shopify/quilt/issues"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-hooks/README.md",
"engines": {
Expand Down
6 changes: 5 additions & 1 deletion packages/react-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 11.0.2 - 2021-06-29

Expand Down
4 changes: 2 additions & 2 deletions packages/react-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"serialize-javascript": "^3.0.0"
},
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/react-testing": "^3.1.0",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-hydrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.0.0 - 2021-05-21

Expand Down
2 changes: 1 addition & 1 deletion packages/react-hydrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"faker": "^4.1.0"
},
"peerDependencies": {
"react": "^16.8.0"
"react": ">=16.8.0 <18.0.0"
},
"files": [
"build/*",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-i18n-universal-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 2.0.4 - 2021-06-29

Expand Down
2 changes: 1 addition & 1 deletion packages/react-i18n-universal-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@shopify/react-i18n": "^6.0.4"
},
"peerDependencies": {
"react": ">=16.8.0 <17.0.0"
"react": ">=16.8.0 <18.0.0"
},
"devDependencies": {
"@shopify/react-effect": "^4.0.1",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

### Added

- Officially supports React `17.x` [1969](https://github.com/Shopify/quilt/pull/1969/files)

## 6.0.4 - 2021-06-29

Expand Down
2 changes: 1 addition & 1 deletion packages/react-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"sideEffects": false,
"peerDependencies": {
"react": "^16.0.0"
"react": ">=16.8.0 <18.0.0"
},
"optionalDependencies": {
"@babel/template": "^7.0.0",
Expand Down
Loading