Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wagtail-inventory from 1.6 to 2.2 #10951

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps wagtail-inventory from 1.6 to 2.2.

Release notes

Sourced from wagtail-inventory's releases.

2.2

What's Changed

Full Changelog: cfpb/wagtail-inventory@2.1...2.2

2.1

What's Changed

Full Changelog: cfpb/wagtail-inventory@2.0.0...2.1

2.0.0

  • Convert inventory view to a Wagtail report #68

The Wagtail block inventory is moved from "Settings" to "Reports" with new filter options and Excel/CSV downloads.

This release adds a requirement of django-autocomplete-light, which can be pip-installed:

pip install django-autocomplete-light

And it requires dal and dal_select2 to be added to INSTALLED_APPS in your settings.py file:

# in settings.py
INSTALLED_APPS = (
    ...
    'dal',
    'dal_select2',
    'wagtailinventory',
    ...
)

1.7.0

Commits
  • ed644f8 Prep for 2.2 release
  • 95fc18e Add support for Wagtail 5.0 and Django 4.2
  • 642f67b Bump version for 2.1 release
  • 9227dcf Merge pull request #75 from cfpb/feature/reference-index-ignore
  • 791b1fc Exempt PageBlock from Wagtail's reference index
  • c331865 Merge pull request #70 from cfpb/fix/precommit-ruff
  • c43d729 Correct remaining flake8 reference
  • 8fcb073 Add ruff to pre-commit config
  • 30d6fcf Up the version to 2.0
  • f69b331 Merge pull request #68 from cfpb/report
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering labels Aug 1, 2023
@jhonatan-lopes jhonatan-lopes added pip Used for dependabot PR's having to do with pip/python [dependabot] has breaking changes labels Aug 2, 2023
@jhonatan-lopes
Copy link
Contributor

@dependabot recreate

Bumps [wagtail-inventory](https://github.com/cfpb/wagtail-inventory) from 1.6 to 2.2.
- [Release notes](https://github.com/cfpb/wagtail-inventory/releases)
- [Changelog](https://github.com/cfpb/wagtail-inventory/blob/main/CHANGELOG.md)
- [Commits](cfpb/wagtail-inventory@1.6...2.2)

---
updated-dependencies:
- dependency-name: wagtail-inventory
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtail-inventory-2.2 branch from f08efc7 to b843528 Compare August 2, 2023 14:13
@jhonatan-lopes jhonatan-lopes temporarily deployed to foundation-s-dependabot-kawuqy August 2, 2023 17:24 Inactive
Copy link
Contributor

@jhonatan-lopes jhonatan-lopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added dal and dal_select2 to conform to wagtailinventorys version 2 installation instructions.

@jhonatan-lopes jhonatan-lopes mentioned this pull request Aug 2, 2023
@jhonatan-lopes jhonatan-lopes merged commit cc9a49a into main Aug 2, 2023
@jhonatan-lopes jhonatan-lopes deleted the dependabot/pip/wagtail-inventory-2.2 branch August 2, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend [dependabot] has breaking changes dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant