@@ -15,10 +15,10 @@ http_archive(
1515# Add skylib which contains common Bazel utilities.
1616http_archive (
1717 name = "bazel_skylib" ,
18- sha256 = "4f7e2b6bafa9a88ac1b0ee0c3ad69850282419aa51f6bd5b45cde8d0c945d18c " ,
19- strip_prefix = "bazel-skylib-454b25912a8ddf3d90eb47f25260befd5ee274a8 " ,
18+ sha256 = "d0c7ca2f3e5ecacce672ea24de286db93dc0d5c120cce4c9d11233c317228566 " ,
19+ strip_prefix = "bazel-skylib-56a2abbaf131332835ab2721a258ea3c763a7178 " ,
2020 urls = [
21- "https://github.com/bazelbuild/bazel-skylib/archive/454b25912a8ddf3d90eb47f25260befd5ee274a8 .tar.gz" ,
21+ "https://github.com/bazelbuild/bazel-skylib/archive/56a2abbaf131332835ab2721a258ea3c763a7178 .tar.gz" ,
2222 ],
2323)
2424
@@ -45,9 +45,9 @@ build_bazel_rules_nodejs_dependencies()
4545
4646http_archive (
4747 name = "aspect_rules_js" ,
48- sha256 = "83e5af4d17385d1c3268c31ae217dbfc8525aa7bcf52508dc6864baffc8b9501 " ,
49- strip_prefix = "rules_js-2.3.7 " ,
50- url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.7 /rules_js-v2.3.7 .tar.gz" ,
48+ sha256 = "961393890a58de989ad7aa36ce147fc9b15a77c8144454889bf068bdd12c5165 " ,
49+ strip_prefix = "rules_js-2.4.0 " ,
50+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.4.0 /rules_js-v2.4.0 .tar.gz" ,
5151)
5252
5353load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
@@ -150,9 +150,9 @@ npm_repositories()
150150
151151http_archive (
152152 name = "aspect_rules_ts" ,
153- sha256 = "6b15ac1c69f2c0f1282e41ab469fd63cd40eb2e2d83075e19b68a6a76669773f " ,
154- strip_prefix = "rules_ts-3.6.0 " ,
155- url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.0 /rules_ts-v3.6.0 .tar.gz" ,
153+ sha256 = "09af62a0d46918d815b5f48b5ed0f5349b62c15fc42fcc3fef5c246504ff8d99 " ,
154+ strip_prefix = "rules_ts-3.6.3 " ,
155+ url = "https://github.com/aspect-build/rules_ts/releases/download/v3.6.3 /rules_ts-v3.6.3 .tar.gz" ,
156156)
157157
158158load ("@aspect_rules_ts//ts:repositories.bzl" , "rules_ts_dependencies" )
@@ -199,7 +199,7 @@ setup_dependencies_2()
199199
200200git_repository (
201201 name = "rules_angular" ,
202- commit = "652e5b0ef9be65ca738e11d5d01424b64344b466 " ,
202+ commit = "8bf9ae3fa3017ec12877908533001daed9c6ce83 " ,
203203 remote = "https://github.com/devversion/rules_angular.git" ,
204204)
205205
@@ -238,7 +238,7 @@ esbuild_register_toolchains(
238238
239239git_repository (
240240 name = "rules_browsers" ,
241- commit = "0952071cdc67acf1124c20c32a9b7e2e85da0aa3 " ,
241+ commit = "56ef8007ea07cd1916429bca8bb523433b0e9cdc " ,
242242 remote = "https://github.com/devversion/rules_browsers.git" ,
243243)
244244
@@ -252,7 +252,7 @@ rules_browsers_setup_2()
252252
253253git_repository (
254254 name = "rules_sass" ,
255- commit = "3cd198e291caf21ba8f7105d53963dd3df62ef6d " ,
255+ commit = "cc1e845339fc45d3c8390445014d5824b85a0948 " ,
256256 remote = "https://github.com/devversion/rules_sass.git" ,
257257)
258258
0 commit comments