Skip to content

deps(deps-dev): bump the minor-and-patch-dependencies group across 1 directory with 2 updates - #149

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-dependencies-ea9bd5c743
Open

deps(deps-dev): bump the minor-and-patch-dependencies group across 1 directory with 2 updates#149
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-dependencies-ea9bd5c743

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch-dependencies group with 2 updates in the / directory: @mpsuesser/oxlint-plugin-effect and @libsql/client.

Updates @mpsuesser/oxlint-plugin-effect from 0.2.2 to 0.4.3

Release notes

Sourced from @​mpsuesser/oxlint-plugin-effect's releases.

v0.4.3

Correct all README examples to use canonical yield* formatting and fix the formatter exclusion that had rewritten them.

v0.4.2

Full Changelog: mpsuesser/oxlint-plugin-effect@v0.4.1...v0.4.2

v0.4.1

Full Changelog: mpsuesser/oxlint-plugin-effect@v0.4.0...v0.4.1

v0.4.0

Full Changelog: mpsuesser/oxlint-plugin-effect@v0.3.0...v0.4.0

v0.3.0

Added

  • Added five Effect-generic rules moved from @mpsuesser/oxlint-plugin-foldkit: prefer-array-fromoption-over-option-match-empty, no-length-comparison, no-effect-ignore-then-as, require-is-prefix-for-boolean-schema-field, and maybe-prefix-requires-option.

v0.2.3

effect/@​effect/vitest -> 4.0.0-beta.78, effect-oxlint -> ^0.3.2. OIDC trusted publishing (Node 24 + npm@latest, no NPM_TOKEN).

Changelog

Sourced from @​mpsuesser/oxlint-plugin-effect's changelog.

0.4.3 - README generator formatting

Fixed

  • Corrected all README examples to use the canonical yield* operator formatting and fixed the formatter exclusion that had rewritten them.

0.4.2 - Remove stream-large-files

Changed

  • Removed the stream-large-files rule from the plugin and recommended configuration.

0.4.1 - Schema predicate detection

Fixed

  • Excluded predicates created with Schema.is(...) from require-schema-type-alias; these values are type guards rather than schemas and do not need matching type aliases.

0.4.0 - Effect beta.100 compatibility

Changed

  • Updated Effect tooling to effect@4.0.0-beta.100, effect-oxlint@0.3.3, and current supporting tool versions.
  • Removed prefer-schema-class; Schema.Struct remains appropriate for named structural schemas.
  • Updated throw-in-effect-gen to allow throws captured by direct Effect.try and Effect.tryPromise thunks.
  • Aligned rule diagnostics and recognized API names with Effect beta.100, including Schema.isSchemaError and the current timeout APIs.

Fixed

  • Corrected documentation to reference Effect.validate and the current total of 58 rules.
  • Synchronized the npm and JSR package versions.

0.3.0 — Rule migration from Foldkit

Added

  • Added five Effect-generic rules moved from @mpsuesser/oxlint-plugin-foldkit: prefer-array-fromoption-over-option-match-empty, no-length-comparison, no-effect-ignore-then-as, require-is-prefix-for-boolean-schema-field, and maybe-prefix-requires-option.

0.2.3 — Effect 4.0.0-beta.78

Changed

  • Updated effect (and @effect/vitest) to 4.0.0-beta.78 and effect-oxlint to ^0.3.2.
  • Switched the npm publish workflow to OIDC trusted publishing (no NPM_TOKEN): Node 24 plus npm@latest for npm >= 11.5.1.
Commits
  • 9460e66 chore(release): v0.4.3
  • 4e63901 chore(release): v0.4.2
  • 2c715b3 fix: exclude Schema.is predicates from schema aliases
  • 8621200 chore(release): v0.4.0
  • d8e03ac chore: update Effect tooling
  • 29ee3e7 feat(rules): add migrated Effect conventions
  • 8e89416 chore(release): v0.2.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mpsuesser/oxlint-plugin-effect since your current version.


Updates @libsql/client from 0.15.15 to 0.17.4

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​libsql/client 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 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

…directory with 2 updates

Bumps the minor-and-patch-dependencies group with 2 updates in the / directory: [@mpsuesser/oxlint-plugin-effect](https://github.com/mpsuesser/oxlint-plugin-effect) and [@libsql/client](https://github.com/tursodatabase/libsql-client-ts/tree/HEAD/packages/libsql-client).


Updates `@mpsuesser/oxlint-plugin-effect` from 0.2.2 to 0.4.3
- [Release notes](https://github.com/mpsuesser/oxlint-plugin-effect/releases)
- [Changelog](https://github.com/mpsuesser/oxlint-plugin-effect/blob/main/CHANGELOG.md)
- [Commits](mpsuesser/oxlint-plugin-effect@v0.2.2...v0.4.3)

Updates `@libsql/client` from 0.15.15 to 0.17.4
- [Release notes](https://github.com/tursodatabase/libsql-client-ts/releases)
- [Changelog](https://github.com/tursodatabase/libsql-client-ts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tursodatabase/libsql-client-ts/commits/v0.17.4/packages/libsql-client)

---
updated-dependencies:
- dependency-name: "@mpsuesser/oxlint-plugin-effect"
  dependency-version: 0.4.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@libsql/client"
  dependency-version: 0.17.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 31, 2026
@dependabot
dependabot Bot requested a review from jonbeckman as a code owner August 31, 2026 15:12
@dependabot dependabot Bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Aug 31, 2026
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.

0 participants