Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ffgan/jq.bzl

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: stray reference to bazel_lib jq_toolchains.bzl (bazel-contrib#36)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (

…bazel-contrib#16)

> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
> 
> This notice will be removed on 2025-10-07.

<hr>

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[pre-commit/pre-commit-hooks](https://redirect.github.com/pre-commit/pre-commit-hooks)
| repository | major | `v5.0.0` -> `v6.0.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>pre-commit/pre-commit-hooks
(pre-commit/pre-commit-hooks)</summary>

###
[`v6.0.0`](https://redirect.github.com/pre-commit/pre-commit-hooks/releases/tag/v6.0.0):
pre-commit-hooks v6.0.0

[Compare
Source](https://redirect.github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)

#### Fixes

- `check-shebang-scripts-are-executable`: improve error message.
-
[#&#8203;1115](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1115)
PR by [@&#8203;homebysix](https://redirect.github.com/homebysix).

#### Migrating

- now requires python >= 3.9.
-
[#&#8203;1098](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1098)
PR by [@&#8203;asottile](https://redirect.github.com/asottile).
- `file-contents-sorter`: disallow `--unique` and `--ignore-case` at the
same
  time.
-
[#&#8203;1095](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1095)
PR by [@&#8203;nemacysts](https://redirect.github.com/nemacysts).
-
[#&#8203;794](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/794)
issue by [@&#8203;teksturi](https://redirect.github.com/teksturi).
- Removed `check-byte-order-marker` and `fix-encoding-pragma`.
  - `check-byte-order-marker`: migrate to `fix-byte-order-marker`.
  - `fix-encoding-pragma`: migrate to `pyupgrade`.
-
[#&#8203;1034](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1034)
PR by [@&#8203;mxr](https://redirect.github.com/mxr).
-
[#&#8203;1032](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/1032)
issue by [@&#8203;mxr](https://redirect.github.com/mxr).
-
[#&#8203;522](https://redirect.github.com/pre-commit/pre-commit-hooks/issues/522)
PR by [@&#8203;jgowdy](https://redirect.github.com/jgowdy).

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bazel-contrib/jq.bzl).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: usage docs in starlark

This ensures they show on BCR UI so the repo README isn't needed.

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: produce starlark_doc_extract rules

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: propagation of tag name (bazel-contrib#24)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: permissions were in wrong job

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: publish API docs with releases

Follow-up to bazel-contrib#14

main

Toggle main's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: permissions were in wrong job

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: port from bazel-lib (bazel-contrib#1)

Broke this rule out from bazel-lib.

Reasoning is the same as for tar.bzl - we want jq to appear on the BCR and make it simpler for users to find docs and send PRs.