Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump the npm group with 8 updates #59

Merged
merged 2 commits into from
Mar 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2024

Bumps the npm group with 8 updates:

Package From To
@effect/schema 0.63.3 0.64.5
@effect/typeclass 0.23.2 0.23.7
effect 2.4.2 2.4.7
@typescript-eslint/eslint-plugin 7.1.1 7.2.0
@typescript-eslint/parser 7.1.1 7.2.0
husky 8.0.3 9.0.11
tsup 7.2.0 8.0.2
vitest 0.34.6 1.4.0

Updates @effect/schema from 0.63.3 to 0.64.5

Release notes

Sourced from @​effect/schema's releases.

@​effect/schema@​0.64.5

Patch Changes

  • #2332 d0f56c6 Thanks @​gcanti! - add missing Date api interfaces:

    • DateFromSelf
    • ValidDateFromSelf
    • DateFromString
    • $Date

@​effect/schema@​0.64.4

Patch Changes

  • Updated dependencies [eb93283]:
    • effect@2.4.7

@​effect/schema@​0.64.3

Patch Changes

@​effect/schema@​0.64.2

Patch Changes

  • #2310 89748c9 Thanks @​gcanti! - merge Parser module into ParseResult:

    • remove Parser module
    • remove internal/parseResult internal module
  • Updated dependencies [4f35a7e, 9971186]:

    • effect@2.4.6

@​effect/schema@​0.64.1

Patch Changes

@​effect/schema@​0.64.0

Minor Changes

... (truncated)

Changelog

Sourced from @​effect/schema's changelog.

0.64.5

Patch Changes

  • #2332 d0f56c6 Thanks @​gcanti! - add missing Date api interfaces:

    • DateFromSelf
    • ValidDateFromSelf
    • DateFromString
    • $Date

0.64.4

Patch Changes

  • Updated dependencies [eb93283]:
    • effect@2.4.7

0.64.3

Patch Changes

0.64.2

Patch Changes

  • #2310 89748c9 Thanks @​gcanti! - merge Parser module into ParseResult:

    • remove Parser module
    • remove internal/parseResult internal module
  • Updated dependencies [4f35a7e, 9971186]:

    • effect@2.4.6

0.64.1

Patch Changes

0.64.0

... (truncated)

Commits

Updates @effect/typeclass from 0.23.2 to 0.23.7

Release notes

Sourced from @​effect/typeclass's releases.

@​effect/typeclass@​0.23.7

Patch Changes

  • Updated dependencies [eb93283]:
    • effect@2.4.7

@​effect/typeclass@​0.23.6

Patch Changes

@​effect/typeclass@​0.23.5

Patch Changes

@​effect/typeclass@​0.23.4

Patch Changes

Changelog

Sourced from @​effect/typeclass's changelog.

0.23.7

Patch Changes

  • Updated dependencies [eb93283]:
    • effect@2.4.7

0.23.6

Patch Changes

0.23.5

Patch Changes

0.23.4

Patch Changes

0.23.3

Patch Changes

Commits

Updates effect from 2.4.2 to 2.4.7

Release notes

Sourced from effect's releases.

effect@2.4.7

Patch Changes

effect@2.4.6

Patch Changes

  • #2290 4f35a7e Thanks @​mikearnaldi! - Remove function renaming from internals, introduce new cutpoint strategy

  • #2311 9971186 Thanks @​tim-smart! - add Channel.splitLines api

    It splits strings on newlines. Handles both Windows newlines (\r\n) and UNIX newlines (\n).

effect@2.4.5

Patch Changes

effect@2.4.4

Patch Changes

  • #2172 5d47ee0 Thanks @​gcanti! - Brand: add refined overload

    export function refined<A extends Brand<any>>(
      f: (unbranded: Brand.Unbranded<A>) => Option.Option<Brand.BrandErrors>,
    ): Brand.Constructor<A>;
  • #2285 817a04c Thanks @​tim-smart! - add support for AbortSignal's to runPromise

    If the signal is aborted, the effect execution will be interrupted.

    import { Effect } from "effect";
    const controller = new AbortController();
    Effect.runPromise(Effect.never, { signal: controller.signal });
    // abort after 1 second
    setTimeout(() => controller.abort(), 1000);

  • #2293 d90a99d Thanks @​tim-smart! - add AbortSignal support to ManagedRuntime

... (truncated)

Changelog

Sourced from effect's changelog.

2.4.7

Patch Changes

2.4.6

Patch Changes

  • #2290 4f35a7e Thanks @​mikearnaldi! - Remove function renaming from internals, introduce new cutpoint strategy

  • #2311 9971186 Thanks @​tim-smart! - add Channel.splitLines api

    It splits strings on newlines. Handles both Windows newlines (\r\n) and UNIX newlines (\n).

2.4.5

Patch Changes

2.4.4

Patch Changes

  • #2172 5d47ee0 Thanks @​gcanti! - Brand: add refined overload

    export function refined<A extends Brand<any>>(
      f: (unbranded: Brand.Unbranded<A>) => Option.Option<Brand.BrandErrors>,
    ): Brand.Constructor<A>;
  • #2285 817a04c Thanks @​tim-smart! - add support for AbortSignal's to runPromise

    If the signal is aborted, the effect execution will be interrupted.

    import { Effect } from "effect";
    const controller = new AbortController();
    Effect.runPromise(Effect.never, { signal: controller.signal });
    // abort after 1 second
    setTimeout(() => controller.abort(), 1000);

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • 95cf139 chore(release): publish 7.2.0
  • c0e3267 fix(eslint-plugin): [prefer-find] support ternary branches in prefer-find (#8...
  • 25e6518 fix(eslint-plugin): [no-unnecessary-condition] handle union array and tuple t...
  • ef0e5cc fix(eslint-plugin): [no-useless-template-literals] detect TemplateLiteral (#8...
  • 5292399 fix(eslint-plugin): [no-var-requires, no-require-imports] support template li...
  • c06ce1a fix(eslint-plugin): [member-ordering] report alphabetical sorting for all gro...
  • 32d8a8f feat(eslint-plugin): [prefer-string-starts-ends-with] add allowSingleElementE...
  • 4c8b06d fix(eslint-plugin): expose *-type-checked-only configs for extension (#8600)
  • 49d79a6 docs: alphabetize consistent-type-imports options for consistent type imports...
  • 21375f6 chore: enable no-non-null-assertion internally, excluding tests (#8019)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.1.1 to 7.2.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits

Updates husky from 8.0.3 to 9.0.11

Release notes

Sourced from husky's releases.

v9.0.11

v9.0.10

v9.0.9

v9.0.8

v9.0.7

v9.0.6

v9.0.5

v9.0.4

v9.0.3

v9.0.2

v9.0.1

... (truncated)

Commits

Updates tsup from 7.2.0 to 8.0.2

Release notes

Sourced from tsup's releases.

v8.0.2

8.0.2 (2024-02-10)

Bug Fixes

v8.0.1

8.0.1 (2023-11-21)

Bug Fixes

  • dts: ensure chunks conform to bundle format (#1034) (f83baf8)
  • experimental-dts: make --experimental-dts to be compatible with --clean (#1041) (8c26e63)
  • experimental-dts: only include exported declarations (#1039) (731f43f)

v8.0.0

8.0.0 (2023-11-19)

Bug Fixes

Features

  • add experimental dts rollup using @​microsoft/api-extractor (#983) (61fc06c)

BREAKING CHANGES

  • Drop node < 18

v7.3.0

7.3.0 (2023-11-16)

Bug Fixes

Features

... (truncated)

Commits
  • 83c7c7f fix: support swc target for mjs (#1081)
  • 8c26e63 fix(experimental-dts): make --experimental-dts to be compatible with `--cle...
  • 731f43f fix(experimental-dts): only include exported declarations (#1039)
  • d8a203c chore(ci): automatically format code (#1035)
  • f83baf8 fix(dts): ensure chunks conform to bundle format (#1034)
  • 51b5a00 docs: correct minimal version for --experimental-dts flag (#1038)
  • 4c1ad38 ci!: drop node 16
  • 93356fc ci: add node 20 & npm provenance
  • d4e22c5 fix: await postcss for async plugins (#1036)
  • fc1b13d docs: add information about JavaScript API (#1037)
  • Additional commits viewable in compare view

Updates vitest from 0.34.6 to 1.4.0

Release notes

Sourced from vitest's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.3.1

   🚀 Features

... (truncated)

Commits
  • a8da192 chore: release v1.4.0
  • d7e8b53 feat(config): deprecate cache.dir option (#5229)
  • c652148 chore: remove unused property
  • ce5ca6b fix(vitest): logs in beforeAll and afterAll (#5288)
  • 51d1d47 fix(vitest): correctly override api with --no-api flag (#5386)

Bumps the npm group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@effect/schema](https://github.com/effect-ts/effect/tree/HEAD/packages/schema) | `0.63.3` | `0.64.5` |
| [@effect/typeclass](https://github.com/effect-ts/effect/tree/HEAD/packages/typeclass) | `0.23.2` | `0.23.7` |
| [effect](https://github.com/effect-ts/effect/tree/HEAD/packages/effect) | `2.4.2` | `2.4.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.1` | `7.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.1` | `7.2.0` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.0.11` |
| [tsup](https://github.com/egoist/tsup) | `7.2.0` | `8.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.6` | `1.4.0` |


Updates `@effect/schema` from 0.63.3 to 0.64.5
- [Release notes](https://github.com/effect-ts/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/effect-ts/effect/commits/@effect/schema@0.64.5/packages/schema)

Updates `@effect/typeclass` from 0.23.2 to 0.23.7
- [Release notes](https://github.com/effect-ts/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/typeclass/CHANGELOG.md)
- [Commits](https://github.com/effect-ts/effect/commits/@effect/typeclass@0.23.7/packages/typeclass)

Updates `effect` from 2.4.2 to 2.4.7
- [Release notes](https://github.com/effect-ts/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/effect-ts/effect/commits/effect@2.4.7/packages/effect)

Updates `@typescript-eslint/eslint-plugin` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.1 to 7.2.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/parser)

Updates `husky` from 8.0.3 to 9.0.11
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.11)

Updates `tsup` from 7.2.0 to 8.0.2
- [Release notes](https://github.com/egoist/tsup/releases)
- [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
- [Commits](egoist/tsup@v7.2.0...v8.0.2)

Updates `vitest` from 0.34.6 to 1.4.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@effect/schema"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@effect/typeclass"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: effect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 16, 2024
@jessekelly881 jessekelly881 merged commit 4f35e5e into main Mar 16, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-791e8c5b7c branch March 16, 2024 03:29
# for free to join this conversation on GitHub. Already have an account? # 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