Skip to content

Commit cf480fc

Browse files
authored
bump the browserslist version to silence a warning in CI (#86625)
e.g. https://github.com/vercel/next.js/runs/56663260329 ``` ● config-output-export › should work with getStaticPaths and fallback false expect(received).toBeEmpty() Expected value to be empty received: "[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` " ``` web-platform-dx/baseline-browser-mapping#105 is discussing this
1 parent faf1371 commit cf480fc

File tree

4 files changed

+62
-61
lines changed

4 files changed

+62
-61
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"alex": "9.1.0",
176176
"async-sema": "3.0.1",
177177
"babel-plugin-react-compiler": "0.0.0-experimental-3fde738-20250918",
178-
"browserslist": "4.26.2",
178+
"browserslist": "4.28.0",
179179
"buffer": "5.6.0",
180180
"cheerio": "0.22.0",
181181
"cookie": "0.4.1",
@@ -311,7 +311,7 @@
311311
"pnpm": {
312312
"overrides": {
313313
"webpack": "5.98.0",
314-
"browserslist": "4.26.2",
314+
"browserslist": "4.28.0",
315315
"caniuse-lite": "1.0.30001746",
316316
"@types/node": "20.17.6",
317317
"@babel/core": "7.26.10",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"babel-plugin-transform-define": "2.0.0",
235235
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
236236
"browserify-zlib": "0.2.0",
237-
"browserslist": "4.26.2",
237+
"browserslist": "4.28.0",
238238
"buffer": "5.6.0",
239239
"busboy": "1.6.0",
240240
"bytes": "3.1.1",

packages/next/src/compiled/browserslist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)