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): update dependency typescript to v5.7.2 #552

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
chore(deps): update dependency typescript to v5.7.2
renovate[bot] committed Dec 4, 2024
commit 3ff60cca06db678e6d7bf8406d77803cde6113b5

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

Original file line number Diff line number Diff line change
@@ -27,6 +27,6 @@
"rollup": "4.27.2",
"@rollup/plugin-terser": "0.4.4",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}

Unchanged files with check annotations Beta

/// Corresponds to [graphql-js/GraphQLError](https://graphql.org/graphql-js/error/#graphqlerror)
/// You can get error details if you need them, or call `error.logLines` to get errors in a format
/// that lets Xcode show inline errors.
public final class GraphQLError: JavaScriptError {

Check warning on line 8 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLError' must restate inherited '@unchecked Sendable' conformance

Check warning on line 8 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLError' must restate inherited '@unchecked Sendable' conformance
private let source: GraphQLSource?
/// The source locations associated with this error.
public let sourceLocations: [GraphQLSourceLocation]?
}
/// A GraphQL schema validation error. This wraps one or more underlying validation errors.
public class GraphQLSchemaValidationError: JavaScriptError {

Check warning on line 78 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLSchemaValidationError' must restate inherited '@unchecked Sendable' conformance

Check warning on line 78 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLError.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLSchemaValidationError' must restate inherited '@unchecked Sendable' conformance
public let validationErrors: [GraphQLError]
required init(_ jsValue: JSValue, bridge: isolated JavaScriptBridge) {
}
}
public final class GraphQLScalarType: GraphQLNamedType {

Check warning on line 67 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLScalarType' must restate inherited '@unchecked Sendable' conformance

Check warning on line 67 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLScalarType' must restate inherited '@unchecked Sendable' conformance
public let specifiedByURL: String?
}
public final class GraphQLEnumType: GraphQLNamedType {

Check warning on line 99 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLEnumType' must restate inherited '@unchecked Sendable' conformance

Check warning on line 99 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLEnumType' must restate inherited '@unchecked Sendable' conformance
public private(set) var values: [GraphQLEnumValue]!
required init(_ jsValue: JSValue, bridge: isolated JavaScriptBridge) {
public typealias GraphQLInputFieldDictionary = OrderedDictionary<String, GraphQLInputField>
public final class GraphQLInputObjectType: GraphQLNamedType {

Check warning on line 155 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLInputObjectType' must restate inherited '@unchecked Sendable' conformance

Check warning on line 155 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLInputObjectType' must restate inherited '@unchecked Sendable' conformance
public private(set) var fields: GraphQLInputFieldDictionary!
public let isOneOf: Bool
}
}
public class GraphQLCompositeType: GraphQLNamedType {

Check warning on line 221 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLCompositeType' must restate inherited '@unchecked Sendable' conformance

Check warning on line 221 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLCompositeType' must restate inherited '@unchecked Sendable' conformance
public override var debugDescription: String {
"Type - \(name)"
}
}
}
public final class GraphQLObjectType: GraphQLCompositeType, GraphQLInterfaceImplementingType {

Check warning on line 237 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLObjectType' must restate inherited '@unchecked Sendable' conformance

Check warning on line 237 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLObjectType' must restate inherited '@unchecked Sendable' conformance
public private(set) var fields: [String: GraphQLField]!
}
}
public class GraphQLAbstractType: GraphQLCompositeType {

Check warning on line 269 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLAbstractType' must restate inherited '@unchecked Sendable' conformance

Check warning on line 269 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

class 'GraphQLAbstractType' must restate inherited '@unchecked Sendable' conformance
}
public final class GraphQLInterfaceType: GraphQLAbstractType, GraphQLInterfaceImplementingType {

Check warning on line 272 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLInterfaceType' must restate inherited '@unchecked Sendable' conformance
public private(set) var fields: [String: GraphQLField]!
}
}
public final class GraphQLUnionType: GraphQLAbstractType {

Check warning on line 304 in apollo-ios-codegen/Sources/GraphQLCompiler/GraphQLSchema.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

class 'GraphQLUnionType' must restate inherited '@unchecked Sendable' conformance
public let types: [GraphQLObjectType]
required init(_ jsValue: JSValue, bridge: isolated JavaScriptBridge) {
///
/// - SeeAlso: [The Response Format section in the GraphQL specification](https://facebook.github.io/graphql/#sec-Response-Format)
public struct GraphQLError: Error, Hashable {
private let object: JSONObject

Check warning on line 10 in apollo-ios/Sources/Apollo/GraphQLError.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode

Check warning on line 10 in apollo-ios/Sources/Apollo/GraphQLError.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

stored property 'object' of 'Sendable'-conforming struct 'GraphQLError' has non-sendable type 'JSONObject' (aka 'Dictionary<String, AnyHashable>'); this is an error in the Swift 6 language mode
public init(_ object: JSONObject) {
self.object = object