Skip to content

Conversation

@zanza00
Copy link
Contributor

@zanza00 zanza00 commented Apr 11, 2023

implement extensions in barrel exporter, see #12

@zanza00 zanza00 marked this pull request as ready for review April 11, 2023 15:46
@zanza00
Copy link
Contributor Author

zanza00 commented Apr 14, 2023

I was able to update the readme, I had to delete the node_modules.

Now it should be good

@zanza00
Copy link
Contributor Author

zanza00 commented May 3, 2023

Hi @mmkal sorry to bother, can you review this pr?

@mmkal mmkal merged commit 6734425 into mmkal:main Nov 6, 2023
kodiakhq bot referenced this pull request in weareinreach/TransMascFutures Nov 7, 2023
[![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/luxon](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`3.3.3` -> `3.3.4`](https://renovatebot.com/diffs/npm/@types%2fluxon/3.3.3/3.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fluxon/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fluxon/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fluxon/3.3.3/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fluxon/3.3.3/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-plugin-codegen](https://togithub.com/mmkal/eslint-plugin-codegen) | [`0.17.0` -> `0.18.1`](https://renovatebot.com/diffs/npm/eslint-plugin-codegen/0.17.0/0.18.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-codegen/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-codegen/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-codegen/0.17.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-codegen/0.17.0/0.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mmkal/eslint-plugin-codegen (eslint-plugin-codegen)</summary>

### [`v0.18.1`](https://togithub.com/mmkal/eslint-plugin-codegen/releases/tag/v0.18.1)

[Compare Source](https://togithub.com/mmkal/eslint-plugin-codegen/compare/v0.18.0...v0.18.1)

-   add prepare script (hopefully avoid dumb mistakes like [#&#8203;15](https://togithub.com/mmkal/eslint-plugin-codegen/issues/15)) [`aceef3d`](https://togithub.com/mmkal/eslint-plugin-codegen/commit/aceef3d)

### [`v0.18.0`](https://togithub.com/mmkal/eslint-plugin-codegen/releases/tag/v0.18.0)

[Compare Source](https://togithub.com/mmkal/eslint-plugin-codegen/compare/v0.17.0...v0.18.0)

#### What's Changed

-   Support asset imports and pascale-casing by [@&#8203;mmkal](https://togithub.com/mmkal) in [https://github.com/mmkal/eslint-plugin-codegen/pull/10](https://togithub.com/mmkal/eslint-plugin-codegen/pull/10)
-   Support .mts and .cts files by [@&#8203;leondreamed](https://togithub.com/leondreamed) in [https://github.com/mmkal/eslint-plugin-codegen/pull/11](https://togithub.com/mmkal/eslint-plugin-codegen/pull/11)
-   Pass glob, fs and path to meta by [@&#8203;mmkal](https://togithub.com/mmkal) in [https://github.com/mmkal/eslint-plugin-codegen/pull/14](https://togithub.com/mmkal/eslint-plugin-codegen/pull/14)
-   add support for barrel with extensions by [@&#8203;zanza00](https://togithub.com/zanza00) in [https://github.com/mmkal/eslint-plugin-codegen/pull/13](https://togithub.com/mmkal/eslint-plugin-codegen/pull/13)

#### New Contributors

-   [@&#8203;leondreamed](https://togithub.com/leondreamed) made their first contribution in [https://github.com/mmkal/eslint-plugin-codegen/pull/11](https://togithub.com/mmkal/eslint-plugin-codegen/pull/11)
-   [@&#8203;zanza00](https://togithub.com/zanza00) made their first contribution in [https://github.com/mmkal/eslint-plugin-codegen/pull/13](https://togithub.com/mmkal/eslint-plugin-codegen/pull/13)

**Full Changelog**: mmkal/eslint-plugin-codegen@v0.17.0...v0.18.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 is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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/weareinreach/GLAAD).



PR-URL: #234
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@zanza00 zanza00 deleted the barrel-export-extensions branch February 3, 2024 00:30
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