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 svcorelib from 1.16.0 to 1.17.0 #418

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps svcorelib from 1.16.0 to 1.17.0.

Release notes

Sourced from svcorelib's releases.

Version 1.17.0

  • Additions
    • Added function allInstanceOf() to check if all items in an array are an instance of a class
    • Added function isClass() to check if a value is a reference to a class
    • Added function randomItemIndex() to get a random item and its index from an array
    • Added function takeRandomItem() to delete a random item from an array and return it
    • colors
      • Added colors.fgb and colors.bgb for bright colors
      • Added dim, underscore, reverse and hidden
  • Breaking changes
    • Changed state fulfilled to resolved in StatePromise
    • colors
      • Removed brightness modifier from colors.fg and colors.bg
      • Renamed colors.fat to colors.bright
  • Fixes
    • Added missing documentation for allOfType()
    • Fixed docs in various places
Changelog

Sourced from svcorelib's changelog.

Latest version: 1.17.0

SvCoreLib

  • 1.17.0
  • 1.16.0
  • 1.15.0
  • 1.14.0
    • 1.14.1
    • 1.14.2
  • 1.13.0
    • 1.13.1
  • 1.12.0
  • 1.11.0
    • 1.11.1
  • 1.10.0

JSLib-npm (deprecated)

  • 1.9.0
    • 1.9.1
    • 1.9.2
    • 1.9.3
    • 1.9.4
  • 1.8.0
    • 1.8.1
    • 1.8.2
    • 1.8.3
    • 1.8.4
  • 1.7.0
  • 1.6.x
    • 1.6.5
    • 1.6.6

1.17.0

  • Additions
    • Added function allInstanceOf() to check if all items in an array are an instance of a class
    • Added function isClass() to check if a value is a reference to a class

... (truncated)

Commits
  • b6bc946 Merge pull request #48 from Sv443-Network/version/1.17
  • 90b3f2c docs, changelog and colors improvements
  • 5c66dc4 added randomItemIndex & takeRandomItem funcs
  • 2dad1a6 fix docs lol
  • 31df97f changelog & update deps
  • 30a57ab update changelog
  • 735afcd update docs
  • cd2bf81 add TS class types & new function declarations
  • fadc934 add allInstanceOf and isClass functions
  • c208bf6 change "fulfilled" to "resolved" in StatePromise
  • 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 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 [svcorelib](https://github.com/Sv443-Network/SvCoreLib) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/Sv443-Network/SvCoreLib/releases)
- [Changelog](https://github.com/Sv443-Network/SvCoreLib/blob/master/changelog.md)
- [Commits](Sv443-Network/SvCoreLib@v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: svcorelib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Sv443 Sv443 merged commit f2c757a into master Aug 15, 2022
@Sv443 Sv443 deleted the dependabot/npm_and_yarn/master/svcorelib-1.17.0 branch August 15, 2022 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant