diff --git a/Gemfile b/Gemfile index ce5f64a..98dd2ca 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -DECIDIM_VERSION = "0.28.1" +DECIDIM_VERSION = "0.28.2" ruby RUBY_VERSION diff --git a/Gemfile.lock b/Gemfile.lock index fbee98c..ee85d3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,40 +30,40 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.7.6) - actionpack (= 6.1.7.6) - activesupport (= 6.1.7.6) + actioncable (6.1.7.8) + actionpack (= 6.1.7.8) + activesupport (= 6.1.7.8) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.6) - actionpack (= 6.1.7.6) - activejob (= 6.1.7.6) - activerecord (= 6.1.7.6) - activestorage (= 6.1.7.6) - activesupport (= 6.1.7.6) + actionmailbox (6.1.7.8) + actionpack (= 6.1.7.8) + activejob (= 6.1.7.8) + activerecord (= 6.1.7.8) + activestorage (= 6.1.7.8) + activesupport (= 6.1.7.8) mail (>= 2.7.1) - actionmailer (6.1.7.6) - actionpack (= 6.1.7.6) - actionview (= 6.1.7.6) - activejob (= 6.1.7.6) - activesupport (= 6.1.7.6) + actionmailer (6.1.7.8) + actionpack (= 6.1.7.8) + actionview (= 6.1.7.8) + activejob (= 6.1.7.8) + activesupport (= 6.1.7.8) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.7.6) - actionview (= 6.1.7.6) - activesupport (= 6.1.7.6) + actionpack (6.1.7.8) + actionview (= 6.1.7.8) + activesupport (= 6.1.7.8) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.7.6) - actionpack (= 6.1.7.6) - activerecord (= 6.1.7.6) - activestorage (= 6.1.7.6) - activesupport (= 6.1.7.6) + actiontext (6.1.7.8) + actionpack (= 6.1.7.8) + activerecord (= 6.1.7.8) + activestorage (= 6.1.7.8) + activesupport (= 6.1.7.8) nokogiri (>= 1.8.5) - actionview (6.1.7.6) - activesupport (= 6.1.7.6) + actionview (6.1.7.8) + activesupport (= 6.1.7.8) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -71,31 +71,32 @@ GEM active_link_to (1.0.5) actionpack addressable - activejob (6.1.7.6) - activesupport (= 6.1.7.6) + activejob (6.1.7.8) + activesupport (= 6.1.7.8) globalid (>= 0.3.6) - activemodel (6.1.7.6) - activesupport (= 6.1.7.6) - activerecord (6.1.7.6) - activemodel (= 6.1.7.6) - activesupport (= 6.1.7.6) - activestorage (6.1.7.6) - actionpack (= 6.1.7.6) - activejob (= 6.1.7.6) - activerecord (= 6.1.7.6) - activesupport (= 6.1.7.6) + activemodel (6.1.7.8) + activesupport (= 6.1.7.8) + activerecord (6.1.7.8) + activemodel (= 6.1.7.8) + activesupport (= 6.1.7.8) + activestorage (6.1.7.8) + actionpack (= 6.1.7.8) + activejob (= 6.1.7.8) + activerecord (= 6.1.7.8) + activesupport (= 6.1.7.8) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.7.6) + activesupport (6.1.7.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - acts_as_list (1.0.4) - activerecord (>= 4.2) - addressable (2.8.4) - public_suffix (>= 2.0.2, < 6.0) + acts_as_list (1.2.2) + activerecord (>= 6.1) + activesupport (>= 6.1) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) airbrussh (1.5.2) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) @@ -117,21 +118,22 @@ GEM aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) batch-loader (1.5.0) - bcrypt (3.1.19) - better_html (2.0.1) + bcrypt (3.1.20) + better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) erubi (~> 1.4) parser (>= 2.4) smart_properties + bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.10.3) msgpack (~> 1.2) brakeman (5.4.1) browser (2.7.1) - builder (3.2.4) - bullet (7.0.7) + builder (3.3.0) + bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -157,16 +159,16 @@ GEM capistrano (>= 3.9.0) capistrano-bundler sidekiq (>= 6.0) - capybara (3.39.0) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - carrierwave (2.2.5) + carrierwave (2.2.6) activemodel (>= 5.0.0) activesupport (>= 5.0.0) addressable (~> 2.6) @@ -185,69 +187,71 @@ GEM cells-rails (0.1.5) actionpack (>= 5.0) cells (>= 4.1.6, < 5.0.0) - charlock_holmes (0.7.7) + charlock_holmes (0.7.9) chef-utils (18.4.12) concurrent-ruby commonmarker (0.23.10) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.3) connection_pool (2.4.1) - crack (0.4.5) + crack (1.0.0) + bigdecimal rexml crass (1.0.6) - css_parser (1.11.0) + css_parser (1.17.1) addressable + csv (3.3.0) date_validator (0.12.0) activemodel (>= 3) activesupport (>= 3) - decidim (0.28.1) - decidim-accountability (= 0.28.1) - decidim-admin (= 0.28.1) - decidim-api (= 0.28.1) - decidim-assemblies (= 0.28.1) - decidim-blogs (= 0.28.1) - decidim-budgets (= 0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) - decidim-debates (= 0.28.1) - decidim-forms (= 0.28.1) - decidim-generators (= 0.28.1) - decidim-meetings (= 0.28.1) - decidim-pages (= 0.28.1) - decidim-participatory_processes (= 0.28.1) - decidim-proposals (= 0.28.1) - decidim-sortitions (= 0.28.1) - decidim-surveys (= 0.28.1) - decidim-system (= 0.28.1) - decidim-templates (= 0.28.1) - decidim-verifications (= 0.28.1) - decidim-accountability (0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) - decidim-admin (0.28.1) + decidim (0.28.2) + decidim-accountability (= 0.28.2) + decidim-admin (= 0.28.2) + decidim-api (= 0.28.2) + decidim-assemblies (= 0.28.2) + decidim-blogs (= 0.28.2) + decidim-budgets (= 0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) + decidim-debates (= 0.28.2) + decidim-forms (= 0.28.2) + decidim-generators (= 0.28.2) + decidim-meetings (= 0.28.2) + decidim-pages (= 0.28.2) + decidim-participatory_processes (= 0.28.2) + decidim-proposals (= 0.28.2) + decidim-sortitions (= 0.28.2) + decidim-surveys (= 0.28.2) + decidim-system (= 0.28.2) + decidim-templates (= 0.28.2) + decidim-verifications (= 0.28.2) + decidim-accountability (0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) + decidim-admin (0.28.2) active_link_to (~> 1.0) - decidim-core (= 0.28.1) + decidim-core (= 0.28.2) devise (~> 4.7) devise-i18n (~> 1.2) devise_invitable (~> 2.0, >= 2.0.9) - decidim-api (0.28.1) + decidim-api (0.28.2) commonmarker (~> 0.23.0, >= 0.23.9) - decidim-core (= 0.28.1) + decidim-core (= 0.28.2) graphql (~> 2.0.0) graphql-docs (~> 3.0.1) rack-cors (~> 1.0) - decidim-assemblies (0.28.1) - decidim-core (= 0.28.1) - decidim-blogs (0.28.1) - decidim-admin (= 0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) - decidim-budgets (0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) - decidim-comments (0.28.1) - decidim-core (= 0.28.1) + decidim-assemblies (0.28.2) + decidim-core (= 0.28.2) + decidim-blogs (0.28.2) + decidim-admin (= 0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) + decidim-budgets (0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) + decidim-comments (0.28.2) + decidim-core (= 0.28.2) redcarpet (~> 3.5, >= 3.5.1) - decidim-core (0.28.1) + decidim-core (0.28.2) active_link_to (~> 1.0) acts_as_list (~> 1.0) batch-loader (~> 1.2) @@ -297,14 +301,14 @@ GEM valid_email2 (~> 4.0) web-push (~> 3.0) wisper (~> 2.0) - decidim-debates (0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) - decidim-dev (0.28.1) + decidim-debates (0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) + decidim-dev (0.28.2) bullet (~> 7.0) byebug (~> 11.0) capybara (~> 3.39) - decidim (= 0.28.1) + decidim (= 0.28.2) erb_lint (~> 0.4.0) factory_bot_rails (~> 6.2) faker (~> 3.2) @@ -329,44 +333,44 @@ GEM w3c_rspec_validators (~> 0.3.0) webmock (~> 3.18) wisper-rspec (~> 1.0) - decidim-forms (0.28.1) - decidim-core (= 0.28.1) + decidim-forms (0.28.2) + decidim-core (= 0.28.2) wicked_pdf (~> 2.1) wkhtmltopdf-binary (~> 0.12) - decidim-generators (0.28.1) - decidim-core (= 0.28.1) - decidim-meetings (0.28.1) - decidim-core (= 0.28.1) - decidim-forms (= 0.28.1) + decidim-generators (0.28.2) + decidim-core (= 0.28.2) + decidim-meetings (0.28.2) + decidim-core (= 0.28.2) + decidim-forms (= 0.28.2) icalendar (~> 2.5) - decidim-pages (0.28.1) - decidim-core (= 0.28.1) - decidim-participatory_processes (0.28.1) - decidim-core (= 0.28.1) - decidim-proposals (0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) + decidim-pages (0.28.2) + decidim-core (= 0.28.2) + decidim-participatory_processes (0.28.2) + decidim-core (= 0.28.2) + decidim-proposals (0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) doc2text (~> 0.4.6) redcarpet (~> 3.5, >= 3.5.1) - decidim-sortitions (0.28.1) - decidim-admin (= 0.28.1) - decidim-comments (= 0.28.1) - decidim-core (= 0.28.1) - decidim-proposals (= 0.28.1) - decidim-surveys (0.28.1) - decidim-core (= 0.28.1) - decidim-forms (= 0.28.1) - decidim-system (0.28.1) + decidim-sortitions (0.28.2) + decidim-admin (= 0.28.2) + decidim-comments (= 0.28.2) + decidim-core (= 0.28.2) + decidim-proposals (= 0.28.2) + decidim-surveys (0.28.2) + decidim-core (= 0.28.2) + decidim-forms (= 0.28.2) + decidim-system (0.28.2) active_link_to (~> 1.0) - decidim-core (= 0.28.1) + decidim-core (= 0.28.2) devise (~> 4.7) devise-i18n (~> 1.2) devise_invitable (~> 2.0, >= 2.0.9) - decidim-templates (0.28.1) - decidim-core (= 0.28.1) - decidim-forms (= 0.28.1) - decidim-verifications (0.28.1) - decidim-core (= 0.28.1) + decidim-templates (0.28.2) + decidim-core (= 0.28.2) + decidim-forms (= 0.28.2) + decidim-verifications (0.28.2) + decidim-core (= 0.28.2) declarative-builder (0.1.0) declarative-option (< 0.2.0) declarative-option (0.1.0) @@ -376,7 +380,7 @@ GEM polyglot railties (>= 5.2) rainbow (>= 2.1.0) - devise (4.9.3) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -387,14 +391,14 @@ GEM devise_invitable (2.0.9) actionmailer (>= 5.0) devise (>= 4.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) diffy (3.4.2) digest (3.1.1) - doc2text (0.4.6) - nokogiri (>= 1.13.2, < 1.15.0) + doc2text (0.4.7) + nokogiri (>= 1.13.2, < 1.17.0) rubyzip (~> 2.3.0) docile (1.4.0) - doorkeeper (5.6.6) + doorkeeper (5.7.1) railties (>= 5) doorkeeper-i18n (4.0.1) erb_lint (0.4.0) @@ -406,29 +410,29 @@ GEM smart_properties erbse (0.1.4) temple - erubi (1.12.0) + erubi (1.13.0) escape_utils (1.2.2) - excon (0.92.3) + excon (0.111.0) extended-markdown-filter (0.7.0) html-pipeline (~> 2.9) - factory_bot (6.2.1) + factory_bot (6.4.6) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.2.0) + faker (3.4.2) i18n (>= 1.8.11, < 2) - faraday (2.9.1) + faraday (2.9.2) faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.15.5) + ffi (1.17.0) figaro (1.2.0) thor (>= 0.14.0, < 2) file_validators (3.0.0) activemodel (>= 3.2) mime-types (>= 1.0) - fog-core (2.3.0) + fog-core (2.4.0) builder excon (~> 0.71) formatador (>= 0.2, < 2.0) @@ -442,10 +446,13 @@ GEM activesupport (>= 4.1, < 7.1) railties (>= 4.1, < 7.1) gemoji (3.0.1) - geocoder (1.8.1) + geocoder (1.8.3) + base64 (>= 0.1.0) + csv (>= 3.0.0) globalid (1.2.1) activesupport (>= 6.1) - graphql (2.0.21) + graphql (2.0.31) + base64 graphql-docs (3.0.1) commonmarker (~> 0.16) escape_utils (~> 1.2.2) @@ -454,28 +461,27 @@ GEM graphql (~> 2.0) html-pipeline (~> 2.9) sass (~> 3.4) - hashdiff (1.0.1) + hashdiff (1.1.0) hashie (5.0.0) - highline (2.0.3) - hkdf (1.0.0) + highline (3.1.0) + reline html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) htmlentities (4.3.4) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.12) + i18n-tasks (1.0.14) activesupport (>= 4.0.2) ast (>= 2.1.0) - better_html (>= 1.0, < 3.0) erubi highline (>= 2.0.0) i18n - parser (>= 2.2.3.0) + parser (>= 3.2.2.1) rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - icalendar (2.7.1) + icalendar (2.10.1) ice_cube (~> 0.16) ice_cube (0.16.4) image_processing (1.12.2) @@ -483,9 +489,11 @@ GEM ruby-vips (>= 2.0.17, < 3) invisible_captcha (0.13.0) rails (>= 3.2.0) + io-console (0.7.2) jmespath (1.6.2) - json (2.6.3) - jwt (2.5.0) + json (2.7.2) + jwt (2.8.2) + base64 kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -514,7 +522,8 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.4) + logger (1.6.0) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -522,7 +531,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) mdl (0.13.0) kramdown (~> 2.3) @@ -530,130 +539,138 @@ GEM mixlib-cli (~> 2.1, >= 2.1.1) mixlib-config (>= 2.2.1, < 4) mixlib-shellout - method_source (1.0.0) - mime-types (3.4.1) + method_source (1.1.0) + mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) - mini_magick (4.12.0) + mime-types-data (3.2024.0702) + mini_magick (4.13.2) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.20.0) + mini_portile2 (2.8.7) + minitest (5.24.1) mixlib-cli (2.1.8) mixlib-config (3.0.27) tomlrb mixlib-shellout (3.2.8) chef-utils msgpack (1.4.5) - multi_json (1.15.0) multi_xml (0.6.0) mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.2.3) + net-imap (0.2.4) digest net-protocol strscan net-pop (0.1.2) net-protocol - net-protocol (0.2.1) + net-protocol (0.2.2) timeout net-scp (4.0.0) net-ssh (>= 2.6.5, < 8.0.0) net-sftp (4.0.0) net-ssh (>= 5.0.0, < 8.0.0) - net-smtp (0.3.3) + net-smtp (0.3.4) net-protocol net-ssh (7.2.3) - nio4r (2.5.9) - nokogiri (1.14.5) - mini_portile2 (~> 2.8.0) + nio4r (2.7.3) + nokogiri (1.16.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - oauth (0.5.10) - oauth2 (1.4.9) + oauth (1.1.0) + oauth-tty (~> 1.0, >= 1.0.1) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + oauth-tty (1.0.5) + version_gem (~> 1.1, >= 1.1.1) + oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - omniauth (2.1.1) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection omniauth-facebook (5.0.0) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (1.0.1) + omniauth-google-oauth2 (1.1.2) jwt (>= 2.0) - oauth2 (~> 1.1) + oauth2 (~> 2.0) omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7.1) + omniauth-oauth2 (~> 1.8) omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) - omniauth-oauth2 (1.7.3) + omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) - omniauth (>= 1.9, < 3) - omniauth-rails_csrf_protection (1.0.1) + omniauth (~> 2.0) + omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - openssl (3.1.0) + openssl (3.2.0) orm_adapter (0.5.0) paper_trail (12.3.0) activerecord (>= 5.2) request_store (~> 1.1) - parallel (1.22.1) - parallel_tests (4.2.0) + parallel (1.25.1) + parallel_tests (4.7.1) parallel - parser (3.2.2.1) + parser (3.3.4.0) ast (~> 2.4.1) + racc passenger (6.0.22) rack rake (>= 0.8.1) - pg (1.4.1) + pg (1.4.6) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) polyglot (0.3.5) - premailer (1.16.0) + premailer (1.23.0) addressable - css_parser (>= 1.6.0) + css_parser (>= 1.12.0) htmlentities (>= 4.0.0) - premailer-rails (1.11.1) + premailer-rails (1.12.0) actionmailer (>= 3) + net-smtp premailer (~> 1.7, >= 1.7.9) psych (4.0.6) stringio - public_suffix (5.0.1) + public_suffix (6.0.0) puma (6.3.1) nio4r (~> 2.0) - racc (1.7.2) - rack (2.2.8) - rack-attack (6.6.1) - rack (>= 1.0, < 3) + racc (1.8.0) + rack (2.2.9) + rack-attack (6.7.0) + rack (>= 1.0, < 4) rack-cors (1.1.1) rack (>= 2.0.0) - rack-protection (3.0.6) - rack + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-proxy (0.7.7) rack rack-test (2.1.0) rack (>= 1.3) - rails (6.1.7.6) - actioncable (= 6.1.7.6) - actionmailbox (= 6.1.7.6) - actionmailer (= 6.1.7.6) - actionpack (= 6.1.7.6) - actiontext (= 6.1.7.6) - actionview (= 6.1.7.6) - activejob (= 6.1.7.6) - activemodel (= 6.1.7.6) - activerecord (= 6.1.7.6) - activestorage (= 6.1.7.6) - activesupport (= 6.1.7.6) + rails (6.1.7.8) + actioncable (= 6.1.7.8) + actionmailbox (= 6.1.7.8) + actionmailer (= 6.1.7.8) + actionpack (= 6.1.7.8) + actiontext (= 6.1.7.8) + actionview (= 6.1.7.8) + activejob (= 6.1.7.8) + activemodel (= 6.1.7.8) + activerecord (= 6.1.7.8) + activestorage (= 6.1.7.8) + activesupport (= 6.1.7.8) bundler (>= 1.15.0) - railties (= 6.1.7.6) + railties (= 6.1.7.8) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.5) actionpack (>= 5.0.1.rc1) @@ -669,61 +686,63 @@ GEM rails-i18n (6.0.0) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 7) - railties (6.1.7.6) - actionpack (= 6.1.7.6) - activesupport (= 6.1.7.6) + railties (6.1.7.8) + actionpack (= 6.1.7.8) + activesupport (= 6.1.7.8) method_source rake (>= 12.2) thor (~> 1.0) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) ransack (3.2.1) activerecord (>= 6.1.5) activesupport (>= 6.1.5) i18n rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - redcarpet (3.5.1) - redis (4.6.0) + redcarpet (3.6.0) + redis (4.8.1) redis-client (0.22.2) connection_pool - regexp_parser (2.5.0) + regexp_parser (2.9.2) + reline (0.5.9) + io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.5) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-cells (0.3.8) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-cells (0.3.9) cells (>= 4.0.0, < 6.0.0) - rspec-rails (>= 3.0.0, < 6.1.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-rails (>= 3.0.0, < 6.2.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-html-matchers (0.10.0) nokogiri (~> 1) rspec (>= 3.0.0.a) - rspec-mocks (3.12.5) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.0.1) + rspec-support (~> 3.13.0) + rspec-rails (6.1.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.11) - rspec-expectations (~> 3.11) - rspec-mocks (~> 3.11) - rspec-support (~> 3.11) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.12.0) + rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) rubocop (1.50.2) @@ -736,9 +755,9 @@ GEM rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.28.1) - parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-capybara (2.21.0) rubocop (~> 1.41) rubocop-faker (1.1.0) faker (>= 2.12.0) @@ -750,10 +769,11 @@ GEM rubocop-rspec (2.20.0) rubocop (~> 1.33) rubocop-capybara (~> 2.17) - ruby-progressbar (1.11.0) - ruby-vips (2.1.4) + ruby-progressbar (1.13.0) + ruby-vips (2.2.2) ffi (~> 1.12) - rubyXL (3.4.25) + logger + rubyXL (3.4.27) nokogiri (>= 1.10.8) rubyzip (>= 1.3.0) rubyzip (2.3.2) @@ -764,7 +784,9 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) sassc (2.4.0) ffi (~> 1.9) - selenium-webdriver (4.9.0) + selenium-webdriver (4.22.0) + base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -790,16 +812,19 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) smart_properties (1.17.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.2.0) + sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.1) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sshkit (1.22.2) base64 @@ -809,25 +834,26 @@ GEM net-ssh (>= 2.8.0) sshkit-interactive (0.3.0) sshkit (~> 1.12) - ssrf_filter (1.1.1) - stringio (3.1.0) - strscan (3.0.7) - temple (0.8.2) + ssrf_filter (1.1.2) + stringio (3.1.1) + strscan (3.1.0) + temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.3.0) - tilt (2.1.0) - timeout (0.4.0) + thor (1.3.1) + tilt (2.4.0) + timeout (0.4.1) tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uber (0.1.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) uniform_notifier (1.16.0) uri (0.13.0) valid_email2 (4.0.6) activemodel (>= 3.2) mail (~> 2.5) + version_gem (1.1.4) w3c_rspec_validators (0.3.0) rails rspec @@ -843,26 +869,25 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - web-push (3.0.0) - hkdf (~> 1.0) + web-push (3.0.1) jwt (~> 2.0) openssl (~> 3.0) - webmock (3.18.1) + webmock (3.23.1) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - websocket (1.2.9) + websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - wicked_pdf (2.7.0) + wicked_pdf (2.8.0) activesupport wisper (2.0.1) wisper-rspec (1.1.0) - wkhtmltopdf-binary (0.12.6.5) + wkhtmltopdf-binary (0.12.6.7) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.6.16) PLATFORMS ruby @@ -879,9 +904,9 @@ DEPENDENCIES capistrano-rails-console capistrano-rbenv capistrano-sidekiq - decidim (= 0.28.1) + decidim (= 0.28.2) decidim-decidim_awesome! - decidim-dev (= 0.28.1) + decidim-dev (= 0.28.2) decidim-social_crowdfunding! decidim-term_customizer! faraday (~> 2.9.0) diff --git a/app/views/static/api/docs/directive/deprecated/index.html b/app/views/static/api/docs/directive/deprecated/index.html index b5e0d19..389b68f 100644 --- a/app/views/static/api/docs/directive/deprecated/index.html +++ b/app/views/static/api/docs/directive/deprecated/index.html @@ -193,6 +193,13 @@

+
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/directive/include/index.html b/app/views/static/api/docs/directive/include/index.html index 1beb7bf..79d9b6e 100644 --- a/app/views/static/api/docs/directive/include/index.html +++ b/app/views/static/api/docs/directive/include/index.html @@ -192,6 +192,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/directive/index.html b/app/views/static/api/docs/directive/index.html index 9ece548..0647aeb 100644 --- a/app/views/static/api/docs/directive/index.html +++ b/app/views/static/api/docs/directive/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/directive/oneof/index.html b/app/views/static/api/docs/directive/oneof/index.html index 48cd266..8abdebb 100644 --- a/app/views/static/api/docs/directive/oneof/index.html +++ b/app/views/static/api/docs/directive/oneof/index.html @@ -168,6 +168,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/directive/skip/index.html b/app/views/static/api/docs/directive/skip/index.html index 65b90bc..86b9566 100644 --- a/app/views/static/api/docs/directive/skip/index.html +++ b/app/views/static/api/docs/directive/skip/index.html @@ -192,6 +192,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/enum/__directivelocation/index.html b/app/views/static/api/docs/enum/__directivelocation/index.html index 938cf42..0c66dc9 100644 --- a/app/views/static/api/docs/enum/__directivelocation/index.html +++ b/app/views/static/api/docs/enum/__directivelocation/index.html @@ -260,6 +260,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/enum/__typekind/index.html b/app/views/static/api/docs/enum/__typekind/index.html index 50b0cbb..d872f6c 100644 --- a/app/views/static/api/docs/enum/__typekind/index.html +++ b/app/views/static/api/docs/enum/__typekind/index.html @@ -205,6 +205,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/enum/index.html b/app/views/static/api/docs/enum/index.html index f4236ac..d078b6b 100644 --- a/app/views/static/api/docs/enum/index.html +++ b/app/views/static/api/docs/enum/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/index.html b/app/views/static/api/docs/index.html index 658451a..c6e3575 100644 --- a/app/views/static/api/docs/index.html +++ b/app/views/static/api/docs/index.html @@ -661,6 +661,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/categoryfilter/index.html b/app/views/static/api/docs/input_object/categoryfilter/index.html index ddf3906..8275ca3 100644 --- a/app/views/static/api/docs/input_object/categoryfilter/index.html +++ b/app/views/static/api/docs/input_object/categoryfilter/index.html @@ -171,6 +171,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/componentfilter/index.html b/app/views/static/api/docs/input_object/componentfilter/index.html index 82d055a..0ee536f 100644 --- a/app/views/static/api/docs/input_object/componentfilter/index.html +++ b/app/views/static/api/docs/input_object/componentfilter/index.html @@ -207,6 +207,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/componentsort/index.html b/app/views/static/api/docs/input_object/componentsort/index.html index 3f8752d..c07d7d5 100644 --- a/app/views/static/api/docs/input_object/componentsort/index.html +++ b/app/views/static/api/docs/input_object/componentsort/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/index.html b/app/views/static/api/docs/input_object/index.html index b985f34..e914b24 100644 --- a/app/views/static/api/docs/input_object/index.html +++ b/app/views/static/api/docs/input_object/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/participatoryprocessfilter/index.html b/app/views/static/api/docs/input_object/participatoryprocessfilter/index.html index 7e3a987..f1857d3 100644 --- a/app/views/static/api/docs/input_object/participatoryprocessfilter/index.html +++ b/app/views/static/api/docs/input_object/participatoryprocessfilter/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/participatoryprocesssort/index.html b/app/views/static/api/docs/input_object/participatoryprocesssort/index.html index c8853f9..21d23b1 100644 --- a/app/views/static/api/docs/input_object/participatoryprocesssort/index.html +++ b/app/views/static/api/docs/input_object/participatoryprocesssort/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/postfilter/index.html b/app/views/static/api/docs/input_object/postfilter/index.html index a271fe7..1b0606d 100644 --- a/app/views/static/api/docs/input_object/postfilter/index.html +++ b/app/views/static/api/docs/input_object/postfilter/index.html @@ -202,6 +202,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/postsort/index.html b/app/views/static/api/docs/input_object/postsort/index.html index a95cba3..f2f51e1 100644 --- a/app/views/static/api/docs/input_object/postsort/index.html +++ b/app/views/static/api/docs/input_object/postsort/index.html @@ -189,6 +189,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/proposalfilter/index.html b/app/views/static/api/docs/input_object/proposalfilter/index.html index e66e3ef..40d3679 100644 --- a/app/views/static/api/docs/input_object/proposalfilter/index.html +++ b/app/views/static/api/docs/input_object/proposalfilter/index.html @@ -190,6 +190,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/proposalsort/index.html b/app/views/static/api/docs/input_object/proposalsort/index.html index aac848f..d6a488b 100644 --- a/app/views/static/api/docs/input_object/proposalsort/index.html +++ b/app/views/static/api/docs/input_object/proposalsort/index.html @@ -189,6 +189,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/userentityfilter/index.html b/app/views/static/api/docs/input_object/userentityfilter/index.html index 5c500a0..1880431 100644 --- a/app/views/static/api/docs/input_object/userentityfilter/index.html +++ b/app/views/static/api/docs/input_object/userentityfilter/index.html @@ -197,6 +197,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/input_object/userentitysort/index.html b/app/views/static/api/docs/input_object/userentitysort/index.html index 3fe539e..e250ae7 100644 --- a/app/views/static/api/docs/input_object/userentitysort/index.html +++ b/app/views/static/api/docs/input_object/userentitysort/index.html @@ -189,6 +189,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/amendableentityinterface/index.html b/app/views/static/api/docs/interface/amendableentityinterface/index.html index 09b2e1e..b66775c 100644 --- a/app/views/static/api/docs/interface/amendableentityinterface/index.html +++ b/app/views/static/api/docs/interface/amendableentityinterface/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/amendableinterface/index.html b/app/views/static/api/docs/interface/amendableinterface/index.html index 154cdb6..55be4d8 100644 --- a/app/views/static/api/docs/interface/amendableinterface/index.html +++ b/app/views/static/api/docs/interface/amendableinterface/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/attachableinterface/index.html b/app/views/static/api/docs/interface/attachableinterface/index.html index e1d7217..d4be9a6 100644 --- a/app/views/static/api/docs/interface/attachableinterface/index.html +++ b/app/views/static/api/docs/interface/attachableinterface/index.html @@ -181,6 +181,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/author/index.html b/app/views/static/api/docs/interface/author/index.html index 59cd73f..e643150 100644 --- a/app/views/static/api/docs/interface/author/index.html +++ b/app/views/static/api/docs/interface/author/index.html @@ -219,6 +219,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/authorableinterface/index.html b/app/views/static/api/docs/interface/authorableinterface/index.html index 4686d51..4f5549e 100644 --- a/app/views/static/api/docs/interface/authorableinterface/index.html +++ b/app/views/static/api/docs/interface/authorableinterface/index.html @@ -179,6 +179,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/categoriescontainerinterface/index.html b/app/views/static/api/docs/interface/categoriescontainerinterface/index.html index f30858c..9ba8065 100644 --- a/app/views/static/api/docs/interface/categoriescontainerinterface/index.html +++ b/app/views/static/api/docs/interface/categoriescontainerinterface/index.html @@ -197,6 +197,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/categorizableinterface/index.html b/app/views/static/api/docs/interface/categorizableinterface/index.html index 1e83730..cc19fbb 100644 --- a/app/views/static/api/docs/interface/categorizableinterface/index.html +++ b/app/views/static/api/docs/interface/categorizableinterface/index.html @@ -181,6 +181,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/coauthorableinterface/index.html b/app/views/static/api/docs/interface/coauthorableinterface/index.html index 75be79a..3ae7250 100644 --- a/app/views/static/api/docs/interface/coauthorableinterface/index.html +++ b/app/views/static/api/docs/interface/coauthorableinterface/index.html @@ -188,6 +188,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/commentableinterface/index.html b/app/views/static/api/docs/interface/commentableinterface/index.html index 1926475..5bb672b 100644 --- a/app/views/static/api/docs/interface/commentableinterface/index.html +++ b/app/views/static/api/docs/interface/commentableinterface/index.html @@ -260,6 +260,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/componentinterface/index.html b/app/views/static/api/docs/interface/componentinterface/index.html index b4313b1..15ae517 100644 --- a/app/views/static/api/docs/interface/componentinterface/index.html +++ b/app/views/static/api/docs/interface/componentinterface/index.html @@ -7,6 +7,7 @@

  • Accountability
  • Blogs
  • Budgets
  • +
  • Component
  • Debates
  • Meetings
  • Pages
  • @@ -202,6 +203,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/endorsableinterface/index.html b/app/views/static/api/docs/interface/endorsableinterface/index.html index 774c225..d82bbd5 100644 --- a/app/views/static/api/docs/interface/endorsableinterface/index.html +++ b/app/views/static/api/docs/interface/endorsableinterface/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/fingerprintinterface/index.html b/app/views/static/api/docs/interface/fingerprintinterface/index.html index 832f767..a0e1b5e 100644 --- a/app/views/static/api/docs/interface/fingerprintinterface/index.html +++ b/app/views/static/api/docs/interface/fingerprintinterface/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/index.html b/app/views/static/api/docs/interface/index.html index 70c11b8..1d9ff0e 100644 --- a/app/views/static/api/docs/interface/index.html +++ b/app/views/static/api/docs/interface/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/meetingslinkedresourcesinterface/index.html b/app/views/static/api/docs/interface/meetingslinkedresourcesinterface/index.html index 0e9a850..ea26cd4 100644 --- a/app/views/static/api/docs/interface/meetingslinkedresourcesinterface/index.html +++ b/app/views/static/api/docs/interface/meetingslinkedresourcesinterface/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/participatoryspaceinterface/index.html b/app/views/static/api/docs/interface/participatoryspaceinterface/index.html index 317d812..631e1fa 100644 --- a/app/views/static/api/docs/interface/participatoryspaceinterface/index.html +++ b/app/views/static/api/docs/interface/participatoryspaceinterface/index.html @@ -236,6 +236,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/participatoryspaceresourceableinterface/index.html b/app/views/static/api/docs/interface/participatoryspaceresourceableinterface/index.html index 2ac7835..522cfc9 100644 --- a/app/views/static/api/docs/interface/participatoryspaceresourceableinterface/index.html +++ b/app/views/static/api/docs/interface/participatoryspaceresourceableinterface/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/questionnaireentityinterface/index.html b/app/views/static/api/docs/interface/questionnaireentityinterface/index.html index 3cdf455..4fb3627 100644 --- a/app/views/static/api/docs/interface/questionnaireentityinterface/index.html +++ b/app/views/static/api/docs/interface/questionnaireentityinterface/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/scopableinterface/index.html b/app/views/static/api/docs/interface/scopableinterface/index.html index b8455dd..567f37e 100644 --- a/app/views/static/api/docs/interface/scopableinterface/index.html +++ b/app/views/static/api/docs/interface/scopableinterface/index.html @@ -182,6 +182,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/servicesinterface/index.html b/app/views/static/api/docs/interface/servicesinterface/index.html index b0995e4..739a2bc 100644 --- a/app/views/static/api/docs/interface/servicesinterface/index.html +++ b/app/views/static/api/docs/interface/servicesinterface/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/timestampsinterface/index.html b/app/views/static/api/docs/interface/timestampsinterface/index.html index 8ea6943..6df2803 100644 --- a/app/views/static/api/docs/interface/timestampsinterface/index.html +++ b/app/views/static/api/docs/interface/timestampsinterface/index.html @@ -186,6 +186,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/interface/traceableinterface/index.html b/app/views/static/api/docs/interface/traceableinterface/index.html index 66ed491..3ec5d4d 100644 --- a/app/views/static/api/docs/interface/traceableinterface/index.html +++ b/app/views/static/api/docs/interface/traceableinterface/index.html @@ -184,6 +184,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/mutation/comment/index.html b/app/views/static/api/docs/mutation/comment/index.html index a34a94a..f90eeec 100644 --- a/app/views/static/api/docs/mutation/comment/index.html +++ b/app/views/static/api/docs/mutation/comment/index.html @@ -201,6 +201,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/mutation/commentable/index.html b/app/views/static/api/docs/mutation/commentable/index.html index 1e53ab3..e136674 100644 --- a/app/views/static/api/docs/mutation/commentable/index.html +++ b/app/views/static/api/docs/mutation/commentable/index.html @@ -242,6 +242,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/__directive/index.html b/app/views/static/api/docs/object/__directive/index.html index ac0e4a3..b075b5b 100644 --- a/app/views/static/api/docs/object/__directive/index.html +++ b/app/views/static/api/docs/object/__directive/index.html @@ -238,6 +238,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/__enumvalue/index.html b/app/views/static/api/docs/object/__enumvalue/index.html index bfc2c1c..39fac9f 100644 --- a/app/views/static/api/docs/object/__enumvalue/index.html +++ b/app/views/static/api/docs/object/__enumvalue/index.html @@ -185,6 +185,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/__field/index.html b/app/views/static/api/docs/object/__field/index.html index b2496ad..fc233fb 100644 --- a/app/views/static/api/docs/object/__field/index.html +++ b/app/views/static/api/docs/object/__field/index.html @@ -215,6 +215,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/__inputvalue/index.html b/app/views/static/api/docs/object/__inputvalue/index.html index 7b01430..38c103c 100644 --- a/app/views/static/api/docs/object/__inputvalue/index.html +++ b/app/views/static/api/docs/object/__inputvalue/index.html @@ -196,6 +196,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/__schema/index.html b/app/views/static/api/docs/object/__schema/index.html index 57b4e3f..4483465 100644 --- a/app/views/static/api/docs/object/__schema/index.html +++ b/app/views/static/api/docs/object/__schema/index.html @@ -200,6 +200,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/__type/index.html b/app/views/static/api/docs/object/__type/index.html index b052615..7b88b60 100644 --- a/app/views/static/api/docs/object/__type/index.html +++ b/app/views/static/api/docs/object/__type/index.html @@ -281,6 +281,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/accountability/index.html b/app/views/static/api/docs/object/accountability/index.html index 3a9da52..91e6ce9 100644 --- a/app/views/static/api/docs/object/accountability/index.html +++ b/app/views/static/api/docs/object/accountability/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/amendment/index.html b/app/views/static/api/docs/object/amendment/index.html index ddfaca5..0eee411 100644 --- a/app/views/static/api/docs/object/amendment/index.html +++ b/app/views/static/api/docs/object/amendment/index.html @@ -207,6 +207,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/answeroption/index.html b/app/views/static/api/docs/object/answeroption/index.html index 042e630..2f8a54d 100644 --- a/app/views/static/api/docs/object/answeroption/index.html +++ b/app/views/static/api/docs/object/answeroption/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/area/index.html b/app/views/static/api/docs/object/area/index.html index 6cd167e..031dcf3 100644 --- a/app/views/static/api/docs/object/area/index.html +++ b/app/views/static/api/docs/object/area/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/areatype/index.html b/app/views/static/api/docs/object/areatype/index.html index 396656a..a11d2d8 100644 --- a/app/views/static/api/docs/object/areatype/index.html +++ b/app/views/static/api/docs/object/areatype/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/assembliestype/index.html b/app/views/static/api/docs/object/assembliestype/index.html index 4e458b1..bf9581a 100644 --- a/app/views/static/api/docs/object/assembliestype/index.html +++ b/app/views/static/api/docs/object/assembliestype/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/assembly/index.html b/app/views/static/api/docs/object/assembly/index.html index b184862..ed373b9 100644 --- a/app/views/static/api/docs/object/assembly/index.html +++ b/app/views/static/api/docs/object/assembly/index.html @@ -551,6 +551,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/assemblymember/index.html b/app/views/static/api/docs/object/assemblymember/index.html index 84a2324..7a5473a 100644 --- a/app/views/static/api/docs/object/assemblymember/index.html +++ b/app/views/static/api/docs/object/assemblymember/index.html @@ -237,6 +237,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/attachment/index.html b/app/views/static/api/docs/object/attachment/index.html index 95cff6a..18fe3c6 100644 --- a/app/views/static/api/docs/object/attachment/index.html +++ b/app/views/static/api/docs/object/attachment/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/blogs/index.html b/app/views/static/api/docs/object/blogs/index.html index 6e4a67b..870d485 100644 --- a/app/views/static/api/docs/object/blogs/index.html +++ b/app/views/static/api/docs/object/blogs/index.html @@ -293,6 +293,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/budget/index.html b/app/views/static/api/docs/object/budget/index.html index 8a3f756..c76e676 100644 --- a/app/views/static/api/docs/object/budget/index.html +++ b/app/views/static/api/docs/object/budget/index.html @@ -231,6 +231,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/budgetconnection/index.html b/app/views/static/api/docs/object/budgetconnection/index.html index 5f2a904..0735890 100644 --- a/app/views/static/api/docs/object/budgetconnection/index.html +++ b/app/views/static/api/docs/object/budgetconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/budgetedge/index.html b/app/views/static/api/docs/object/budgetedge/index.html index ffd6104..33d892c 100644 --- a/app/views/static/api/docs/object/budgetedge/index.html +++ b/app/views/static/api/docs/object/budgetedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/budgets/index.html b/app/views/static/api/docs/object/budgets/index.html index 1a73d2e..1307cee 100644 --- a/app/views/static/api/docs/object/budgets/index.html +++ b/app/views/static/api/docs/object/budgets/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/category/index.html b/app/views/static/api/docs/object/category/index.html index 26c73e2..5034fe9 100644 --- a/app/views/static/api/docs/object/category/index.html +++ b/app/views/static/api/docs/object/category/index.html @@ -188,6 +188,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/comment/index.html b/app/views/static/api/docs/object/comment/index.html index 87d7d1e..e117d54 100644 --- a/app/views/static/api/docs/object/comment/index.html +++ b/app/views/static/api/docs/object/comment/index.html @@ -324,6 +324,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/commentable/index.html b/app/views/static/api/docs/object/commentable/index.html index 10b2d39..de5c387 100644 --- a/app/views/static/api/docs/object/commentable/index.html +++ b/app/views/static/api/docs/object/commentable/index.html @@ -252,6 +252,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/commentablemutation/index.html b/app/views/static/api/docs/object/commentablemutation/index.html index 0387e21..d0a000c 100644 --- a/app/views/static/api/docs/object/commentablemutation/index.html +++ b/app/views/static/api/docs/object/commentablemutation/index.html @@ -216,6 +216,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/commentmutation/index.html b/app/views/static/api/docs/object/commentmutation/index.html index ce8314c..b6f79e6 100644 --- a/app/views/static/api/docs/object/commentmutation/index.html +++ b/app/views/static/api/docs/object/commentmutation/index.html @@ -181,6 +181,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/component/index.html b/app/views/static/api/docs/object/component/index.html new file mode 100644 index 0000000..61ce02a --- /dev/null +++ b/app/views/static/api/docs/object/component/index.html @@ -0,0 +1,1065 @@ +

    +Component

    +

    A base component with no particular specificities.

    +

    +Implements

    + +

    +Fields

    +
    + id (ID!) +
    +

    The Component's unique ID

    +
    +
    +
    + name (TranslatedField!) +
    +

    The name of this component.

    +
    +
    +
    + weight (Int!) +
    +

    The weight of the component

    +
    +
    +
    + participatorySpace (ParticipatorySpace!) +
    +

    The participatory space in which this component belongs to.

    +
    +
    + + + +
    + ☰ +
    diff --git a/app/views/static/api/docs/object/coordinates/index.html b/app/views/static/api/docs/object/coordinates/index.html index 45414d6..e6d2f06 100644 --- a/app/views/static/api/docs/object/coordinates/index.html +++ b/app/views/static/api/docs/object/coordinates/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/debate/index.html b/app/views/static/api/docs/object/debate/index.html index 8979d83..17e532b 100644 --- a/app/views/static/api/docs/object/debate/index.html +++ b/app/views/static/api/docs/object/debate/index.html @@ -333,6 +333,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/debateconnection/index.html b/app/views/static/api/docs/object/debateconnection/index.html index a88d4d7..fcc501e 100644 --- a/app/views/static/api/docs/object/debateconnection/index.html +++ b/app/views/static/api/docs/object/debateconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/debateedge/index.html b/app/views/static/api/docs/object/debateedge/index.html index 4c9b23c..3e5e2f1 100644 --- a/app/views/static/api/docs/object/debateedge/index.html +++ b/app/views/static/api/docs/object/debateedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/debates/index.html b/app/views/static/api/docs/object/debates/index.html index 35060e7..3e1d03c 100644 --- a/app/views/static/api/docs/object/debates/index.html +++ b/app/views/static/api/docs/object/debates/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/decidim/index.html b/app/views/static/api/docs/object/decidim/index.html index 3979e6d..c68c979 100644 --- a/app/views/static/api/docs/object/decidim/index.html +++ b/app/views/static/api/docs/object/decidim/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/fingerprint/index.html b/app/views/static/api/docs/object/fingerprint/index.html index bce83a2..45d1c9e 100644 --- a/app/views/static/api/docs/object/fingerprint/index.html +++ b/app/views/static/api/docs/object/fingerprint/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/hashtagtype/index.html b/app/views/static/api/docs/object/hashtagtype/index.html index ac9a27c..539d78e 100644 --- a/app/views/static/api/docs/object/hashtagtype/index.html +++ b/app/views/static/api/docs/object/hashtagtype/index.html @@ -171,6 +171,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/index.html b/app/views/static/api/docs/object/index.html index b242983..d13c876 100644 --- a/app/views/static/api/docs/object/index.html +++ b/app/views/static/api/docs/object/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/localizedstring/index.html b/app/views/static/api/docs/object/localizedstring/index.html index e69d100..961091e 100644 --- a/app/views/static/api/docs/object/localizedstring/index.html +++ b/app/views/static/api/docs/object/localizedstring/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meeting/index.html b/app/views/static/api/docs/object/meeting/index.html index 6b90fa2..40acdf7 100644 --- a/app/views/static/api/docs/object/meeting/index.html +++ b/app/views/static/api/docs/object/meeting/index.html @@ -476,6 +476,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meetingagenda/index.html b/app/views/static/api/docs/object/meetingagenda/index.html index 2b196bb..85796cc 100644 --- a/app/views/static/api/docs/object/meetingagenda/index.html +++ b/app/views/static/api/docs/object/meetingagenda/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meetingagendaitem/index.html b/app/views/static/api/docs/object/meetingagendaitem/index.html index f95f363..28ae98b 100644 --- a/app/views/static/api/docs/object/meetingagendaitem/index.html +++ b/app/views/static/api/docs/object/meetingagendaitem/index.html @@ -225,6 +225,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meetingconnection/index.html b/app/views/static/api/docs/object/meetingconnection/index.html index 6a7f139..bf074cc 100644 --- a/app/views/static/api/docs/object/meetingconnection/index.html +++ b/app/views/static/api/docs/object/meetingconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meetingedge/index.html b/app/views/static/api/docs/object/meetingedge/index.html index 54fd3cb..ee3106b 100644 --- a/app/views/static/api/docs/object/meetingedge/index.html +++ b/app/views/static/api/docs/object/meetingedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meetings/index.html b/app/views/static/api/docs/object/meetings/index.html index 09fc860..1d98edd 100644 --- a/app/views/static/api/docs/object/meetings/index.html +++ b/app/views/static/api/docs/object/meetings/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/meetingservice/index.html b/app/views/static/api/docs/object/meetingservice/index.html index 6a575ef..f48ba71 100644 --- a/app/views/static/api/docs/object/meetingservice/index.html +++ b/app/views/static/api/docs/object/meetingservice/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/metric/index.html b/app/views/static/api/docs/object/metric/index.html index 09a22d8..2c210d6 100644 --- a/app/views/static/api/docs/object/metric/index.html +++ b/app/views/static/api/docs/object/metric/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/metrichistory/index.html b/app/views/static/api/docs/object/metrichistory/index.html index deb756c..d915fda 100644 --- a/app/views/static/api/docs/object/metrichistory/index.html +++ b/app/views/static/api/docs/object/metrichistory/index.html @@ -176,6 +176,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/organization/index.html b/app/views/static/api/docs/object/organization/index.html index 7ae605f..8df8060 100644 --- a/app/views/static/api/docs/object/organization/index.html +++ b/app/views/static/api/docs/object/organization/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/page/index.html b/app/views/static/api/docs/object/page/index.html index b9af382..d73e939 100644 --- a/app/views/static/api/docs/object/page/index.html +++ b/app/views/static/api/docs/object/page/index.html @@ -194,6 +194,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/pageconnection/index.html b/app/views/static/api/docs/object/pageconnection/index.html index 687ad04..3c44ffb 100644 --- a/app/views/static/api/docs/object/pageconnection/index.html +++ b/app/views/static/api/docs/object/pageconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/pageedge/index.html b/app/views/static/api/docs/object/pageedge/index.html index d5923bd..26c3810 100644 --- a/app/views/static/api/docs/object/pageedge/index.html +++ b/app/views/static/api/docs/object/pageedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/pageinfo/index.html b/app/views/static/api/docs/object/pageinfo/index.html index 7301f1b..73125d2 100644 --- a/app/views/static/api/docs/object/pageinfo/index.html +++ b/app/views/static/api/docs/object/pageinfo/index.html @@ -189,6 +189,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/pages/index.html b/app/views/static/api/docs/object/pages/index.html index e7df824..6a6e5c4 100644 --- a/app/views/static/api/docs/object/pages/index.html +++ b/app/views/static/api/docs/object/pages/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryprocess/index.html b/app/views/static/api/docs/object/participatoryprocess/index.html index cb43a7b..ea87b9e 100644 --- a/app/views/static/api/docs/object/participatoryprocess/index.html +++ b/app/views/static/api/docs/object/participatoryprocess/index.html @@ -437,6 +437,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryprocessgroup/index.html b/app/views/static/api/docs/object/participatoryprocessgroup/index.html index 2359f44..7ce72c5 100644 --- a/app/views/static/api/docs/object/participatoryprocessgroup/index.html +++ b/app/views/static/api/docs/object/participatoryprocessgroup/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryprocessstep/index.html b/app/views/static/api/docs/object/participatoryprocessstep/index.html index 50690f5..31f483a 100644 --- a/app/views/static/api/docs/object/participatoryprocessstep/index.html +++ b/app/views/static/api/docs/object/participatoryprocessstep/index.html @@ -225,6 +225,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryprocesstype/index.html b/app/views/static/api/docs/object/participatoryprocesstype/index.html index ee90d07..c92fcc7 100644 --- a/app/views/static/api/docs/object/participatoryprocesstype/index.html +++ b/app/views/static/api/docs/object/participatoryprocesstype/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryspace/index.html b/app/views/static/api/docs/object/participatoryspace/index.html index ba44d4a..507314a 100644 --- a/app/views/static/api/docs/object/participatoryspace/index.html +++ b/app/views/static/api/docs/object/participatoryspace/index.html @@ -234,6 +234,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryspacelink/index.html b/app/views/static/api/docs/object/participatoryspacelink/index.html index 3570acf..6f636e3 100644 --- a/app/views/static/api/docs/object/participatoryspacelink/index.html +++ b/app/views/static/api/docs/object/participatoryspacelink/index.html @@ -195,6 +195,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/participatoryspacemanifest/index.html b/app/views/static/api/docs/object/participatoryspacemanifest/index.html index c1b35c1..af26aba 100644 --- a/app/views/static/api/docs/object/participatoryspacemanifest/index.html +++ b/app/views/static/api/docs/object/participatoryspacemanifest/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/post/index.html b/app/views/static/api/docs/object/post/index.html index 3550adb..80d97fd 100644 --- a/app/views/static/api/docs/object/post/index.html +++ b/app/views/static/api/docs/object/post/index.html @@ -323,6 +323,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/postconnection/index.html b/app/views/static/api/docs/object/postconnection/index.html index 8221566..e3def67 100644 --- a/app/views/static/api/docs/object/postconnection/index.html +++ b/app/views/static/api/docs/object/postconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/postedge/index.html b/app/views/static/api/docs/object/postedge/index.html index 431d53a..003693d 100644 --- a/app/views/static/api/docs/object/postedge/index.html +++ b/app/views/static/api/docs/object/postedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/project/index.html b/app/views/static/api/docs/object/project/index.html index ce39522..404e1bd 100644 --- a/app/views/static/api/docs/object/project/index.html +++ b/app/views/static/api/docs/object/project/index.html @@ -315,6 +315,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/proposal/index.html b/app/views/static/api/docs/object/proposal/index.html index 93f07cd..34d6cfd 100644 --- a/app/views/static/api/docs/object/proposal/index.html +++ b/app/views/static/api/docs/object/proposal/index.html @@ -113,6 +113,12 @@

    The total amount of votes the proposal has received

    +
    + voteWeights (JSON) +
    +

    The corresponding weights count to the proposal votes

    +
    +
    createdAt (DateTime)
    @@ -435,6 +441,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/proposalconnection/index.html b/app/views/static/api/docs/object/proposalconnection/index.html index 8af5226..996b76a 100644 --- a/app/views/static/api/docs/object/proposalconnection/index.html +++ b/app/views/static/api/docs/object/proposalconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/proposaledge/index.html b/app/views/static/api/docs/object/proposaledge/index.html index a9e9f3c..69a971e 100644 --- a/app/views/static/api/docs/object/proposaledge/index.html +++ b/app/views/static/api/docs/object/proposaledge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/proposals/index.html b/app/views/static/api/docs/object/proposals/index.html index cc620ac..0ca0201 100644 --- a/app/views/static/api/docs/object/proposals/index.html +++ b/app/views/static/api/docs/object/proposals/index.html @@ -293,6 +293,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/quantifiabletranslatedfield/index.html b/app/views/static/api/docs/object/quantifiabletranslatedfield/index.html index 34397f6..0ef48c8 100644 --- a/app/views/static/api/docs/object/quantifiabletranslatedfield/index.html +++ b/app/views/static/api/docs/object/quantifiabletranslatedfield/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/question/index.html b/app/views/static/api/docs/object/question/index.html index 395b851..f467064 100644 --- a/app/views/static/api/docs/object/question/index.html +++ b/app/views/static/api/docs/object/question/index.html @@ -236,6 +236,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/questionnaire/index.html b/app/views/static/api/docs/object/questionnaire/index.html index cc0a8b5..add7bc1 100644 --- a/app/views/static/api/docs/object/questionnaire/index.html +++ b/app/views/static/api/docs/object/questionnaire/index.html @@ -224,6 +224,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/result/index.html b/app/views/static/api/docs/object/result/index.html index 2497086..4fb7aaf 100644 --- a/app/views/static/api/docs/object/result/index.html +++ b/app/views/static/api/docs/object/result/index.html @@ -356,6 +356,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/resultconnection/index.html b/app/views/static/api/docs/object/resultconnection/index.html index 5b932fb..a573957 100644 --- a/app/views/static/api/docs/object/resultconnection/index.html +++ b/app/views/static/api/docs/object/resultconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/resultedge/index.html b/app/views/static/api/docs/object/resultedge/index.html index a2e68d5..b3c511a 100644 --- a/app/views/static/api/docs/object/resultedge/index.html +++ b/app/views/static/api/docs/object/resultedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/scope/index.html b/app/views/static/api/docs/object/scope/index.html index 9bd258f..241af84 100644 --- a/app/views/static/api/docs/object/scope/index.html +++ b/app/views/static/api/docs/object/scope/index.html @@ -188,6 +188,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/session/index.html b/app/views/static/api/docs/object/session/index.html index f80043d..a7da7a4 100644 --- a/app/views/static/api/docs/object/session/index.html +++ b/app/views/static/api/docs/object/session/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/sortition/index.html b/app/views/static/api/docs/object/sortition/index.html index 5a94bb0..08bde3e 100644 --- a/app/views/static/api/docs/object/sortition/index.html +++ b/app/views/static/api/docs/object/sortition/index.html @@ -350,6 +350,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/sortitionconnection/index.html b/app/views/static/api/docs/object/sortitionconnection/index.html index c7b21ec..fea22ac 100644 --- a/app/views/static/api/docs/object/sortitionconnection/index.html +++ b/app/views/static/api/docs/object/sortitionconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/sortitionedge/index.html b/app/views/static/api/docs/object/sortitionedge/index.html index 7271e50..e37b694 100644 --- a/app/views/static/api/docs/object/sortitionedge/index.html +++ b/app/views/static/api/docs/object/sortitionedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/sortitions/index.html b/app/views/static/api/docs/object/sortitions/index.html index bbd18f3..ed156ce 100644 --- a/app/views/static/api/docs/object/sortitions/index.html +++ b/app/views/static/api/docs/object/sortitions/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/statistic/index.html b/app/views/static/api/docs/object/statistic/index.html index 2eb57f2..034fa3b 100644 --- a/app/views/static/api/docs/object/statistic/index.html +++ b/app/views/static/api/docs/object/statistic/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/status/index.html b/app/views/static/api/docs/object/status/index.html index d12b383..846fef9 100644 --- a/app/views/static/api/docs/object/status/index.html +++ b/app/views/static/api/docs/object/status/index.html @@ -213,6 +213,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/survey/index.html b/app/views/static/api/docs/object/survey/index.html index ca723da..191daa0 100644 --- a/app/views/static/api/docs/object/survey/index.html +++ b/app/views/static/api/docs/object/survey/index.html @@ -189,6 +189,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/surveyconnection/index.html b/app/views/static/api/docs/object/surveyconnection/index.html index 77828fe..4c3923b 100644 --- a/app/views/static/api/docs/object/surveyconnection/index.html +++ b/app/views/static/api/docs/object/surveyconnection/index.html @@ -183,6 +183,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/surveyedge/index.html b/app/views/static/api/docs/object/surveyedge/index.html index 9a3dd5f..320b2e7 100644 --- a/app/views/static/api/docs/object/surveyedge/index.html +++ b/app/views/static/api/docs/object/surveyedge/index.html @@ -177,6 +177,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/surveys/index.html b/app/views/static/api/docs/object/surveys/index.html index 1628f47..9bef04b 100644 --- a/app/views/static/api/docs/object/surveys/index.html +++ b/app/views/static/api/docs/object/surveys/index.html @@ -272,6 +272,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/timelineentry/index.html b/app/views/static/api/docs/object/timelineentry/index.html index a50e1d0..76b1ea4 100644 --- a/app/views/static/api/docs/object/timelineentry/index.html +++ b/app/views/static/api/docs/object/timelineentry/index.html @@ -207,6 +207,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/traceversion/index.html b/app/views/static/api/docs/object/traceversion/index.html index 68b4146..4735852 100644 --- a/app/views/static/api/docs/object/traceversion/index.html +++ b/app/views/static/api/docs/object/traceversion/index.html @@ -189,6 +189,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/translatedfield/index.html b/app/views/static/api/docs/object/translatedfield/index.html index 9a632b5..8335276 100644 --- a/app/views/static/api/docs/object/translatedfield/index.html +++ b/app/views/static/api/docs/object/translatedfield/index.html @@ -223,6 +223,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/user/index.html b/app/views/static/api/docs/object/user/index.html index 895b1bc..5a0fae6 100644 --- a/app/views/static/api/docs/object/user/index.html +++ b/app/views/static/api/docs/object/user/index.html @@ -230,6 +230,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/object/usergroup/index.html b/app/views/static/api/docs/object/usergroup/index.html index 98dbf30..f70dba6 100644 --- a/app/views/static/api/docs/object/usergroup/index.html +++ b/app/views/static/api/docs/object/usergroup/index.html @@ -230,6 +230,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/operation/mutation/index.html b/app/views/static/api/docs/operation/mutation/index.html index 9c1f893..26d0637 100644 --- a/app/views/static/api/docs/operation/mutation/index.html +++ b/app/views/static/api/docs/operation/mutation/index.html @@ -165,6 +165,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/operation/query/index.html b/app/views/static/api/docs/operation/query/index.html index b90c62c..e64ea29 100644 --- a/app/views/static/api/docs/operation/query/index.html +++ b/app/views/static/api/docs/operation/query/index.html @@ -627,6 +627,13 @@

  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/boolean/index.html b/app/views/static/api/docs/scalar/boolean/index.html index f76f6e3..e80418f 100644 --- a/app/views/static/api/docs/scalar/boolean/index.html +++ b/app/views/static/api/docs/scalar/boolean/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/date/index.html b/app/views/static/api/docs/scalar/date/index.html index e5d00ce..8d0312c 100644 --- a/app/views/static/api/docs/scalar/date/index.html +++ b/app/views/static/api/docs/scalar/date/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/datetime/index.html b/app/views/static/api/docs/scalar/datetime/index.html index 564e527..62fc505 100644 --- a/app/views/static/api/docs/scalar/datetime/index.html +++ b/app/views/static/api/docs/scalar/datetime/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/float/index.html b/app/views/static/api/docs/scalar/float/index.html index 7d28181..8b69c8b 100644 --- a/app/views/static/api/docs/scalar/float/index.html +++ b/app/views/static/api/docs/scalar/float/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/id/index.html b/app/views/static/api/docs/scalar/id/index.html index 5b352e7..14df5bd 100644 --- a/app/views/static/api/docs/scalar/id/index.html +++ b/app/views/static/api/docs/scalar/id/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/index.html b/app/views/static/api/docs/scalar/index.html index c9612bc..6aa3801 100644 --- a/app/views/static/api/docs/scalar/index.html +++ b/app/views/static/api/docs/scalar/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/int/index.html b/app/views/static/api/docs/scalar/int/index.html index b602330..c4be948 100644 --- a/app/views/static/api/docs/scalar/int/index.html +++ b/app/views/static/api/docs/scalar/int/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/json/index.html b/app/views/static/api/docs/scalar/json/index.html index 00af21b..1c11aa9 100644 --- a/app/views/static/api/docs/scalar/json/index.html +++ b/app/views/static/api/docs/scalar/json/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/scalar/string/index.html b/app/views/static/api/docs/scalar/string/index.html index 3e4a028..9f33530 100644 --- a/app/views/static/api/docs/scalar/string/index.html +++ b/app/views/static/api/docs/scalar/string/index.html @@ -163,6 +163,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/app/views/static/api/docs/union/index.html b/app/views/static/api/docs/union/index.html index 54d5de6..86ecf10 100644 --- a/app/views/static/api/docs/union/index.html +++ b/app/views/static/api/docs/union/index.html @@ -164,6 +164,13 @@
  • +
  • + + Component + +
  • + +
  • Coordinates diff --git a/package-lock.json b/package-lock.json index a8ca70e..ca536cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,31 +8,31 @@ "name": "decidim-b4m", "version": "0.1.0", "dependencies": { - "@decidim/browserslist-config": "^0.28.1", - "@decidim/core": "^0.28.1", - "@decidim/elections": "^0.28.1", - "@decidim/webpacker": "^0.28.1", + "@decidim/browserslist-config": "^0.28.2", + "@decidim/core": "^0.28.2", + "@decidim/elections": "^0.28.2", + "@decidim/webpacker": "^0.28.2", "@rails/actioncable": "^6.1.7", "codemirror": "^5.65.16", "form-storage": "^1.3.5", - "formBuilder": "^3.19.7", - "highlight.js": "^11.9.0", + "formBuilder": "^3.19.12", + "highlight.js": "^11.10.0", "inline-attacher": "^0.0.7", - "jsrender": "^1.0.14", + "jsrender": "^1.0.15", "leaflet.featuregroup.subgroup": "^1.0.2", "tom-select": "^2.2.2" }, "devDependencies": { - "@babel/eslint-parser": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.7", + "@babel/eslint-parser": "^7.24.8", + "@babel/plugin-transform-classes": "^7.24.8", "@babel/plugin-transform-regenerator": "^7.24.7", "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/preset-env": "^7.24.7", + "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.24.7", - "@decidim/dev": "^0.28.1", - "@decidim/eslint-config": "^0.28.1", - "@decidim/prettier-config": "^0.28.1", - "@decidim/stylelint-config": "^0.28.1", + "@decidim/dev": "^0.28.0", + "@decidim/eslint-config": "^0.28.0", + "@decidim/prettier-config": "^0.28.0", + "@decidim/stylelint-config": "^0.28.0", "postcss-scss": "^4.0.9", "sass-embedded": "~1.57.1" } @@ -115,9 +115,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", - "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "version": "7.24.9", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", + "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", "engines": { "node": ">=6.9.0" } @@ -152,9 +152,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz", - "integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz", + "integrity": "sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -206,13 +206,13 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", - "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", + "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -332,9 +332,9 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", - "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "version": "7.24.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", + "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", "dependencies": { "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", @@ -361,9 +361,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", - "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", + "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", "engines": { "node": ">=6.9.0" } @@ -452,9 +452,9 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", - "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", "engines": { "node": ">=6.9.0" } @@ -919,15 +919,15 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz", - "integrity": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", + "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.8", "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-replace-supers": "^7.24.7", "@babel/helper-split-export-declaration": "^7.24.7", "globals": "^11.1.0" @@ -955,11 +955,11 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz", - "integrity": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", + "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1147,12 +1147,12 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz", - "integrity": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-simple-access": "^7.24.7" }, "engines": { @@ -1301,11 +1301,11 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz", - "integrity": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", + "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, @@ -1543,11 +1543,11 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz", - "integrity": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", + "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1633,14 +1633,14 @@ "hasInstallScript": true }, "node_modules/@babel/preset-env": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.7.tgz", - "integrity": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==", - "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", + "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", + "dependencies": { + "@babel/compat-data": "^7.24.8", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", @@ -1671,9 +1671,9 @@ "@babel/plugin-transform-block-scoping": "^7.24.7", "@babel/plugin-transform-class-properties": "^7.24.7", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.7", + "@babel/plugin-transform-classes": "^7.24.8", "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", "@babel/plugin-transform-duplicate-keys": "^7.24.7", "@babel/plugin-transform-dynamic-import": "^7.24.7", @@ -1686,7 +1686,7 @@ "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", "@babel/plugin-transform-member-expression-literals": "^7.24.7", "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", "@babel/plugin-transform-modules-systemjs": "^7.24.7", "@babel/plugin-transform-modules-umd": "^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", @@ -1696,7 +1696,7 @@ "@babel/plugin-transform-object-rest-spread": "^7.24.7", "@babel/plugin-transform-object-super": "^7.24.7", "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", "@babel/plugin-transform-parameters": "^7.24.7", "@babel/plugin-transform-private-methods": "^7.24.7", "@babel/plugin-transform-private-property-in-object": "^7.24.7", @@ -1707,7 +1707,7 @@ "@babel/plugin-transform-spread": "^7.24.7", "@babel/plugin-transform-sticky-regex": "^7.24.7", "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", "@babel/plugin-transform-unicode-escapes": "^7.24.7", "@babel/plugin-transform-unicode-property-regex": "^7.24.7", "@babel/plugin-transform-unicode-regex": "^7.24.7", @@ -1716,7 +1716,7 @@ "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.4", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", + "core-js-compat": "^3.37.1", "semver": "^6.3.1" }, "engines": { @@ -2839,14 +2839,14 @@ } }, "node_modules/@decidim/browserslist-config": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/browserslist-config/-/browserslist-config-0.28.1.tgz", - "integrity": "sha512-flk7T/BlYosqrRZDNJDyXAuXpMvdC49wSDidHH7l6P0YZ5p1dxPYC1r6LmWvTTw5ruyDANvOR5Zvo7kICc5QEw==" + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/@decidim/browserslist-config/-/browserslist-config-0.28.2.tgz", + "integrity": "sha512-lfMHcbbnjzsh3g8s4DmwVW/9iPbodQZo6o22Saj/jAsWqAuuTxPWCd/pjNxf5XvXwyZoCqK7jrElFwhEtKBbiw==" }, "node_modules/@decidim/core": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/core/-/core-0.28.1.tgz", - "integrity": "sha512-ciFcB6+LVD1dgDgZby51o8DqJk5c9eB3kuIGgHTcg7D+5iGXvjeKCo8zU0VIAoICYQfSAS1AQvkfqaHoRQiYIA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/@decidim/core/-/core-0.28.2.tgz", + "integrity": "sha512-vhQLiiSWifWrinWURyxfph6x9KW2V2jis7B7VQyThc9SCshR0wlTTuea5cAzo7zCoBM6pl2z92YGlahEZIyIjg==", "dependencies": { "@picmo/popup-picker": "^5.8.4", "@rails/activestorage": "^6.0.4", @@ -2936,20 +2936,20 @@ } }, "node_modules/@decidim/dev": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/dev/-/dev-0.28.1.tgz", - "integrity": "sha512-s3TwpmhZLwXXzafg7NoFxNoWUgPEEC9exH3fye+gx8PcPWAFcAlebgsONG8/TB0R3ikDcfI8fy6IHt4baVVpdg==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@decidim/dev/-/dev-0.28.0.tgz", + "integrity": "sha512-F6sMVCYplCfcIcKstXRWetT/3TcpVYux3D0T0E/pFb+oy6va05k0wKRwUEE0qphq72WMXfMZMJKcp5z/U9KWFA==", "dev": true, "dependencies": { - "@linthtml/linthtml": "^0.9.6", + "@linthtml/linthtml": "^0.9.5", "axe-core": "^4.7.2", "markdownlint-cli": "^0.35.0" } }, "node_modules/@decidim/elections": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/elections/-/elections-0.28.1.tgz", - "integrity": "sha512-EPa73JBiumINNIz9OAUhWOp6OVcrkzhKnbHEmTDG6MUS0UkgX1VgbVxcDMWCKpNJJdweZs4+jCbGWgi9E7qRGA==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/@decidim/elections/-/elections-0.28.2.tgz", + "integrity": "sha512-CtJJzTM5+mX3puc1ADK9z8rhqwt0+lBtVbmFZkEMf4XjL8YCvc/hzACp0t30fQY0A2Bw+DEBfPGn5EVtkTC/eQ==", "dependencies": { "@decidim/decidim-bulletin_board": "0.24.4", "@decidim/voting_schemes-dummy": "0.24.4", @@ -2957,9 +2957,9 @@ } }, "node_modules/@decidim/eslint-config": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/eslint-config/-/eslint-config-0.28.1.tgz", - "integrity": "sha512-5HmLnR3+6JOYssOGqLHYmsfsk9MBX8LP3MXcsLjkCw3Rk9toHFHrRPj6mwwEAxLHFlO3QsJel/hLHpP9cHcVgA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@decidim/eslint-config/-/eslint-config-0.28.0.tgz", + "integrity": "sha512-xmb6XI1I771Q2QgDoBZZunRjnsjWboluXce2XVG+IbmaYBGdxnmpBSQSceTF2TDjG1OPqqIO9vKunNaEWpEVOA==", "dev": true, "peerDependencies": { "eslint": "^8.7.0", @@ -2968,25 +2968,24 @@ "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", - "eslint-plugin-no-relative-import-paths": "^1.5.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2" } }, "node_modules/@decidim/prettier-config": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/prettier-config/-/prettier-config-0.28.1.tgz", - "integrity": "sha512-fmjs6hcWkcm+9BmFlDCDCAzBXeFn/1J8vlmgSFcoEZyukM3rE4NQIS2AsypP2CcuA3st9Ybn0uf1Mrx9u+rHdA==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@decidim/prettier-config/-/prettier-config-0.28.0.tgz", + "integrity": "sha512-4GMycHJJEEU2Z8DsYUMLTH2Ub7gm4RWzx9tExGO+VwrAn4GnKii4K3KofZe9DkdyROi1h46d8z5W97ONYsKhgw==", "dev": true, "peerDependencies": { "prettier": "^2.3.2" } }, "node_modules/@decidim/stylelint-config": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/stylelint-config/-/stylelint-config-0.28.1.tgz", - "integrity": "sha512-AT+NsVMA0DZOKuFse9tTYDfV5En4wwNZ6txbLGZh8VE5EDk1v2yr7eVdi+Y7CA3LHbzW1q7SbFr5SRfdMxhntw==", + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/@decidim/stylelint-config/-/stylelint-config-0.28.0.tgz", + "integrity": "sha512-vYr6HOqbVI0jEZsNkDZy8rmWiu3TxT5YYdpp4AXoP/FIT3+Y9VxyHYItgQFwlwNbEfUkvFUolwxAlC2vwhHVfg==", "dev": true, "peerDependencies": { "stylelint": "^15.3.0", @@ -3004,9 +3003,9 @@ "integrity": "sha512-EKTdPKaKIykDtcN/pe0s1HmUuLvan9bEakoDJ9wJNVcYbRtffsb6RaG3LBC6dVPAZYwtem3t0zVHUbIVCCnlCw==" }, "node_modules/@decidim/webpacker": { - "version": "0.28.1", - "resolved": "https://registry.npmjs.org/@decidim/webpacker/-/webpacker-0.28.1.tgz", - "integrity": "sha512-jYTLo9gPq3Pc37P92iehGWaL40QXqc2mx+OXD8zV8tXpp8ahgE+j2qXFGe66Z75KSOpzWIxxS3+jiaBRA+IthQ==", + "version": "0.28.2", + "resolved": "https://registry.npmjs.org/@decidim/webpacker/-/webpacker-0.28.2.tgz", + "integrity": "sha512-xkkHMwso48bjWw6WbeuZjmj3mgLDn6GT+ZDk8Qz23Af1yOyWB404zOkJiDu8DAp6lFxzVFXfo62DSYNgE+8zGg==", "dependencies": { "@babel/core": "^7.22.9", "@babel/eslint-parser": "^7.22.9", @@ -3039,7 +3038,7 @@ "shakapacker": "~7.1.0", "source-map-loader": "^4.0.1", "style-loader": "^3.3.3", - "tailwindcss": "^3.3.2", + "tailwindcss": "3.4.1", "terser-webpack-plugin": "^5.3.9", "webpack": "^5.88.1", "webpack-assets-manifest": "^5.1.0", @@ -3126,6 +3125,18 @@ "node": ">=10.13.0" } }, + "node_modules/@decidim/webpacker/node_modules/postcss-selector-parser": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", + "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@decidim/webpacker/node_modules/rechoir": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", @@ -3338,6 +3349,42 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/@decidim/webpacker/node_modules/tailwindcss": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", + "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.3.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "jiti": "^1.19.1", + "lilconfig": "^2.1.0", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.23", + "postcss-import": "^15.1.0", + "postcss-js": "^4.0.1", + "postcss-load-config": "^4.0.1", + "postcss-nested": "^6.0.1", + "postcss-selector-parser": "^6.0.11", + "resolve": "^1.22.2", + "sucrase": "^3.32.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@decidim/webpacker/node_modules/webpack-cli": { "version": "5.1.4", "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz", @@ -8056,13 +8103,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-plugin-no-relative-import-paths": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-relative-import-paths/-/eslint-plugin-no-relative-import-paths-1.5.4.tgz", - "integrity": "sha512-2smViH7R3682NR6dwgYr8Vm7emqNP1gEjBku6DbvUy3Ef/2Fz+mhwsFjZGSixzWzazMCj4MAgIWTsHELCCDJKA==", - "dev": true, - "peer": true - }, "node_modules/eslint-plugin-node": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz", @@ -8927,9 +8967,9 @@ } }, "node_modules/formBuilder": { - "version": "3.19.7", - "resolved": "https://registry.npmjs.org/formBuilder/-/formBuilder-3.19.7.tgz", - "integrity": "sha512-3wR/etf9eqUyTNRKOAh8ZD/vKDU3vjIUbqifkQxF2gxsugv7SsMBmk1imnJDDffwZRLkMB9kgzuwtKfyGI8CwA==", + "version": "3.19.12", + "resolved": "https://registry.npmjs.org/formBuilder/-/formBuilder-3.19.12.tgz", + "integrity": "sha512-6oYlgADVLB5HirXW0suciSPEZ/LRx1YmNwFUFV4VN1r+lpEy2h0+nUoAqOaY2KG2r7jr9RuZJpN8A6N+0N4gfA==", "dependencies": { "jquery": ">=3.4.1", "jquery-ui-sortable": "*" @@ -9468,9 +9508,9 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "engines": { "node": ">=12.0.0" } @@ -10879,9 +10919,9 @@ } }, "node_modules/jsrender": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/jsrender/-/jsrender-1.0.14.tgz", - "integrity": "sha512-gtpx42lvbZcnG+hLHzYxMaxu0gBM5sNHwkOAgVYoJRgzsVChurFCLfTO1KjgUYEBMp84hDq46WQW8rtSAMjmFw==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/jsrender/-/jsrender-1.0.15.tgz", + "integrity": "sha512-OodS9veJzdkxj0zqWTEDyHm5MdwpeaBA11X3W06n3wTP7XifCv1JwaNpY6jn0KIltzgm3nM1Gi/tccslMEai1w==", "dependencies": { "through2": "^3.0.1" } @@ -16564,6 +16604,7 @@ "version": "3.4.4", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "peer": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -16600,6 +16641,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "peer": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" diff --git a/package.json b/package.json index 6eda9a7..9ba6bd2 100644 --- a/package.json +++ b/package.json @@ -2,33 +2,33 @@ "name": "decidim-b4m", "private": true, "dependencies": { - "@decidim/browserslist-config": "^0.28.1", - "@decidim/core": "^0.28.1", - "@decidim/elections": "^0.28.1", - "@decidim/webpacker": "^0.28.1", + "@decidim/browserslist-config": "^0.28.2", + "@decidim/core": "^0.28.2", + "@decidim/elections": "^0.28.2", + "@decidim/webpacker": "^0.28.2", "@rails/actioncable": "^6.1.7", "codemirror": "^5.65.16", "form-storage": "^1.3.5", - "formBuilder": "^3.19.7", - "highlight.js": "^11.9.0", + "formBuilder": "^3.19.12", + "highlight.js": "^11.10.0", "inline-attacher": "^0.0.7", - "jsrender": "^1.0.14", + "jsrender": "^1.0.15", "leaflet.featuregroup.subgroup": "^1.0.2", "tom-select": "^2.2.2" }, "version": "0.1.0", "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610", "devDependencies": { - "@babel/eslint-parser": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.7", + "@babel/eslint-parser": "^7.24.8", + "@babel/plugin-transform-classes": "^7.24.8", "@babel/plugin-transform-regenerator": "^7.24.7", "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/preset-env": "^7.24.7", + "@babel/preset-env": "^7.24.8", "@babel/preset-react": "^7.24.7", - "@decidim/dev": "^0.28.1", - "@decidim/eslint-config": "^0.28.1", - "@decidim/prettier-config": "^0.28.1", - "@decidim/stylelint-config": "^0.28.1", + "@decidim/dev": "^0.28.0", + "@decidim/eslint-config": "^0.28.0", + "@decidim/prettier-config": "^0.28.0", + "@decidim/stylelint-config": "^0.28.0", "postcss-scss": "^4.0.9", "sass-embedded": "~1.57.1" }, diff --git a/spec/system/decidim_awesome/custom_styles_spec.rb b/spec/system/decidim_awesome/custom_styles_spec.rb index 00a5f27..856c832 100644 --- a/spec/system/decidim_awesome/custom_styles_spec.rb +++ b/spec/system/decidim_awesome/custom_styles_spec.rb @@ -30,7 +30,7 @@ shared_examples "no extra css is added" do it "css is no present" do - expect(page.body).not_to have_content("body {background: red;}") + expect(page.body).to have_no_content("body {background: red;}") end it "css is not applyied" do