build(deps-dev): bump @bazel/typescript from 3.7.0 to 5.5.3
Bumps @bazel/typescript from 3.7.0 to 5.5.3.
Release notes
Sourced from @bazel/typescript's releases.
5.5.3
Upgrade with:
http_archive( name = "build_bazel_rules_nodejs", sha256 = "f10a3a12894fc3c9bf578ee5a5691769f6805c4be84359681a785a0c12e8d2b6", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.3/rules_nodejs-5.5.3.tar.gz"], )or for the "core" module
http_archive( name = "rules_nodejs", sha256 = "5aef09ed3279aa01d5c928e3beb248f9ad32dde6aafe6373a8c994c3ce643064", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.3/rules_nodejs-core-5.5.3.tar.gz"], )
and update
@bazel-scoped npm packages.What's Changed
- fix: limit concurrency when generating BUILD files in npm_install and yarn_install by
@gregmagolanin bazelbuild/rules_nodejs#3509- fix(concatjs): sync with internal change to ensure it works with
tsicklehost by@devversionin bazelbuild/rules_nodejs#3510- Update NodeJS Versions by
@mattemin bazelbuild/rules_nodejs#3504- Update esbuild versions by
@mattemin bazelbuild/rules_nodejs#3501- fix: delete ngrx from README. Currently not used by
@stdll00in bazelbuild/rules_nodejs#3513New Contributors
@stdll00made their first contribution in bazelbuild/rules_nodejs#3513Full Changelog: https://github.com/bazelbuild/rules_nodejs/compare/5.5.2...5.5.3
5.5.2
Upgrade with:
http_archive( name = "build_bazel_rules_nodejs", sha256 = "c78216f5be5d451a42275b0b7dc809fb9347e2b04a68f68bad620a2b01f5c774", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-5.5.2.tar.gz"], )or for the "core" module
http_archive( name = "rules_nodejs", sha256 = "017e2348bb8431156d5cf89b6f502c2e7fcffc568729f74f89e4a12bd8279e90", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.5.2/rules_nodejs-core-5.5.2.tar.gz"], )
... (truncated)
Changelog
Sourced from @bazel/typescript's changelog.
5.5.3 (2022-08-01)
Bug Fixes
- delete ngrx from README. Currently not used (#3513) (828d77c)
- concatjs: sync with internal change to ensure it works with
tsicklehost (#3510) (78a0528)- limit concurrency when generating BUILD files in npm_install and yarn_install (#3509) (4001716)
5.5.2 (2022-07-10)
Bug Fixes
- builtin: remove unnecessary loader script (#3495) (1641136)
- create: make
--packageManagerflag work (#3498) (cd3db48)5.5.1 (2022-06-24)
Bug Fixes
- builtin: fix an bug where a nodejs_binary would fail to resolve an npm package when the linker is disabled (#3492) (8a2dfc8)
- typescript: remove protobufjs dependency (#3491) (d46502d)
- deterministic output from ts_options_validator (#3462) (d69c646), closes #3461
5.5.0 (2022-05-18)
Bug Fixes
- docs: stray text in npm_install docs (#3450) (6d519eb)
- examples: fix architect example on m1 (#3447) (d234328)
- typescript: correctly process diagnostics in worker mode (#3441) (e4842c1)
- set correct linking location for yarn_install using package.json from external repository (#3442) (55a84d1)
- concatjs: adding devmode to BazelOpts (#3433) (5afaab8)
Features
... (truncated)
Commits
d46502dfix(typescript): remove protobufjs dependency (#3491)d69c646fix: deterministic output from ts_options_validator (#3462)e4842c1fix(typescript): correctly process diagnostics in worker mode (#3441)e6296b3docs: add hyperlinks and escape\<>(#3411)e3cdce3Update BUILD.bazel (#3407)531cab1refactor: extract typescript support files to core (#3386)097732bfix: update source for generated docs (#3354)bd36cd0fix(typescript): account for rootDir when predicting json output paths (#3348)7878c5cdocs: add data attribute to ts_project macro (#3346)8df86ccfeat(typescript): warn the user when rootDirs looks wrong in ts_proje… (#3126)- Additional commits viewable 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)