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

refactor(index): regex updates #136

Merged
merged 2 commits into from
Jul 19, 2024
Merged

refactor(index): regex updates #136

merged 2 commits into from
Jul 19, 2024

Conversation

Fdawgs
Copy link
Member

@Fdawgs Fdawgs commented Jul 19, 2024

  • Replaced a-zA-Z0-9_ inside character class with \w word character, which is equivilent
  • Replaced lower-case and upper-case character ranges with case-insensitive i flag

Similar to fastify/fast-content-type-parse#16

Checklist

Copy link
Contributor

@Uzlopak Uzlopak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Fdawgs Fdawgs merged commit c6ca15c into master Jul 19, 2024
16 checks passed
@Fdawgs Fdawgs deleted the refactor/strict-regex branch July 19, 2024 09:02
renovate bot added a commit to tomacheese/telcheck that referenced this pull request Sep 17, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@fastify/basic-auth](https://redirect.github.com/fastify/fastify-basic-auth)
| [`5.1.1` ->
`6.0.0`](https://renovatebot.com/diffs/npm/@fastify%2fbasic-auth/5.1.1/6.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fbasic-auth/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fbasic-auth/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fbasic-auth/5.1.1/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fbasic-auth/5.1.1/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-basic-auth
(@&#8203;fastify/basic-auth)</summary>

###
[`v6.0.0`](https://redirect.github.com/fastify/fastify-basic-auth/releases/tag/v6.0.0)

[Compare
Source](https://redirect.github.com/fastify/fastify-basic-auth/compare/v5.1.1...v6.0.0)

#### What's Changed

- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify-basic-auth#127
- docs(readme): replace `fastify.io` links with `fastify.dev` by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify-basic-auth#128
- docs(readme): fix broken link by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify-basic-auth#129
- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify-basic-auth#130
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify-basic-auth#132
- build(deps): bump
[@&#8203;fastify/error](https://redirect.github.com/fastify/error) from
3.4.1 to 4.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify-basic-auth#133
- Merge `next` into `master` by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[fastify/fastify-basic-auth#134
- build(deps-dev): bump tsd from 0.30.7 to 0.31.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify-basic-auth#135
- refactor(index): regex updates by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify-basic-auth#136
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
20.14.13 to 22.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify-basic-auth#137
- build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[fastify/fastify-basic-auth#139
- chore: update min fastify version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[fastify/fastify-basic-auth#138
- chore: migrate from tap to node:test and c8 by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[fastify/fastify-basic-auth#140

#### New Contributors

- [@&#8203;dancastillo](https://redirect.github.com/dancastillo) made
their first contribution in
[fastify/fastify-basic-auth#140

**Full Changelog**:
fastify/fastify-basic-auth@v5.1.1...v6.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tomacheese/telcheck).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

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.

2 participants