Skip to content

Commit

Permalink
Merge pull request #1563 from danskernesdigitalebibliotek/develop
Browse files Browse the repository at this point in the history
Release 2024.48.0
  • Loading branch information
xendk authored Nov 26, 2024
2 parents d262e23 + 92fec11 commit 6f62c88
Show file tree
Hide file tree
Showing 5 changed files with 1,887 additions and 2,144 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"@chromatic-com/storybook": "^3",
"@csstools/postcss-sass": "^5.1.1",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cypress/code-coverage": "^3.13.6",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.11",
"@graphql-codegen/typescript-graphql-files-modules": "^2.1.1",
"@graphql-codegen/typescript-operations": "^2.4.0",
"@graphql-codegen/typescript-react-query": "^3.5.12",
"@cypress/code-coverage": "^3.13.7",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-graphql-files-modules": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript-react-query": "^6.1.0",
"@graphql-typed-document-node/core": "^3.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@namics/stylelint-bem": "^10.1.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-queryparams": "^7.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.4.4",
"@storybook/react-webpack5": "^8.4.5",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.2.2",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -87,7 +87,7 @@
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"caniuse-lite": "^1.0.30001680",
"caniuse-lite": "^1.0.30001684",
"change-case-all": "^2.1.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^9.1.0",
Expand Down Expand Up @@ -124,13 +124,13 @@
"replace-in-file": "^6.3.2",
"sass": "^1.81.0",
"source-map-support": "^0.5.21",
"storybook": "^8.4.4",
"storybook": "^8.4.5",
"style-loader": "^4.0.0",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^6.9.0",
"stylelint-scss": "^6.10.0",
"stylelint-webpack-plugin": "^5.0.1",
"svg-url-loader": "^8.0.0",
"ts-node": "^10.9.2",
Expand All @@ -153,7 +153,7 @@
"@fullcalendar/timegrid": "^6.1.15",
"@reach/alert": "^0.18.0",
"@reach/dialog": "^0.18.0",
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.3.0",
"@types/lodash": "^4.17.5",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
Expand All @@ -169,9 +169,9 @@
"react-error-boundary": "^4.0.0",
"react-flatpickr": "^3.10.13",
"react-query": "^3.39.3",
"react-redux": "^8.1.3",
"react-redux": "^9.1.2",
"react-use": "^17.5.1",
"redux": "^4.2.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"unfetch": "^5.0.0"
},
Expand Down
151 changes: 139 additions & 12 deletions src/core/dbc-gateway/generated/graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "firstAccessionDate",
"description": "Date of first accession",
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "issueId",
"description": "Id of publishing issue.",
Expand Down Expand Up @@ -1609,6 +1621,22 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "max",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "value",
"description": null,
Expand All @@ -1618,7 +1646,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"name": "Int",
"ofType": null
}
},
Expand Down Expand Up @@ -2391,6 +2419,66 @@
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "depth",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "Depth",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Depth",
"description": null,
"isOneOf": null,
"fields": [
{
"name": "max",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "value",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
Expand Down Expand Up @@ -3840,6 +3928,22 @@
"description": null,
"isOneOf": null,
"fields": [
{
"name": "accessNew",
"description": "Is newly added - nice to know if there are no localizations",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Boolean",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "loanIsPossible",
"description": "Is true when manifestation can be borrowed via ill",
Expand Down Expand Up @@ -4064,6 +4168,38 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iso639Set1",
"description": "ISO639-1 language code (2 letters)",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "iso639Set2",
"description": "ISO639-2 language code (3 letters)",
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "isoCode",
"description": "ISO639-2 language code",
Expand Down Expand Up @@ -15087,15 +15223,6 @@
}
]
},
{
"name": "oneOf",
"description": "Indicates exactly one field must be supplied and this field must not be `null`.",
"isRepeatable": false,
"locations": [
"INPUT_OBJECT"
],
"args": []
},
{
"name": "skip",
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
Expand Down Expand Up @@ -15126,15 +15253,15 @@
},
{
"name": "specifiedBy",
"description": "Exposes a URL that specifies the behavior of this scalar.",
"description": "Exposes a URL that specifies the behaviour of this scalar.",
"isRepeatable": false,
"locations": [
"SCALAR"
],
"args": [
{
"name": "url",
"description": "The URL that specifies the behavior of this scalar.",
"description": "The URL that specifies the behaviour of this scalar.",
"type": {
"kind": "NON_NULL",
"name": null,
Expand Down
Loading

0 comments on commit 6f62c88

Please sign in to comment.