Skip to content

Commit 68ed7de

Browse files
committed
installation: bump dependencies
πŸ“ invenio-administration (3.1.0 -> 3.1.2 πŸ›) release: v3.1.2 ui: handle date values in the forms * closes CERNDocumentServer/cds-rdm#329 release: v3.1.1 ui: add an indicator for the buttons that open modals * closes CERNDocumentServer/cds-rdm#322 πŸ“ invenio-app-rdm (13.0.0b2.dev2 -> 13.0.0b2.dev5 🌈) release: v13.0.0b2.dev5 share: change wording to depict request access on record sharing dashboard: use always view button to redirect user to the upload * If upload is published redirect user to published record * If upload is draft redirect user to upload or preview depending on their permission deposit: use permissions.can_manage for record community management dashboard: split mine and shared with me uploads release: v13.0.0b2.dev4 fix: eslint warnings * warning propType "diff" is not required, but has no corresponding defaultProps declaration * warning propType "srcRevision" is not required, but has no corresponding defaultProps declaration * warning propType "targetRevision" is not required, but has no corresponding defaultProps declaration * warning fetchRevisions should be placed after componentWillUnmount * warning 'diff' is assigned a value but never used * warning Must use destructuring state assignment * apply indentation to run-js-linter.sh with only spaces views: FAIR signposting level 1 support (config flag) Update search.en.html Fixed two typos tasks: skip health checks for files that don't have a uri * these files will fail with certainty because there is no on-disk file on which to calculate the MD5 checksum views: signposting: files: fix filename encoding issues for downloads πŸ“¦ release: v13.0.0b2.dev3 views: FAIR signposting level 1 support meta: FAIR signposting level 1 support (link rel item) globals: site.overrides: Increase pdf preview iframe height fix: flask changed to TRUSTED_HOSTS πŸ“ invenio-jobs (3.0.0 -> 3.0.1 πŸ›) release: v3.0.1 ui: rename the run button * closes CERNDocumentServer/cds-rdm#322 πŸ“ invenio-previewer (3.0.0 -> 3.0.1 πŸ›) release: v3.0.1 fix: ModuleWarning: Deprecation Warning * Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import πŸ“ invenio-rdm-records (17.0.2 -> 17.3.0 🌈) release: v17.3.0 search_param: refactor SharedOrMyDraftsParam links: add preview_html link param: rename shared_with_me param refactor shared filter URL param to exclude seeing uploads because of user communities requests: pass record topic required permission via context service: change community submission actions on who can manage resources: add param to filter shared with my uploads * returns record needs on entity resolution * reindex associated request on parent access changes release: v17.2.0 iiif: fix info request not being proxied request.endpoint appears to contain the method name (info) and not route name (image_info) cff: add default "message" field * Addresses #960 schema.org: add uploadDate for VideoObject serialization [+] This is the remnant of a dead-end in providing more VideoObject structured data per https://developers.google.com/search/docs/appearance/structured-data/video since we were getting 'chided' by Google search console. Unfortunately, the reality is that a record page is not a video watch page (it may contain multiple videos + focus of page is on wider metadata) and a generic instance doesn't have video thumbnails and perhaps doesn't want to expose video content file too much. All of this resulted in only implementing the uploadDate field 🀷 . resource_types: fix datapaper and interactiveresource datacite mapping views: signposting: files: fix filename encoding issues for downloads πŸ“¦ release: v17.1.0 views: FAIR signposting level 1 support views: FAIR signposting remove linkset link to itself πŸ“ invenio-records-resources (7.0.1 -> 7.0.2 πŸ›) release: v7.0.2 services: records: CompositeSuggestQueryParser: Filter out stopwords πŸ“ invenio-requests (6.0.0 -> 6.1.0 🌈) release: v6.1.0 requests: split mine and shared with me (inveniosoftware/invenio-requests#426) * requests: split mine and shared with me * adds `shared_with_me` param to filter requests * adds dashboard dropdown to filter requests * adds topic generator on `can_read` request permission * relies on `can_read` request permission to search user requests * generators: improve readability of Topic generator * release: v6.1.0 πŸ“ invenio-rest (2.0.0 -> 2.0.2 πŸ›) πŸ“¦ release: v2.0.2 fix: copyright headers πŸ“¦ release: v2.0.1 fix: flask changed from APP_ALLOWED_HOSTS to TRUSTED_HOSTS πŸ“ invenio-theme (4.1.0 -> 4.1.1 πŸ›) release: v4.1.1 fix: ModuleWarning: Deprecation Warning * Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0. More info and automated migrator: https://sass-lang.com/d/import πŸ“ invenio-vocabularies (7.1.0 -> 7.2.0 🌈) release: v7.2.0 contrib: Remove redundant fields from affiliations, funders search subjects: fixed deprecated subject in nvs transformer
1 parent 776db7f commit 68ed7de

File tree

2 files changed

+124
-119
lines changed

2 files changed

+124
-119
lines changed

β€ŽPipfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sphinx = ">=4.5"
1010
isort = ">=6.0"
1111

1212
[packages]
13-
invenio-app-rdm = {version = "==13.0.0b2.dev3", extras = ["opensearch2"]}
13+
invenio-app-rdm = {version = "==13.0.0b2.dev5", extras = ["opensearch2"]}
1414
sentry-sdk = ">=1.45,<2.0.0"
1515
zenodo_rdm = {editable="True", path="./site"}
1616
zenodo_legacy = {editable="True", path="./legacy"}

0 commit comments

Comments
Β (0)