Skip to content

Tags: sambacha/create-subgraph-app

Tags

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci(workflow): nodejs (#56)

depreciate nodejs 12 testing

v1.0.6

Toggle v1.0.6's commit message
feat(graphql): better codegen and tools

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(deps): update dependency eslint-plugin-react to v7.23.0 (#55)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-react](https://togithub.com/yannickcr/eslint-plugin-react) | [`7.22.0` -> `7.23.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.22.0/7.23.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/compatibility-slim/7.22.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.23.0/confidence-slim/7.22.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>yannickcr/eslint-plugin-react</summary>

### [`v7.23.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#&#8203;7230---20210322)

[Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0)

##### Added

-   [`jsx-no-target-blank`]&#x3A; add fixer ([#&#8203;2862][] [@&#8203;Nokel81](https://togithub.com/Nokel81))
-   [`jsx-pascal-case`]&#x3A; support minimatch `ignore` option ([#&#8203;2906][] [@&#8203;bcherny](https://togithub.com/bcherny))
-   [`jsx-pascal-case`]&#x3A; support `allowNamespace` option ([#&#8203;2917][] [@&#8203;kev-y-huang](https://togithub.com/kev-y-huang))
-   [`jsx-newline`]&#x3A; Add prevent option ([#&#8203;2935][] [@&#8203;jsphstls](https://togithub.com/jsphstls))
-   [`no-unstable-nested-components`]&#x3A; Prevent creating unstable components inside components ([#&#8203;2750][] [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio))
-   added `jsx-runtime` config, for the modern JSX runtime transform ([@&#8203;ljharb](https://togithub.com/ljharb))

##### Fixed

-   [`jsx-no-constructed-context-values`]&#x3A; avoid a crash with `as X` TS code ([#&#8203;2894][] [@&#8203;ljharb](https://togithub.com/ljharb))
-   [`jsx-no-constructed-context-values`]&#x3A; avoid a crash with boolean shorthand ([#&#8203;2895][] [@&#8203;ljharb](https://togithub.com/ljharb))
-   [`static-property-placement`]&#x3A; do not report non-components ([#&#8203;2893][] [@&#8203;golopot](https://togithub.com/golopot))
-   [`no-array-index-key`]&#x3A; support optional chaining ([#&#8203;2897][] [@&#8203;SyMind](https://togithub.com/SyMind))
-   [`no-typos`]&#x3A; avoid a crash on bindingless `prop-types` import; add warning ([#&#8203;2899][] [@&#8203;ljharb](https://togithub.com/ljharb))
-   [`jsx-curly-brace-presence`]&#x3A; ignore containers with comments ([#&#8203;2900][] [@&#8203;golopot](https://togithub.com/golopot))
-   [`destructuring-assignment`]&#x3A; fix a false positive for local prop named `context` in SFC ([#&#8203;2929][] [@&#8203;SyMind](https://togithub.com/SyMind))
-   [`jsx-no-target-blank`]&#x3A; Allow rel="noreferrer" when `allowReferrer` is true ([#&#8203;2925][] [@&#8203;edemaine](https://togithub.com/edemaine))
-   [`boolean-prop-naming`]&#x3A; add check for typescript "boolean" type ([#&#8203;2930][] [@&#8203;vedadeepta](https://togithub.com/vedadeepta))
-   version detection: Add tests that verify versioning works for sibling and child projects ([#&#8203;2943][] [@&#8203;jcrosetto](https://togithub.com/jcrosetto))
-   [`jsx-curly-newline`]&#x3A; Update error messages ([#&#8203;2933][] [@&#8203;jbrower2](https://togithub.com/jbrower2))

##### Changed

-   [Docs][`jsx-no-constructed-context-values`]\[]: fix invalid example syntax ([#&#8203;2910][] [@&#8203;kud](https://togithub.com/kud))
-   [readme] Replace lists of rules with tables in readme ([#&#8203;2908][] [@&#8203;motato1](https://togithub.com/motato1))
-   [Docs] added missing curly braces ([#&#8203;2923][] [@&#8203;Muditxofficial](https://togithub.com/Muditxofficial))

[#&#8203;2943]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2943

[#&#8203;2935]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2935

[#&#8203;2933]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2933

[#&#8203;2930]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2930

[#&#8203;2929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2929

[#&#8203;2925]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2925

[#&#8203;2923]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2923

[#&#8203;2917]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2917

[#&#8203;2910]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2910

[#&#8203;2908]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2908

[#&#8203;2906]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2906

[#&#8203;2900]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2900

[#&#8203;2899]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2899

[#&#8203;2897]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2897

[#&#8203;2895]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2895

[#&#8203;2894]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2894

[#&#8203;2893]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2893

[#&#8203;2862]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2862

[#&#8203;2750]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2750

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/sambacha/create-subgraph-app).

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): update dependency @types/jest to v26.0.21 (#51)

[![WhiteSource 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) | [`26.0.20` -> `26.0.21`](https://renovatebot.com/diffs/npm/@types%2fjest/26.0.20/26.0.21) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/compatibility-slim/26.0.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/confidence-slim/26.0.20)](https://docs.renovatebot.com/merge-confidence/) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/sambacha/create-subgraph-app).

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nodejs.yml (#41)

1.0.1

Toggle 1.0.1's commit message
Release 1.0.1

1.0.0

Toggle 1.0.0's commit message
feat(subgraph): subgraph template