-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump webpack from 5.82.1 to 5.84.0 #61
Merged
Merged
Conversation
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
Bumps [webpack](https://github.com/webpack/webpack) from 5.82.1 to 5.84.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.82.1...v5.84.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
May 25, 2023
@dependabot merge
—
Version3
Lasar Liepins
https://version3.de/
***@***.***
… On 25. May 2023, at 12:57, dependabot[bot] ***@***.***> wrote:
Bumps webpack from 5.82.1 to 5.84.0.
Release notes
Sourced from webpack's releases.
v5.84.0 New Features
• SourceMapDevToolPlugin now supports append option as a function by @snitin315 in webpack/webpack#17252
Bugfixes
• Fix multiple bugs referencing class names when shadowed by import name in properties and methods by @alexander-akait in webpack/webpack#17233
• Allow DefinePlugin shorthand property by @shamoilarsi in webpack/webpack#17231
• [CSS] - Fix edge cases in parsing @import by @alexander-akait in webpack/webpack#17229
Developer Experience
• Increase type coverage for serialization classes by @alexander-akait in webpack/webpack#17243
• Increase type coverage for JavascriptParser and ModuleDependency subclasses by @alexander-akait in webpack/webpack#17236
• Increase type coverage to strict-mode quality for Configuration/Normalization objects by @alexander-akait in webpack/webpack#17247
• Refactor duplicate strings by replacing them with constant for webpack_require instead of string literal by @burhanuday in webpack/webpack#17228
• Add test case for with { type: "json" } by @alexander-akait in webpack/webpack#17230
• Add test case for destructuring by @alexander-akait in webpack/webpack#17248
Dependencies & Maintenance
• Add GitHub discussions badge in README by @snitin315 in webpack/webpack#17251
• Bump enhanced-resolve to 5.14.1 by @TheLarkInn in webpack/webpack#17257
• Bump @types/node from 20.1.7 to 20.2.0 by @dependabot in webpack/webpack#17219
• Bump @types/node from 20.2.0 to 20.2.1 by @dependabot in webpack/webpack#17226
• Bump webpack-cli from 5.1.0 to 5.1.1 by @dependabot in webpack/webpack#17164
• Bump eslint from 8.39.0 to 8.40.0 by @dependabot in webpack/webpack#17148
• Bump @babel/core from 7.21.4 to 7.21.8 by @dependabot in webpack/webpack#17126
• Bump @types/node from 20.2.1 to 20.2.3 by @dependabot in webpack/webpack#17238
• Bump eslint from 8.40.0 to 8.41.0 by @dependabot in webpack/webpack#17237
New Contributors
• @shamoilarsi made their first contribution in webpack/webpack#17231
Full Changelog: ***@***.***
v5.83.1 Bugfixes
• Fix regression in import/export normailization effecting mini-css-extract-plugin by @alexander-akait in webpack/webpack#17214
Full Changelog: ***@***.***
v5.83.0 New Features
• Normalize property access for imports and exports by @bworline in webpack/webpack#17137
• Top Level Await is now enabled by default by @burhanuday in webpack/webpack#17192
Bug Fixes
• Correct chunkgroup.groupsIterable return type by @TheLarkInn in webpack/webpack#17196
• Fix bug in Rule Matcher type by @alexander-akait in webpack/webpack#17207
• Fixed apply event callback and optimizing callback event type by @nuintun in webpack/webpack#16094
• Fix types in hot module replacement APIs by @alexander-akait in webpack/webpack#17193
... (truncated)
Commits
• 4d4caf1 5.84.0
• de76231 Merge pull request #17257 from webpack/thelarkinn/update-enhanced-resolve
• 4d38c95 yarn dedupe
• 56be175 chore(deps): Bump enhanced-resolve to ^5.14.1
• 3e91029 Merge pull request #17252 from snitin315/feat/appen-sourcemap-fn
• d802b28 Merge pull request #17248 from webpack/issue-17189
• 80284ce Merge pull request #17233 from webpack/fix-16763
• 4ca7c01 Merge pull request #17247 from webpack/refactor-strict-types-for-config
• 4a8035f Merge pull request #17228 from burhanuday/refactor/burhan-use-globals
• 55d2228 Merge pull request #17251 from snitin315/patch-2
• Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
• @dependabot rebase will rebase this PR
• @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
• @dependabot merge will merge this PR after your CI passes on it
• @dependabot squash and merge will squash and merge this PR after your CI passes on it
• @dependabot cancel merge will cancel a previously requested merge and block automerging
• @dependabot reopen will reopen this PR if it is closed
• @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
• @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
• @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
• @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can view, comment on, or merge this pull request online at:
#61
Commit Summary
• 1f7d5ac Bump webpack from 5.82.1 to 5.84.0
File Changes
(2 files)
• M package-lock.json (64)
• M package.json (2)
Patch Links:
• https://github.com/lasar/dynalist-date-parser/pull/61.patch
• https://github.com/lasar/dynalist-date-parser/pull/61.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps webpack from 5.82.1 to 5.84.0.
Release notes
Sourced from webpack's releases.
... (truncated)
Commits
4d4caf1
5.84.0de76231
Merge pull request #17257 from webpack/thelarkinn/update-enhanced-resolve4d38c95
yarn dedupe56be175
chore(deps): Bump enhanced-resolve to ^5.14.13e91029
Merge pull request #17252 from snitin315/feat/appen-sourcemap-fnd802b28
Merge pull request #17248 from webpack/issue-1718980284ce
Merge pull request #17233 from webpack/fix-167634ca7c01
Merge pull request #17247 from webpack/refactor-strict-types-for-config4a8035f
Merge pull request #17228 from burhanuday/refactor/burhan-use-globals55d2228
Merge pull request #17251 from snitin315/patch-2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)