Skip to content

build: update all non-major dependencies #30201

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 30, 2025

This PR contains the following updates:

Package Type Update Change
aspect_rules_rollup http_archive patch v2.0.0 -> v2.0.1
vite (source) dependencies patch 6.3.3 -> 6.3.4

Release Notes

aspect-build/rules_rollup (aspect_rules_rollup)

v2.0.1

Compare Source

WORKSPACE snippet:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "aspect_rules_rollup",
    sha256 = "0b8ac7d97cd660eb9a275600227e9c4268f5904cba962939d1a6ce9a0a059d2e",
    strip_prefix = "rules_rollup-2.0.1",
    url = "https://github.com/aspect-build/rules_rollup/releases/download/v2.0.1/rules_rollup-v2.0.1.tar.gz",
)

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

### rules_rollup setup #
######################
load("@​aspect_rules_rollup//rollup:dependencies.bzl", "rules_rollup_dependencies")

### Fetches the rules_rollup 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.
rules_rollup_dependencies()

load("@​aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

rules_js_dependencies()

### Fetch and register a node toolchain, if you haven't already

load("@​aspect_rules_js//js:toolchains.bzl", "DEFAULT_NODE_VERSION", "rules_js_register_toolchains")

rules_js_register_toolchains(node_version = DEFAULT_NODE_VERSION)

load("@​aspect_rules_js//npm:repositories.bzl", "npm_translate_lock")

npm_translate_lock(
    name = "npm",
    npmrc = "//:.npmrc",
    pnpm_lock = "//:pnpm-lock.yaml",
    verify_node_modules_ignored = "//:.bazelignore",
)

load("@​npm//:repositories.bzl", "npm_repositories")

npm_repositories()

What's Changed

New Contributors

Full Changelog: aspect-build/rules_rollup@v2.0.0...v2.0.1

vitejs/vite (vite)

v6.3.4

Compare Source


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Apr 30, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 30, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-minor-patch branch from ee332f8 to 92c830d Compare April 30, 2025 08:03
@angular-robot angular-robot changed the title build: update dependency vite to v6.3.4 build: update all non-major dependencies Apr 30, 2025
@alan-agius4 alan-agius4 merged commit 52839c5 into angular:main Apr 30, 2025
30 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-minor-patch branch April 30, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants