-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Snyk] Security upgrade webpack from 5.76.1 to 5.94.0 (#1703)
* fix: examples/webpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 * Fix type errors * Add changeset * Fix another type error * Fix tests failing * Try to move yarn run v1.22.21 $ jest --no-cache jest-haste-map: duplicate manual mock found: cache The following files share their name; please delete one of them: * <rootDir>/packages/babel-plugin/dist/utils/__mocks__/cache.js * <rootDir>/packages/babel-plugin/src/utils/__mocks__/cache.ts Done in 26.38s. after bundle size * Increase size limit by 2 bytes to make CI happy --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: Grant Wong <[email protected]>
- Loading branch information
1 parent
6ddeee2
commit 8f3149f
Showing
8 changed files
with
228 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@compiled/webpack-loader': patch | ||
--- | ||
|
||
When parsing the Webpack config `rules` option, also handle the situation where a rule might be falsy (null, undefined, 0, "") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.