chrome-ssh-agent
chrome-ssh-agent copied to clipboard
Bump @bazel/typescript from 5.6.0 to 5.7.0
Bumps @bazel/typescript from 5.6.0 to 5.7.0.
Release notes
Sourced from @bazel/typescript's releases.
5.7.0
Update
WORKSPACE:http_archive( name = "build_bazel_rules_nodejs", sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"], ) # or for the "core" module http_archive( name = "rules_nodejs", sha256 = "33e309ba281fc73626a356a839bf5e5279360e7a2caea419c45c8017b5b3f7e2", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-core-5.7.0.tar.gz"], )What's Changed
- fix(builtin): use updated rules_js launcher logic to source RUNFILES by
@kormidein bazelbuild/rules_nodejs#3557- fix(builtin): fix a bug where the launcher produces incorrect runfiles path on windows by
@kormidein bazelbuild/rules_nodejs#3562- chore: remove fasterci which is often red when buildkite is green by
@gregmagolanin bazelbuild/rules_nodejs#3571- chore: update dependency io_bazel to v5 by
@renovate-botin bazelbuild/rules_nodejs#3561- Update NodeJS Versions by
@mattemin bazelbuild/rules_nodejs#3563- Update esbuild versions by
@mattemin bazelbuild/rules_nodejs#3567- feat: add npm binary & files to toolchain provider by
@gregmagolanin bazelbuild/rules_nodejs#3570Full Changelog: https://github.com/bazelbuild/rules_nodejs/compare/5.6.0...5.7.0
Changelog
Sourced from @bazel/typescript's changelog.
5.7.0 (2022-10-06)
Bug Fixes
- builtin: fix a bug where the launcher produces incorrect runfiles path on windows (#3562) (b02128b)
- builtin: use updated rules_js launcher logic to source RUNFILES (#3557) (c725169)
Features
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)