Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps sagiri from 3.6.0 to 4.1.0.

Release notes

Sourced from sagiri's releases.

v4.1.0

  • NEW - Library now passes Deno tests. Any forthcoming change should always pass through the test suite.
  • NEW - Library now supports Blob. This is useful for Browser compatibility. Report any bugs if you find any!

v4.0.0

What's Changed

  • BREAKING - Interfaces have been renamed to use the hungarian notation style (e.g. SagiriResult is now ISagiriResult). Please adapt your code accordingly.
  • BREAKING - ESM support has been added to allow the module to be used on Node.js 16+ code that uses ESM code.
  • BREAKING - Bun and Deno support has been added. Library contributors are encouraged to try the library on these platforms and avoid any Node.js specific code.
  • NEW - Package is now published in the JSR registry. To install the package, run deno install jsr:@clarity/sagiri.
  • NEW - Library now uses the native Fetch API. A node-fetch fallback is provided for LTS versions below 21.x - however this will be removed once 18 and 20.x versions become deprecated.

Full Changelog: ClarityCafe/Sagiri@3.6.0...v4.0.0

Changelog

Sourced from sagiri's changelog.

[4.1.0] - 2024-08-27

  • NEW - Library now passes Deno tests. Any forthcoming change should always pass through the test suite.
  • NEW - Library now supports Blob. This is useful for Browser compatibility. Report any bugs if you find any!

[4.0.0] - 2024-08-26

Changed

  • BREAKING - Interfaces have been renamed to use the hungarian notation style (e.g. SagiriResult is now ISagiriResult). Please adapt your code accordingly.
  • BREAKING - ESM support has been added to allow the module to be used on Node.js 16+ code that uses ESM code.
  • BREAKING - Bun and Deno support has been added. Library contributors are encouraged to try the library on these platforms and avoid any Node.js specific code.
  • NEW - Package is now published in the JSR registry. To install the package, run deno install jsr:@clarity/sagiri.
  • NEW - Library now uses the native Fetch API. A node-fetch fallback is provided for LTS versions below 21.x - however this will be removed once 18 and 20.x versions become deprecated.
Commits
  • 991a52c 4.1.0
  • 5180e0f Remove CodeClimate coverage
  • d16044e somehow I'm confused assertIsError is different from assertThrows wtf
  • 502d18e Define what errmsg to look for
  • 55f5893 use assertIsError
  • 3442a81 Check for error function instead
  • 632f752 Assert error instead by string
  • 8337224 explicitly define buffer from node types
  • 932df35 ensure DENO_FUTURE is set
  • 99da53c Add Deno CI (may fail)
  • Additional commits viewable 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)

Bumps [sagiri](https://github.com/ClarityCafe/Sagiri) from 3.6.0 to 4.1.0.
- [Release notes](https://github.com/ClarityCafe/Sagiri/releases)
- [Changelog](https://github.com/ClarityCafe/Sagiri/blob/master/CHANGELOG.md)
- [Commits](ClarityCafe/Sagiri@3.6.0...4.1.0)

---
updated-dependencies:
- dependency-name: sagiri
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #111.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sagiri-4.1.0 branch October 14, 2024 13:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant