Skip to content

Commit 737bd87

Browse files
authored
ref!(gatsby): Drop Gatsby v2 support (#19467)
We drop support for Gatsby v2 (still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0 closes #19465
1 parent e1a8735 commit 737bd87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
This new mode no longer creates a session per soft navigation but continues the initial session until the next hard page refresh.
3737
Check out the [docs](https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/browsersession/) to learn more!
3838

39+
- **ref!(gatsby): Drop Gatsby v2 support
40+
([#19467](https://github.com/getsentry/sentry-javascript/pull/19467))**
41+
42+
We drop support for Gatsby v2 (which still relies on webpack 4) for a critical security update in https://github.com/getsentry/sentry-javascript-bundler-plugins/releases/tag/5.0.0
43+
3944
Work in this release was contributed by @LudvigHz and @jadengis. Thank you for your contributions!
4045

4146
## 10.39.0

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@sentry/webpack-plugin": "^4.8.0"
5151
},
5252
"peerDependencies": {
53-
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
53+
"gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",
5454
"react": "16.x || 17.x || 18.x"
5555
},
5656
"devDependencies": {

0 commit comments

Comments
 (0)