summaryrefslogtreecommitdiff
path: root/.browserslistrc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-08 15:08:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-08 15:08:58 +0000
commit6c346448fd3e3443e04d96b90b9bdf9df2be1a3e (patch)
tree89d7a1a52ea0a8c2a064af42870bf21b7722b96e /.browserslistrc
parentb0d4724e47f94c9b1b2676382084ef964200e3c1 (diff)
downloadgitlab-ce-6c346448fd3e3443e04d96b90b9bdf9df2be1a3e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.browserslistrc')
-rw-r--r--.browserslistrc15
1 files changed, 7 insertions, 8 deletions
diff --git a/.browserslistrc b/.browserslistrc
index a608ac7c734..1bddd91cf0d 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -3,14 +3,13 @@
# https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers
# with the following reasoning:
#
-# - We should support the latest ESR of Firefox: 78, because it used quite a lot.
-# - We use Edge/Chrome >= 84 because 83 had an annoying bug which would mean we
-# need to polyfill Array.reduce: https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-# - Safari 13.1 because it is the current minor version of the previous major version
+# - We should support the latest ESR of Firefox: 91, because it used quite a lot.
+# - We use Edge/Chrome >= 92 because they are about as old as the Firefox ESR
+# - Safari 14.1 because it is the current minor version of the previous major version
#
# See also this epic: https://gitlab.com/groups/gitlab-org/-/epics/3957
#
-chrome >= 84
-edge >= 84
-firefox >= 78
-safari >= 13.1
+chrome >= 92
+edge >= 92
+firefox >= 91
+safari >= 14.1 \ No newline at end of file