Skip to content
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

Bump json5 from 2.2.1 to 2.2.3 in /FabricExample #2365

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps json5 from 2.2.1 to 2.2.3.

Release notes

Sourced from json5's releases.

v2.2.3

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 9, 2023
@j-piasecki j-piasecki merged commit 57761e4 into main Jan 9, 2023
@j-piasecki j-piasecki deleted the dependabot/npm_and_yarn/FabricExample/json5-2.2.3 branch January 9, 2023 09:12
hyochan referenced this pull request in hyochan/dooboo-ui Mar 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…266)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-gesture-handler](https://togithub.com/software-mansion/react-native-gesture-handler)
| [`~2.8.0` ->
`~2.9.0`](https://renovatebot.com/diffs/npm/react-native-gesture-handler/2.8.0/2.9.0)
|
[![age](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>software-mansion/react-native-gesture-handler</summary>

###
[`v2.9.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.9.0)

[Compare
Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.8.0...2.9.0)

#### ❗ Important changes

- Support React Native 0.71 by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2313](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2313)

#### 🐛 Bug fixes

- Use `ReturnType` instead of explicit `AnimatedInterpolation` type by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2294](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2294)
- Fix default `shouldCancelWhenOutside` on iOS and Android by
[@&#8203;Warus15](https://togithub.com/Warus15) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2297](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2297)
- Fix `onBegin` and `onTouchesDown` event ordering on iOS by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2278](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2278)
- Fix buttons getting locked in some cases on Android by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2315](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2315)
- fix RNGH not working in pnpm project by
[@&#8203;chj-damon](https://togithub.com/chj-damon) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2334](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2334)
- GestureDetector: more checks for mounted component by
[@&#8203;phryneas](https://togithub.com/phryneas) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2335](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2335)
- Fix `GestureDetector` not working when the underlying view changes by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2092](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2092)
- Cocoapods: Fix deprecated/removed File.exists method by
[@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2368](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2368)

#### 🔢 Miscellaneous

- Update React Native to 0.70.3 in the example apps by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2267](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2267)
- Reformat iOS codebase by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2296](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2296)
- Update the commit hash in `.git-blame-ignore-revs` by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2306](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2306)
- Provide proper Algolia Search API key by
[@&#8203;kacperkapusciak](https://togithub.com/kacperkapusciak) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2308](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2308)
- Fix search modal styling in the docs by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2309](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2309)
- Bump loader-utils from 2.0.0 to 2.0.3 in /docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2311](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2311)
- Fixed typo in doc: cancelsToucesInView > cancelsTouchesInView by
[@&#8203;vidalmaxime](https://togithub.com/vidalmaxime) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2318](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2318)
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2338](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2338)
- Bump loader-utils from 2.0.3 to 2.0.4 in /docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2321](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2321)
- Bump qs from 6.10.1 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2342](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2342)
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /FabricExample by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2340](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2340)
- \[docs] Fixed doubleTap example in docs by
[@&#8203;robwalkerco](https://togithub.com/robwalkerco) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2349](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2349)
- Bump json5 from 2.2.1 to 2.2.3 in /docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2366](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2366)
- Bump json5 from 2.2.1 to 2.2.3 in /FabricExample by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2365](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2365)

#### New Contributors

- [@&#8203;vidalmaxime](https://togithub.com/vidalmaxime) made their
first contribution in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2318](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2318)
- [@&#8203;chj-damon](https://togithub.com/chj-damon) made their first
contribution in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2334](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2334)
- [@&#8203;robwalkerco](https://togithub.com/robwalkerco) made their
first contribution in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2349](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2349)

**Full Changelog**:
software-mansion/react-native-gesture-handler@2.8.0...2.9.0

</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://app.renovatebot.com/dashboard#github/dooboolab/dooboo-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hyochan referenced this pull request in hyochan/dooboo-ui Mar 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…296)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-gesture-handler](https://togithub.com/software-mansion/react-native-gesture-handler)
| [`2.8.0` ->
`2.9.0`](https://renovatebot.com/diffs/npm/react-native-gesture-handler/2.8.0/2.9.0)
|
[![age](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/react-native-gesture-handler/2.9.0/confidence-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>software-mansion/react-native-gesture-handler</summary>

###
[`v2.9.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.9.0)

[Compare
Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.8.0...2.9.0)

#### ❗ Important changes

- Support React Native 0.71 by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2313](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2313)

#### 🐛 Bug fixes

- Use `ReturnType` instead of explicit `AnimatedInterpolation` type by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2294](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2294)
- Fix default `shouldCancelWhenOutside` on iOS and Android by
[@&#8203;Warus15](https://togithub.com/Warus15) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2297](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2297)
- Fix `onBegin` and `onTouchesDown` event ordering on iOS by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2278](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2278)
- Fix buttons getting locked in some cases on Android by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2315](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2315)
- fix RNGH not working in pnpm project by
[@&#8203;chj-damon](https://togithub.com/chj-damon) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2334](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2334)
- GestureDetector: more checks for mounted component by
[@&#8203;phryneas](https://togithub.com/phryneas) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2335](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2335)
- Fix `GestureDetector` not working when the underlying view changes by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2092](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2092)
- Cocoapods: Fix deprecated/removed File.exists method by
[@&#8203;tomekzaw](https://togithub.com/tomekzaw) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2368](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2368)

#### 🔢 Miscellaneous

- Update React Native to 0.70.3 in the example apps by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2267](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2267)
- Reformat iOS codebase by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2296](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2296)
- Update the commit hash in `.git-blame-ignore-revs` by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2306](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2306)
- Provide proper Algolia Search API key by
[@&#8203;kacperkapusciak](https://togithub.com/kacperkapusciak) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2308](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2308)
- Fix search modal styling in the docs by
[@&#8203;j-piasecki](https://togithub.com/j-piasecki) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2309](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2309)
- Bump loader-utils from 2.0.0 to 2.0.3 in /docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2311](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2311)
- Fixed typo in doc: cancelsToucesInView > cancelsTouchesInView by
[@&#8203;vidalmaxime](https://togithub.com/vidalmaxime) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2318](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2318)
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2338](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2338)
- Bump loader-utils from 2.0.3 to 2.0.4 in /docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2321](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2321)
- Bump qs from 6.10.1 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2342](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2342)
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /FabricExample by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2340](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2340)
- \[docs] Fixed doubleTap example in docs by
[@&#8203;robwalkerco](https://togithub.com/robwalkerco) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2349](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2349)
- Bump json5 from 2.2.1 to 2.2.3 in /docs by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2366](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2366)
- Bump json5 from 2.2.1 to 2.2.3 in /FabricExample by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2365](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2365)

#### New Contributors

- [@&#8203;vidalmaxime](https://togithub.com/vidalmaxime) made their
first contribution in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2318](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2318)
- [@&#8203;chj-damon](https://togithub.com/chj-damon) made their first
contribution in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2334](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2334)
- [@&#8203;robwalkerco](https://togithub.com/robwalkerco) made their
first contribution in
[https://github.com/software-mansion/react-native-gesture-handler/pull/2349](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2349)

**Full Changelog**:
software-mansion/react-native-gesture-handler@2.8.0...2.9.0

</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://app.renovatebot.com/dashboard#github/dooboolab/dooboo-ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzUuMTEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant