chrome-ssh-agent
chrome-ssh-agent copied to clipboard
Bump @bazel/esbuild from 5.5.4 to 5.7.0
Bumps @bazel/esbuild from 5.5.4 to 5.7.0.
Release notes
Sourced from @bazel/esbuild'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
5.6.0
Upgrade with
http_archive( name = "build_bazel_rules_nodejs", sha256 = "b011d6206e4e76696eda8287618a2b6375ff862317847cdbe38f8d0cd206e9ce", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.6.0/rules_nodejs-5.6.0.tar.gz"], ) # or for "core" modulehttp_archive( name = "rules_nodejs", sha256 = "bce105e7a3d2a3c5eb90dcd6436544bf11f82e97073fb29e4090321ba2b84d8f", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.6.0/rules_nodejs-core-5.6.0.tar.gz"], )
What's Changed
- fix: canonicalize @platforms//cpu:aarch64 by
@alexeaglein bazelbuild/rules_nodejs#3555- fix(typescript): include all .json in js_library DeclarationInfo by
@jbedardin bazelbuild/rules_nodejs#3556
... (truncated)
Changelog
Sourced from @bazel/esbuild'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
5.6.0 (2022-09-27)
Bug Fixes
- builtin: properly quote env vars passed to nodejs_binary (#3553) (ffa3ffb)
- typescript: include all .json in js_library DeclarationInfo (#3556) (f297e81), closes #3551
- canonicalize @platforms//cpu:aarch64 (#3555) (b341421), closes /github.com/bazelbuild/platforms/blob/212a486d66569b29c95b00364e2584e80fd08614/cpu/BUILD#L16-L20
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)