Skip to content

Commit

Permalink
aspect_rules_webpack@0.15.0-alpha.0 (#2003)
Browse files Browse the repository at this point in the history
Release:
https://github.com/aspect-build/rules_webpack/releases/tag/v0.15.0-alpha.0

_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: Greg Magolan <greg@aspect.dev>
  • Loading branch information
publish-to-bcr-bot[bot] and gregmagolan committed May 10, 2024
1 parent e1cb01c commit 45b1637
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 1 deletion.
20 changes: 20 additions & 0 deletions modules/aspect_rules_webpack/0.15.0-alpha.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"aspect-build/rules_webpack"

module(
name = "aspect_rules_webpack",
version = "0.15.0-alpha.0",
compatibility_level = 1,
)

# Lower-bounds (minimum) versions for direct runtime dependencies
bazel_dep(name = "aspect_bazel_lib", version = "2.7.3")
bazel_dep(name = "aspect_rules_js", version = "2.0.0-alpha.4")
bazel_dep(name = "bazel_skylib", version = "1.5.0")

####### Dev dependencies ########

bazel_dep(name = "bazel_features", version = "0.1.0", dev_dependency = True)
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
bazel_dep(name = "gazelle", version = "0.36.0", dev_dependency = True, repo_name = "bazel_gazelle")
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,9 +1,9 @@
"aspect-build/rules_webpack"

module(
name = "aspect_rules_webpack",
- version = "0.0.0",
+ version = "0.15.0-alpha.0",
compatibility_level = 1,
)

# Lower-bounds (minimum) versions for direct runtime dependencies
12 changes: 12 additions & 0 deletions modules/aspect_rules_webpack/0.15.0-alpha.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: 'e2e/smoke'
matrix:
bazel: ['7.x', '6.x']
platform: ['debian10', 'macos', 'ubuntu2004']
tasks:
run_tests:
name: 'Run test module'
bazel: ${{ bazel }}
platform: ${{ platform }}
test_targets:
- '//...'
9 changes: 9 additions & 0 deletions modules/aspect_rules_webpack/0.15.0-alpha.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-0kJgsloivLvPult0ZSAE76uNX7Y2ncJCr/SFmURvM5E=",
"strip_prefix": "rules_webpack-0.15.0-alpha.0",
"url": "https://github.com/aspect-build/rules_webpack/releases/download/v0.15.0-alpha.0/rules_webpack-v0.15.0-alpha.0.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-DKgQYqaOsy4Da/hbvNOODMAmaPp4kP4gaoZKlxu6C/s="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/aspect_rules_webpack/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"versions": [
"0.13.0",
"0.14.0"
"0.14.0",
"0.15.0-alpha.0"
],
"yanked_versions": {}
}

0 comments on commit 45b1637

Please sign in to comment.