SignalR-Mastery
SignalR-Mastery copied to clipboard
Update dependency mini-css-extract-plugin to v2.9.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| mini-css-extract-plugin | 2.4.5 -> 2.9.2 |
Release Notes
webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)
v2.9.2
v2.9.1
v2.9.0
Features
- add support for link preload/prefetch (#1043) (ee25e51)
- added the
defaultExportoption to generate default and named export together (#1084) (74ae781)
Bug Fixes
2.8.1 (2024-02-27)
Bug Fixes
- add
nonceif__webpack_nonce__has been defined (c7f0aee)
v2.8.1
v2.8.0
Features
- added the
beforeTagInserthook (#1054) (6313bf6) - support named exports with any characters (b656c5c)
2.7.7 (2024-01-10)
Bug Fixes
- add ';' to import media queries (#1051) (98acf2b)
- add
ChunkLoadErrorname to chunk loading error (#1073) (e3f8375) - adding media, supports and layer for external import (#1072) (60c5331)
- css experiment detection (#1067) (82f4a47)
2.7.6 (2023-05-19)
Bug Fixes
2.7.5 (2023-03-16)
Bug Fixes
- don't invalidate cache after timeout refresh (#1023) (38d8513)
- readable identifier (#1024) (721bbf1)
2.7.4 (2023-03-16)
Bug Fixes
2.7.3 (2023-03-07)
Bug Fixes
2.7.2 (2022-12-06)
Bug Fixes
2.7.1 (2022-11-29)
Bug Fixes
v2.7.7
v2.7.6
v2.7.5
v2.7.4
v2.7.3
v2.7.2
v2.7.1
v2.7.0
Features
2.6.1 (2022-06-15)
Bug Fixes
v2.6.1
v2.6.0
Features
2.5.3 (2022-01-25)
Bug Fixes
2.5.2 (2022-01-17)
Bug Fixes
- types (dfb9afd)
2.5.1 (2022-01-17)
Bug Fixes
- cjs export and types (e836a00)
v2.5.3
v2.5.2
v2.5.1
v2.5.0
Features
- added types (5b5654c)
2.4.7 (2022-01-13)
Bug Fixes
2.4.6 (2022-01-06)
Bug Fixes
- crash when
publicPathis function (#881) (41bd828) - do not allow absolute path in the
chunkFilenameoption (#879) (36e04ab) - do not allow absolute path in the
filenameoption (#878) (76361df)
2.4.5 (2021-11-17)
Chore
- update
schema-utilspackage to4.0.0version
2.4.4 (2021-11-04)
Bug Fixes
- crash with
[contenthash](#869) (57ad127) - runtime path in modules without context (#866) (e2e30b2)
2.4.3 (2021-10-21)
Bug Fixes
2.4.2 (2021-10-07)
Bug Fixes
2.4.1 (2021-10-05)
Bug Fixes
v2.4.7
v2.4.6
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.
Walkthrough
The updates across multiple package.json files reflect an upgrade of the mini-css-extract-plugin dependency from version 2.4.5 to 2.9.1. This change aims to enhance the build process by incorporating improvements, bug fixes, and new features that improve CSS extraction in Webpack projects. This consistent upgrade across various modules suggests a unified effort to enhance project performance and maintainability.
Changes
| Files | Change Summary |
|---|---|
1_Essentials/1_BasicClientServer/package.json, 1_Essentials/2_Logging/package.json, 1_Essentials/5_ChoosingTransportType/package.json, 1_Essentials/7_CallingHubMethods/package.json, 1_Essentials/8_ClientEvents/package.json, 1_Essentials/11_Groups/package.json, 1_Essentials/12_MessageSizes/package.json, 1_Essentials/13_HubContextOutsideHub/package.json, 1_Essentials/14_HubLifecycle/package.json, 1_Essentials/15_Reconnection/package.json, 1_Essentials/16_DependencyInjection/package.json |
Updated mini-css-extract-plugin from 2.4.5 to 2.9.1. |
2_Advanced/01-1 Client Connection Events/package.json, 2_Advanced/01-2 Server Connection Events/package.json, 2_Advanced/02_MessagePack/package.json, 2_Advanced/03_StronglyTypedHubs/package.json, 2_Advanced/08-1_Authorization/package.json, 2_Advanced/11_AzureSignalRService/11_1-DefaultModeWithASPNETCore/package.json, 2_Advanced/12_RedisBackplane/package.json, 2_Advanced/14_dotnetClient/Server/package.json, 2_Advanced/15_MultipleHubConnections/package.json |
Updated mini-css-extract-plugin from 2.4.5 to 2.9.1. |
2_Advanced/13_HostedServices/package.json |
No changes made. |
Sequence Diagram(s)
sequenceDiagram
participant Dev as Developer
participant Repo as Repository
participant Build as Build System
Dev->>Repo: Update mini-css-extract-plugin to 2.9.1
Repo->>Build: Trigger build process
Build->>Build: Extract CSS into separate files
Build-->>Dev: Build complete with new features
Poem
🐇 In a world of code where rabbits hop,
A plugin upgrade makes our build process pop!
From2.4.5to2.9.1, oh what a cheer,
With features and fixes that bring us near!
So let’s leap and bound with joy today,
Hoppy coding ahead, hip-hip-hooray! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
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>.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
@coderabbitaiin 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
@coderabbitaiin 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 generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@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 as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile 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.