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 the effect group across 1 directory with 4 updates #72

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 39 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
"type": "module",
"private": true,
"dependencies": {
"@effect/platform": "^0.58.27",
"@effect/platform-node": "^0.53.26",
"@effect/schema": "^0.68.1",
"@effect/platform": "^0.60.2",
"@effect/platform-node": "^0.55.2",
"@effect/schema": "^0.69.2",
"@geo-maps/countries-land-10km": "^0.6.0",
"@js-temporal/polyfill": "^0.4.4",
"@observablehq/framework": "^1.9.0",

Unchanged files with check annotations Beta

),
})
const DomainNames = Schema.Record(DomainIdSchema, Schema.String)

Check failure on line 17 in src/data/openalex-domains.json.ts

GitHub Actions / Typecheck

Expected 1 arguments, but got 2.
const program = Effect.gen(function* () {
const terminal = yield* Terminal.Terminal
yield* terminal.display(encoded)
})
await Effect.runPromise(program.pipe(Effect.provide(NodeTerminal.layer)))

Check failure on line 36 in src/data/openalex-domains.json.ts

GitHub Actions / Typecheck

Argument of type 'Effect<void, HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
),
})
const FieldNames = Schema.Record(FieldIdSchema, Schema.Struct({ name: Schema.String, domain: DomainIdSchema }))

Check failure on line 20 in src/data/openalex-fields.json.ts

GitHub Actions / Typecheck

Expected 1 arguments, but got 2.
const program = Effect.gen(function* () {
const terminal = yield* Terminal.Terminal
yield* terminal.display(encoded)
})
await Effect.runPromise(program.pipe(Effect.provide(NodeTerminal.layer)))

Check failure on line 42 in src/data/openalex-fields.json.ts

GitHub Actions / Typecheck

Argument of type 'Effect<void, HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
),
})
const SubfieldNames = Schema.Record(SubfieldIdSchema, Schema.Struct({ name: Schema.String, field: FieldIdSchema }))

Check failure on line 20 in src/data/openalex-subfields.json.ts

GitHub Actions / Typecheck

Expected 1 arguments, but got 2.
const program = Effect.gen(function* () {
const terminal = yield* Terminal.Terminal
yield* terminal.display(encoded)
})
await Effect.runPromise(program.pipe(Effect.provide(NodeTerminal.layer)))

Check failure on line 49 in src/data/openalex-subfields.json.ts

GitHub Actions / Typecheck

Argument of type 'Effect<void, HttpClientError | ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, HttpClientError | ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
import { Effect } from 'effect'
import * as PreprintServer from '../lib/PreprintServer.js'
const Output = Schema.Record(Schema.String, Schema.String)

Check failure on line 7 in src/data/preprint-servers.json.ts

GitHub Actions / Typecheck

Expected 1 arguments, but got 2.
const program = Effect.gen(function* () {
const terminal = yield* Terminal.Terminal
yield* terminal.display(encoded)
})
await Effect.runPromise(program.pipe(Effect.provide(NodeTerminal.layer)))

Check failure on line 17 in src/data/preprint-servers.json.ts

GitHub Actions / Typecheck

Argument of type 'Effect<void, ParseError | PlatformError, unknown>' is not assignable to parameter of type 'Effect<void, ParseError | PlatformError, never>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.