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

feat: Allow glob wildcard character in exclude option #1291

Merged
merged 1 commit into from Apr 3, 2024

Conversation

Quramy
Copy link
Owner

@Quramy Quramy commented Apr 3, 2024

No description provided.

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.59%. Comparing base (9f3449f) to head (cac004f).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1291      +/-   ##
==========================================
+ Coverage   96.55%   96.59%   +0.03%     
==========================================
  Files          79       80       +1     
  Lines        5889     5956      +67     
  Branches     1099     1182      +83     
==========================================
+ Hits         5686     5753      +67     
+ Misses        200      196       -4     
- Partials        3        7       +4     
Files Coverage Δ
src/string-util/glob-to-regexp.ts 100.00% <100.00%> (ø)
src/ts-ast-util/file-name-filter.ts 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes

@Quramy Quramy merged commit 4941d0d into main Apr 3, 2024
3 checks passed
@Quramy Quramy deleted the allow_glob_charcter_as_excludes branch April 3, 2024 09:38
ckomop0x pushed a commit to ckomop0x/ckomop0x.me.site that referenced this pull request Apr 4, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-graphql-plugin](https://togithub.com/Quramy/ts-graphql-plugin) |
[`4.0.0` ->
`4.0.2`](https://renovatebot.com/diffs/npm/ts-graphql-plugin/4.0.0/4.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/ts-graphql-plugin/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-graphql-plugin/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-graphql-plugin/4.0.0/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-graphql-plugin/4.0.0/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Quramy/ts-graphql-plugin (ts-graphql-plugin)</summary>

###
[`v4.0.2`](https://togithub.com/Quramy/ts-graphql-plugin/releases/tag/v4.0.2)

[Compare
Source](https://togithub.com/Quramy/ts-graphql-plugin/compare/v4.0.1...v4.0.2)

#### What's Changed

- feat: Allow glob wildcard character in `exclude` option by
[@&#8203;Quramy](https://togithub.com/Quramy) in
[Quramy/ts-graphql-plugin#1291

**Full Changelog**:
Quramy/ts-graphql-plugin@v4.0.1...v4.0.2

###
[`v4.0.1`](https://togithub.com/Quramy/ts-graphql-plugin/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/Quramy/ts-graphql-plugin/compare/v4.0.0...v4.0.1)

#### What's Changed

- chore: Turn off duplicated rule by
[@&#8203;Quramy](https://togithub.com/Quramy) in
[Quramy/ts-graphql-plugin#1282
- chore: Upgrade to fretted-strings v2 by
[@&#8203;Quramy](https://togithub.com/Quramy) in
[Quramy/ts-graphql-plugin#1285
- chore: Use provided TypeScript module by
[@&#8203;Quramy](https://togithub.com/Quramy) in
[Quramy/ts-graphql-plugin#1287
- perf: Don't recreate ts.Program in CLI by
[@&#8203;Quramy](https://togithub.com/Quramy) in
[Quramy/ts-graphql-plugin#1289

**Full Changelog**:
Quramy/ts-graphql-plugin@v4.0.0...v4.0.1

</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/ckomop0x/ckomop0x.me.site.v2).

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

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant