mautic / Community-Portal

Mautic's community governance portal, based on Decidim.
https://community.mautic.org
GNU Affero General Public License v3.0
3 stars 5 forks source link

Bump the npm_and_yarn group group with 2 updates #61

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 10 months ago

Bumps the npm_and_yarn group group with 2 updates: @decidim/stylelint-config and postcss.

Updates @decidim/stylelint-config from 0.27.4 to 0.28.0

Release notes

Sourced from @​decidim/stylelint-config'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:

  • CVE-2023-48220
  • CVE-2023-47634
  • CVE-2023-47635
  • CVE-2023-51447

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/stylelint-config'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


Updates postcss from 8.4.28 to 8.4.33

Release notes

Sourced from postcss's releases.

8.4.33

8.4.32

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

8.4.29

Changelog

Sourced from postcss's changelog.

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).

8.4.31

  • Fixed \r parsing to fix CVE-2023-44270.

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).
Commits
  • ae57d83 Release 8.4.33 version
  • 2e9d029 Update dependencies
  • 892b269 Update size limit for new metric on brotli
  • f2e7a9f Merge pull request #1908 from ahmdammarr/refactor/safe-check-for-NoWorkResult
  • c751e11 Merge pull request #1909 from romainmenke/no-work-result-vs-lazy-result--inve...
  • 3c2fa2a fix
  • a4626e9 failing test
  • c37346d refactor: check all falsy conditions of plugins and opts before returning NoW...
  • a0d9f10 Release 8.4.32 version
  • 0146b3e Add Node.js 21 to CI
  • Additional commits viewable in compare view


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 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](https://github.com/mautic/Community-Portal/network/alerts).
froger commented 2 months ago

Can't update to next major yet. closing

dependabot[bot] commented 2 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml