Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2025

Bumps rules_flex from 0.3 to 0.4.

Release notes

Sourced from rules_flex's releases.

rules_flex v0.4

Release checksums:

52f34e7bf0ed027cfbba8d628938f1524399dba2172e8d910e73ef9a244c1930  rules_flex-v0.4.tar.xz
4e5f8ca15113efcdd95cc27199f828348ac25bcfd35e5bf806111427eca393fc  rules_flex-v0.4.tar.zst

rules_flex v0.3.2

Release checksums:

ad492965a0baf3824339949040da32f608d3642f921ef1c77b716df5676e0289  rules_flex-v0.3.2.tar.xz
b84b4828990fbb7ceddd955c399660c27534859f1c45cc455aa4378856c20fae  rules_flex-v0.3.2.tar.zst

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_m4",
sha256 = "49aafc0d41c9258122b10dd4e705d6d8a42830d271e99ca2d6389506d31515c6",
urls = ["https://github.com/jmillikin/rules_m4/releases/download/v0.2.5/rules_m4-v0.2.5.tar.xz"],
)
load("@​rules_m4//m4:m4.bzl", "m4_register_toolchains")
m4_register_toolchains(version = "1.4.18")
http_archive(
name = "rules_flex",
sha256 = "ad492965a0baf3824339949040da32f608d3642f921ef1c77b716df5676e0289",
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.3.2/rules_flex-v0.3.2.tar.xz"],
)
load("@​rules_flex//flex:flex.bzl", "flex_register_toolchains")
flex_register_toolchains(version = "2.6.4")

rules_flex v0.3.1

Release checksums:

04f709d84237b63b6f7dce17be69e460589e546fdc6caca924ed7e53de42a3a8  rules_flex-v0.3.1.tar.xz
cde6b0455a7ff536a3d010fa1136520a77efb9324cd1eebdc86bf7c1ccace3aa  rules_flex-v0.3.1.tar.zst

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
</tr></table>

... (truncated)

Commits
  • c58ff42 rules_flex v0.4
  • 9964c5b Remove WORKSPACE dependency example from the README
  • 0b1e82f Load C/C++ rules from @rules_cc
  • 710003c rules_flex v0.3.2
  • 81b8099 Bump the rules_m4 dependency version to 0.2.5
  • a551998 Add dependency on rules_cc, but don't load from it yet
  • b4f3f70 Use @rules_shell for sh_test + move docs_test to subdir
  • 226f6a6 Disable linking flex binary with libstdc++ by default
  • df056a1 Add extra_linkopts to flex_repository rule
  • 9caa92b Add cc_srcs and cc_hdrs output groups to flex rule
  • Additional commits viewable in compare view

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_flex](https://github.com/jmillikin/rules_flex) from 0.3 to 0.4.
- [Release notes](https://github.com/jmillikin/rules_flex/releases)
- [Commits](jmillikin/rules_flex@v0.3...v0.4)

---
updated-dependencies:
- dependency-name: rules_flex
  dependency-version: '0.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file bazel Pull requests that update bazel code labels Dec 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants