Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-access (2.0.0 -> 2.1.0 🌈)

    release: v2.1.0
    permissions:  add system permisssion

    * closes CERNDocumentServer/cds-rdm#240

πŸ“ invenio-admin (1.4.1 -> 1.5.1 🌈)

    πŸ“¦ release: v1.4.1
    docs: fix intersphinx config
    setup: pin wtforms

    3.2.0 makes a breaking change https://wtforms.readthedocs.io/en/3.2.x/changes/
    πŸ“¦ release: v1.5.1
    setup: pin wtforms

    3.2.0 makes a breaking change https://wtforms.readthedocs.io/en/3.2.x/changes/
    release: v1.5.0
    setup: add invenio-app dependency
    fix: before_app_first_request deprecation
    i18n-global: add compile-catalog fuzzy (inveniosoftware/invenio-admin#104)

    Refs inveniosoftware/invenio-i18n#103

πŸ“ invenio-administration (2.8.2 -> 2.9.0 🌈)

    πŸ“¦ release: v2.9.0
    admin: change default # of results from 10 to 20
    fix: make tooltip required
    bug: fix type for BoolFormatter value

πŸ“ invenio-app-rdm (13.0.0b1.dev16 -> 13.0.0b1.dev17 🌈)

    release: v13.0.0b1.dev17
    setup: bump major invenio-rdm-records
    admin: improve files and stats display
    bug: add message to browse page when no subcoms
    admin: fix mobile display via css instead of html
    admin: increase title length and fix mobile
    admin: link GitHub and ORCiD icons to sites
    admin: add link to user in records and drafts
    upgrades: add v13 script

    * closes CERNDocumentServer/cds-rdm#240
    global: remove invenio-admin

    * invenio-admin has been deprecated since a while in favour of
      invenio-administration
    landing_page: add block user option
    pass the whole APP_RDM_USER_DASHBOARD_ROUTES object
    rename variable to be more precise
    pass config to deposit_create and _edit

πŸ“ invenio-communities (17.3.2 -> 17.4.0 🌈)

    πŸ“¦ release: v17.4.0
    admin: change default # of results from 10 to 20
    refactor: remove showManualEntry argument
    UI/UX: improve display of ROR information in select field
    refactor: pass community_ui dict instead of community object

πŸ“ invenio-rdm-records (15.7.1 -> 16.0.1 ⚠️)

    πŸ“¦ release: v16.0.1
    deposit-ui: fix creator affiliations selection display

    * Fixes a bug where the selected affiliations from the dropdown do not
      appear inside the input box.
    release: v16.0.0
    siglal: rename temporarily_connected_to to connected_to

    * See blinker PR: https://github.com/pallets-eco/blinker/pull/172/files#diff-6d65d4c3783f73a7e9f606573e156ed1f0597054715ac512004cb353d8a9886cL227
    identifiers: relax validation rules for deduplication
    records: upgrade jsonschema version

    * adds internal notes
    record: add internal_notes

    * components: add internal notes cmp
    records: upgrade jsonschema version

    * adds internal notes
    record: add internal_notes

    * components: add internal notes cmp
    metadata: add internal notes
    fix: translation only applied on app start

    * the problem was that with gettext the translations for facets
      have been only calculated on boot time.

    * using lazy_gettext instead fixes that, because it calculates
      the translation at the request level

    community submission: remove notification about request auto-accept

    * closes CERNDocumentServer/cds-rdm#203

πŸ“ invenio-records-resources (6.3.1 -> 6.4.0 🌈)

    release: v6.4.0
    fix: translation only applied on app start

    * the problem was that with gettext the translations for facets
      have been only calculated on boot time.

    * using lazy_gettext instead fixes that, because it calculates
      the translation at the request level

    queryparser: add RestrictedTerm to exclude allowed phrases by permission
  • Loading branch information
slint committed Nov 11, 2024
1 parent d761f34 commit cce947a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 69 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev16", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b1.dev17", extras = ["opensearch2"]}

invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
Expand Down
121 changes: 53 additions & 68 deletions Pipfile.lock

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

0 comments on commit cce947a

Please sign in to comment.