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 decidim-core from 0.27.1 to 0.28.0 in /decidim-regulations #469

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps decidim-core from 0.27.1 to 0.28.0.

Release notes

Sourced from decidim-core's releases.

v0.28.0

Release Notes

See our blog post about the highlights for admins in this release.

⚠️ Mind that our last stable version (v0.27.0) is more than one year old. Lots of things have happened in Decidim, so we recommend that you follow all the steps in this guide for updating your application. Enjoy the new design and features!

Security fixes

This release addresses several security issues:

The details regarding the security vulnerability will be published on February 20th 2024, which is two months after the release date of this version. For more information, please refer to our Security Policy.

We highly recommend updating to this version as soon as possible to ensure the security of your system.

1. Upgrade notes

As usual, we recommend that you have a full backup, of the database, application code and static files.

To update, follow these steps:

1.1. Update your ruby and node versions

For ruby, if you're using rbenv, this is done with the following commands:

rbenv install 3.1.1
rbenv local 3.1.1

If not, you need to adapt it to your environment. See "2.1. Ruby update to 3.1"

For node, if you're using nvm, this is done with the following commands:

nvm install 18.17.1
nvm use 18.17.1

If not, you need to adapt it to your environment. See "2.2. Node update to 18.17"

1.2. Update your Gemfile

gem "decidim", "0.28.0"
</tr></table> 

... (truncated)

Changelog

Sourced from decidim-core's changelog.

0.28.0

Added

  • decidim-admin, decidim-api, decidim-assemblies, decidim-blogs, decidim-budgets, decidim-comments, decidim-core, decidim-debates, decidim-elections, decidim-forms, decidim-generators, decidim-initiatives, decidim-proposals: Redesign / Introduce concern to pick redesign layouts when activate #9229
  • decidim-initiatives: Add create authorization to initiative types #9309
  • decidim-admin: Admin log filters #9460
  • decidim-core: Add modifyList option to the autocomplete element #9548
  • Generate Tailwind configuration at runtime #9480
  • decidim-participatory processes: Automate phase change in processes #9026
  • Redesign: blogs #9436
  • Redesign: login & signup #9455
  • Redesign: Layout #9755
  • Redesign: pages #9457
  • Redesign: notifications #9447
  • Redesign: surveys & forms #9504
  • Redesign: profile (partially done) #9387
  • Redesign: flash messages #9774
  • decidim-accountability: Import budgeting projects into accountability results #9604
  • decidim-blogs: Publication date field for blog articles #9757
  • decidim-core: Add additional details in HTTP 500 error page message #9762
  • Add documentation section about customizing cells #9622
  • Add documentation about configuring ActiveStorage / dynamic file uploads #9777
  • Redesign: conversations #9469
  • Redesigned: admin bar #9874
  • decidim-blogs, decidim-budgets, decidim-comments, decidim-consultations, decidim-core, decidim-debates, decidim-elections, decidim-forms, decidim-initiatives, decidim-meetings, decidim-proposals, decidim-verifications: Implement authorization data recovery for deleted users #9463
  • decidim-core: Update @joeattardi/emoji-button to @picmo/popup-picker #9667
  • Install turbo-rails #9881
  • Redesign: accountability #9772
  • Redesign: upload modal #9858
  • decidim-core: Implement ToS summary #9222
  • decidim-core: Add title and description to the attachment API type #10114
  • Redesign: verifications #9759
  • decidim-admin: Integrate reported users in Global moderation #10018
  • Redesign: action buttons #9852
  • decidim-admin, decidim-templates: Add user moderation template #10016
  • decidim-conferences: Add order position in conferences #10105
  • Redesign: conferences #9658
  • decidim-core: Add ability to hide content from front page #10024
  • decidim-admin: Add pending moderations dashboard #10019
  • decidim-admin, decidim-core: Multi content blocks with the same manifest for the same page and section content block for ToS #10166
  • decidim-generators: Enhance module generator #9655
  • decidim-generators: Use decidim's default .ruby-version and .node-version #10574
  • Add direct action to block this participant #10111
  • decidim-admin, decidim-conferences, decidim-core, decidim-debates, decidim-forms, decidim-initiatives, decidim-meetings, decidim-proposals, decidim-system: Replace the WYSIWYG editor with TipTap #10196
  • decidim-admin: Triadic color calculator for organization colors #10977
  • decidim-generators: Add ESLint and Stylelint to component template #10965
  • decidim-admin, decidim-core: Add a button to send a newsletter to the admin #10896
  • Add Content Security Policy support #10700
  • Decidim frontend redesign #11122

... (truncated)

Commits
  • 94ca626 New Crowdin updates (#12218)
  • 56b2e36 Bump to v0.28.0 final version (#12214)
  • 0751025 New Crowdin updates (#12119)
  • 35044d3 Backport 'Fix details in CSS from redesign' to v0.28 (#12208)
  • 1bd4160 Backport 'Fix selection of polls with two answers and single options question...
  • c5c78ca Backport 'Show message when there are no questions in survey' to v0.28 (#12209)
  • 9007da6 Bump to v0.28.0.rc5 version (#12187)
  • 8108da5 Backport 'Redesign: fix grid in the partners section of the conferences' to v...
  • a49eec8 Backport 'Redesign: fix layout-2col height on Safari' to v0.28 (#12180)
  • 6103e53 Backport 'Fix styles in Announcements' to v0.28 (#12175)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [decidim-core](https://github.com/decidim/decidim) from 0.27.1 to 0.28.0.
- [Release notes](https://github.com/decidim/decidim/releases)
- [Changelog](https://github.com/decidim/decidim/blob/v0.28.0/CHANGELOG.md)
- [Commits](decidim/decidim@v0.27.1...v0.28.0)

---
updated-dependencies:
- dependency-name: decidim-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 20, 2024
@tramuntanal
Copy link
Collaborator

dont' want that upgrade

@tramuntanal tramuntanal closed this Mar 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@tramuntanal tramuntanal deleted the dependabot/bundler/decidim-regulations/decidim-core-0.28.0 branch March 7, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant