dependabot[bot]
cdde8f3a82
Bump oj from 3.13.13 to 3.13.14 ( #17825 )
...
Bumps [oj](https://github.com/ohler55/oj ) from 3.13.13 to 3.13.14.
- [Release notes](https://github.com/ohler55/oj/releases )
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ohler55/oj/compare/v3.13.13...v3.13.14 )
---
updated-dependencies:
- dependency-name: oj
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 14:53:58 -04:00
Jeremy Friesen
3118f27197
Adding feed experiment for 2022-06-03 ( #17824 )
...
This commit contains two separate but related changes:
1. A check-list for creating a new experiment.
2. A new experiment along with declaring a winner for the previous experiment.
Below are the diffs of the two new variants versus the incumbent for the
experiment:
```
❯ diff config/feed-variants/20220603-variant-b.json config/feed-variants/20220518-variant.json
3,4c3
< "description": "As 202205518-variant but with modificiation to `order_by` lever.",
< "order_by": "final_order_by_random_weighted_to_score",
---
> "order_by": "relevancy_score_and_publication_date",
```
```
❯ diff config/feed-variants/20220603-variant-a.json config/feed-variants/20220518-variant.json
3d2
< "description": "As 202205518-variant but with modificiation to `matching_positive_tags_intersection_count`.",
69c68
< [0, 0.5],
---
> [0, 0.7],
```
Closes forem/forem#17822
2022-06-03 13:45:10 -04:00
Arit Amana
1679fbf47d
Allow Moderator Role to Unpublish Single Post ( #17795 )
...
* relocate btn; build functionality for admin only
* remove commented code
* add explanatory comment
* refactor
* build unpublish and feature-post policies
* mod role in policies fails specs 😓
* fix failing specs
* add end-to-end tests
* fix hardcoded name in modal 😓
2022-06-03 12:48:20 -04:00
Jeremy Friesen
3fb085b3d9
Adding more context to /admin/abtests ( #17821 )
...
* Adding more context to `/admin/abtests`
Prior to this commit, the `/admin/abtests` was fully rendered by the
field_test gem (see
https://github.com/ankane/field_test/blob/master/app/views/field_test/experiments/index.html.erb
and
https://github.com/ankane/field_test/blob/master/app/views/field_test/experiments/show.html.erb ).
With this commit, we're pre-pending our own
partial (e.g. `app/views/field_test/experiments/_experiments.html.erb`)
in the view paths; which means instead of rendering
https://github.com/ankane/field_test/blob/master/app/views/field_test/experiments/_experiments.html.erb
we render our newly created
`app/views/field_test/experiments/_experiments.html.erb`)
Why the ugly antics in the view? As I'm not fully certain if this will
"meet" the full needs of those monitoring the experiments. I'm also
constructing this to most closely match the spreadsheet that has been
assembled for tracking this information.
Why introduce another caching layer for the variant assembly? The
original caching
layer (e.g. `Articles::Feeds::VariantAssembler.pre_assembled_variants`)
is in place to provide the quickest access to the assembled variants.
But due to the nature of the implemented view, we are needing a
programmatic representation of all variants. And the added Rails cache
is there to minimize disk reads.
Closes forem/forem#17820
* Update app/models/articles/feeds/variant_assembler.rb
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
* Update app/models/articles/feeds/variant_assembler.rb
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
2022-06-03 11:27:09 -04:00
dependabot[bot]
4459be2c03
Bump honeycomb-beeline from 2.10.0 to 2.11.0 ( #17813 )
...
Bumps [honeycomb-beeline](https://github.com/honeycombio/beeline-ruby ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/honeycombio/beeline-ruby/releases )
- [Changelog](https://github.com/honeycombio/beeline-ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/honeycombio/beeline-ruby/compare/v2.10.0...v2.11.0 )
---
updated-dependencies:
- dependency-name: honeycomb-beeline
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 09:58:36 -04:00
Jeremy Friesen
8fb98b9f30
Exposing past feed experiments in /admin/abtests ( #17818 )
...
Prior to this commit, as a matter of undocumented practice, we would
overwrite past experiments with upcoming experiments.
With this commit, we're leveraging a feature of the field_test gem:
declaring a winner. Instead of overwriting an experiment with the next
experiment, we're going to declare the expiring experiment's winner then
prepend to the ./config/field_test.yml the new experiment.
The [field_test/app/views/field_test/experiments/index.html.erb][1] then
uses logic to first render "active" experiments and "completed"
experiments. A "completed" experiment is one in which we've declared a
winner.
Closes forem/forem#17816
[1]:https://github.com/ankane/field_test/blob/master/app/views/field_test/experiments/index.html.erb
2022-06-02 20:41:31 -04:00
Andy Zhao
103394d5ad
Add tooltip to cover image button describing optimal image ratio ( #17779 )
...
* Add tooltip for cover image button
* Add cover img tooltip to v1 editor
* Use a slightly different message
* Fix tests
* Use proper comment syntax for front matter
* Fix Cypress test
* Use regex to find matching label
2022-06-02 17:44:34 -04:00
dependabot[bot]
0be11de7e1
Bump yard from 0.9.27 to 0.9.28 ( #17814 )
...
Bumps [yard](https://github.com/lsegal/yard ) from 0.9.27 to 0.9.28.
- [Release notes](https://github.com/lsegal/yard/releases )
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lsegal/yard/compare/v0.9.27...v0.9.28 )
---
updated-dependencies:
- dependency-name: yard
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 17:21:47 -04:00
Josh Puetz
d2e1bde2ee
Change API key limit from 20 to 10 ( #17811 )
2022-06-02 15:35:21 -05:00
Mac Siri
7bb25c98a8
[Travis] Remove ignore CVE-2022-27311 ( #17812 )
2022-06-02 14:30:41 -04:00
dependabot[bot]
bd75863b9d
Bump eventsource from 1.1.0 to 1.1.1 ( #17796 )
...
Bumps [eventsource](https://github.com/EventSource/eventsource ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases )
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md )
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: eventsource
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 13:14:43 -04:00
ludwiczakpawel
9ac2587b39
Banner template ( #17808 )
...
* banner template
* remove whitespace
2022-06-02 13:14:21 -04:00
Suzanne Aitchison
c119b64b74
Reusable user admin modals ( #17763 )
...
* target modal content by a classname to avoid duplicate IDs
* woops - fix missed selector
* use showWindowModal in editUser
* move add org to a partial
* move add role into a partial
* move adjust credits to a partial
* move profile modals to be re-used
* generalise approach to add organisation modal
* generalise add role modal form
* generalise adjust credits modal
* rework unpublish modal
* refactor banish user modal
* refactors
* prevent issues with duplicate ids
* fix banish form action
* make sure role management specs covered in cypress
* let hidden modal content use IDs
* rename file for clarity
* add some JSDoc notes
* cleanup some redundant changes
* one more
* woops - fixed id that contained a classname
2022-06-02 09:52:26 -06:00
Kirtan Soni
debdf1f804
updated dead link and added an example gif ( #17756 )
...
* updated dead link and added an example gif
replaced CONTRIBUTING.md#create-a-pull-request with the current one.
* Update PULL_REQUEST_TEMPLATE.md
resolved the change previously made
* Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
Co-authored-by: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com>
2022-06-02 15:30:46 +02:00
Julianna Tetreault
c410661107
Adds a name column to the users_gdpr_delete_requests table via migration ( #17794 )
2022-06-02 07:26:23 -06:00
dependabot[bot]
34b37988e7
Bump rouge from 3.28.0 to 3.29.0 ( #17804 )
...
Bumps [rouge](https://github.com/rouge-ruby/rouge ) from 3.28.0 to 3.29.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases )
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.28.0...v3.29.0 )
---
updated-dependencies:
- dependency-name: rouge
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 07:19:22 -06:00
Joshua Wehner
bdcf725290
Add jaw6 to core team ( #17791 )
2022-06-02 10:44:09 +02:00
Julianna Tetreault
b155398f17
"Empty State" for Result-less Search and Filter ( #17777 )
...
* Adds an empty state when user search & filter returns nothing
* Addresses e2e failures for small screens
2022-06-01 06:54:39 -06:00
Julianna Tetreault
b155749db0
Searchable GDPR Delete Requests Table ( #17633 )
...
* Adds search functionality to GDPR delete requests table
* Adds e2e tests for searching GDPR delete requests
* WIP: Address PR review feedback and add a RSpec test
* Updates spec name to include _query
* Updates Adnub::GDPRDeleteRequests#index
* Adjusts expectations within gdpr_delete_requests_query_spec.rb
* Adjusts GDPR Delete Requests Query search default
* Updates gdpr_delete_requests_query_spec.rb
2022-05-31 16:22:25 -06:00
Ikko Ashimine
127fe37e19
Fix typo in runtime.js ( #17783 )
...
succesful -> successful
2022-05-31 14:30:04 -04:00
dependabot[bot]
ff3c492721
Bump bullet from 7.0.1 to 7.0.2 ( #17793 )
...
Bumps [bullet](https://github.com/flyerhzm/bullet ) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/flyerhzm/bullet/releases )
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/flyerhzm/bullet/compare/7.0.1...7.0.2 )
---
updated-dependencies:
- dependency-name: bullet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 12:28:13 -06:00
João Gabriel Quaresma
2912365109
chore: € character at article model TITLE_CHARACTERS_ALLOWED ( #17790 )
2022-05-31 12:26:30 -04:00
dependabot[bot]
87a58c2dcf
Bump @storybook/preact from 6.4.22 to 6.5.6 ( #17785 )
...
Bumps [@storybook/preact](https://github.com/storybookjs/storybook/tree/HEAD/app/preact ) from 6.4.22 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/app/preact )
---
updated-dependencies:
- dependency-name: "@storybook/preact"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 09:03:26 -06:00
dependabot[bot]
f0e8f6ffb3
Bump ransack from 3.2.0 to 3.2.1 ( #17768 )
...
Bumps [ransack](https://github.com/activerecord-hackery/ransack ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/activerecord-hackery/ransack/releases )
- [Changelog](https://github.com/activerecord-hackery/ransack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/activerecord-hackery/ransack/compare/v3.2.0...v3.2.1 )
---
updated-dependencies:
- dependency-name: ransack
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:16:13 -04:00
dependabot[bot]
f3e9f68200
Bump octokit from 4.22.0 to 4.23.0 ( #17776 )
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.22.0 to 4.23.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.22.0...v4.23.0 )
---
updated-dependencies:
- dependency-name: octokit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:16:06 -04:00
dependabot[bot]
d2013abb63
Bump rubocop from 1.29.1 to 1.30.0 ( #17775 )
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.29.1...v1.30.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:15:57 -04:00
dependabot[bot]
47f3da8c2d
Bump bootsnap from 1.11.1 to 1.12.0 ( #17784 )
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.11.1...v1.12.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:14:23 -04:00
dependabot[bot]
4f0039c0dd
Bump chart.js from 3.7.1 to 3.8.0 ( #17786 )
...
Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v3.7.1...v3.8.0 )
---
updated-dependencies:
- dependency-name: chart.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:13:29 -04:00
dependabot[bot]
15c3ef6d36
Bump @storybook/addon-links from 6.5.4 to 6.5.6 ( #17787 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:13:13 -04:00
dependabot[bot]
5c0487b28a
Bump core-js from 3.22.5 to 3.22.7 ( #17788 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.5 to 3.22.7.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.5...v3.22.7 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:12:57 -04:00
dependabot[bot]
b164cb4b43
Bump @babel/preset-env from 7.17.10 to 7.18.2 ( #17789 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.17.10 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 10:12:44 -04:00
dependabot[bot]
0ebb8bffe9
Bump field_test from 0.5.2 to 0.5.3 ( #17782 )
...
Bumps [field_test](https://github.com/ankane/field_test ) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/ankane/field_test/releases )
- [Changelog](https://github.com/ankane/field_test/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/field_test/compare/v0.5.2...v0.5.3 )
---
updated-dependencies:
- dependency-name: field_test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 07:08:00 -06:00
Suzanne Aitchison
02cdaed8e6
layout tweaks for mobile ( #17771 )
2022-05-31 10:55:19 +02:00
dependabot[bot]
b62e791370
Bump ddtrace from 1.0.0 to 1.1.0 ( #17774 )
...
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases )
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md )
- [Commits](https://github.com/DataDog/dd-trace-rb/compare/v1.0.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: ddtrace
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 08:47:41 -04:00
Mac Siri
b10343b53f
Implement feed variant 20220525 ( #17778 )
2022-05-27 08:12:58 -04:00
Julianna Tetreault
8efdf51c02
Updates the Contributing Guide link in issue.yml ( #17773 )
2022-05-26 10:05:22 -06:00
Dwight Scott
8b70e9e1f3
added ability to assign moderator role via admin/super admin ( #17759 )
...
* added ability to assign moderator role via admin/super admin
* create Mod User in seeds
* add Cypress specs
* fix failing Cypress tests
* fix failing specs by moving test Mod user to the end
* nudge Travis
* nudge Travis
Co-authored-by: Arit Amana <msarit@gmail.com>
2022-05-26 10:57:08 -04:00
dependabot[bot]
eced29ce68
Bump blazer from 2.6.3 to 2.6.4 ( #17767 )
...
Bumps [blazer](https://github.com/ankane/blazer ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/ankane/blazer/releases )
- [Changelog](https://github.com/ankane/blazer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/blazer/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: blazer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 09:39:02 -04:00
Viviane Dias
94c431afb0
[single-article] Refactor class components to be functional component ( #17681 )
...
* refactor(single-article): migrates class to use pure components
* test(single-article): removes repeated test from file
2022-05-26 12:59:06 +01:00
Viviane Dias
0960b36d92
[categories] Refactor class components to be functional component ( #17682 )
...
* feat(categories): migrate Categories to pure component
* test(categories): adds tests to Categories comp
2022-05-26 12:53:25 +01:00
Jeferson S. Brito
6f8c07aa69
Fix Stackoverflow liquid embedded styles ( #17541 )
...
* Fix Stackoverflow liquid embedded styles
* Fix extend cryaons styles
* Remove unnecessary alt descriptions
* Extend header selector to apply styles to old tags
* Add pointer-events to nested anchor on legacy html
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2022-05-26 11:59:32 +01:00
dependabot[bot]
8b717374b7
Bump sass-loader from 12.6.0 to 13.0.0 ( #17748 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.6.0 to 13.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 11:54:54 +01:00
dependabot[bot]
fd29414d44
Bump eslint-plugin-react from 7.29.4 to 7.30.0 ( #17750 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.29.4 to 7.30.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.29.4...v7.30.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 11:48:00 +01:00
dependabot[bot]
3a497459a7
Bump @honeybadger-io/js from 4.0.1 to 4.0.3 ( #17745 )
...
Bumps [@honeybadger-io/js](https://github.com/honeybadger-io/honeybadger-js ) from 4.0.1 to 4.0.3.
- [Release notes](https://github.com/honeybadger-io/honeybadger-js/releases )
- [Changelog](https://github.com/honeybadger-io/honeybadger-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/honeybadger-io/honeybadger-js/compare/v4.0.1...v4.0.3 )
---
updated-dependencies:
- dependency-name: "@honeybadger-io/js"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 11:46:43 +01:00
dependabot[bot]
42d668fadc
Bump @storybook/addon-links from 6.4.22 to 6.5.4 ( #17747 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.4.22 to 6.5.4.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.4/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.4/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 11:26:20 +01:00
dependabot[bot]
eb211d48fc
Bump sass from 1.51.0 to 1.52.1 ( #17746 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.51.0 to 1.52.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.51.0...1.52.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 11:24:27 +01:00
dependabot[bot]
5a4f5d33c8
Bump rubocop-performance from 1.13.3 to 1.14.0 ( #17760 )
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.13.3 to 1.14.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.13.3...v1.14.0 )
---
updated-dependencies:
- dependency-name: rubocop-performance
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 14:16:09 -04:00
Mac Siri
3f05adc958
Remove warning gem ( #17765 )
2022-05-25 12:36:35 -04:00
Suzanne Aitchison
f545b4b73f
localize display of US and non-US date format ( #17758 )
2022-05-25 17:08:00 +01:00
Fernando Valverde
21103696c3
Add missing explicit scopes to Omniauth adapters ( #17761 )
...
* Add missing scopes to Omniauth adapters - explicit > implicit
* Trigger CI
2022-05-25 09:56:13 -06:00