Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-access (3.0.0 -> 3.0.1 πŸ›)

    release: v3.0.1
    setup: change to reusable workflows
    setup: pin dependencies

πŸ“ invenio-accounts (5.1.5 -> 5.1.6 πŸ›)

    release: v5.1.6
    fix: jwt lib changed

    * pyjwt 2.10.0 changed the api to decode. verify-sub is now default.
      this change reinstates the old behavior
    setup: change to reusable workflows
    setup: pin dependencies
    bug: add handler for handling changed domain

    * remove setting of role.id as the added flush() will add the ID from DB
    * domains: extend find_domain to accept ID
    * domains: only flush if data not persisted

πŸ“ invenio-app-rdm (13.0.0b1.dev22 -> 13.0.0b1.dev23 🌈)

    πŸ“¦ release: v13.0.0b1.dev23
    webpack: configure copy patterns for TinyMCE

πŸ“ invenio-assets (3.0.3 -> 3.1.0 🌈)

    release: v3.1.0
    Revert "release: v3.0.4"

    This reverts commit e90230672fcb81b9d8bfb0fbb74c59b38ef8b7c4.
    release: v3.0.4
    setup: change to reusable workflows
    setup: remove pywebpack

    * installed by flask-webpackext
    setup: pin dependencies
    webpack: read CopyWebpackPlugin patterns from config.json

    * the copy patterns are already validated in Python, as that's easier to
      control in settings like tests
    fix: resolve dependency warning

    * adding this dependency is proposed in the dependency warning:

      One of your dependencies, babel-preset-react-app, is importing the
      "@babel/plugin-proposal-private-property-in-object" package without
      declaring it in its dependencies. This is currently working because
      "@babel/plugin-proposal-private-property-in-object" is already in your
      node_modules folder for unrelated reasons, but it may break at any time.

      babel-preset-react-app is part of the create-react-app project, which
      is not maintianed anymore. It is thus unlikely that this bug will
      ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
      your devDependencies to work around this error. This will make this message
      go away.

πŸ“ invenio-cache (1.3.0 -> 1.3.1 πŸ›)

    release: v1.3.1
    setup: change to reusable workflows
    setup: pin dependencies

πŸ“ invenio-communities (17.5.0 -> 17.5.1 πŸ›)

    πŸ“¦ release: v17.5.1
    settings-ui: fix organizations metadata payload

    * Fixes a bug where organizations selected from the search in the
      profile form, should also submit the `id` so that it's linked to the
      affiliation vocabulary entry.

πŸ“ invenio-pidstore (1.3.2 -> 1.3.3 πŸ›)

    release: v1.3.3
    setup: change to reusable workflows
    setup: pin dependencies
  • Loading branch information
slint committed Nov 29, 2024
1 parent cdf78d9 commit 0cd73a7
Showing 1 changed file with 35 additions and 26 deletions.
61 changes: 35 additions & 26 deletions Pipfile.lock

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

0 comments on commit 0cd73a7

Please sign in to comment.