Woosmap / openapi-specification

OpenAPI specification for Woosmap Platform
https://developers.woosmap.com/api-reference/
MIT License
0 stars 0 forks source link

build(deps-dev): bump @bazel/typescript from 4.6.2 to 5.8.1 #83

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 year ago

Bumps @bazel/typescript from 4.6.2 to 5.8.1.

Release notes

Sourced from @​bazel/typescript's releases.

5.8.0

This release contains Bazel modules only, there are no accompanying npm packages because they weren't affected.

Upgrade with:

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

or for core module

http_archive( name = "rules_nodejs", sha256 = "08337d4fffc78f7fe648a93be12ea2fc4e8eb9795a4e6aa48595b66b34555626", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.0/rules_nodejs-core-5.8.0.tar.gz"], )

What's Changed

Full Changelog: https://github.com/bazelbuild/rules_nodejs/compare/5.7.3...5.8.0

5.7.3

Update with

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "c2ad51299792d5af3b258f1dd71b3b57eff9424c2e1797d9c1d65717d95da03a",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.3/rules_nodejs-5.7.3.tar.gz"],
)
# Or for the "core" module
http_archive(
    name = "rules_nodejs",
    sha256 = "323c780aeb0dd8e27673389362b5c67cf5fd7fde6a6d5b09a94ea9af761fc29e",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.3/rules_nodejs-core-5.7.3.tar.gz"],
)

What's Changed

... (truncated)

Changelog

Sourced from @​bazel/typescript's changelog.

5.8.1 (2023-02-16)

Bug Fixes

  • builtin: convert pkg_web to use cjs instead of js (#3500) (d36a73a)
  • concatjs: resolve error with TypeScript 5.0 (e073e18)

Features

5.7.3 (2022-12-09)

Bug Fixes

  • builtin: entry point from sources used when used as tool (#3605) (417711d)

5.7.2 (2022-11-27)

Bug Fixes

5.7.1 (2022-10-26)

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

  • add npm binary & files to toolchain provider (#3570) (7ca0688)

... (truncated)

Commits
  • ee8994a chore: export TsConfigInfo in public interface
  • dccbb63 fix: ts_project fail if root_dir used deep in source tree (#3535)
  • d46502d fix(typescript): remove protobufjs dependency (#3491)
  • d69c646 fix: deterministic output from ts_options_validator (#3462)
  • e4842c1 fix(typescript): correctly process diagnostics in worker mode (#3441)
  • e6296b3 docs: add hyperlinks and escape \<> (#3411)
  • e3cdce3 Update BUILD.bazel (#3407)
  • 531cab1 refactor: extract typescript support files to core (#3386)
  • 097732b fix: update source for generated docs (#3354)
  • bd36cd0 fix(typescript): account for rootDir when predicting json output paths (#3348)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alexeagle, a new releaser for @​bazel/typescript since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 month ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.