Public commit
This commit is contained in:
21
patches/@aet__gql-tools@0.0.1-beta.3.patch
Normal file
21
patches/@aet__gql-tools@0.0.1-beta.3.patch
Normal file
@ -0,0 +1,21 @@
|
||||
diff --git a/type-graphql.mjs b/type-graphql.mjs
|
||||
index 1723cb707fb365a7e68d073093f75960e405a463..4a36c76eeced8c2009c5480a154c150006361e7d 100644
|
||||
--- a/type-graphql.mjs
|
||||
+++ b/type-graphql.mjs
|
||||
@@ -3,7 +3,6 @@ import { GraphQLError, GraphQLScalarType, GraphQLFloat, GraphQLBoolean, GraphQLS
|
||||
export { GraphQLFloat as Float, GraphQLID as ID, GraphQLInt as Int } from 'graphql';
|
||||
import { GraphQLBigInt, GraphQLDateTimeISO } from 'graphql-scalars';
|
||||
export { GraphQLBigInt, GraphQLDateTimeISO as GraphQLISODateTime, GraphQLTimestamp } from 'graphql-scalars';
|
||||
-import { PubSub as PubSub$1, withFilter } from 'graphql-subscriptions';
|
||||
|
||||
class ArgumentValidationError extends GraphQLError {
|
||||
constructor(validationErrors) {
|
||||
@@ -903,7 +902,7 @@ class BuildContext {
|
||||
disableInferringDefaultValues;
|
||||
#pubSub;
|
||||
get pubSub() {
|
||||
- return this.#pubSub ?? (this.#pubSub = new PubSub$1());
|
||||
+ return this.#pubSub;
|
||||
}
|
||||
/**
|
||||
* Set static fields with current building context data
|
13
patches/@apollo__client@3.7.17.patch
Normal file
13
patches/@apollo__client@3.7.17.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/react/context/ApolloProvider.d.ts b/react/context/ApolloProvider.d.ts
|
||||
index 3d12c9e1e8bf6b33f603cdb2504142edc818eff7..ccc569dc90b7f0fa40b5347dd33c025894539ba1 100644
|
||||
--- a/react/context/ApolloProvider.d.ts
|
||||
+++ b/react/context/ApolloProvider.d.ts
|
||||
@@ -2,7 +2,7 @@ import * as React from 'react';
|
||||
import { ApolloClient } from '../../core';
|
||||
export interface ApolloProviderProps<TCache> {
|
||||
client: ApolloClient<TCache>;
|
||||
- children: React.ReactNode | React.ReactNode[] | null;
|
||||
+ children?: React.ReactNode | React.ReactNode[] | null;
|
||||
}
|
||||
export declare const ApolloProvider: React.FC<ApolloProviderProps<any>>;
|
||||
//# sourceMappingURL=ApolloProvider.d.ts.map
|
13
patches/@headlessui__react@1.7.16.patch
Normal file
13
patches/@headlessui__react@1.7.16.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/dist/components/popover/popover.d.ts b/dist/components/popover/popover.d.ts
|
||||
index 3c7ee4ecbd5ac4411fbcc19f777876331bb0d640..080665fd90eaeb1370c7ec1e1f3281b6e2301bb3 100644
|
||||
--- a/dist/components/popover/popover.d.ts
|
||||
+++ b/dist/components/popover/popover.d.ts
|
||||
@@ -3,7 +3,7 @@ import { Props } from '../../types.js';
|
||||
import { PropsForFeatures, HasDisplayName, RefProp } from '../../utils/render.js';
|
||||
type MouseEvent<T> = Parameters<MouseEventHandler<T>>[0];
|
||||
declare let DEFAULT_POPOVER_TAG: "div";
|
||||
-interface PopoverRenderPropArg {
|
||||
+export interface PopoverRenderPropArg {
|
||||
open: boolean;
|
||||
close(focusableElement?: HTMLElement | MutableRefObject<HTMLElement | null> | MouseEvent<HTMLElement>): void;
|
||||
}
|
22
patches/i18next-http-backend@2.2.1.patch
Normal file
22
patches/i18next-http-backend@2.2.1.patch
Normal file
@ -0,0 +1,22 @@
|
||||
diff --git a/esm/getFetch.cjs b/esm/getFetch.cjs
|
||||
deleted file mode 100644
|
||||
index 9e99af3cae1cb4e1ebb543c510132741bc7036e5..0000000000000000000000000000000000000000
|
||||
diff --git a/esm/getFetch.js b/esm/getFetch.js
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..7b36684e2e54181eb45f5d2b718f3da5a925ea40
|
||||
--- /dev/null
|
||||
+++ b/esm/getFetch.js
|
||||
@@ -0,0 +1 @@
|
||||
+export default globalThis.fetch;
|
||||
diff --git a/esm/request.js b/esm/request.js
|
||||
index b6a6e8976beab48feaa9eedcd44fc2945f27952d..02ccb089b571bb8627a297abaa131c6657861481 100644
|
||||
--- a/esm/request.js
|
||||
+++ b/esm/request.js
|
||||
@@ -1,6 +1,6 @@
|
||||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
||||
import { defaults, hasXMLHttpRequest } from './utils.js';
|
||||
-import * as fetchNode from './getFetch.cjs';
|
||||
+import * as fetchNode from './getFetch.js';
|
||||
var fetchApi;
|
||||
if (typeof fetch === 'function') {
|
||||
if (typeof global !== 'undefined' && global.fetch) {
|
70
patches/monaco-editor@0.40.0.patch
Normal file
70
patches/monaco-editor@0.40.0.patch
Normal file
@ -0,0 +1,70 @@
|
||||
diff --git a/esm/vs/language/css/css.worker.js b/esm/vs/language/css/css.worker.js
|
||||
index 4ba8b6ca8fda98d7f6c23a4e7f46549991b0085a..828be81d67eee01891ca1a8a47378d4877e22243 100644
|
||||
--- a/esm/vs/language/css/css.worker.js
|
||||
+++ b/esm/vs/language/css/css.worker.js
|
||||
@@ -17983,6 +17983,9 @@ var cssData = {
|
||||
{
|
||||
"name": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif"
|
||||
},
|
||||
+ {
|
||||
+ "name": "system-ui, sans-serif"
|
||||
+ },
|
||||
{
|
||||
"name": "Arial, Helvetica, sans-serif"
|
||||
},
|
||||
@@ -30198,6 +30201,55 @@ var cssData = {
|
||||
"identifier"
|
||||
]
|
||||
},
|
||||
+ {
|
||||
+ "name": "-webkit-font-smoothing",
|
||||
+ "browsers": [
|
||||
+ "S4",
|
||||
+ "C5"
|
||||
+ ],
|
||||
+ "values": [
|
||||
+ {
|
||||
+ "name": "auto",
|
||||
+ "description": "Let the browser decide (Uses subpixel anti-aliasing when available; this is the default)"
|
||||
+ },
|
||||
+ {
|
||||
+ "name": "none",
|
||||
+ "description": "Turn font smoothing off; display text with jagged sharp edges."
|
||||
+ },
|
||||
+ {
|
||||
+ "name": "antialiased",
|
||||
+ "description": "Smooth the font on the level of the pixel, as opposed to the subpixel. Switching from subpixel rendering to antialiasing for light text on dark backgrounds makes it look lighter."
|
||||
+ },
|
||||
+ {
|
||||
+ "name": "subpixel-antialiased",
|
||||
+ "description": "On most non-retina displays, this will give the sharpest text."
|
||||
+ }
|
||||
+ ],
|
||||
+ "description": "Controls the application of anti-aliasing when fonts are rendered.",
|
||||
+ "restrictions": [
|
||||
+ "identifier"
|
||||
+ ]
|
||||
+ },
|
||||
+ {
|
||||
+ "name": "-moz-osx-font-smoothing",
|
||||
+ "browsers": [
|
||||
+ "F25"
|
||||
+ ],
|
||||
+ "values": [
|
||||
+ {
|
||||
+ "name": "auto",
|
||||
+ "description": "Allow the browser to select an optimization for font smoothing, typically grayscale."
|
||||
+ },
|
||||
+ {
|
||||
+ "name": "grayscale",
|
||||
+ "description": "Render text with grayscale antialiasing, as opposed to the subpixel. Switching from subpixel rendering to antialiasing for light text on dark backgrounds makes it look lighter."
|
||||
+ }
|
||||
+ ],
|
||||
+ "description": "Controls the application of anti-aliasing when fonts are rendered.",
|
||||
+ "restrictions": [
|
||||
+ "identifier"
|
||||
+ ]
|
||||
+ },
|
||||
{
|
||||
"name": "-webkit-font-feature-settings",
|
||||
"browsers": [
|
Reference in New Issue
Block a user