Skip to content

Commit 8611d54

Browse files
Merge branch 'main' into boost.timer-1.83.0.bcr.1
2 parents 5ce7653 + f7c4f76 commit 8611d54

File tree

236 files changed

+8994
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+8994
-41
lines changed

.github/workflows/dismiss_approvals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
13+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1414
with:
1515
egress-policy: audit
1616

.github/workflows/generate_module_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
14+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1515
with:
1616
egress-policy: audit
1717

.github/workflows/notify_maintainers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
14+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1515
with:
1616
egress-policy: audit
1717

.github/workflows/review_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Harden Runner
1212
if: github.repository_owner == 'bazelbuild'
13-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
13+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1414
with:
1515
egress-policy: audit
1616

.github/workflows/skip_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
16+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1717
with:
1818
egress-policy: audit
1919

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
"aspect-build/rules_jest"
2+
3+
module(
4+
name = "aspect_rules_jest",
5+
version = "0.24.1",
6+
compatibility_level = 1,
7+
)
8+
9+
# Lower-bounds (minimum) versions for direct runtime dependencies
10+
bazel_dep(name = "aspect_bazel_lib", version = "2.7.7")
11+
bazel_dep(name = "aspect_rules_js", version = "2.0.0")
12+
bazel_dep(name = "aspect_tools_telemetry", version = "0.2.8")
13+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
14+
bazel_dep(name = "rules_nodejs", version = "6.2.0")
15+
bazel_dep(name = "rules_shell", version = "0.6.1")
16+
17+
tel = use_extension("@aspect_tools_telemetry//:extension.bzl", "telemetry")
18+
use_repo(tel, "aspect_tools_telemetry_report")
19+
20+
####### Dev dependencies ########
21+
22+
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
23+
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
3+
"attestations": {
4+
"source.json": {
5+
"url": "https://github.com/aspect-build/rules_jest/releases/download/v0.24.1/source.json.intoto.jsonl",
6+
"integrity": "sha256-BWIJQ5LMC6an5GLntnfpnEvIkda6kUw9GQiFnChKnIQ="
7+
},
8+
"MODULE.bazel": {
9+
"url": "https://github.com/aspect-build/rules_jest/releases/download/v0.24.1/MODULE.bazel.intoto.jsonl",
10+
"integrity": "sha256-KrfOYdbOhVhue5o4eBzgCgTPZW8eq6dotYG78dsB2KA="
11+
},
12+
"rules_jest-v0.24.1.tar.gz": {
13+
"url": "https://github.com/aspect-build/rules_jest/releases/download/v0.24.1/rules_jest-v0.24.1.tar.gz.intoto.jsonl",
14+
"integrity": "sha256-JQTSi/46+Lp8rrJiEP2TY39DzU2vIiDjRcjHHjIVqcc="
15+
}
16+
}
17+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,9 +1,9 @@
5+
"aspect-build/rules_jest"
6+
7+
module(
8+
name = "aspect_rules_jest",
9+
- version = "0.0.0",
10+
+ version = "0.24.1",
11+
compatibility_level = 1,
12+
)
13+
14+
# Lower-bounds (minimum) versions for direct runtime dependencies
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: "e2e/smoke"
3+
matrix:
4+
bazel: ['7.x', '6.x']
5+
platform: ["debian10", "macos", "ubuntu2004"]
6+
tasks:
7+
run_tests:
8+
name: "Run test module"
9+
bazel: ${{ bazel }}
10+
platform: ${{ platform }}
11+
test_targets:
12+
- "//..."
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-1lumYiwwsoNReyjwUhWDysSf52MvJht+a35ZrDIyFq8=",
3+
"strip_prefix": "rules_jest-0.24.1",
4+
"url": "https://github.com/aspect-build/rules_jest/releases/download/v0.24.1/rules_jest-v0.24.1.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-32/16ASYc3yiqq1nWCLqSW8bXqOp6WOC7UzyxrzQSuY="
7+
},
8+
"patch_strip": 1
9+
}

0 commit comments

Comments
 (0)