-
Notifications
You must be signed in to change notification settings - Fork 23
chore(deps): update dependency aspect_rules_ts to v3.8.1 #226
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
MODULE.bazel
Outdated
| bazel_dep(name = "aspect_bazel_lib", version = "2.21.1") | ||
| bazel_dep(name = "aspect_rules_js", version = "2.7.0") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.7.0") | ||
| bazel_dep(name = "aspect_rules_ts", version = "3.7.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regenerate MODULE.bazel.lock after bumping aspect_rules_ts
The new bazel_dep version is 3.7.1, but MODULE.bazel.lock still pins aspect_rules_ts at 3.7.0. Bazel checks that the lock matches MODULE.bazel; with this mismatch, any bazel command will fail with an out‑of‑date lock error until someone runs bazel mod tidy (or similar) and commits the updated lock. Please update the lock file alongside the version bump.
Useful? React with 👍 / 👎.
|
a273bd3 to
0e4de73
Compare
0e4de73 to
56eaf2d
Compare
56eaf2d to
bec0018
Compare
bec0018 to
4ce544b
Compare
This PR contains the following updates:
3.7.0->3.8.1Release Notes
aspect-build/rules_ts (aspect_rules_ts)
v3.8.1Using Bzlmod:
Add to your
MODULE.bazelfile:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACEfile:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
Full Changelog: aspect-build/rules_ts@v3.8.0...v3.8.1
v3.8.0Using Bzlmod:
Add to your
MODULE.bazelfile:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACEfile:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
Full Changelog: aspect-build/rules_ts@v3.7.1...v3.8.0
v3.7.1Using Bzlmod:
Add to your
MODULE.bazelfile:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACEfile:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
Full Changelog: aspect-build/rules_ts@v3.7.0...v3.7.1
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 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.
This PR was generated by Mend Renovate. View the repository job log.