~cytrogen/masto-fe

ref: b052a7ed9594558b5987f22e44de94fed998689a masto-fe/yarn.lock -rw-r--r-- 563.3 KiB
b052a7ed — Claire 2 years ago
Merge pull request #2256 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
178e1510 — Claire 2 years ago
Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream

Conflicts:
- `app/models/user_settings.rb`:
  Upstream added a constraint on a setting textually close
  to glitch-soc-only settings.
  Applied upstream's change.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream added support for the `translate` attribute on a few elements,
  where glitch-soc had a different set of allowed elements and attributes.
  Extended glitch-soc's allowed attributes with `translate` as upstream did.
- `spec/validators/status_length_validator_spec.rb`:
  Upstream refactored to use RSpec's `instance_double` instead of `double`,
  but glitch-soc had changes to tests due to configurable max toot chars.
  Applied upstream's changes while keeping tests against configurable max
  toot chars.
cec4f1d5 — renovate[bot] 2 years ago
Update dependency dotenv to v16.2.0 (#25506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f3c2035f — Claire 2 years ago
Merge pull request #2251 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
6c99479e — Claire 2 years ago
Merge commit '9e245d147bcb2c72cc552ff8c276a1c34e2f686d' into glitch-soc/merge-upstream

Conflicts:
- `app/views/settings/profiles/show.html.haml`:
  Upstream redesigned the settings page, where glitch-soc had changes because of
  the ability to set some custom limits.
  Went with upstream's design while keeping our custom limits.
- `yarn.lock`:
  Upstream updated dependencies textually close to a glitch-soc-only dependency.
  Updated the dependnencies as well.
8b2048d0 — renovate[bot] 2 years ago
Lock file maintenance (#25434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a6d7abb2 — renovate[bot] 2 years ago
Update dependency intl-messageformat to v10.5.0 (#25431)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36566e92 — renovate[bot] 2 years ago
Update dependency core-js to v3.31.0 (#25430)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
841e35e2 — renovate[bot] 2 years ago
Update devDependencies (non-major) (#25427)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b9e8d2b3 — renovate[bot] 2 years ago
Update dependency sass to v1.63.3 (#25422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
360759df — renovate[bot] 2 years ago
Update formatjs monorepo (#25418)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f10f4f23 — renovate[bot] 2 years ago
Update dependency glob to v10.2.7 (#25417)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ae2790d8 — renovate[bot] 2 years ago
Update babel monorepo to v7.22.5 (#25405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
af97a6ac — Claire 2 years ago
Merge pull request #2246 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes
c48ec9cb — Claire 2 years ago
Merge commit 'b85c387c5c0527b0ad31c27031a09d361826c5fc' into glitch-soc/merge-upstream

Conflicts:
- `config/initializers/content_security_policy.rb`:
  Kept our version, it was not affected by upstream's bug.
734e1867 — Claire 2 years ago
Merge commit 'b0780cfeeda641645ea65da257a72ec507e71647' into glitch-soc/merge-upstream

Conflicts:
- `app/javascript/mastodon/load_locale.js`:
  The file moved to `app/javascript/mastodon/locales/load_locale.ts`.
  Ported the changes there and deleted `app/javascript/mastodon/load_locale.js`.
- `app/javascript/mastodon/locales/index.js`:
  The file moved to `app/javascript/mastodon/locales/index.ts`.
  Did *not* port the changes as I want to try something a bit different.
aa57f7e3 — Claire 2 years ago
Merge commit '5fae2de454806730742b7be7435ae1c4fb97cf3c' into glitch-soc/merge-upstream
85722a91 — Claire 2 years ago
Merge commit '44cd88adc4e2f4028dcc2b08b98368f0dc90cee4' into glitch-soc/merge-upstream

Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, but we've deleted it.
  Keep it deleted.
- `app/javascript/mastodon/locales/index.js`:
  Reworked upstream, but the code was mostly in
  `app/javascript/locales/index.js` in glitch-soc.
  Updated that file accordingly.
- `app/javascript/packs/public.jsx`:
  Not a real conflict, but different imports in
  glitch-soc and upstream.
- `app/views/layouts/application.html.haml`:
  Conflict due to locales loading and theme system
  discrepancies.
  Updated in our own way.
- `app/views/layouts/embedded.html.haml`:
  Conflict due to locales loading and theme system
  discrepancies.
  Updated in our own way.
- `config/webpack/generateLocalePacks.js`:
  Deleted upstream, as upstream now directly loads the
  JSON at runtime.
  Deleted as well, will switch to runtime loading in
  an upcoming commit.
- `config/webpack/shared.js`:
  Not a real conflict, but different imports in
  glitch-soc and upstream.
- `config/webpack/translationRunner.js`:
  Mostly deleted upstream, to be replaced with `formatjs-formatter.js`
  instead.
  Moved the glitch-soc logic there and deleted the file.
db047e32 — renovate[bot] 2 years ago
Update dependency webpack-bundle-analyzer to v4.9.0 (#25327)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
52656555 — renovate[bot] 2 years ago
Update dependency dotenv to v16.1.3 (#25302)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Next