mmomtchev / react-native-settings

React Native Universal Settings Screen
ISC License
3 stars 0 forks source link

[Snyk] Upgrade webpack from 5.76.2 to 5.77.0 #49

Closed snyk-bot closed 1 year ago

snyk-bot commented 1 year ago

Snyk has created this PR to upgrade webpack from 5.76.2 to 5.77.0.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: webpack
  • 5.77.0 - 2023-03-29

    New Features

    Developer Experience

    • Improve resolve.extensions error message to suggest when "." is missing before the extension by @ snitin315 in #16807

    Contributor Experience

    • Enable GitHub Copilot for PR's into default Pull Request Template by @ TheLarkInn in #16881

    New Contributors

    Full Changelog: v5.76.3...v5.77.0

  • 5.76.3 - 2023-03-22

    Bugfixes

    • Non-javascript files will correctly not be imported when using experiments.outputModule (ES Module Output) by @ snitin315 in #16809
    • Limit console output progress bar length to 40 when no columns provided by @ snitin315 in #16810
    • Add missing NodeJS Builtin Modules support for inspector/promises, readline/promises, and stream/consumers by @ ShenHongFei in #16841
    • webpack bin/cli now properly respects NODE_PATH env variable by @ snitin315 in #16808
    • Improve typos in resolveResourceErrorHints by @ snitin315 in #16806
    • Add missing loaders token support to moduleFilenameTemplate function call by @ pgoldberg in #16756
    • Add gaurd condition for enabledLibraryTypes in internal ContainerPlugin by @ PengBoUESTC in #16635

    New Contributors

    Full Changelog: v5.76.2...v5.76.3

  • 5.76.2 - 2023-03-15

    Bugfixes

    • Fix bug where a missing semicolon in generated bundle output for publicPathRuntime would cause concatenated runtime errors by @ snitin315 in #16811
    • Remove redundant semicolons generated in bundle runtime code after onScriptComplete function by @ ahaoboy in #16347
    • Fix bug where RealContentHashPlugin was not respecting output.hashSalt's ability to cause a force recalculation of [contenthash] for emitted assets by @ dmichon-msft #16789

    Performance

    • Improve memory and runtime performance of sourcemaps via hoisting Regular Expression literals to stored variables by @ TheLarkInn in #15722
    • Correct v8 deoptimization in ModuleGraph due to instance property declarations occurring outside of constructor by @ snitin315 in #16830

    Developer Experience

    • Improved internal typings to match webpack-sources typings for Source instances by @ snitin315 in #16805
    • Update repo examples to include missing quotation by @ snitin315 in #16812

    New Contributors

    Full Changelog: v5.76.1...v5.76.2

from webpack GitHub release notes
Commit messages
Package name: webpack
  • 263f291 5.77.0
  • ae9f0e0 Merge pull request #16881 from webpack/feature/beta-test-github-template-copilot-for-pr
  • fdcdc2d Pilot the Copilot for PR in default PR template, retain original template
  • a3ab4e7 Merge pull request #16807 from snitin315/improve-resolve-extention-error
  • d9604e9 refactor: move RegExp to a variable and use RegExp.prototype.test()
  • eac5d8c Merge pull request #16671 from thomastay/main
  • 8ac9616 5.76.3
  • 8c6a1a4 revert weird space issues part 2
  • f33c2b0 Merge branch 'webpack:main' into main
  • 2cad865 change hash
  • 628125f revert weird space issues
  • a3f49f3 Merge pull request #16635 from PengBoUESTC/chore/enabledLibraryTypes-opt
  • 39fbd73 Merge pull request #16756 from pgoldberg/pgoldberg/addLoadersToModuleFilenameTemplateCall
  • 7e5fba3 Merge pull request #16806 from snitin315/fix-typo-in-error
  • b604d78 Merge pull request #16808 from snitin315/fix-node-path
  • 4a4ba2c Merge pull request #16841 from ShenHongFei/complete-node-builtins
  • eadbd7d Merge pull request #16810 from snitin315/fix/progress-length
  • 66fe018 fix: complete the missing nodejs builtin modules
  • 460ed46 asset hash
  • 2822ed3 weird case where snapshots have extra spaces
  • 4b4c6a1 update snapshots according to CI
  • 9e3f5bb update snapshots and more special lint fix
  • f58ff9b fix: do not import non javascript chunks
  • 954d98a special lint fix
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a2a8c4b) 100.00% compared to head (f5748aa) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #49 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 177 177 Branches 57 57 ========================================= Hits 177 177 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ing.+Rockatansky). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Ing.+Rockatansky)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.