Skip to content

chore(deps): bump jaq-std from 2.1.0 to 2.1.1 #718

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps jaq-std from 2.1.0 to 2.1.1.

Release notes

Sourced from jaq-std's releases.

2.1.1

This release corrects a few bugs, in particular in the execution of label ... break 01mf02/jaq#260 as well as in printing of special Unicode characters in objects keys 01mf02/jaq#259.

Full Changelog: 01mf02/jaq@v2.1.0...v2.1.1

Commits
  • cea81c6 Bump versions.
  • 9806586 Handle break labels like variables.
  • faae800 Move Ctx into filter, and handle bindings nicer during compilation.
  • d3b7d95 Merge pull request #259 from 01mf02/obj-key-fmt
  • 8d00001 Comment.
  • 1c8de83 Correct test.
  • 9c4384d Handle break labels like variables.
  • 6b960f7 Correct printing of special Unicode characters in objects keys.
  • 419a76c Include packaging status.
  • 0c5c67a Read/write filter & input from/to URL search parameters.
  • 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 rust Pull requests that update Rust code labels Apr 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 23:44
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.7%. Comparing base (78808d5) to head (2482cfc).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #718   +/-   ##
=====================================
  Coverage   76.6%   76.7%           
=====================================
  Files         65      65           
  Lines       5012    5012           
=====================================
+ Hits        3841    3846    +5     
+ Misses      1171    1166    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/cargo/jaq-std-2.1.1 branch 4 times, most recently from 1426cde to b6f93e7 Compare May 6, 2025 22:13
Bumps [jaq-std](https://github.com/01mf02/jaq) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/01mf02/jaq/releases)
- [Commits](01mf02/jaq@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: jaq-std
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/jaq-std-2.1.1 branch from b6f93e7 to 2482cfc Compare May 10, 2025 15:30
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants