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

Update README.md for v0.12.0 #143

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

auth-for-create-pull-request[bot]
Copy link
Contributor

Automated update of README.md for release v0.12.0

@auth-for-create-pull-request auth-for-create-pull-request bot merged commit f50684a into main Mar 27, 2023
@auth-for-create-pull-request auth-for-create-pull-request bot deleted the auto_update_readme_for_v0.12.0 branch March 27, 2023 18:52
renovate bot added a commit to cgrindel/rules_swift_package_manager that referenced this pull request Apr 17, 2023
#355)

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[rules_bazel_integration_test](https://togithub.com/bazel-contrib/rules_bazel_integration_test)
| http_archive | minor | `v0.12.0` -> `v0.13.0` |

---

### Release Notes

<details>
<summary>bazel-contrib/rules_bazel_integration_test</summary>

###
[`v0.13.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.13.0)

[Compare
Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.12.0...v0.13.0)

#### What's Changed

- Update README.md for v0.12.0 by
[@&#8203;auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request)
in
[bazel-contrib/rules_bazel_integration_test#143
- chore: update `README.md` with bzlmod instructions by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#142
- Allow passing data to a bazel_integration_test by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#145
- Support bazel binaries which aren't called bazel by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#147
- fix: typo in module snippet comment by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#148
- chore: enable `custom_test_runner` example by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#149
- chore: add `dev_dependency` to module snippet by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#150
- Absolutify $(rootpath) env vars by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#146

#### New Contributors

- [@&#8203;illicitonion](https://togithub.com/illicitonion) made their
first contribution in
[bazel-contrib/rules_bazel_integration_test#145

**Full Changelog**:
bazel-contrib/rules_bazel_integration_test@v0.12.0...v0.13.0

#### Bazel Module Snippet

```python
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.13.0",
    dev_dependency = True,
)
```

#### Workspace Snippet

```python
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "1ea55655cc9d69d1995c58c980774b1c0793529694542e74fb4bc943c80bfcad",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.13.0/rules_bazel_integration_test.v0.13.0.tar.gz",
    ],
)

load("@&#8203;rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")

bazel_integration_test_rules_dependencies()

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://app.renovatebot.com/dashboard#github/cgrindel/rules_swift_package_manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to cgrindel/bazel-starlib that referenced this pull request Apr 17, 2023
#284)

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[rules_bazel_integration_test](https://togithub.com/bazel-contrib/rules_bazel_integration_test)
| http_archive | minor | `v0.12.0` -> `v0.13.0` |

---

### Release Notes

<details>
<summary>bazel-contrib/rules_bazel_integration_test</summary>

###
[`v0.13.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.13.0)

[Compare
Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.12.0...v0.13.0)

#### What's Changed

- Update README.md for v0.12.0 by
[@&#8203;auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request)
in
[bazel-contrib/rules_bazel_integration_test#143
- chore: update `README.md` with bzlmod instructions by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#142
- Allow passing data to a bazel_integration_test by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#145
- Support bazel binaries which aren't called bazel by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#147
- fix: typo in module snippet comment by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#148
- chore: enable `custom_test_runner` example by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#149
- chore: add `dev_dependency` to module snippet by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[bazel-contrib/rules_bazel_integration_test#150
- Absolutify $(rootpath) env vars by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazel-contrib/rules_bazel_integration_test#146

#### New Contributors

- [@&#8203;illicitonion](https://togithub.com/illicitonion) made their
first contribution in
[bazel-contrib/rules_bazel_integration_test#145

**Full Changelog**:
bazel-contrib/rules_bazel_integration_test@v0.12.0...v0.13.0

#### Bazel Module Snippet

```python
bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.13.0",
    dev_dependency = True,
)
```

#### Workspace Snippet

```python
http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "1ea55655cc9d69d1995c58c980774b1c0793529694542e74fb4bc943c80bfcad",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.13.0/rules_bazel_integration_test.v0.13.0.tar.gz",
    ],
)

load("@&#8203;rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")

bazel_integration_test_rules_dependencies()

load("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
```

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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://app.renovatebot.com/dashboard#github/cgrindel/bazel-starlib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cgrindel added a commit to k1nkreet/rules_bazel_integration_test that referenced this pull request Sep 27, 2023
Automated update of `README.md` for release v0.12.0

Co-authored-by: cgrindel <cgrindel@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