Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    a01580f View commit details
    Browse the repository at this point in the history
  2. fix: embed.js doesn't expands iframes height (#18301)

    also including some refactoring:
    - add `// @ts-check`
    - use Map to completely avoid prototype pollution
    - assign random id to each iframe for reduce chance to brute-force attack, and leak of iframe counts
    - check iframe.contentWindow and MessageEvent.source to validate message is coming from correct iframe (it works on latest Chrome/Firefox/Safari but I'm not sure this is allowed by spec)
    
    follow-up of #17420
    fix #18299
    rinsuki authored May 4, 2022
    Configuration menu
    Copy the full SHA
    6e736f2 View commit details
    Browse the repository at this point in the history
  3. Bump redis from 4.0.6 to 4.1.0 (#18282)

    Bumps [redis](https://github.com/redis/node-redis) from 4.0.6 to 4.1.0.
    - [Release notes](https://github.com/redis/node-redis/releases)
    - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/redis/node-redis/compare/redis@4.0.6...redis@4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    381415b View commit details
    Browse the repository at this point in the history
  4. Bump rubocop from 1.27.0 to 1.28.2 (#18084)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.27.0 to 1.28.2.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.27.0...v1.28.2)
    
    ---
    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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    881d71e View commit details
    Browse the repository at this point in the history
  5. Bump brakeman from 5.2.2 to 5.2.3 (#18274)

    Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.2.2 to 5.2.3.
    - [Release notes](https://github.com/presidentbeef/brakeman/releases)
    - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
    - [Commits](presidentbeef/brakeman@v5.2.2...v5.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: brakeman
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    f18c620 View commit details
    Browse the repository at this point in the history
  6. Bump ws from 8.5.0 to 8.6.0 (#18279)

    Bumps [ws](https://github.com/websockets/ws) from 8.5.0 to 8.6.0.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.5.0...8.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    c08bc2d View commit details
    Browse the repository at this point in the history
  7. Bump jest from 27.5.1 to 28.0.3 (#18280)

    * Bump jest from 27.5.1 to 28.0.3
    
    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.0.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.0.3/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump babel-jest from 27.5.1 to 28.0.3
    
    Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.5.1 to 28.0.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.0.3/packages/babel-jest)
    
    ---
    updated-dependencies:
    - dependency-name: babel-jest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add jest-environment-jsdom
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
    dependabot[bot] and ykzts authored May 4, 2022
    Configuration menu
    Copy the full SHA
    8c644dc View commit details
    Browse the repository at this point in the history
  8. Bump axios from 0.26.1 to 0.27.2 (#18270)

    Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.2.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
    - [Commits](axios/axios@v0.26.1...v0.27.2)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    8a6b796 View commit details
    Browse the repository at this point in the history
  9. Bump redux from 4.1.2 to 4.2.0 (#18087)

    Bumps [redux](https://github.com/reduxjs/redux) from 4.1.2 to 4.2.0.
    - [Release notes](https://github.com/reduxjs/redux/releases)
    - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
    - [Commits](reduxjs/redux@v4.1.2...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: redux
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    1322390 View commit details
    Browse the repository at this point in the history
  10. Bump stoplight from 2.2.1 to 3.0.0 (#17645)

    Bumps [stoplight](https://github.com/orgsync/stoplight) from 2.2.1 to 3.0.0.
    - [Release notes](https://github.com/orgsync/stoplight/releases)
    - [Changelog](https://github.com/bolshakov/stoplight/blob/master/CHANGELOG.md)
    - [Commits](bolshakov/stoplight@v2.2.1...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: stoplight
      dependency-type: direct:production
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    8f4d7f5 View commit details
    Browse the repository at this point in the history
  11. Bump glob from 7.2.0 to 8.0.1 (#18013)

    Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 8.0.1.
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v7.2.0...v8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    39820a9 View commit details
    Browse the repository at this point in the history
  12. Bump sidekiq-scheduler from 3.2.0 to 4.0.0 (#18275)

    Bumps [sidekiq-scheduler](https://github.com/moove-it/sidekiq-scheduler) from 3.2.0 to 4.0.0.
    - [Release notes](https://github.com/moove-it/sidekiq-scheduler/releases)
    - [Changelog](https://github.com/moove-it/sidekiq-scheduler/blob/master/CHANGELOG.md)
    - [Commits](sidekiq-scheduler/sidekiq-scheduler@v3.2.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sidekiq-scheduler
      dependency-type: direct:production
      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>
    dependabot[bot] authored May 4, 2022
    Configuration menu
    Copy the full SHA
    db01df2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    336c233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d7684 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. New Crowdin updates (#18255)

    * New translations doorkeeper.en.yml (Chinese Traditional, Hong Kong)
    
    * New translations doorkeeper.en.yml (Tatar)
    
    * New translations doorkeeper.en.yml (Malayalam)
    
    * New translations doorkeeper.en.yml (Breton)
    
    * New translations doorkeeper.en.yml (Sinhala)
    
    * New translations doorkeeper.en.yml (Standard Moroccan Tamazight)
    
    * New translations en.json (Chinese Traditional)
    
    * New translations en.json (Catalan)
    
    * New translations en.json (Japanese)
    
    * New translations en.json (French)
    
    * New translations en.json (Spanish)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Kurmanji (Kurdish))
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Korean)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Korean)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Vietnamese)
    
    * New translations en.json (Turkish)
    
    * New translations en.json (Galician)
    
    * Run `yarn manage:translations`
    
    * Run `bundle exec i18n-tasks normalize`
    
    * Add whitelist_en-GB.json [ci skip]
    
    * New translations en.json (Ukrainian)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Swedish)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Greek)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.json (Thai)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Ukrainian)
    
    * New translations en.json (Polish)
    
    * New translations en.json (Ukrainian)
    
    * New translations doorkeeper.en.yml (Ukrainian)
    
    * New translations en.json (Thai)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Ukrainian)
    
    * New translations en.json (Danish)
    
    * New translations en.json (Hebrew)
    
    * New translations en.json (Ido)
    
    * New translations simple_form.en.yml (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Danish)
    
    * New translations en.json (Ido)
    
    * New translations en.yml (Hebrew)
    
    * New translations doorkeeper.en.yml (Hebrew)
    
    * New translations en.json (Ido)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Afrikaans)
    
    * New translations en.json (Afrikaans)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Afrikaans)
    
    * New translations en.json (Hebrew)
    
    * New translations en.json (Slovenian)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Hebrew)
    
    * New translations en.json (Slovenian)
    
    * New translations en.json (Ukrainian)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Hebrew)
    
    * New translations en.json (Latvian)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Hebrew)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Hebrew)
    
    * New translations simple_form.en.yml (Ukrainian)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (German)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Russian)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Icelandic)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Hungarian)
    
    * New translations simple_form.en.yml (Hebrew)
    
    * New translations simple_form.en.yml (Hungarian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.json (Hungarian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Czech)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Czech)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Spanish)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Portuguese)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Japanese)
    
    * New translations simple_form.en.yml (Japanese)
    
    * New translations doorkeeper.en.yml (Japanese)
    
    * New translations en.json (Danish)
    
    * New translations activerecord.en.yml (Japanese)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Welsh)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Italian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Indonesian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Thai)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Thai)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Thai)
    
    * New translations en.yml (Thai)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Danish)
    
    * New translations en.json (Swedish)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Vietnamese)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Welsh)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Scottish Gaelic)
    
    * New translations en.json (Scottish Gaelic)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Welsh)
    
    * New translations en.json (Scottish Gaelic)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Danish)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Portuguese, Brazilian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Portuguese, Brazilian)
    
    * New translations en.json (Slovenian)
    
    * New translations doorkeeper.en.yml (Slovenian)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Spanish, Argentina)
    
    * New translations en.yml (Slovenian)
    
    * New translations en.json (Scottish Gaelic)
    
    * New translations en.json (Slovenian)
    
    * New translations simple_form.en.yml (Slovenian)
    
    * New translations en.json (Welsh)
    
    * New translations en.json (French)
    
    * New translations en.json (Welsh)
    
    * New translations en.json (French)
    
    * New translations en.yml (Arabic)
    
    * New translations en.json (Arabic)
    
    * New translations simple_form.en.yml (Welsh)
    
    * New translations en.json (French)
    
    * New translations simple_form.en.yml (Ukrainian)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Ukrainian)
    
    * New translations en.json (Ukrainian)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Arabic)
    
    * New translations en.json (Asturian)
    
    * New translations en.yml (Thai)
    
    * New translations en.json (Thai)
    
    * New translations en.json (German)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Welsh)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Welsh)
    
    * New translations en.json (German)
    
    * New translations en.json (German)
    
    * New translations en.json (German)
    
    * New translations en.json (German)
    
    * New translations en.json (German)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Catalan)
    
    * New translations en.json (Catalan)
    
    * New translations en.json (German)
    
    * New translations en.json (Albanian)
    
    * New translations en.json (German)
    
    * New translations en.yml (German)
    
    * New translations en.json (German)
    
    * Run `yarn manage:translations`
    
    * Run `bundle exec i18n-tasks normalize`
    
    Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
    Gargron and ykzts authored May 6, 2022
    Configuration menu
    Copy the full SHA
    9250578 View commit details
    Browse the repository at this point in the history
  2. Fix account warnings not being recorded in audit log (#18338)

    * Fix account warnings not being recorded in audit log
    
    Fixes #18334
    
    * Only record warnings if they are not associated to another action
    ClearlyClaire authored May 6, 2022
    Configuration menu
    Copy the full SHA
    a53003c View commit details
    Browse the repository at this point in the history
  3. Fix floating action button obscuring last element (#18332)

    Fixes #18331
    
    Add some padding below the last element of scrollable lists when the FAB is
    shown in order for users to always be able to fully see the last element.
    ClearlyClaire authored May 6, 2022
    Configuration menu
    Copy the full SHA
    5a448d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9913536 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Fix streaming notifications not using quick filter logic (#18316)

    Fixes #18309
    
    The quickFilter logic was used on display and to request new notification
    pages, but not for live updates. The main issue this caused is bump the unread
    notifications count regardless of the quickFilter setting.
    
    Since notifications are re-fetched when changing quickFilter settings, it is
    safe to drop live notifications that do not match the selected filter.
    ClearlyClaire authored May 7, 2022
    Configuration menu
    Copy the full SHA
    f17e73d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Change RSS feeds (#18356)

    * Change RSS feeds
    
    - Use date and time for titles instead of ellipsized text
    - Use full content in body, even when there is a content warning
    - Use media extensions
    
    * Change feed icons and add width and height attributes to custom emojis
    
    * Fix custom emoji animate on hover breaking
    
    * Fix tests
    Gargron authored May 9, 2022
    Configuration menu
    Copy the full SHA
    2b8dc58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f714e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    662ed53 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Fix typo in source setted->set (#18385)

    Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`
    luzpaz authored May 10, 2022
    Configuration menu
    Copy the full SHA
    898fe2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d373a View commit details
    Browse the repository at this point in the history
  3. Bump react-select from 5.3.1 to 5.3.2 (#18382)

    Bumps [react-select](https://github.com/JedWatson/react-select) from 5.3.1 to 5.3.2.
    - [Release notes](https://github.com/JedWatson/react-select/releases)
    - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
    - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.3.1...react-select@5.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: react-select
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    d3c1805 View commit details
    Browse the repository at this point in the history
  4. Bump capybara from 3.36.0 to 3.37.1 (#18376)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.36.0...3.37.1)
    
    ---
    updated-dependencies:
    - dependency-name: capybara
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    e7d0bf7 View commit details
    Browse the repository at this point in the history
  5. Bump jest-environment-jsdom from 28.0.2 to 28.1.0 (#18379)

    Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.0.2 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest-environment-jsdom)
    
    ---
    updated-dependencies:
    - dependency-name: jest-environment-jsdom
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    19216f9 View commit details
    Browse the repository at this point in the history
  6. Bump babel-jest from 28.0.3 to 28.1.0 (#18374)

    Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/babel-jest)
    
    ---
    updated-dependencies:
    - dependency-name: babel-jest
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    5936371 View commit details
    Browse the repository at this point in the history
  7. Bump i18n-tasks from 1.0.9 to 1.0.10 (#18370)

    Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.9 to 1.0.10.
    - [Release notes](https://github.com/glebm/i18n-tasks/releases)
    - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
    - [Commits](glebm/i18n-tasks@v1.0.9...v1.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: i18n-tasks
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    3ca348f View commit details
    Browse the repository at this point in the history
  8. Bump array-includes from 3.1.4 to 3.1.5 (#18381)

    Bumps [array-includes](https://github.com/es-shims/array-includes) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/es-shims/array-includes/releases)
    - [Changelog](https://github.com/es-shims/array-includes/blob/main/CHANGELOG.md)
    - [Commits](es-shims/array-includes@v3.1.4...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: array-includes
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    a2ef5e3 View commit details
    Browse the repository at this point in the history
  9. Bump sidekiq-unique-jobs from 7.1.21 to 7.1.22 (#18375)

    Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.1.21 to 7.1.22.
    - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
    - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
    - [Commits](mhenrixon/sidekiq-unique-jobs@v7.1.21...v7.1.22)
    
    ---
    updated-dependencies:
    - dependency-name: sidekiq-unique-jobs
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    68260c0 View commit details
    Browse the repository at this point in the history
  10. Bump jest from 28.0.3 to 28.1.0 (#18377)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.0.3 to 28.1.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.0/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      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>
    dependabot[bot] authored May 10, 2022
    Configuration menu
    Copy the full SHA
    95555f1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Bump aws-sdk-s3 from 1.113.2 to 1.114.0 (#18373)

    Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.113.2 to 1.114.0.
    - [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
    - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-ruby/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk-s3
      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>
    dependabot[bot] authored May 12, 2022
    Configuration menu
    Copy the full SHA
    3261d89 View commit details
    Browse the repository at this point in the history
  2. Bump nokogiri from 1.13.4 to 1.13.6 (#18371)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.6/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.13.4...v1.13.6)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      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>
    dependabot[bot] authored May 12, 2022
    Configuration menu
    Copy the full SHA
    a52dc01 View commit details
    Browse the repository at this point in the history
  3. Bump @rails/ujs from 6.1.5 to 6.1.6 (#18380)

    Bumps [@rails/ujs](https://github.com/rails/rails) from 6.1.5 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](rails/rails@v6.1.5...v6.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: "@rails/ujs"
      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>
    dependabot[bot] authored May 12, 2022
    Configuration menu
    Copy the full SHA
    2923ca4 View commit details
    Browse the repository at this point in the history
  4. Bump rails from 6.1.5.1 to 6.1.6 (#18372)

    Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Commits](rails/rails@v6.1.5.1...v6.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: rails
      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>
    dependabot[bot] authored May 12, 2022
    Configuration menu
    Copy the full SHA
    bda8345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1253556 View commit details
    Browse the repository at this point in the history
  6. Refactor how Redis locks are created (#18400)

    * Refactor how Redis locks are created
    
    * Fix autorelease duration on account deletion lock
    Gargron authored May 12, 2022
    Configuration menu
    Copy the full SHA
    6cf57c6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    42c976f View commit details
    Browse the repository at this point in the history
  2. Support STREAMING_API_BASE_URL in Helm Chart (#18408)

    This adds a mastodon.streaming.base_url setting in the Helm chart values
    file to allow setting the STREAMING_API_BASE_URL in the Mastodon environnment
    config map.
    jgsmith authored May 14, 2022
    Configuration menu
    Copy the full SHA
    98400a6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. New Crowdin updates (#18339)

    * New translations en.yml (Asturian)
    
    * New translations en.yml (Kannada)
    
    * New translations en.yml (Sinhala)
    
    * New translations en.yml (Marathi)
    
    * New translations en.yml (Malay)
    
    * New translations en.yml (Croatian)
    
    * New translations en.yml (Norwegian Nynorsk)
    
    * New translations en.yml (Kazakh)
    
    * New translations en.yml (Estonian)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (Hindi)
    
    * New translations en.yml (Telugu)
    
    * New translations en.yml (Breton)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Esperanto)
    
    * New translations en.yml (Uyghur)
    
    * New translations en.yml (Chinese Traditional, Hong Kong)
    
    * New translations en.yml (Tatar)
    
    * New translations en.yml (Malayalam)
    
    * New translations en.yml (English, United Kingdom)
    
    * New translations en.yml (Korean)
    
    * New translations en.yml (Russian)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Spanish, Argentina)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Ukrainian)
    
    * New translations en.yml (Kurmanji (Kurdish))
    
    * New translations en.yml (German)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Asturian)
    
    * New translations en.yml (Scottish Gaelic)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.json (Persian)
    
    * New translations en.yml (Persian)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.json (Chinese Traditional)
    
    * New translations en.json (Persian)
    
    * New translations en.yml (Persian)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations doorkeeper.en.yml (Chinese Traditional)
    
    * New translations en.json (Persian)
    
    * New translations simple_form.en.yml (Chinese Traditional)
    
    * New translations devise.en.yml (Chinese Traditional)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations doorkeeper.en.yml (Chinese Traditional)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.json (Chinese Traditional)
    
    * New translations doorkeeper.en.yml (Chinese Traditional)
    
    * New translations simple_form.en.yml (Chinese Traditional)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Vietnamese)
    
    * New translations en.yml (Japanese)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (Thai)
    
    * New translations en.yml (Italian)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Welsh)
    
    * New translations en.json (Korean)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Scottish Gaelic)
    
    * New translations en.json (Scottish Gaelic)
    
    * New translations en.yml (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.yml (Afrikaans)
    
    * New translations en.json (Afrikaans)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Afrikaans)
    
    * New translations en.json (Afrikaans)
    
    * New translations en.json (Afrikaans)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Ido)
    
    * New translations en.json (Catalan)
    
    * New translations en.json (Catalan)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Arabic)
    
    * New translations en.json (Arabic)
    
    * New translations en.yml (Arabic)
    
    * New translations en.json (Ido)
    
    * New translations doorkeeper.en.yml (Ido)
    
    * New translations devise.en.yml (Ido)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Afrikaans)
    
    * New translations en.yml (Latvian)
    
    * New translations en.yml (Italian)
    
    * New translations en.yml (Greek)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.yml (Ido)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.json (Hungarian)
    
    * New translations simple_form.en.yml (Hungarian)
    
    * New translations en.yml (Korean)
    
    * New translations en.yml (Russian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Korean)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Vietnamese)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Icelandic)
    
    * New translations en.yml (Albanian)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Danish)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Spanish, Argentina)
    
    * New translations en.yml (Ukrainian)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Kurmanji (Kurdish))
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations simple_form.en.yml (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations doorkeeper.en.yml (Chinese Simplified)
    
    * New translations en.yml (German)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Galician)
    
    * New translations en.yml (French)
    
    * New translations en.json (Galician)
    
    * New translations en.yml (French)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Arabic)
    
    * New translations en.json (Sorani (Kurdish))
    
    * New translations en.yml (Arabic)
    
    * New translations en.json (Sorani (Kurdish))
    
    * New translations en.yml (Arabic)
    
    * New translations doorkeeper.en.yml (Arabic)
    
    * New translations en.json (Arabic)
    
    * New translations en.json (Sorani (Kurdish))
    
    * New translations simple_form.en.yml (Arabic)
    
    * New translations en.yml (Arabic)
    
    * New translations en.yml (Arabic)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations en.json (Hindi)
    
    * New translations en.json (Hindi)
    
    * New translations en.json (Hindi)
    
    * New translations en.json (Sorani (Kurdish))
    
    * New translations en.yml (Slovenian)
    
    * New translations en.yml (Hungarian)
    
    * New translations en.json (English, United Kingdom)
    
    * New translations en.yml (French)
    
    * New translations en.yml (French)
    
    * New translations en.json (French)
    
    * New translations en.json (Croatian)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.json (Chinese Simplified)
    
    * New translations en.yml (Scottish Gaelic)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Spanish, Mexico)
    
    * New translations en.yml (Chinese Simplified)
    
    * New translations en.yml (Chinese Traditional)
    
    * New translations en.json (Tatar)
    
    * New translations en.json (Tatar)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Hebrew)
    
    * New translations en.yml (Catalan)
    
    * New translations en.yml (Hebrew)
    
    * New translations devise.en.yml (Catalan)
    
    * New translations en.yml (Russian)
    
    * New translations doorkeeper.en.yml (Russian)
    
    * New translations en.yml (Russian)
    
    * New translations en.yml (Swedish)
    
    * New translations en.yml (Spanish)
    
    * New translations en.yml (Turkish)
    
    * New translations en.yml (Welsh)
    
    * New translations en.yml (Latvian)
    
    * New translations en.json (Slovak)
    
    * New translations en.yml (Slovak)
    
    * New translations en.json (Slovak)
    
    * New translations en.yml (Czech)
    
    * New translations en.yml (Portuguese)
    
    * New translations en.yml (Afrikaans)
    
    * New translations activerecord.en.yml (Afrikaans)
    
    * New translations activerecord.en.yml (Afrikaans)
    
    * New translations en.yml (Afrikaans)
    
    * New translations activerecord.en.yml (Afrikaans)
    
    * New translations en.json (Esperanto)
    
    * New translations en.json (Esperanto)
    
    * New translations en.yml (Spanish, Argentina)
    
    * New translations en.yml (Ido)
    
    * New translations en.json (Spanish, Argentina)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations en.yml (Danish)
    
    * New translations en.yml (Vietnamese)
    
    * New translations en.yml (German)
    
    * New translations en.yml (Kurmanji (Kurdish))
    
    * New translations en.yml (Polish)
    
    * New translations en.yml (Indonesian)
    
    * New translations en.yml (Korean)
    
    * New translations en.yml (Italian)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations simple_form.en.yml (Ido)
    
    * New translations en.yml (Polish)
    
    * Run `yarn manage:translations`
    
    * Run `bundle exec i18n-tasks normalize`
    
    Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
    Gargron and ykzts authored May 15, 2022
    Configuration menu
    Copy the full SHA
    95a036c View commit details
    Browse the repository at this point in the history
  2. Fix Mastodon::RaceConditionError that occurs when external status i…

    …s reblogged (#18424)
    
    * Fix `Mastodon::RaceConditionError` that occurs when external status is reblogged
    
    * Replace to `@object`
    ykzts authored May 15, 2022
    Configuration menu
    Copy the full SHA
    c3fac61 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    0cdb077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c699b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25015f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    c78a622 View commit details
    Browse the repository at this point in the history
  2. Fix NoMethodError when resolving a link that redirects to a local post (

    #18314)
    
    * Fix NoMethodError when resolving a link that redirects to a local post
    
    * Fix tests
    ClearlyClaire authored May 17, 2022
    Configuration menu
    Copy the full SHA
    e0bdaea View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Bump @babel/core from 7.17.10 to 7.17.12 (#18439)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 to 7.17.12.
    - [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.17.12/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      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>
    dependabot[bot] authored May 18, 2022
    Configuration menu
    Copy the full SHA
    9fcef31 View commit details
    Browse the repository at this point in the history
  2. Bump @babel/preset-react from 7.16.7 to 7.17.12 (#18436)

    Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.16.7 to 7.17.12.
    - [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.17.12/packages/babel-preset-react)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-react"
      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>
    dependabot[bot] authored May 18, 2022
    Configuration menu
    Copy the full SHA
    82d4a45 View commit details
    Browse the repository at this point in the history
  3. Bump @babel/plugin-transform-runtime from 7.17.10 to 7.17.12 (#18441)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.17.10 to 7.17.12.
    - [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.17.12/packages/babel-plugin-transform-runtime)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/plugin-transform-runtime"
      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>
    dependabot[bot] authored May 18, 2022
    Configuration menu
    Copy the full SHA
    a4d7426 View commit details
    Browse the repository at this point in the history