summaryrefslogtreecommitdiff
path: root/.browserslistrc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-20 15:40:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-20 15:40:28 +0000
commitb595cb0c1dec83de5bdee18284abe86614bed33b (patch)
tree8c3d4540f193c5ff98019352f554e921b3a41a72 /.browserslistrc
parent2f9104a328fc8a4bddeaa4627b595166d24671d0 (diff)
downloadgitlab-ce-b595cb0c1dec83de5bdee18284abe86614bed33b.tar.gz
Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42
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