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

Bump braces and @bazel/jasmine #43

Open
wants to merge 1 commit into
base: rb_autoload
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Removes braces. It's no longer used after updating ancestor dependency @bazel/jasmine. These dependencies need to be updated together.

Removes braces

Updates @bazel/jasmine from 0.28.0 to 5.8.1

Release notes

Sourced from @​bazel/jasmine's releases.

5.8.1

What's Changed

New Contributors

Full Changelog: bazelbuild/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: bazelbuild/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/jasmine'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
  • dd7e778 fix(jasmine): allow cjs specs + add cjs/mjs tests (#3401)
  • b4b2c74 feat(jasmine): add basic ESM support
  • add1452 fix(jasmine): sharded test never fail when using Jasmine < 4 (#3360)
  • 0be0eeb fix(jasmine): can not reference runner when exports_directories_only=… (#3293)
  • bde750b fix(jasmine): replace deprecated Jasmine APIs that have been removed in versi...
  • ee0e507 feat: set exports_directories_only default to True in yarn_install & npm_inst...
  • efbc33b fix: bump jasmine-reporters to 2.5.0 (#3180)
  • 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...
  • 1a55c2d refactor: move ts_library to packages/concatjs
  • Additional commits viewable in compare view
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependency [@bazel/jasmine](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/jasmine). These dependencies need to be updated together.


Removes `braces`

Updates `@bazel/jasmine` from 0.28.0 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/jasmine)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: "@bazel/jasmine"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 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.

None yet

0 participants