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

chore: bump the dependencies-major group with 1 update #353

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps the dependencies-major group with 1 update: safe-regex2.

Updates safe-regex2 from 2.0.0 to 3.1.0

Release notes

Sourced from safe-regex2's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: fastify/safe-regex2@v3.0.0...v3.1.0

v3.0.0

What's Changed

New Contributors

Full Changelog: fastify/safe-regex2@1.1.0...v3.0.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies-major group with 1 update: [safe-regex2](https://github.com/fastify/safe-regex).


Updates `safe-regex2` from 2.0.0 to 3.1.0
- [Release notes](https://github.com/fastify/safe-regex/releases)
- [Commits](https://github.com/fastify/safe-regex/commits/v3.1.0)

---
updated-dependencies:
- dependency-name: safe-regex2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies-major
...

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 Mar 5, 2024
@github-actions github-actions bot merged commit 8c7983c into main Mar 5, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-major-8689e1afd9 branch March 5, 2024 17:53
Josh-Walker-GM referenced this pull request in redwoodjs/redwood May 16, 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 |
|---|---|---|---|---|---|
| [find-my-way](https://github.com/delvedor/find-my-way) | [`8.1.0` ->
`8.2.0`](https://renovatebot.com/diffs/npm/find-my-way/8.1.0/8.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/find-my-way/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/find-my-way/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/find-my-way/8.1.0/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/find-my-way/8.1.0/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>delvedor/find-my-way (find-my-way)</summary>

###
[`v8.2.0`](https://github.com/delvedor/find-my-way/releases/tag/v8.2.0)

[Compare
Source](https://github.com/delvedor/find-my-way/compare/v8.1.0...v8.2.0)

#### What's Changed

- Update contraint check to throw with 32 handlers by
[@&#8203;valeneiko](https://github.com/valeneiko) in
[https://github.com/delvedor/find-my-way/pull/344](https://github.com/delvedor/find-my-way/pull/344)
- feat: add node: prefix for assert by
[@&#8203;SavaCool122](https://github.com/SavaCool122) in
[https://github.com/delvedor/find-my-way/pull/347](https://github.com/delvedor/find-my-way/pull/347)
- add dependabot.yml by [@&#8203;Uzlopak](https://github.com/Uzlopak)
in
[https://github.com/delvedor/find-my-way/pull/350](https://github.com/delvedor/find-my-way/pull/350)
- chore: bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/delvedor/find-my-way/pull/351](https://github.com/delvedor/find-my-way/pull/351)
- chore: bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/delvedor/find-my-way/pull/352](https://github.com/delvedor/find-my-way/pull/352)
- Achieve 100% test coverage by
[@&#8203;jean-michelet](https://github.com/jean-michelet) in
[https://github.com/delvedor/find-my-way/pull/349](https://github.com/delvedor/find-my-way/pull/349)
- chore: bump the dependencies-major group with 1 update by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/delvedor/find-my-way/pull/353](https://github.com/delvedor/find-my-way/pull/353)
- Fix header in README by [@&#8203;selimb](https://github.com/selimb)
in
[https://github.com/delvedor/find-my-way/pull/345](https://github.com/delvedor/find-my-way/pull/345)
- Exclude Node v14 and v16 on macos by
[@&#8203;mcollina](https://github.com/mcollina) in
[https://github.com/delvedor/find-my-way/pull/364](https://github.com/delvedor/find-my-way/pull/364)
- add node v22. Skip old nodes on mac by
[@&#8203;mcollina](https://github.com/mcollina) in
[https://github.com/delvedor/find-my-way/pull/363](https://github.com/delvedor/find-my-way/pull/363)
- Support optional params on root by
[@&#8203;mcollina](https://github.com/mcollina) in
[https://github.com/delvedor/find-my-way/pull/367](https://github.com/delvedor/find-my-way/pull/367)

#### New Contributors

- [@&#8203;valeneiko](https://github.com/valeneiko) made their first
contribution in
[https://github.com/delvedor/find-my-way/pull/344](https://github.com/delvedor/find-my-way/pull/344)
- [@&#8203;SavaCool122](https://github.com/SavaCool122) made their
first contribution in
[https://github.com/delvedor/find-my-way/pull/347](https://github.com/delvedor/find-my-way/pull/347)
- [@&#8203;dependabot](https://github.com/dependabot) made their first
contribution in
[https://github.com/delvedor/find-my-way/pull/351](https://github.com/delvedor/find-my-way/pull/351)
- [@&#8203;jean-michelet](https://github.com/jean-michelet) made their
first contribution in
[https://github.com/delvedor/find-my-way/pull/349](https://github.com/delvedor/find-my-way/pull/349)
- [@&#8203;selimb](https://github.com/selimb) made their first
contribution in
[https://github.com/delvedor/find-my-way/pull/345](https://github.com/delvedor/find-my-way/pull/345)

**Full Changelog**:
delvedor/find-my-way@v8.1.0...v8.2.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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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.

0 participants