codelabs icon indicating copy to clipboard operation
codelabs copied to clipboard

Results 19 codelabs issues
Sort by recently updated
recently updated
newest added

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 5.0.3 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

This also adds a newline to all the BUILD files because EOF insists on adding one so this is helpful for the future. Related to https://github.com/bazelbuild/codelabs/issues/13

There is a security vulnerability in some y18n versions: https://github.com/yargs/y18n/issues/96 According to https://snyk.io/vuln/npm:y18n 5.0.5 or later should be safe. Affected file: - typescript/yarn.lock

bug
p1

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

The project is broken due to https://github.com/bazelbuild/codelabs/issues/26, the root cause was using an obsolete rules_nodejs rule. Some attempts to fix have all failed: https://github.com/bazelbuild/codelabs/pull/36 https://github.com/bazelbuild/codelabs/pull/37

rules_nodejs pre 1.6.0 had invalid escape sequences in its Starlark code, which was silently ignored but now throws an error (due to bazelbuild/bazel@73402fa).

The breakage looks like this: ``` ERROR: /var/lib/buildkite-agent/builds/bk-docker-knlk/bazel-downstream-projects/codelabs/proto/logger/BUILD:31:1: in ts_proto_library rule //proto/logger:logger_ts_proto: --   | Traceback (most recent call last):   | File "/var/lib/buildkite-agent/builds/bk-docker-knlk/bazel-downstream-projects/codelabs/proto/logger/BUILD", line 31   | ts_proto_library(name = 'logger_ts_proto')   | File...

Incompatible flag --incompatible_no_implicit_file_export will be enabled by default in a future Bazel release [1], thus breaking Bazel Codelabs. The flag is documented here: https://github.com/bazelbuild/bazel/issues/10225 Please check the following CI builds...

Incompatible flag --incompatible_disable_depset_items will be enabled by default in a future Bazel release [1], thus breaking Bazel Codelabs. The flag is documented here: https://github.com/bazelbuild/bazel/issues/9017 Please check the following CI builds...

Incompatible flag --incompatible_restrict_string_escapes will break Bazel Codelabs once Bazel 1.2.1 is released. Please see the following CI builds for more information: * [:ubuntu: 16.04 (OpenJDK 8)](:ubuntu: 16.04 (OpenJDK 8)) *...