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 dependency aspect_rules_swc to v0.20.0 #1600

Merged
merged 4 commits into from
Dec 11, 2022

Conversation

Zemnmez
Copy link
Member

@Zemnmez Zemnmez commented Dec 10, 2022

This PR contains the following updates:

Package Type Update Change
aspect_rules_swc http_archive minor v0.19.3 -> v0.20.0

Release Notes

aspect-build/rules_swc

v0.20.0

Compare Source

WORKSPACE snippet:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "aspect_rules_swc",
    sha256 = "2c979b07bc665a9db376ee80ac31278bbb5e11776f9f076e16abd0eabe8f9ae5",
    strip_prefix = "rules_swc-0.20.0",
    url = "https://github.com/aspect-build/rules_swc/archive/refs/tags/v0.20.0.tar.gz",
)

###################

### rules_swc setup #
###################

### Fetches the rules_swc dependencies.
### If you want to have a different version of some dependency,

### you should fetch it *before* calling this.
### Alternatively, you can skip calling this function, so long as you've

### already fetched all the dependencies.
load("@​aspect_rules_swc//swc:dependencies.bzl", "rules_swc_dependencies")

rules_swc_dependencies()

### Fetches a pre-built Rust-node binding from
### https://github.com/swc-project/swc/releases.

### If you'd rather compile it from source, you can use rules_rust, fetch the project,
### then register the toolchain yourself. (Note, this is not yet documented)
load("@​aspect_rules_swc//swc:repositories.bzl", "LATEST_VERSION", "swc_register_toolchains")

swc_register_toolchains(
    name = "swc",
    swc_version = LATEST_VERSION,
)

### Fetches a NodeJS interpreter, needed to run the swc CLI.
### You can skip this if you already register a nodejs toolchain.
load("@​rules_nodejs//nodejs:repositories.bzl", "DEFAULT_NODE_VERSION", "nodejs_register_toolchains")

nodejs_register_toolchains(
    name = "nodejs",
    node_version = DEFAULT_NODE_VERSION,
)

What's Changed

Full Changelog: aspect-build/rules_swc@v0.19.3...v0.20.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@Zemnmez Zemnmez enabled auto-merge (rebase) December 10, 2022 07:21
@Zemnmez Zemnmez force-pushed the renovate/aspect_rules_swc-0.x branch from bc5a0f6 to 31205d1 Compare December 10, 2022 08:29
@Zemnmez Zemnmez force-pushed the renovate/aspect_rules_swc-0.x branch from 31205d1 to 5cf08a6 Compare December 10, 2022 08:40
@Zemnmez
Copy link
Member Author

Zemnmez commented Dec 10, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Zemnmez Zemnmez merged commit 692f760 into main Dec 11, 2022
@Zemnmez Zemnmez deleted the renovate/aspect_rules_swc-0.x branch December 11, 2022 06:52
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