forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2522 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to b2c5b20
- Loading branch information
Showing
311 changed files
with
20,710 additions
and
15,240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignore_dirs": ["node_modules/", "public/"] | ||
} |
Empty file.
13 changes: 13 additions & 0 deletions
13
.yarn/patches/babel-plugin-lodash-npm-3.3.4-c7161075b6.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/lib/index.js b/lib/index.js | ||
index 16ed6be8be8f555cc99096c2ff60954b42dc313d..d009c069770d066ad0db7ad02de1ea473a29334e 100644 | ||
--- a/lib/index.js | ||
+++ b/lib/index.js | ||
@@ -99,7 +99,7 @@ function lodash(_ref) { | ||
|
||
var node = _ref3; | ||
|
||
- if ((0, _types.isModuleDeclaration)(node)) { | ||
+ if ((0, _types.isImportDeclaration)(node) || (0, _types.isExportDeclaration)(node)) { | ||
isModule = true; | ||
break; | ||
} |
22 changes: 22 additions & 0 deletions
22
.yarn/patches/compression-webpack-plugin-npm-6.1.1-3a2a65987e.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/dist/index.js b/dist/index.js | ||
index 57e375592d984e9a429bcd9f800fa2d15cd662e4..0c47d96df3608e23adfd77d887a8f72abbd501c0 100644 | ||
--- a/dist/index.js | ||
+++ b/dist/index.js | ||
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", { | ||
}); | ||
exports.default = void 0; | ||
|
||
-var _crypto = _interopRequireDefault(require("crypto")); | ||
+var _createHash = _interopRequireDefault(require("webpack/lib/util/createHash")); | ||
|
||
var _path = _interopRequireDefault(require("path")); | ||
|
||
@@ -227,7 +227,7 @@ class CompressionPlugin { | ||
originalAlgorithm: this.options.algorithm, | ||
compressionOptions: this.options.compressionOptions, | ||
name, | ||
- contentHash: _crypto.default.createHash("md4").update(input).digest("hex") | ||
+ contentHash: _createHash.default("md4").update(input).digest("hex") | ||
}; | ||
} else { | ||
cacheData.name = (0, _serializeJavascript.default)({ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.