From: Claire Date: Tue, 15 Mar 2022 19:45:27 +0000 (+0100) Subject: Merge branch 'main' into glitch-soc/merge-upstream X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=c79a03b319e17f5ab8c40d065842607de0d76108;p=mastodon.git Merge branch 'main' into glitch-soc/merge-upstream Conflicts: - `README.md`: Upstream changed their README, we have a completely different one. Kept our README. --- c79a03b319e17f5ab8c40d065842607de0d76108 diff --cc .github/workflows/build-image.yml index 281fa33b7,bae185484..eccef8700 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@@ -26,12 -25,12 +26,12 @@@ jobs - uses: docker/metadata-action@v3 id: meta with: - images: tootsuite/mastodon + images: ghcr.io/${{ github.repository_owner }}/mastodon flavor: | - latest=auto + latest=true tags: | type=edge,branch=main - type=semver,pattern={{ raw }} + type=match,pattern=v(.*),group=0 type=ref,event=pr - uses: docker/build-push-action@v2 with: diff --cc package.json index 463d47a8a,d42c92ced..11be90e44 --- a/package.json +++ b/package.json @@@ -67,15 -66,14 +67,15 @@@ "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", - "@babel/runtime": "^7.17.2", + "@babel/runtime": "^7.17.7", "@gamestdio/websocket": "^0.3.2", "@github/webauthn-json": "^0.5.7", - "@rails/ujs": "^6.1.4", + "@rails/ujs": "^6.1.5", "array-includes": "^3.1.4", + "atrament": "0.2.4", "arrow-key-navigation": "^1.2.0", "autoprefixer": "^9.8.8", - "axios": "^0.26.0", + "axios": "^0.26.1", "babel-loader": "^8.2.3", "babel-plugin-lodash": "^3.3.4", "babel-plugin-preval": "^5.1.0",