chore(deps): update dependency webpack to v5.84.1 #214

Merged
xoxys merged 1 commits from renovate/devdeps-non-major into main 2023-05-29 12:26:47 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 5.82.1 -> 5.84.1

Release Notes

webpack/webpack

v5.84.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bugfixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0

v5.83.1

Compare Source

Bug Fixes

Full Changelog: https://github.com/webpack/webpack/compare/v5.83.0...v5.83.1

v5.83.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: https://github.com/webpack/webpack/compare/v5.82.1...v5.83.0


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [webpack](https://github.com/webpack/webpack) | devDependencies | minor | [`5.82.1` -> `5.84.1`](https://renovatebot.com/diffs/npm/webpack/5.82.1/5.84.1) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.84.1`](https://github.com/webpack/webpack/releases/tag/v5.84.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1) #### Bug Fixes - Fix regression in inner graph for reserved identifiers by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17265 #### Dependencies & Maintenance - Bump [@&#8203;types/jest](https://github.com/types/jest) from 29.5.0 to 29.5.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17027 - Bump simple-git from 3.18.0 to 3.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17263 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1 ### [`v5.84.0`](https://github.com/webpack/webpack/releases/tag/v5.84.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0) #### New Features - SourceMapDevToolPlugin now supports `append` option as a function by [@&#8203;snitin315](https://github.com/snitin315) in https://github.com/webpack/webpack/pull/17252 #### Bugfixes - Fix multiple bugs referencing class names when shadowed by import name in properties and methods by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17233 - Allow DefinePlugin shorthand property by [@&#8203;shamoilarsi](https://github.com/shamoilarsi) in https://github.com/webpack/webpack/pull/17231 - \[CSS] - Fix edge cases in parsing `@import` by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17229 #### Developer Experience - Increase type coverage for serialization classes by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17243 - Increase type coverage for `JavascriptParser` and `ModuleDependency` subclasses by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17236 - Increase type coverage to `strict`-mode quality for Configuration/Normalization objects by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17247 - Refactor duplicate strings by replacing them with constant for **webpack_require** instead of string literal by [@&#8203;burhanuday](https://github.com/burhanuday) in https://github.com/webpack/webpack/pull/17228 - Add test case for `with { type: "json" }` by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17230 - Add test case for destructuring by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17248 #### Dependencies & Maintenance - Add GitHub discussions badge in README by [@&#8203;snitin315](https://github.com/snitin315) in https://github.com/webpack/webpack/pull/17251 - Bump enhanced-resolve to 5.14.1 by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17257 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.1.7 to 20.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17219 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.2.0 to 20.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17226 - Bump webpack-cli from 5.1.0 to 5.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17164 - Bump eslint from 8.39.0 to 8.40.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17148 - Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.21.4 to 7.21.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17126 - Bump [@&#8203;types/node](https://github.com/types/node) from 20.2.1 to 20.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17238 - Bump eslint from 8.40.0 to 8.41.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17237 #### New Contributors - [@&#8203;shamoilarsi](https://github.com/shamoilarsi) made their first contribution in https://github.com/webpack/webpack/pull/17231 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.83.1...v5.84.0 ### [`v5.83.1`](https://github.com/webpack/webpack/releases/tag/v5.83.1) [Compare Source](https://github.com/webpack/webpack/compare/v5.83.0...v5.83.1) #### Bug Fixes - Fix regression in import/export normailization effecting mini-css-extract-plugin by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17214 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.83.0...v5.83.1 ### [`v5.83.0`](https://github.com/webpack/webpack/releases/tag/v5.83.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.82.1...v5.83.0) #### New Features - Normalize property access for imports and exports by [@&#8203;bworline](https://github.com/bworline) in https://github.com/webpack/webpack/pull/17137 - Top Level Await is now enabled by default by [@&#8203;burhanuday](https://github.com/burhanuday) in https://github.com/webpack/webpack/pull/17192 #### Bug Fixes - Correct `chunkgroup.groupsIterable` return type by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17196 - Fix bug in Rule Matcher type by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17207 - Fixed apply event callback and optimizing callback event type by [@&#8203;nuintun](https://github.com/nuintun) in https://github.com/webpack/webpack/pull/16094 - Fix types in hot module replacement APIs by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17193 #### Developer Experience - Expose `ChunkGroup` to type definitions by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17201 - Add `NormalModuleFactory`'s `ResolveData` type to public interface by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17195 - Document `compilation.afterChunks` hook by [@&#8203;TheLarkInn](https://github.com/TheLarkInn) in https://github.com/webpack/webpack/pull/17202 #### Dependencies & Maintenance - Bump [@&#8203;webassemblyjs/wasm-edit](https://github.com/webassemblyjs/wasm-edit) from 1.11.5 to 1.11.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17168 - Bump wast-loader from 1.11.5 to 1.11.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17163 - Bump yarn-deduplicate from 6.0.1 to 6.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17184 - Fix command by [@&#8203;alexander-akait](https://github.com/alexander-akait) in https://github.com/webpack/webpack/pull/17154 - Bump [@&#8203;types/node](https://github.com/types/node) from 18.16.3 to 20.1.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/webpack/webpack/pull/17205 #### New Contributors - [@&#8203;bworline](https://github.com/bworline) made their first contribution in https://github.com/webpack/webpack/pull/17137 - [@&#8203;nuintun](https://github.com/nuintun) made their first contribution in https://github.com/webpack/webpack/pull/16094 **Full Changelog**: https://github.com/webpack/webpack/compare/v5.82.1...v5.83.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuODcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovator force-pushed renovate/devdeps-non-major from 8109512e65 to 1d6bac9234 2023-05-24 19:09:42 +02:00 Compare
renovator changed title from chore(deps): update dependency webpack to v5.83.1 to chore(deps): update dependency webpack to v5.84.0 2023-05-24 19:09:46 +02:00
renovator force-pushed renovate/devdeps-non-major from 1d6bac9234 to d15aee0608 2023-05-25 20:39:07 +02:00 Compare
renovator changed title from chore(deps): update dependency webpack to v5.84.0 to chore(deps): update dependency webpack to v5.84.1 2023-05-25 20:39:12 +02:00
renovator force-pushed renovate/devdeps-non-major from d15aee0608 to c2f3008419 2023-05-26 13:09:31 +02:00 Compare
xoxys merged commit 1f029fc345 into main 2023-05-29 12:26:47 +02:00
xoxys deleted branch renovate/devdeps-non-major 2023-05-29 12:26:48 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xoxys/thegeeklab#214
No description provided.