Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📦 Update validator devDependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Oct 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5e5d0e2 commit 175c608
Showing 4 changed files with 34 additions and 34 deletions.
50 changes: 25 additions & 25 deletions validator/WORKSPACE
Original file line number Diff line number Diff line change
@@ -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 = "69d2c1b2b64cc3f1c332ca570717799d5c41d1ec0426239ea15904bcba605d9e",
strip_prefix = "abseil-cpp-4a6ea63d35d28785b87c51536aed00362a94c5f9",
urls = ["https://github.com/abseil/abseil-cpp/archive/4a6ea63d35d28785b87c51536aed00362a94c5f9.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 = "17d1d88665fb1812d496b97fc83cb71ed995b648397823d77a3d7b188263aec9",
strip_prefix = "googletest-518387203b573f35477fa6872dd54620e70d2bdb",
urls = ["https://github.com/google/googletest/archive/518387203b573f35477fa6872dd54620e70d2bdb.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 = "b85494cc9a9ed8ae350aa5e8e69b93a0631520977a41e5dec86fbbed5bba515b",
strip_prefix = "protobuf-6df7f0bbef9643f4fdf5c340a49988298044824d",
urls = ["https://github.com/protocolbuffers/protobuf/archive/6df7f0bbef9643f4fdf5c340a49988298044824d.zip"],
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
@@ -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 = "4feea97f4b0f0eb45bbb4b044546d3bb3d00b61619d3e32dd956bf2b5bb1cea0",
strip_prefix = "re2-a0b3bc60c3a42b4e572bf643fa0e10bf60dcc872",
urls = ["https://github.com/google/re2/archive/a0b3bc60c3a42b4e572bf643fa0e10bf60dcc872.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 = "5f862a44bbd032e1b48ed53c9c211ba2a1da60e10c5baa01c97369c249299ecb",
strip_prefix = "rules_cc-c8c38f8c710cbbf834283e4777916b68261b359c",
urls = ["https://github.com/bazelbuild/rules_cc/archive/c8c38f8c710cbbf834283e4777916b68261b359c.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 = "0c1f37048ac6d07dfa0ab6d8b587734d0310f24d43d0a1f02f965432587dd365",
strip_prefix = "rules_proto-c9731b887d4b897a6fe14367c8e3f4e225f45f53",
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/c9731b887d4b897a6fe14367c8e3f4e225f45f53.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/c9731b887d4b897a6fe14367c8e3f4e225f45f53.tar.gz",
],
)
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
@@ -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 = "a0db769106f866a701920be15136a1de79d19cef40ec0fd99d12c20d9bf66306",
strip_prefix = "emsdk-40e9cd8fbc03cf3c4041d965d9a05b843996b479/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/40e9cd8fbc03cf3c4041d965d9a05b843996b479.tar.gz",
)

load("@emsdk//:deps.bzl", emsdk_deps = "deps")
@@ -78,9 +78,9 @@ 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 = "39377dcd77cd489199782d118d9eae3c0ab5b7ca3ed1af33dc246357fa26511b",
strip_prefix = "closure-library-f4fc04227dda7ec6ed2cd81210dfac4af512a057",
urls = ["https://github.com/google/closure-library/archive/f4fc04227dda7ec6ed2cd81210dfac4af512a057.tar.gz"],
)

http_archive(
14 changes: 7 additions & 7 deletions validator/js/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion validator/js/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
},
"dependencies": {
"colors": "1.4.0",
"commander": "11.0.0",
"commander": "11.1.0",
"promise": "8.3.0"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion validator/testdata/feature_tests/regexps.html
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@
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.4.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">
<link rel="stylesheet" type="text/css"

0 comments on commit 175c608

Please sign in to comment.