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

chore(deps): bump the dependencies group across 1 directory with 2 updates #276

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps the dependencies group with 2 updates in the / directory: @myunisoft/redis and ts-pattern.

Updates @myunisoft/redis from v3.4.2 to v3.4.3

Release notes

Sourced from @​myunisoft/redis's releases.

v3.4.3

What's Changed

New Contributors

Full Changelog: MyUnisoft/Redis@v3.4.2...v3.4.3

Commits
  • 29ee4af 3.4.3
  • 32a7923 chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • da38484 chore(deps): bump dayjs in the dependencies group (#125)
  • 063eb34 chore(deps): bump the github-actions group across 1 directory with 6 updates ...
  • 7501556 chore(deps): bump the dependencies group across 1 directory with 2 updates (#...
  • e4542e5 chore(deps): bump the github-actions group across 1 directory with 5 updates ...
  • 1e1dff2 chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • cccd5e7 chore(deps): bump the github-actions group with 1 update (#105)
  • 15868d0 chore(deps-dev): bump the development-dependencies group with 2 updates (#102)
  • 3821fe0 doc(README): simplified & updated doc about redis install (#103)
  • Additional commits viewable in compare view

Updates ts-pattern from 4.3.0 to 5.2.0

Release notes

Sourced from ts-pattern's releases.

v5.2.0

The main thing

new P.string.length(n) pattern

P.string.length(len) matches strings with exactly len characters.

const fn = (input: string) =>
  match(input)
    .with(P.string.length(2), () => '🎉')
    .otherwise(() => '❌');
console.log(fn('ok')); // logs '🎉'

What's Changed

New Contributors

Full Changelog: gvergnaud/ts-pattern@v5.1.2...v5.2.0

v5.1.2

The main thing

When combining P.nonNullable and P.nullish, you should get an exhaustive pattern matching expression, but the following case was incorrectly considered non-exhaustive:

declare const input: {
  nested: string | number | null | undefined;
};
const res = match(input)
.with({ nested: P.nonNullable }, (x) => {/* ... /})
.with({ nested: P.nullish }, (x) => {/ ... */})
// should type-check
.exhaustive();

This is fixed now.

What's Changed

... (truncated)

Commits
  • 1f59d49 feat(str.length): fix typo
  • 49ab6d6 feat(str.length): Add non-exhaustive unit test
  • 37ea04e 5.2.0
  • 1a568a5 Merge pull request #257 from JUSTIVE/feature-string-length
  • 473041e feat(str.length): fix typo
  • 7d08131 Merge pull request #260 from grigorischristainas/docs/when
  • 275b4e6 docs: fixed typo in P.when patterns code example
  • 5c6a62c fix: omit minLength, and maxLength after length
  • d328422 fix: typos in doc in P.string.length
  • 8527727 chore: consistent typo
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 2 updates in the / directory: [@myunisoft/redis](https://github.com/MyUnisoft/redis) and [ts-pattern](https://github.com/gvergnaud/ts-pattern).


Updates `@myunisoft/redis` from v3.4.2 to v3.4.3
- [Release notes](https://github.com/MyUnisoft/redis/releases)
- [Commits](MyUnisoft/Redis@v3.4.2...29ee4af)

Updates `ts-pattern` from 4.3.0 to 5.2.0
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v4.3.0...v5.2.0)

---
updated-dependencies:
- dependency-name: "@myunisoft/redis"
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: ts-pattern
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 8, 2024
@fraxken fraxken merged commit 76f5d9f into main Aug 8, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-d174e0634c branch August 8, 2024 14: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant