Skip to content

Commit

Permalink
Updates rules_nodejs to 1.3.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dig-Doug authored Feb 13, 2020
1 parent fd238e4 commit 29e5397
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "ecaa54955b314b5e33948bd8f39e35c35ee89e905d8de1c03868100293510573",
sha256 = "b6670f9f43faa66e3009488bbd909bc7bc46a5a9661a33f6bc578068d1837f37",
urls = [
"https://github.com/bazelbuild/rules_nodejs/releases/download/1.2.1/rules_nodejs-1.2.1.tar.gz",
"https://github.com/bazelbuild/rules_nodejs/releases/download/1.3.0/rules_nodejs-1.3.0.tar.gz",
],
)

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"google-protobuf": "3.11.3"
},
"devDependencies": {
"@bazel/hide-bazel-files": "1.1.0",
"@bazel/jasmine": "1.1.0",
"@bazel/karma": "1.1.0",
"@bazel/rollup": "1.1.0",
"@bazel/typescript": "1.1.0",
"@bazel/jasmine": "1.3.0",
"@bazel/karma": "1.3.0",
"@bazel/rollup": "1.3.0",
"@bazel/typescript": "1.3.0",
"@improbable-eng/grpc-web": "0.12.0",
"@types/google-protobuf": "3.7.2",
"@types/jasmine": "3.5.3",
Expand Down
2 changes: 1 addition & 1 deletion src/typescript_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def _typescript_proto_library_impl(ctx):
typescript = struct(
declarations = dts_outputs,
transitive_declarations = transitive_declarations,
type_blacklisted_declarations = depset([]),
es5_sources = es5_srcs,
es6_sources = es6_srcs,
transitive_es5_sources = es5_srcs,
Expand All @@ -218,6 +217,7 @@ def _typescript_proto_library_impl(ctx):
DeclarationInfo(
declarations = dts_outputs,
transitive_declarations = transitive_declarations,
type_blacklisted_declarations = depset([]),
),
JSNamedModuleInfo(
direct_sources = es5_srcs,
Expand Down
37 changes: 16 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,31 @@
dependencies:
regenerator-runtime "^0.13.2"

"@bazel/[email protected]":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/hide-bazel-files/-/hide-bazel-files-1.1.0.tgz#a7d46a4aa3717150b54fde05b2f8b6bab733f493"
integrity sha512-JJ9eMKPBodWugC4Wu0QLe0saDZ971RcP2kjZbG1vJfQHn/gnxvw+4nXDRwei5EzxBsGGuLxY1MkNDtRFIfZr5w==

"@bazel/[email protected]":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.1.0.tgz#3900a99b57ceac1e979aa0d64b624a70a4ebd92e"
integrity sha512-3KuA7eNBu4OyHWP5k8pZJlpdThPfvFQViNDMawmz80KLfp1qbHkMYaVd5Drfa6MmDXjC7QNAGG7zRe0DOrEJ2Q==
"@bazel/[email protected]":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-1.3.0.tgz#1d03aa67c18f122ffed4eb88e85455a797a8121d"
integrity sha512-HY633xVy83eyLWt4o6CT8zHDxzVk+UfXCWCCWgJXWqpkB2BoYlq0Bvvpqcuj7Ilzn9vNX6w8gVeddRckIdBa/Q==
dependencies:
jasmine "~3.4.0"
jasmine-core "~3.4.0"
v8-coverage "1.0.9"

"@bazel/karma@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.1.0.tgz#3340904942acd970964ad40a28177f780d2d658a"
integrity sha512-4AwY86r/MNPCcVkR4z5wO9d4dftdSWi7nFnIEFGsl++Mzpgrfc70dGReu35BFC38JavWrEkZuh7RU1d8bbD8WQ==
"@bazel/karma@1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-1.3.0.tgz#8d4c336f04357ccc9633b9b6cdf8c79b15793ef1"
integrity sha512-TyGoLBGTt9Mlp/FhwAytYaolUfrwMYuhNNzOYQ0lNzF73oEXOD1G9vIYLn2NvxQLPAaa2guBmNWSf0EkLhMuiw==
dependencies:
tmp "0.1.0"

"@bazel/rollup@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-1.1.0.tgz#e1e496d77fcd55971ff4ef51e982476dfe092ac8"
integrity sha512-FiSiXZ/AOWnAVR39gLVYlATe/clGyvap5skiILtDksVtm6C620Rkqr/4QfIdFHZzdMb+eaxbRbMkOxux4O2McQ==
"@bazel/rollup@1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@bazel/rollup/-/rollup-1.3.0.tgz#266b5621bee430efdeb453ade97aa76700c78fd2"
integrity sha512-8DnFc4ZUT8kJmZ1bZ86wkqVJYYGBt22p30NhpKUEKUQxROvSr+9lKoAEW+vdJ16rtu8UZDOvHlxr1MqkgnD8Jg==

"@bazel/typescript@1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.1.0.tgz#b57ac6c6d627577f394a60fb540fbbdf53bcff0d"
integrity sha512-QnTdb6rwZUR+KfUuAdyazpkA7BOvrWRe7tkPDdyIZHJdBPYdpJW+AapnFSfxvXEIP0Nwesl5KP6Saau0GPiBLg==
"@bazel/typescript@1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-1.3.0.tgz#6df7409ad8b2fcd80dfe859904fe91aacfb1a2cf"
integrity sha512-F1Cjnjby+b3cO+rVuZY/9tzepf8wgoXZP9PtFmVWTQ+NtBkKEYx6IQ3AXZJl33mYVoN/Zb5qBTrGW/QfHUvakw==
dependencies:
protobufjs "6.8.8"
semver "5.6.0"
Expand Down

0 comments on commit 29e5397

Please sign in to comment.