Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @bazel/rollup from 4.4.5 to 5.8.1 #32

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

Bumps @bazel/rollup from 4.4.5 to 5.8.1.

Release notes

Sourced from @​bazel/rollup's releases.

5.8.1

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_nodejs@5.7.3...5.8.1

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: bazel-contrib/rules_nodejs@5.7.3...5.8.0

5.7.3

Update with

http_archive(
    name = "build_bazel_rules_nodejs",
</tr></table> 

... (truncated)

Changelog

Sourced from @​bazel/rollup'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
  • 7bac805 feat(rollup): support esm configurations to be provided (#3435)
  • 78aefa3 feat(builtin): add silent_on_success option to npm_package_bin (#3336)
  • 9fd3fb9 fix: change all cfg=host and cfg=target executable attributes to cfg=exec
  • 38fee32 feat: support --stamp env vars in npm_package_bin (#3162)
  • 2c92f5e refactor: don't include /nodejs files in @​build_bazel_rules_nodejs release ar...
  • 1f75f40 fix: update tsconfigs to include darwin_arm64-fastbuild in rootDirs (#3087)
  • 1a55c2d refactor: move ts_library to packages/concatjs
  • See full diff in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 7, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bazel/rollup-5.8.1 branch from a0f1fc9 to dbab7e4 Compare February 7, 2024 08:30
Bumps [@bazel/rollup](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/rollup) from 4.4.5 to 5.8.1.
- [Release notes](https://github.com/bazelbuild/rules_nodejs/releases)
- [Changelog](https://github.com/bazelbuild/rules_nodejs/blob/5.8.1/CHANGELOG.md)
- [Commits](https://github.com/bazelbuild/rules_nodejs/commits/5.8.1/packages/rollup)

---
updated-dependencies:
- dependency-name: "@bazel/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bazel/rollup-5.8.1 branch from dbab7e4 to 547d9f5 Compare February 7, 2024 08:32
@kentakozuka kentakozuka merged commit 2e62787 into master Feb 7, 2024
5 checks passed
@kentakozuka kentakozuka deleted the dependabot/npm_and_yarn/bazel/rollup-5.8.1 branch February 7, 2024 08:35
@github-actions github-actions bot mentioned this pull request Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant