Skip to content

build: update all non-major dependencies #2720

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

Conversation

angular-robot
Copy link
Collaborator

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

This PR contains the following updates:

Package Type Update Change
@pnpm/dependency-path (source) devDependencies patch 1000.0.6 -> 1000.0.7
@types/node (source) dependencies patch 22.14.0 -> 22.14.1
aspect_rules_js http_archive patch v2.3.4 -> v2.3.5
github/codeql-action action patch v3.28.13 -> v3.28.15
marocchino/sticky-pull-request-comment action patch v2.9.1 -> v2.9.2
nock devDependencies patch 14.0.2 -> 14.0.3
renovate (source) dependencies minor 39.233.3 -> 39.239.0
typescript (source) dependencies patch 5.8.2 -> 5.8.3
undici (source) devDependencies minor 7.7.0 -> 7.8.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aspect-build/rules_js (aspect_rules_js)

v2.3.5

Compare Source

Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.

Using Bzlmod with Bazel 6:

Add to your MODULE.bazel file:

bazel_dep(name = "aspect_rules_js", version = "2.3.5")

####### Node.js version #########

### By default you get the node version from DEFAULT_NODE_VERSION in @​rules_nodejs//nodejs:repositories.bzl
### Optionally you can pin a different node version:
bazel_dep(name = "rules_nodejs", version = "6.3.0")
node = use_extension("@​rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
node.toolchain(node_version = "16.14.2")

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

npm = use_extension("@​aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True)

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

use_repo(npm, "npm")

pnpm = use_extension("@​aspect_rules_js//npm:extensions.bzl", "pnpm")

### Allows developers to use the matching pnpm version, for example:
### bazel run -- @​pnpm --dir /home/runner/work/rules_js/rules_js install
use_repo(pnpm, "pnpm")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "aspect_rules_js",
    sha256 = "1be1a3ec3d3baec4a71bc09ce446eb59bb48ae31af63016481df1532a0d81aee",
    strip_prefix = "rules_js-2.3.5",
    url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.5/rules_js-v2.3.5.tar.gz",
)

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

rules_js_dependencies()

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

Full Changelog: aspect-build/rules_js@v2.3.4...v2.3.5

github/codeql-action (github/codeql-action)

v3.28.15

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.15 - 07 Apr 2025
  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.14 - 07 Apr 2025
  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

marocchino/sticky-pull-request-comment (marocchino/sticky-pull-request-comment)

v2.9.2

Compare Source

What's Changed

Full Changelog: marocchino/sticky-pull-request-comment@v2.9.1...v2.9.2

nock/nock (nock)

v14.0.3

Compare Source

Bug Fixes
renovatebot/renovate (renovate)

v39.239.0

Compare Source

Features
Miscellaneous Chores
  • deps: update dependency vite to v6.2.6 [security] (main) (#​35331) (3bdbd76)

v39.238.2

Compare Source

Bug Fixes
  • workers/auto-replace: correctly handle prefix replacements (#​35265) (afd6415)
Miscellaneous Chores
Code Refactoring
  • gerrit: remove deprecated source branch as hashtags support (#​33329) (e64ca6b)

v39.238.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.8.13 (main) (#​35289) (25eafdb)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.8.13 (main) (#​35288) (e0b85f3)

v39.238.0

Compare Source

Features
  • datasource/github-runners: mark Windows Server 2025 as stable (#​35284) (ad5c45f)

v39.237.0

Compare Source

Features

v39.236.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.8.12 (main) (#​35279) (702f18f)

v39.236.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update dependency pdm to v2.23.1 (main) (#​35275) (78ecd13)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.8.12 (main) (#​35278) (84454cf)

v39.236.0

Compare Source

Features

v39.235.4

Compare Source

Bug Fixes
Miscellaneous Chores

v39.235.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.8.11 (main) (#​35260) (e4eefde)
Miscellaneous Chores
Code Refactoring

v39.235.2

Compare Source

Build System

v39.235.1

Compare Source

Build System

v39.235.0

Compare Source

Features
Miscellaneous Chores

v39.234.0

Compare Source

Features
Documentation
  • upgrade best practices: update preset code plus small rewrite (#​34837) (0be280b)

v39.233.6

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
Tests

v39.233.5

Compare Source

Bug Fixes
Build System

v39.233.4

Compare Source

Miscellaneous Chores
  • deps: update dependency vite to v6.2.5 [security] (main) (#​35192) (455e796)
  • deps: update jaegertracing/jaeger docker tag to v2.5.0 (main) (#​35200) (a5f6834)
Tests
Build System
microsoft/TypeScript (typescript)

v5.8.3: TypeScript 5.8.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

nodejs/undici (undici)

v7.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.7.0...v7.8.0


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.

👻 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 comp: build renovate managed labels Apr 7, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 7, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 26 times, most recently from f3c0a13 to 777fb20 Compare April 8, 2025 18:09
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 27 times, most recently from 6269e29 to 44fa01c Compare April 11, 2025 21:10
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 44fa01c to 9e16479 Compare April 11, 2025 22:11
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 comp: build renovate managed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant