Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webpack to v5.97.1 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.64.3 -> 5.97.1 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.97.1

Compare Source

Bug Fixes
  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Compare Source

v5.96.1

Compare Source

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

v5.95.0

Compare Source

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph

v5.94.0

Compare Source

v5.93.0

Compare Source

v5.92.1

Compare Source

v5.92.0

Compare Source

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic
  • Fixed failed to resolve promise when eager import a dynamic cjs
  • Avoid generation extra code for external modules when remapping is not required
  • The css/global type now handles the exports name
  • Avoid hashing for @keyframe and @property at-rules in css/global type
  • Fixed mangle with destructuring for JSON modules
  • The stats.hasWarnings() method now respects the ignoreWarnings option
  • Fixed ArrayQueue iterator
  • Correct behavior of __webpack_exports_info__.a.b.canMangle
  • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
  • Set the chunkLoading option to the import when environment is unknown and output is module
  • Fixed when runtimeChunk has no exports when module chunkFormat used
  • [CSS] Fixed parsing minimized CSS import
  • [CSS] URLs in CSS files now have correct public path
  • [CSS] The css module type should not allow parser to switch mode
  • [Types] Improved context module types

New Features

  • Added platform target properties to compiler
  • Improved multi compiler cache location and validating it
  • Support import attributes spec (with keyword)
  • Support node: prefix for Node.js core modules in runtime code
  • Support prefetch/preload for module chunk format
  • Support "..." in the importsFields option for resolver
  • Root module is less prone to be wrapped in IIFE
  • Export InitFragment class for plugins
  • Export compileBooleanMatcher util for plugins
  • Export InputFileSystem and OutputFileSystem types
  • [CSS] Support the esModule generator option for CSS modules
  • [CSS] Support CSS when chunk format is module

v5.91.0

Compare Source

Bug Fixes

  • Deserializer for ignored modules doesn't crash
  • Allow the unsafeCache option to be a proxy object
  • Normalize the snapshot.unmanagedPaths option
  • Fixed fs types
  • Fixed resolve's plugins types
  • Fixed wrongly calculate postOrderIndex
  • Fixed watching types
  • Output import attrbiutes/import assertions for external JS imports
  • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
  • [CSS] Output layer/supports/media for external CSS imports

New Features

  • Allow to customize the stage of BannerPlugin
  • [CSS] Support CSS exports convention
  • [CSS] support CSS local ident name
  • [CSS] Support __webpack_nonce__ for CSS chunks
  • [CSS] Support fetchPriority for CSS chunks
  • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
  • [CSS] Support prefetch/preload for CSS chunks

v5.90.3

Compare Source

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Compare Source

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Compare Source

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments

v5.90.0

Compare Source

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: webpack/webpack@v5.89.0...v5.90.0

v5.89.0

Compare Source

New Features

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.88.2...v5.89.0

v5.88.2

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2

v5.88.1

Compare Source

Developer Experience

Full Changelog: webpack/webpack@v5.88.0...v5.88.1

v5.88.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.87.0...v5.88.0

v5.87.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

@​aboktor made their first contribution in #​16991 #​16989
@​silverwind made their first contribution in #​17339 via #​17329

Full Changelog: webpack/webpack@v5.86.0...v5.87.0

v5.86.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.85.1...v5.86.0

v5.85.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.85.0...v5.85.1

v5.85.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.1...v5.85.0

v5.84.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.83.1...v5.84.0

v5.83.1

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.83.0...v5.83.1

v5.83.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.1...v5.83.0

v5.82.1

Compare Source

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.0...v5.82.1

v5.82.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.81.0...v5.82.0

v5.81.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.80.0...v5.81.0

v5.80.0

[Compare Source](https://redirect.gi


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 41e0a50 to 9b14282 Compare March 16, 2023 20:19
@renovate renovate bot changed the title Update dependency webpack to v5.75.0 Update dependency webpack to v5.76.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 9b14282 to 0904af5 Compare June 1, 2023 20:51
@renovate renovate bot changed the title Update dependency webpack to v5.76.2 Update dependency webpack to v5.85.0 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 0904af5 to 06b26ff Compare June 5, 2023 17:39
@renovate renovate bot changed the title Update dependency webpack to v5.85.0 Update dependency webpack to v5.85.1 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 06b26ff to 8c3c146 Compare June 7, 2023 15:58
@renovate renovate bot changed the title Update dependency webpack to v5.85.1 Update dependency webpack to v5.86.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 8c3c146 to df009d7 Compare June 14, 2023 23:24
@renovate renovate bot changed the title Update dependency webpack to v5.86.0 Update dependency webpack to v5.87.0 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from df009d7 to 1776fcf Compare June 21, 2023 20:51
@renovate renovate bot changed the title Update dependency webpack to v5.87.0 Update dependency webpack to v5.88.0 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 1776fcf to 7d15e95 Compare June 28, 2023 17:11
@renovate renovate bot changed the title Update dependency webpack to v5.88.0 Update dependency webpack to v5.88.1 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 7d15e95 to 5fc6b9c Compare July 18, 2023 02:29
@renovate renovate bot changed the title Update dependency webpack to v5.88.1 Update dependency webpack to v5.88.2 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 5fc6b9c to bb35ab7 Compare October 14, 2023 01:06
@renovate renovate bot changed the title Update dependency webpack to v5.88.2 Update dependency webpack to v5.89.0 Oct 14, 2023
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from bb35ab7 to f606af9 Compare January 24, 2024 15:39
@renovate renovate bot changed the title Update dependency webpack to v5.89.0 Update dependency webpack to v5.90.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from f606af9 to 2e903b4 Compare February 1, 2024 18:36
@renovate renovate bot changed the title Update dependency webpack to v5.90.0 Update dependency webpack to v5.90.1 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 2e903b4 to 8eb9d4b Compare February 15, 2024 15:38
@renovate renovate bot changed the title Update dependency webpack to v5.90.1 Update dependency webpack to v5.90.2 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 8eb9d4b to fdacd14 Compare February 19, 2024 15:52
@renovate renovate bot changed the title Update dependency webpack to v5.90.2 Update dependency webpack to v5.90.3 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from fdacd14 to 72fd517 Compare March 20, 2024 19:26
@renovate renovate bot changed the title Update dependency webpack to v5.90.3 Update dependency webpack to v5.91.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 72fd517 to 3f19522 Compare June 11, 2024 16:47
Copy link

coderabbitai bot commented Jun 11, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The overall change involves updating the webpack dependency from version 5.64.3 to 5.94.0 across multiple package.json files in the project. This update affects various modules within the project, indicating a shift to a more recent version of webpack, which may include new features and improvements.

Changes

Files Change Summary
1_Essentials/.../package.json Updated webpack from 5.64.3 to 5.94.0 in multiple files.
2_Advanced/.../package.json Updated webpack from 5.64.3 to 5.94.0 in multiple files.

Poem

In fields of code where rabbits hop,
We've leaped to webpack, never to stop!
From five sixty-four to ninety-four,
Improvements await, oh what a score!
Build times will brighten, like a sunny day,
Hooray for the changes, let's dance and play! 🐇✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title Update dependency webpack to v5.91.0 Update dependency webpack to v5.92.0 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 3f19522 to a7fb0ed Compare June 19, 2024 17:15
@renovate renovate bot changed the title Update dependency webpack to v5.92.0 Update dependency webpack to v5.92.1 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from a7fb0ed to b0d1a00 Compare July 11, 2024 19:57
@renovate renovate bot changed the title Update dependency webpack to v5.92.1 Update dependency webpack to v5.93.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from b0d1a00 to 8ccecd6 Compare August 22, 2024 14:56
@renovate renovate bot changed the title Update dependency webpack to v5.93.0 Update dependency webpack to v5.94.0 Aug 22, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between ac690ed and 8ccecd6.

Files ignored due to path filters (20)
  • 1_Essentials/11_Groups/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/12_MessageSizes/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/13_HubContextOutsideHub/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/14_HubLifecycle/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/15_Reconnection/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/16_DependencyInjection/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/1_BasicClientServer/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/2_Logging/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/5_ChoosingTransportType/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/7_CallingHubMethods/package-lock.json is excluded by !**/package-lock.json
  • 1_Essentials/8_ClientEvents/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/01-1 Client Connection Events/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/01-2 Server Connection Events/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/02_MessagePack/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/03_StronglyTypedHubs/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/11_AzureSignalRService/11_1-DefaultModeWithASPNETCore/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/12_RedisBackplane/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/13_HostedServices/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/14_dotnetClient/Server/package-lock.json is excluded by !**/package-lock.json
  • 2_Advanced/15_MultipleHubConnections/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (20)
  • 1_Essentials/11_Groups/package.json (1 hunks)
  • 1_Essentials/12_MessageSizes/package.json (1 hunks)
  • 1_Essentials/13_HubContextOutsideHub/package.json (1 hunks)
  • 1_Essentials/14_HubLifecycle/package.json (1 hunks)
  • 1_Essentials/15_Reconnection/package.json (1 hunks)
  • 1_Essentials/16_DependencyInjection/package.json (1 hunks)
  • 1_Essentials/1_BasicClientServer/package.json (1 hunks)
  • 1_Essentials/2_Logging/package.json (1 hunks)
  • 1_Essentials/5_ChoosingTransportType/package.json (1 hunks)
  • 1_Essentials/7_CallingHubMethods/package.json (1 hunks)
  • 1_Essentials/8_ClientEvents/package.json (1 hunks)
  • 2_Advanced/01-1 Client Connection Events/package.json (1 hunks)
  • 2_Advanced/01-2 Server Connection Events/package.json (1 hunks)
  • 2_Advanced/02_MessagePack/package.json (1 hunks)
  • 2_Advanced/03_StronglyTypedHubs/package.json (1 hunks)
  • 2_Advanced/11_AzureSignalRService/11_1-DefaultModeWithASPNETCore/package.json (1 hunks)
  • 2_Advanced/12_RedisBackplane/package.json (1 hunks)
  • 2_Advanced/13_HostedServices/package.json (1 hunks)
  • 2_Advanced/14_dotnetClient/Server/package.json (1 hunks)
  • 2_Advanced/15_MultipleHubConnections/package.json (1 hunks)
Additional comments not posted (20)
1_Essentials/11_Groups/package.json (1)

22-22: LGTM! Webpack version updated.

The webpack version has been successfully updated to 5.94.0. Ensure that the project is tested to verify compatibility with the new version.

1_Essentials/12_MessageSizes/package.json (1)

22-22: LGTM! Webpack version updated.

The webpack version has been successfully updated to 5.94.0. Ensure that the project is tested to verify compatibility with the new version.

1_Essentials/13_HubContextOutsideHub/package.json (1)

22-22: LGTM! Webpack version updated.

The webpack version has been successfully updated to 5.94.0. Ensure that the project is tested to verify compatibility with the new version.

1_Essentials/14_HubLifecycle/package.json (1)

22-22: Verify compatibility with webpack 5.94.0.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the project is compatible with this new version and that there are no breaking changes affecting the build process.

1_Essentials/15_Reconnection/package.json (1)

22-22: Verify compatibility with webpack 5.94.0.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the project is compatible with this new version and that there are no breaking changes affecting the build process.

1_Essentials/16_DependencyInjection/package.json (1)

22-22: Verify compatibility with webpack 5.94.0.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the project is compatible with this new version and that there are no breaking changes affecting the build process.

1_Essentials/1_BasicClientServer/package.json (1)

22-22: Verify compatibility and test the build process.

The webpack version has been updated to 5.94.0. Ensure that this version is compatible with other dependencies and that the build process works as expected.

Run the following script to verify compatibility and test the build process:

1_Essentials/2_Logging/package.json (1)

22-22: Verify compatibility and test the build process.

The webpack version has been updated to 5.94.0. Ensure that this version is compatible with other dependencies and that the build process works as expected.

Run the following script to verify compatibility and test the build process:

1_Essentials/5_ChoosingTransportType/package.json (1)

22-22: Verify compatibility and test the build process.

The webpack version has been updated to 5.94.0. Ensure that this version is compatible with other dependencies and that the build process works as expected.

Run the following script to verify compatibility and test the build process:

1_Essentials/7_CallingHubMethods/package.json (1)

22-22: Verify compatibility with webpack 5.94.0.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the application builds and functions correctly with this new version. Review the release notes for any breaking changes or new features that might affect the project.

1_Essentials/8_ClientEvents/package.json (1)

22-22: Verify compatibility with webpack 5.94.0.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the application builds and functions correctly with this new version. Review the release notes for any breaking changes or new features that might affect the project.

2_Advanced/01-1 Client Connection Events/package.json (1)

22-22: Verify compatibility with webpack 5.94.0.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the application builds and functions correctly with this new version. Review the release notes for any breaking changes or new features that might affect the project.

2_Advanced/01-2 Server Connection Events/package.json (1)

22-22: Update to webpack version approved.

The update from 5.64.3 to 5.94.0 is consistent with the PR objectives.

However, ensure compatibility with other dependencies and test the build process to verify that the update does not introduce any issues.

2_Advanced/03_StronglyTypedHubs/package.json (1)

22-22: Update to webpack version approved.

The update from 5.64.3 to 5.94.0 is consistent with the PR objectives.

However, ensure compatibility with other dependencies and test the build process to verify that the update does not introduce any issues.

2_Advanced/11_AzureSignalRService/11_1-DefaultModeWithASPNETCore/package.json (1)

22-22: Update to webpack version approved.

The update from 5.64.3 to 5.94.0 is consistent with the PR objectives.

However, ensure compatibility with other dependencies and test the build process to verify that the update does not introduce any issues.

2_Advanced/12_RedisBackplane/package.json (1)

22-22: Verify the impact of the webpack update.

The update from webpack version 5.64.3 to 5.94.0 may introduce changes that affect the build process. Ensure compatibility with existing configurations and plugins.

Run the following script to check for breaking changes or compatibility issues in the webpack configuration files:

2_Advanced/13_HostedServices/package.json (1)

22-22: Verify the impact of the webpack update.

The update from webpack version 5.64.3 to 5.94.0 may introduce changes that affect the build process. Ensure compatibility with existing configurations and plugins.

Run the following script to check for breaking changes or compatibility issues in the webpack configuration files:

2_Advanced/14_dotnetClient/Server/package.json (1)

22-22: Verify the impact of the webpack update.

The update from webpack version 5.64.3 to 5.94.0 may introduce changes that affect the build process. Ensure compatibility with existing configurations and plugins.

Run the following script to check for breaking changes or compatibility issues in the webpack configuration files:

2_Advanced/15_MultipleHubConnections/package.json (1)

22-22: Verify compatibility and test the build process.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the new version is compatible with your existing configuration and dependencies. It's also important to test the build process to confirm that everything works as expected.

Run the following script to test the build process:

2_Advanced/02_MessagePack/package.json (1)

22-22: Verify compatibility and test the build process.

The webpack version has been updated from 5.64.3 to 5.94.0. Ensure that the new version is compatible with your existing configuration and dependencies. It's also important to test the build process to confirm that everything works as expected.

Run the following script to test the build process:

@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 8ccecd6 to ac6565d Compare September 25, 2024 17:22
@renovate renovate bot changed the title Update dependency webpack to v5.94.0 Update dependency webpack to v5.95.0 Sep 25, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from ac6565d to cb14cc3 Compare October 31, 2024 22:24
@renovate renovate bot changed the title Update dependency webpack to v5.95.0 Update dependency webpack to v5.96.0 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from cb14cc3 to e910032 Compare November 1, 2024 13:34
@renovate renovate bot changed the title Update dependency webpack to v5.96.0 Update dependency webpack to v5.96.1 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from e910032 to 2e69e09 Compare December 3, 2024 14:20
@renovate renovate bot changed the title Update dependency webpack to v5.96.1 Update dependency webpack to v5.97.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 2e69e09 to 6dfb8dc Compare December 5, 2024 16:00
@renovate renovate bot changed the title Update dependency webpack to v5.97.0 Update dependency webpack to v5.97.1 Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants