Skip to content

Conversation

@alex-page
Copy link
Member

@alex-page alex-page commented Jun 24, 2021

WHY are these changes introduced?

Allows us to use the modern JSX transfom in the future

WHAT is this pull request doing?

Bump react and other dependencies to v16.14.0

🎩 checklist

  • Tested on mobile
  • Tested on multiple browsers
  • Tested for accessibility
  • Updated the component's README.md with documentation changes
  • Tophatted documentation changes in the style guide
  • For visual design changes, pinged one of @ HYPD, @ mirualves, @ sarahill, or @ ry5n to update the Polaris UI kit

@alex-page alex-page self-assigned this Jun 24, 2021
@alex-page alex-page requested a review from BPScott June 24, 2021 21:22
Co-Authored-By: Ben Scott <227292+BPScott@users.noreply.github.com>
@alex-page alex-page changed the title Bump react to v16.14.0 Bump react and react-dom to v16.14.0 Jun 24, 2021
@github-actions
Copy link
Contributor

size-limit report

Path Size
cjs 142.05 KB (0%)
esm 95.68 KB (0%)
esnext 138.96 KB (0%)
css 33.82 KB (0%)

Co-Authored-By: Ben Scott <227292+BPScott@users.noreply.github.com>
@alex-page alex-page changed the base branch from main to v7.0.0-release June 24, 2021 21:41
@alex-page alex-page merged commit 1c36e5f into v7.0.0-release Jun 24, 2021
@alex-page alex-page deleted the react-v16.14.0 branch June 24, 2021 22:06
voiid added a commit that referenced this pull request Jul 15, 2021
* Upgrade to node v12 (#4191)

* Move to node v12

* Bump merge-deep from 3.0.2 to 3.0.3 (#4254)

Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
- [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: merge-deep
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws in /examples/create-react-app-ts-react-testing (#4242)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 6.2.1 to 6.2.2 in /examples/create-react-app (#4241)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 6.2.1 to 6.2.2 in /examples/webpack (#4240)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update UNRELEASED.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react and react-dom to v16.14.0 (#4279)

Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>

* [TextField] Make autoComplete prop a required string (#4267)

* Require autoComplete prop on TextField

* switch to autoComplete="off" as default

* Adding off recommendation.

* Fix link formatting issue in TextField/README.md

Co-authored-by: Genevieve Bulger <genevieve.bulger@shopify.com>

* Update browserslist to match shopify/browserslist-config v3.0.0 (#4304)

- Desktop Safari version is "last 3 safari versions" - mapping to
  Safari 13.1
- ios Safari version is "ios >= 13.4" - mapping to ios_saf 13.4-13.7

* [AutoComplete] Rebuild autocomplete internals to use new accessible components (#3910)

* Rebuild AutoComplete internals to fix accessibility issues

 - Replace internals with new combobox and list box
 - Add support for legacy combobox
 - Allow TextField and Checkbox to leverage new combobox
 - Include additional test coverage for autocomplete and new components

Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>

* Fix some accessibility warnings on listbox stories

* Remove listbox section example

Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>

Co-authored-by: Alex Page <alex@alexpage.com.au>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>
Co-authored-by: Andrew McGoveran <andrew.mcgoveran@shopify.com>
Co-authored-by: Genevieve Bulger <genevieve.bulger@shopify.com>
Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>
voiid added a commit that referenced this pull request Aug 11, 2021
* Upgrade to node v12 (#4191)

* Move to node v12

* Bump merge-deep from 3.0.2 to 3.0.3 (#4254)

Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
- [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: merge-deep
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws in /examples/create-react-app-ts-react-testing (#4242)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 6.2.1 to 6.2.2 in /examples/create-react-app (#4241)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 6.2.1 to 6.2.2 in /examples/webpack (#4240)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update UNRELEASED.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react and react-dom to v16.14.0 (#4279)

Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>

* [TextField] Make autoComplete prop a required string (#4267)

* Require autoComplete prop on TextField

* switch to autoComplete="off" as default

* Adding off recommendation.

* Fix link formatting issue in TextField/README.md

Co-authored-by: Genevieve Bulger <genevieve.bulger@shopify.com>

* Update browserslist to match shopify/browserslist-config v3.0.0 (#4304)

- Desktop Safari version is "last 3 safari versions" - mapping to
  Safari 13.1
- ios Safari version is "ios >= 13.4" - mapping to ios_saf 13.4-13.7

* [AutoComplete] Rebuild autocomplete internals to use new accessible components (#3910)

* Rebuild AutoComplete internals to fix accessibility issues

 - Replace internals with new combobox and list box
 - Add support for legacy combobox
 - Allow TextField and Checkbox to leverage new combobox
 - Include additional test coverage for autocomplete and new components

Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>

* Fix some accessibility warnings on listbox stories

* Remove listbox section example

Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>

* Update to node 12.22.0 and react-testing v3.2.0 (#4349)

* Update node version to 12.22.0

Released on 2021-03-30, this is the first version of node where
esmodules are considered stable. We're not relying on that yet, but this
sets the stage for the future.

* Update @shopify/react-testing to v3.2.0

This adds support for React 17 so future migration will be easier

* Remove deprecated languages (#4351)

* Update translation.yml

* Delete locales/hi.json

* Delete locales/ms.json

* format translation.yml as expected

Co-authored-by: translation-platform[bot] <35075727+translation-platform@users.noreply.github.com>

* Rename ComboBox and ListBox to Combobox and Listbox (#4379)

* Fix autocomlete docs

Co-authored-by: Alex Page <alex@alexpage.com.au>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>
Co-authored-by: Andrew McGoveran <andrew.mcgoveran@shopify.com>
Co-authored-by: Genevieve Bulger <genevieve.bulger@shopify.com>
Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>
Co-authored-by: Kyle Durand <kyle.durand@shopify.com>
Co-authored-by: Al-Campuzano <32461613+Al-Campuzano@users.noreply.github.com>
Co-authored-by: translation-platform[bot] <35075727+translation-platform@users.noreply.github.com>
alex-page pushed a commit that referenced this pull request Aug 25, 2021
Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>
alex-page pushed a commit that referenced this pull request Aug 25, 2021
* Upgrade to node v12 (#4191)

* Move to node v12

* Bump merge-deep from 3.0.2 to 3.0.3 (#4254)

Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
- [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: merge-deep
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws in /examples/create-react-app-ts-react-testing (#4242)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 6.2.1 to 6.2.2 in /examples/create-react-app (#4241)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 6.2.1 to 6.2.2 in /examples/webpack (#4240)

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update UNRELEASED.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react and react-dom to v16.14.0 (#4279)

Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>

* [TextField] Make autoComplete prop a required string (#4267)

* Require autoComplete prop on TextField

* switch to autoComplete="off" as default

* Adding off recommendation.

* Fix link formatting issue in TextField/README.md

Co-authored-by: Genevieve Bulger <genevieve.bulger@shopify.com>

* Update browserslist to match shopify/browserslist-config v3.0.0 (#4304)

- Desktop Safari version is "last 3 safari versions" - mapping to
  Safari 13.1
- ios Safari version is "ios >= 13.4" - mapping to ios_saf 13.4-13.7

* [AutoComplete] Rebuild autocomplete internals to use new accessible components (#3910)

* Rebuild AutoComplete internals to fix accessibility issues

 - Replace internals with new combobox and list box
 - Add support for legacy combobox
 - Allow TextField and Checkbox to leverage new combobox
 - Include additional test coverage for autocomplete and new components

Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>

* Fix some accessibility warnings on listbox stories

* Remove listbox section example

Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>

Co-authored-by: Alex Page <alex@alexpage.com.au>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Scott <227292+BPScott@users.noreply.github.com>
Co-authored-by: Andrew McGoveran <andrew.mcgoveran@shopify.com>
Co-authored-by: Genevieve Bulger <genevieve.bulger@shopify.com>
Co-authored-by: Andrew Musgrave <andrew.musgrave@shopify.com>
Co-authored-by: Daniel Leroux <daniel.leroux@shopify.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants