- 
                Notifications
    
You must be signed in to change notification settings  - Fork 10.3k
 
Open
Labels
status: triage neededIssue or pull request that need to be triaged and assigned to a reviewerIssue or pull request that need to be triaged and assigned to a reviewertype: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby
Description
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
 - This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
 
Description
In package gatsby dependency webpack is pinned to specific minor version "~5.98.0".
It was pinned in #39264, so the bug is more to fix whatever caused it to be pinned, i.e. make Gatsby compatible with newer versions of Webpack, and then unpin.
Reproduction Link
gatsby/packages/gatsby/package.json
Line 172 in c03a920
| "webpack": "~5.98.0", | 
Steps to Reproduce
- Check package 
gatsbypackage.json:gatsby/packages/gatsby/package.json
Line 172 in c03a920
"webpack": "~5.98.0",  - It's pinned 
"webpack": "~5.98.0" 
Expected Result
"webpack": "^5.98.0"
Actual Result
"webpack": "~5.98.0"
Environment
AnyConfig Flags
No response
Metadata
Metadata
Assignees
Labels
status: triage neededIssue or pull request that need to be triaged and assigned to a reviewerIssue or pull request that need to be triaged and assigned to a reviewertype: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby