Corwin
|
658b4c387b
|
Update dependency styled-components to v6.1.8 (#599)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [styled-components](https://styled-components.com)
([source](https://togithub.com/styled-components/styled-components)) |
[`6.0.2` ->
`6.1.8`](https://renovatebot.com/diffs/npm/styled-components/6.0.2/6.1.8)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/styled-components/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/styled-components/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/styled-components/6.0.2/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/styled-components/6.0.2/6.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>styled-components/styled-components
(styled-components)</summary>
###
[`v6.1.8`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.8)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.7...v6.1.8)
Revert adding `peerDependencies` from v6.1.7; apparently some build
tools do not respect `peerDependenciesMeta[package].optional` which is
[causing
issues](https://togithub.com/styled-components/styled-components/pull/4243#issuecomment-1881571372).
Will revisit at a later date if possible.
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.7...v6.1.8
###
[`v6.1.7`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.7)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.6...v6.1.7)
##### What's Changed
- chore: add all missing peer dependency statements by
[@​quantizor](https://togithub.com/quantizor) in
[https://github.com/styled-components/styled-components/pull/4243](https://togithub.com/styled-components/styled-components/pull/4243)
NOTE: this change may cause some installed dependency duplication until
[this NPM bug](https://togithub.com/npm/cli/issues/7106) is addressed
but yarn and pnpm have correct behavior. Bun also has [a similar
bug](https://togithub.com/oven-sh/bun/issues/7869).
Overall these changes ensure that styled-components is specifying a
known working version of all utilized libraries, while instructing the
client package manager that higher semver-compliant versions are
*permissible and should work*, assuming the relevant libraries are
compliant in practice.
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.6...v6.1.7
###
[`v6.1.6`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.6)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.5...v6.1.6)
##### What's Changed
- fix: bump stylis to 4.3.1 to resolve issue with leaking nested
selectors by [@​quantizor](https://togithub.com/quantizor) in
[https://github.com/styled-components/styled-components/pull/4245](https://togithub.com/styled-components/styled-components/pull/4245)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.5...v6.1.6
###
[`v6.1.5`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.5)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.4...v6.1.5)
##### What's Changed
- fix: further constrain self-referencing to match v5 behavior by
[@​quantizor](https://togithub.com/quantizor) in
[https://github.com/styled-components/styled-components/pull/4244](https://togithub.com/styled-components/styled-components/pull/4244)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.4...v6.1.5
###
[`v6.1.4`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.4)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.3...v6.1.4)
#### What's Changed
- fix: allow using `attrs` to provide a custom `theme` prop to child
components by [@​quantizor](https://togithub.com/quantizor) in
[https://github.com/styled-components/styled-components/pull/4242](https://togithub.com/styled-components/styled-components/pull/4242)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.3...v6.1.4
###
[`v6.1.3`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.3)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.2...v6.1.3)
#### What's Changed
- fix(types): missing type declarations by
[@​benjaminrae](https://togithub.com/benjaminrae) in
[https://github.com/styled-components/styled-components/pull/4237](https://togithub.com/styled-components/styled-components/pull/4237)
- fix(deps): pin dependencies to exact versions prior to bun migration
by [@​quantizor](https://togithub.com/quantizor) in
[https://github.com/styled-components/styled-components/pull/4238](https://togithub.com/styled-components/styled-components/pull/4238)
- fix(types): nested styled with additional prop types by
[@​justinbhopper](https://togithub.com/justinbhopper) in
[https://github.com/styled-components/styled-components/pull/4236](https://togithub.com/styled-components/styled-components/pull/4236)
#### New Contributors
- [@​benjaminrae](https://togithub.com/benjaminrae) made their
first contribution in
[https://github.com/styled-components/styled-components/pull/4237](https://togithub.com/styled-components/styled-components/pull/4237)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.2...v6.1.3
###
[`v6.1.2`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.2)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.1...v6.1.2)
#### What's Changed
- fix(types): StyledObject type to allow nested selectors by
[@​maximebiloe](https://togithub.com/maximebiloe) in
[https://github.com/styled-components/styled-components/pull/4212](https://togithub.com/styled-components/styled-components/pull/4212)
- feat(types): expose FastOmit to improve emit performance by
[@​justinbhopper](https://togithub.com/justinbhopper) in
[https://github.com/styled-components/styled-components/pull/4230](https://togithub.com/styled-components/styled-components/pull/4230)
#### New Contributors
- [@​maximebiloe](https://togithub.com/maximebiloe) made their
first contribution in
[https://github.com/styled-components/styled-components/pull/4212](https://togithub.com/styled-components/styled-components/pull/4212)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.1...v6.1.2
###
[`v6.1.1`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.1)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.1.0...v6.1.1)
#### What's Changed
- fix(types): remove duplicated type by
[@​takurinton](https://togithub.com/takurinton) in
[https://github.com/styled-components/styled-components/pull/4200](https://togithub.com/styled-components/styled-components/pull/4200)
- fix(native): image unsupported border color style by
[@​nazmeln](https://togithub.com/nazmeln) in
[https://github.com/styled-components/styled-components/pull/4195](https://togithub.com/styled-components/styled-components/pull/4195)
- fix(styled): add displayName in all environments by
[@​delijah](https://togithub.com/delijah) in
[https://github.com/styled-components/styled-components/pull/4208](https://togithub.com/styled-components/styled-components/pull/4208)
- fix(ssr): correctly place new rules after hydrated rules by
[@​probablyup](https://togithub.com/probablyup) in
[https://github.com/styled-components/styled-components/pull/4210](https://togithub.com/styled-components/styled-components/pull/4210)
#### New Contributors
- [@​nazmeln](https://togithub.com/nazmeln) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4195](https://togithub.com/styled-components/styled-components/pull/4195)
- [@​delijah](https://togithub.com/delijah) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4208](https://togithub.com/styled-components/styled-components/pull/4208)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.1.0...v6.1.1
###
[`v6.1.0`](https://togithub.com/styled-components/styled-components/releases/tag/v6.1.0)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.9...v6.1.0)
#### What's Changed
- fix(native): bump postcss version from 8.4.23 to 8.4.31 by
[@​davidlacasse](https://togithub.com/davidlacasse) in
[https://github.com/styled-components/styled-components/pull/4188](https://togithub.com/styled-components/styled-components/pull/4188)
- fix(native): solve ts warning by
[@​krudos](https://togithub.com/krudos) in
[https://github.com/styled-components/styled-components/pull/4190](https://togithub.com/styled-components/styled-components/pull/4190)
- chore: remove babel macro due to lack of usage by
[@​probablyup](https://togithub.com/probablyup) in
[https://github.com/styled-components/styled-components/pull/4193](https://togithub.com/styled-components/styled-components/pull/4193)
#### New Contributors
- [@​davidlacasse](https://togithub.com/davidlacasse) made their
first contribution in
[https://github.com/styled-components/styled-components/pull/4188](https://togithub.com/styled-components/styled-components/pull/4188)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.9...v6.1.0
###
[`v6.0.9`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.9)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.8...v6.0.9)
fix bundling to not hardcode `window` (should fix some testing use cases
that were incorrectly assuming a server environment when JSDOM and
similar are in use)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.8...v6.0.9
###
[`v6.0.8`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.8)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.7...v6.0.8)
#### What's Changed
- feat(native): add `toStyleSheet` function by
[@​krudos](https://togithub.com/krudos) in
[https://github.com/styled-components/styled-components/pull/4124](https://togithub.com/styled-components/styled-components/pull/4124)
- fix: prevent `StyleSheetManager` updating context on every render by
[@​keeganstreet](https://togithub.com/keeganstreet) in
[https://github.com/styled-components/styled-components/pull/4159](https://togithub.com/styled-components/styled-components/pull/4159)
- fix(types): ensure typing for static properties defined on third-party
components wrapped by styled-components by
[@​MartinPELCAT](https://togithub.com/MartinPELCAT) in
[https://github.com/styled-components/styled-components/pull/4141](https://togithub.com/styled-components/styled-components/pull/4141)
- fix: production mode inconsistent CSS rendering when dynamic property
values are the same but property names are different by
[@​bcole808](https://togithub.com/bcole808) in
[https://github.com/styled-components/styled-components/pull/4132](https://togithub.com/styled-components/styled-components/pull/4132)
- fix(types): decrease type complexity by moving off of
`JSX.IntrinsicElements` for the supported element list by
[@​RJWadley](https://togithub.com/RJWadley) in
[https://github.com/styled-components/styled-components/pull/4149](https://togithub.com/styled-components/styled-components/pull/4149)
- fix(types): adopt ref typing from forwardedAs by
[@​probablyup](https://togithub.com/probablyup) in
[https://github.com/styled-components/styled-components/pull/4163](https://togithub.com/styled-components/styled-components/pull/4163)
- chore: update typescript reference on issue template by
[@​chilled-capybara](https://togithub.com/chilled-capybara) in
[https://github.com/styled-components/styled-components/pull/4150](https://togithub.com/styled-components/styled-components/pull/4150)
- chore(types): add type exports for `StyleFunction`, `Interpolation` by
[@​bcole808](https://togithub.com/bcole808) in
[https://github.com/styled-components/styled-components/pull/4140](https://togithub.com/styled-components/styled-components/pull/4140)
- chore: updated Contributing guide benchmark instructions by
[@​bcole808](https://togithub.com/bcole808) in
[https://github.com/styled-components/styled-components/pull/4137](https://togithub.com/styled-components/styled-components/pull/4137)
- chore(types): add missing types `CSSProperties`, `CSSObject`,
`CSSPseudos` and `CSSKeyframes` by
[@​takurinton](https://togithub.com/takurinton) in
[https://github.com/styled-components/styled-components/pull/4117](https://togithub.com/styled-components/styled-components/pull/4117)
#### New Contributors
- [@​takurinton](https://togithub.com/takurinton) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4117](https://togithub.com/styled-components/styled-components/pull/4117)
- [@​krudos](https://togithub.com/krudos) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4124](https://togithub.com/styled-components/styled-components/pull/4124)
- [@​chilled-capybara](https://togithub.com/chilled-capybara) made
their first contribution in
[https://github.com/styled-components/styled-components/pull/4150](https://togithub.com/styled-components/styled-components/pull/4150)
- [@​MartinPELCAT](https://togithub.com/MartinPELCAT) made their
first contribution in
[https://github.com/styled-components/styled-components/pull/4141](https://togithub.com/styled-components/styled-components/pull/4141)
- [@​RJWadley](https://togithub.com/RJWadley) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4149](https://togithub.com/styled-components/styled-components/pull/4149)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.7...v6.0.8
###
[`v6.0.7`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.7)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.6...v6.0.7)
#### What's Changed
- refactor(types): enable `exactOptionalPropertyTypes` check by
[@​aspirisen](https://togithub.com/aspirisen) in
[https://github.com/styled-components/styled-components/pull/3993](https://togithub.com/styled-components/styled-components/pull/3993)
- fix(types): allow number for height/width/etc
([#​4090](https://togithub.com/styled-components/styled-components/issues/4090))
by [@​drewbrend](https://togithub.com/drewbrend) in
[https://github.com/styled-components/styled-components/pull/4111](https://togithub.com/styled-components/styled-components/pull/4111)
#### New Contributors
- [@​aspirisen](https://togithub.com/aspirisen) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/3993](https://togithub.com/styled-components/styled-components/pull/3993)
- [@​drewbrend](https://togithub.com/drewbrend) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4111](https://togithub.com/styled-components/styled-components/pull/4111)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.6...v6.0.7
###
[`v6.0.6`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.6)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.5...v6.0.6)
#### What's Changed
- fix(types): issues with StyleFunctions and StyledObjects by
[@​bcole808](https://togithub.com/bcole808) in
[https://github.com/styled-components/styled-components/pull/4107](https://togithub.com/styled-components/styled-components/pull/4107)
#### New Contributors
- [@​bcole808](https://togithub.com/bcole808) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4107](https://togithub.com/styled-components/styled-components/pull/4107)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.5...v6.0.6
###
[`v6.0.5`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.5)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.4...v6.0.5)
#### What's Changed
- Fix createGlobalStyle not removing styles on unmount by
[@​mdeschamps](https://togithub.com/mdeschamps) in
[https://github.com/styled-components/styled-components/pull/4101](https://togithub.com/styled-components/styled-components/pull/4101)
#### New Contributors
- [@​mdeschamps](https://togithub.com/mdeschamps) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4101](https://togithub.com/styled-components/styled-components/pull/4101)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.4...v6.0.5
###
[`v6.0.4`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.4)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.3...v6.0.4)
#### What's Changed
- refactor: dev warning on unknown props retargeted specifically toward
HTML targets rather than other React components by
[@​woodreamz](https://togithub.com/woodreamz) in
[https://github.com/styled-components/styled-components/pull/4084](https://togithub.com/styled-components/styled-components/pull/4084)
- fix: untyped event handler callbacks by
[@​ziolekjj](https://togithub.com/ziolekjj) in
[https://github.com/styled-components/styled-components/pull/4086](https://togithub.com/styled-components/styled-components/pull/4086)
#### New Contributors
- [@​woodreamz](https://togithub.com/woodreamz) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4084](https://togithub.com/styled-components/styled-components/pull/4084)
- [@​ziolekjj](https://togithub.com/ziolekjj) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4086](https://togithub.com/styled-components/styled-components/pull/4086)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.3...v6.0.4
###
[`v6.0.3`](https://togithub.com/styled-components/styled-components/releases/tag/v6.0.3)
[Compare
Source](https://togithub.com/styled-components/styled-components/compare/v6.0.2...v6.0.3)
#### What's Changed
- fix: StyleSheetManager missing Stylis types by
[@​MattIPv4](https://togithub.com/MattIPv4) in
[https://github.com/styled-components/styled-components/pull/4078](https://togithub.com/styled-components/styled-components/pull/4078)
#### New Contributors
- [@​MattIPv4](https://togithub.com/MattIPv4) made their first
contribution in
[https://github.com/styled-components/styled-components/pull/4078](https://togithub.com/styled-components/styled-components/pull/4078)
**Full Changelog**:
https://github.com/styled-components/styled-components/compare/v6.0.2...v6.0.3
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
|
2024-04-04 22:31:40 +00:00 |
|
Corwin
|
702036d5ae
|
Update dependency @types/node to v20.12.4 (#598)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.3.3` ->
`20.12.4`](https://renovatebot.com/diffs/npm/@types%2fnode/20.3.3/20.12.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.3.3/20.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.3.3/20.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
|
2024-04-04 22:31:30 +00:00 |
|
Corwin
|
14e7eaedf7
|
Update dependency @testing-library/react to v14.2.2 (#596)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/react](https://togithub.com/testing-library/react-testing-library)
| [`14.0.0` ->
`14.2.2`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.0.0/14.2.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/14.0.0/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/14.0.0/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>testing-library/react-testing-library
(@​testing-library/react)</summary>
###
[`v14.2.2`](https://togithub.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2)
###
[`v14.2.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.2.1)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1)
##### Bug Fixes
- Update types to support all possible react component return values
([#​1272](https://togithub.com/testing-library/react-testing-library/issues/1272))
([55e79c2](55e79c290d ))
###
[`v14.2.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.2.0)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0)
##### Features
- add `reactStrictMode` option to enable strict mode render
([#​1241](https://togithub.com/testing-library/react-testing-library/issues/1241))
([0880eba](0880eba4a0 ))
###
[`v14.1.2`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.1.2)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.1.1...v14.1.2)
##### Bug Fixes
- revert missing hooks warnings
([#​1255](https://togithub.com/testing-library/react-testing-library/issues/1255))
([1c67477](1c67477443 ))
###
[`v14.1.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.1.1)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.1)
##### Bug Fixes
- log globals warning only once
([#​1252](https://togithub.com/testing-library/react-testing-library/issues/1252))
([fd52a59](fd52a593a7 )),
closes
[#​1249](https://togithub.com/testing-library/react-testing-library/issues/1249)
###
[`v14.1.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.1.0)
[Compare
Source](https://togithub.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0)
##### Features
- add warnings when globals are missing
([#​1244](https://togithub.com/testing-library/react-testing-library/issues/1244))
([d80319f](d80319f569 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
|
2024-04-04 22:30:47 +00:00 |
|
Corwin
|
3964c75c24
|
Update dependency @testing-library/jest-dom to v5.17.0 (#595)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom)
| [`5.16.5` ->
`5.17.0`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/5.16.5/5.17.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fjest-dom/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fjest-dom/5.16.5/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fjest-dom/5.16.5/5.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>testing-library/jest-dom
(@​testing-library/jest-dom)</summary>
###
[`v5.17.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v5.17.0)
[Compare
Source](https://togithub.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0)
##### Features
- New `toHaveAccessibleErrorMessage` better implementing the spec,
deprecate `toHaveErrorMessage`
([#​503](https://togithub.com/testing-library/jest-dom/issues/503))
([d717c66](d717c66cb4 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
|
2024-04-04 22:30:25 +00:00 |
|
Corwin
|
0d8ac19871
|
Update dependency @testing-library/user-event to v14.5.2 (#597)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/user-event](https://togithub.com/testing-library/user-event)
| [`14.4.3` ->
`14.5.2`](https://renovatebot.com/diffs/npm/@testing-library%2fuser-event/14.4.3/14.5.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fuser-event/14.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fuser-event/14.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fuser-event/14.4.3/14.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fuser-event/14.4.3/14.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>testing-library/user-event
(@​testing-library/user-event)</summary>
###
[`v14.5.2`](https://togithub.com/testing-library/user-event/releases/tag/v14.5.2)
[Compare
Source](https://togithub.com/testing-library/user-event/compare/v14.5.1...v14.5.2)
##### Bug Fixes
- remove interop and deep DTL imports
([6a3c896](6a3c896bd2 ))
###
[`v14.5.1`](https://togithub.com/testing-library/user-event/releases/tag/v14.5.1)
[Compare
Source](https://togithub.com/testing-library/user-event/compare/v14.5.0...v14.5.1)
##### Bug Fixes
- incorrect default import from
[@​testing-library/dom](https://togithub.com/testing-library/dom)
([#​1162](https://togithub.com/testing-library/user-event/issues/1162))
([d7483f0](d7483f049a ))
###
[`v14.5.0`](https://togithub.com/testing-library/user-event/releases/tag/v14.5.0)
[Compare
Source](https://togithub.com/testing-library/user-event/compare/v14.4.3...v14.5.0)
##### Bug Fixes
- **exports:** add a named export for userEvent
([4019cee](4019ceeaba )),
closes
[#​1146](https://togithub.com/testing-library/user-event/issues/1146)
##### Features
- **types:** Add additional type exports for UserEvent & Options
([#​1112](https://togithub.com/testing-library/user-event/issues/1112))
([da00e8d](da00e8d610 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
|
2024-04-04 22:30:25 +00:00 |
|
Corwin
|
503655a78b
|
Update dependency @types/jest to v29.5.12 (#592)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest))
| [`29.5.2` ->
`29.5.12`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.2/29.5.12)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjest/29.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjest/29.5.2/29.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.2/29.5.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/agbrs/agb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
|
2024-04-04 22:29:44 +00:00 |
|
renovate[bot]
|
78e153840f
|
Update dependency prettier to v3
|
2024-04-04 22:27:30 +00:00 |
|
renovate[bot]
|
06632a2885
|
Update dependency web-vitals to v3.5.2
|
2024-04-04 22:26:52 +00:00 |
|
renovate[bot]
|
d4eb3a09e0
|
Update dependency styled-components to v6.1.8
|
2024-04-04 22:26:29 +00:00 |
|
renovate[bot]
|
b5d028fdce
|
Update dependency @types/node to v20.12.4
|
2024-04-04 22:26:16 +00:00 |
|
renovate[bot]
|
9e54fdbe42
|
Update dependency @testing-library/user-event to v14.5.2
|
2024-04-04 22:25:19 +00:00 |
|
renovate[bot]
|
27a6bd98f6
|
Update dependency @testing-library/react to v14.2.2
|
2024-04-04 22:25:05 +00:00 |
|
renovate[bot]
|
68bb3ee463
|
Update dependency @testing-library/jest-dom to v5.17.0
|
2024-04-04 22:24:52 +00:00 |
|
renovate[bot]
|
3930c2f168
|
Update react monorepo
|
2024-04-04 22:24:39 +00:00 |
|
renovate[bot]
|
5d7712aee9
|
Update dependency @types/jest to v29.5.12
|
2024-04-04 22:24:25 +00:00 |
|
renovate[bot]
|
990fe578c9
|
Update dependency @types/styled-components to v5.1.34
|
2024-04-04 20:58:09 +00:00 |
|
Corwin
|
2760a8451f
|
I'm 92% sure this is intentional
|
2024-04-04 19:59:19 +01:00 |
|
Corwin
|
36f204958e
|
remove unused import
|
2024-04-04 19:51:49 +01:00 |
|
Corwin
|
713fc168ae
|
load game based on path hash
|
2024-04-04 17:57:06 +01:00 |
|
Corwin
|
3574253df8
|
pointless margins
|
2024-04-04 17:47:53 +01:00 |
|
Corwin
|
b2b93be33d
|
clean up the edges
|
2024-04-04 17:46:11 +01:00 |
|
Corwin
|
374b45be48
|
make crash the index
|
2024-04-04 01:31:26 +01:00 |
|
Corwin
|
366b135b0f
|
Revert "update homepage"
This reverts commit 903f793874 .
|
2024-04-04 01:09:58 +01:00 |
|
Corwin
|
903f793874
|
update homepage
|
2024-04-04 01:08:49 +01:00 |
|
Corwin
|
98ce760d77
|
remove unused import
|
2024-04-04 01:07:29 +01:00 |
|
Corwin
|
8cb306a9b7
|
add book
|
2024-04-04 01:07:10 +01:00 |
|
Corwin
|
662cdc73d6
|
ignore game
|
2024-04-04 00:57:10 +01:00 |
|
Corwin
|
190f5c7600
|
remove game
|
2024-04-04 00:57:05 +01:00 |
|
Corwin
|
f8d4620ed5
|
update site
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
e1453cb4c8
|
build mgba wasm
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
a7de8c07d2
|
move mgba app to own directory
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
dc2d969930
|
auto overflow
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
fb5414a036
|
itch specific changes
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
064a919bd6
|
handle overflow of dialog
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
7665135329
|
refer to local paths
|
2024-04-04 00:54:23 +01:00 |
|
Corwin
|
cb68d8c695
|
add depdendency array
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
f354cff108
|
Add a mute button
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
489e95de9f
|
replace slider with a better behaved one
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
3323d6a4e7
|
Force interaction to start
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
f944f35b61
|
Add itch.io scrolling protection
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
91dfb63fbd
|
Properly fullscreen
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
683afbf133
|
Make useLocalStorage actually work
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
472d641cfc
|
Remove another console log
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
bb47bc21a5
|
Remove console log
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
7decbccbcd
|
Localstorage
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
bf722ecdfa
|
Nicer key rebinding
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
ce75b15716
|
Sort out some of the canvas CSS
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
baab2582b5
|
Play the game by default
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
361060da6a
|
Use the actual defaults
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
203dc0cff7
|
Upgrade everything
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
a1c1671b0b
|
Only set settings when the game loads
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
845a4b9244
|
Pause the game while you're choosing key bindings
|
2024-04-04 00:54:23 +01:00 |
|
Gwilym Inzani
|
2106c4cefd
|
Key just works on weird keyboard layouts
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
b97280edd4
|
experiment with bindings
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
4a630fe85b
|
prettier'd
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
f2e5bf432b
|
reload doens't take a value
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
7098e6937b
|
a start of a wrapper around mgba
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
ef1af49a5a
|
delete node env
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
40fec52702
|
add vendored mgba
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
c610465ace
|
delete junk
|
2024-04-04 00:54:22 +01:00 |
|
Corwin
|
96f02f4917
|
react new app
|
2024-04-04 00:54:22 +01:00 |
|