Skip to content

[pull] master from JedWatson:master#274

Open
pull[bot] wants to merge 155 commits intoclaasahl:masterfrom
JedWatson:master
Open

[pull] master from JedWatson:master#274
pull[bot] wants to merge 155 commits intoclaasahl:masterfrom
JedWatson:master

Conversation

@pull
Copy link

@pull pull bot commented Oct 20, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot bot and others added 30 commits October 18, 2022 02:55
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.1...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](EventSource/eventsource@v1.1.0...v1.1.2)

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

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

Bump moment from 2.29.1 to 2.29.4
…source-1.1.2

Bump eventsource from 1.1.0 to 1.1.2
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.2.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.7...v1.15.2)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

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

Bump follow-redirects from 1.14.7 to 1.15.2
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

Bump url-parse from 1.5.3 to 1.5.10
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

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

Bump node-fetch from 2.6.1 to 2.6.7
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
* Move most dependencies to be devDependencies
* Reduce duplication of dependencies
Consolidate dependencies and remove duplicates
Change examples from `class` to `functional` components
Bumps [memoize-one](https://github.com/alexreardon/memoize-one) from 5.2.1 to 6.0.0.
- [Release notes](https://github.com/alexreardon/memoize-one/releases)
- [Commits](alexreardon/memoize-one@v5.2.1...v6.0.0)

---
updated-dependencies:
- dependency-name: memoize-one
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
github-actions bot and others added 30 commits March 22, 2023 13:15
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Remove `defaultProps` reference from functional components

* Prettier

* Add changeset

* Change changeset message
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Make scroll lock div work on a document context it belongs to

* Changeset update
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Luke Bennett <luke.bennett@thinkmill.com.au>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ons (#5758)

* improved a11y with aria-attribules for input, select, and option

* removed console.log

* fixed focusableOptionsWithIds for async select

* Improved the ariaLiveMessages to announce only important information that is not included into native aria messages

* added tests for aria-activedescendant, fixed calculation of focusedOptionId in constructor

* added changelog

* restored some aria-live for apple device

* option focus messages changed

* moved listbox to inner div, aria-multiselectable added

* tsconfig fix

* prettier fix

* removed redundant 'types' from tsconfig

---------

Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix pop-value being sent for undefined values.

* Fix unit tests.

* Fix linting.

* Add changeset.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix types compatibility with React 19

* Create tough-hats-help.md

---------

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Bump peer version to 19

* fix: bump use-isomorphic-layout-effect version

* Update yarn.lock

* Create five-ligers-beg.md

---------

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* exported FilterOptionOption

* Revert "exported FilterOptionOption"

This reverts commit 0c512c4.

* exported FilterOptionOption

* upgraded to node v20

* fixed build check

* updated docker build image

* switch to node 16 after yarn install

* Fix build

* Add changeset for exported FilterOptionOption

* Update wild-seahorses-fix.md

---------

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Include license in npm package

* Add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: hydration problem caused by isAppleDevice

* Create three-pants-attend.md

---------

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.