Skip to content

Commit

Permalink
📦 Update validator devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent b73e9ae commit c7cd791
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions validator/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_absl",
sha256 = "050071396c0483035c9545daaaf953a47449b971978631db040cd31bcb2d3dde",
strip_prefix = "abseil-cpp-fc44fa053cc91193d2bb60fb9356bcecb301242e",
urls = ["https://github.com/abseil/abseil-cpp/archive/fc44fa053cc91193d2bb60fb9356bcecb301242e.zip"],
sha256 = "4fc6cb8cb67a199f7a6430e1944c566ee750e4d5be98263ef9171e0490075c70",
strip_prefix = "abseil-cpp-854193071498f330b71083d7e06a7cd18e02a4cc",
urls = ["https://github.com/abseil/abseil-cpp/archive/854193071498f330b71083d7e06a7cd18e02a4cc.zip"],
)

http_archive(
name = "com_google_googletest",
sha256 = "c83f69fa8cb7a503d3ae9f736cf679b0846772b1ae955c63133520b749491a7c",
strip_prefix = "googletest-8a6feabf04bec8fb125e0df0ad1195c42350725f",
urls = ["https://github.com/google/googletest/archive/8a6feabf04bec8fb125e0df0ad1195c42350725f.zip"], # 2019-01-07
sha256 = "9ff9cc690a78cf1a29c9f06d3ad3e79f1fc4347966a8d8ec773b069a8e90702d",
strip_prefix = "googletest-5197b1a8e6a1ef9f214f4aa537b0be17cbf91946",
urls = ["https://github.com/google/googletest/archive/5197b1a8e6a1ef9f214f4aa537b0be17cbf91946.zip"], # 2019-01-07
)

http_archive(
name = "com_google_protobuf",
sha256 = "750428a8c7f1a75a8e6027e30b46a1c2f0475205f44563589736e0f279b938c0",
strip_prefix = "protobuf-f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c",
urls = ["https://github.com/protocolbuffers/protobuf/archive/f0dc78d7e6e331b8c6bb2d5283e06aa26883ca7c.zip"],
sha256 = "2ea67dbc30a0c369e06f09e7108a1926d2ab03e85639bbcc4deeba4a675cbccc",
strip_prefix = "protobuf-e485d4f03d34b0187e40e105eb82b4644146fd15",
urls = ["https://github.com/protocolbuffers/protobuf/archive/e485d4f03d34b0187e40e105eb82b4644146fd15.zip"],
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand All @@ -34,29 +34,29 @@ http_archive(

http_archive(
name = "com_googlesource_code_re2",
sha256 = "e9e9cd5902c711131825f7dd45dfdb063555171d8d26300b336aace5f97215ef",
strip_prefix = "re2-87d09ef4f0307e53f1d3796843f4b90d41cfccaa",
urls = ["https://github.com/google/re2/archive/87d09ef4f0307e53f1d3796843f4b90d41cfccaa.zip"],
sha256 = "d92a053336d08713666a4ff94f337403888c5b8c146464ac76c400a6319c693d",
strip_prefix = "re2-b84e3ff189980a33d4a0c6fa1201aa0b3b8bab4a",
urls = ["https://github.com/google/re2/archive/b84e3ff189980a33d4a0c6fa1201aa0b3b8bab4a.zip"],
)

# rules_cc defines rules for generating C++ code from Protocol Buffers.
http_archive(
name = "rules_cc",
sha256 = "97a7c3f2f601a0d0cc9d26a4173d65e4b7028776a66e2e4fc736e49a5300a483",
strip_prefix = "rules_cc-b039a551a7b41b70e426e4a3cd60346c89db9b6c",
urls = ["https://github.com/bazelbuild/rules_cc/archive/b039a551a7b41b70e426e4a3cd60346c89db9b6c.zip"],
sha256 = "993e3ae181fb6f4a1cbbffe17ba431b95f7da19eed86a450d9e48b638a933fbe",
strip_prefix = "rules_cc-6e490f79ee52b97ab5da9315e3ff9bf3e80aa5f2",
urls = ["https://github.com/bazelbuild/rules_cc/archive/6e490f79ee52b97ab5da9315e3ff9bf3e80aa5f2.zip"],
)
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies")
rules_cc_dependencies()

# rules_proto defines abstract rules for building Protocol Buffers.
http_archive(
name = "rules_proto",
sha256 = "36e4de702036d31b649f96519676509c4027dc10cc3c97f0335c199b305d45b7",
strip_prefix = "rules_proto-8aa1e67c09bc8df20df33886909d44129cfb7e63",
sha256 = "078b5f9d99e82b03f3729b87651d609ce312449af018d48b330edfeb085b1b38",
strip_prefix = "rules_proto-f889a1b532fdca5f5051691f023a6a9f37ce494f",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/8aa1e67c09bc8df20df33886909d44129cfb7e63.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/8aa1e67c09bc8df20df33886909d44129cfb7e63.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/f889a1b532fdca5f5051691f023a6a9f37ce494f.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/f889a1b532fdca5f5051691f023a6a9f37ce494f.tar.gz",
],
)
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
Expand All @@ -65,9 +65,9 @@ rules_proto_toolchains()

http_archive(
name = "emsdk",
sha256 = "836e9dc2ea0df6e9369f58fcb884df0447304a089cdbef2cd06a28cf2d06b53d",
strip_prefix = "emsdk-fc645b7626ebf86530dbd82fbece74d457e7ae07/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/fc645b7626ebf86530dbd82fbece74d457e7ae07.tar.gz",
sha256 = "25df43fc578a307e01b4fbe70162e768b7ad0066220738fe4eebcd01c62bd38a",
strip_prefix = "emsdk-176dec4875db4d74c2038d7e8af3395be38d222c/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/176dec4875db4d74c2038d7e8af3395be38d222c.tar.gz",
)

load("@emsdk//:deps.bzl", emsdk_deps = "deps")
Expand All @@ -78,18 +78,18 @@ emsdk_emscripten_deps(emscripten_version = "2.0.31")

http_archive(
name = "com_google_javascript_closure_library",
sha256 = "d0935e88b306fcaa37ac99031ce8a19b18e27396603eeb8f984233203768a406",
strip_prefix = "closure-library-e896a74c48695b2bfe0f586f13870c0bc50ce99e",
urls = ["https://github.com/google/closure-library/archive/e896a74c48695b2bfe0f586f13870c0bc50ce99e.tar.gz"],
sha256 = "90235e587dbc968a854ab11ac358c3a0fa57b4c121f540880419203dfe3cfa46",
strip_prefix = "closure-library-7818ff7dc0b53555a7fb3c3427e6761e88bde3a2",
urls = ["https://github.com/google/closure-library/archive/7818ff7dc0b53555a7fb3c3427e6761e88bde3a2.tar.gz"],
)

http_archive(
name = "io_bazel_rules_closure",
sha256 = "9498e57368efb82b985db1ed426a767cbf1ba0398fd7aed632fc3908654e1b1e",
strip_prefix = "rules_closure-0.12.0",
sha256 = "70ef2b4da987bf0d266e663d7c251eac509ff70dd65bba02d41d1e86e840a569",
strip_prefix = "rules_closure-0.13.0",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.12.0.tar.gz",
"https://github.com/bazelbuild/rules_closure/archive/0.12.0.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.13.0.tar.gz",
"https://github.com/bazelbuild/rules_closure/archive/0.13.0.tar.gz",
],
)

Expand Down
4 changes: 2 additions & 2 deletions validator/js/gulpjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"url": "https://github.com/ampproject/amphtml/tree/main/validator/js/gulpjs"
},
"dependencies": {
"amphtml-validator": "1.0.35",
"amphtml-validator": "1.0.38",
"through2": "4.0.2"
},
"devDependencies": {
"gulp": "4.0.2",
"mocha": "10.2.0"
"mocha": "10.4.0"
},
"scripts": {
"test": " ./node_modules/mocha/bin/mocha",
Expand Down
4 changes: 2 additions & 2 deletions validator/testdata/feature_tests/regexps.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
The first two examples are valid, the 3rd one is not.
-->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/../bootstrap/3.3.7/all.min.css">
<!--
Expand Down

0 comments on commit c7cd791

Please sign in to comment.