Title: Update webpack 5.83.1 → 5.86.0 (minor) by depfu[bot] · Pull Request #505 · javaistic/javaistic · GitHub
Open Graph Title: Update webpack 5.83.1 → 5.86.0 (minor) by depfu[bot] · Pull Request #505 · javaistic/javaistic
X Title: Update webpack 5.83.1 → 5.86.0 (minor) by depfu[bot] · Pull Request #505 · javaistic/javaistic
Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ webpack (5.83.1 → 5.86.0) · Repo Release Notes 5.86.0 New Features Improved cache size performance via better handling of serialization for errors and bigints by @alexander-akait in #17282 Introduce an export default handler function option for ProgressPlugin by @alexander-akait in #17312 Support passing RegExp to splitChunks.chunks by @hyf0 in #17332 Bug Fixes Fix layer capabilities for ContextModule types by @huozhi in #17310 Fix compatibility of __non_webpack_require__ with ES modules by @alexander-akait in #17308 Improve type coverage Chunk, ChunkGroup, and other plugins by @alexander-akait in #1731 Do not add js extension for eval source maps when extension is not resolvable by @alexander-akait in #17331 Developer Experience Improve type coverage for Json Module type and lazy load json-assertions package by @alexander-akait in #17301 Dependencies & Maintenance Bump memfs from 3.5.1 to 3.5.2 by @dependabot in #17315 Bump webpack-cli from 5.1.1 to 5.1.3 by @dependabot in #17314 Bump eslint from 8.41.0 to 8.42.0 by @dependabot in #17313 New Contributors @huozhi made their first contribution in #17310 @hyf0 made their first contribution in #17332 Full Changelog: v5.85.1...v5.86.0 5.85.1 Bug Fixes Fix bug in handling barrel imports (#17305) by @bworline in #17307 - NOTE: An internal API BasicEvaluatedExpression.getMemberRangeStarts has been changed to BasicEvaluatedExpression.getMemberRanges, please see type definition changes and the pull request for more information. Dependencies & Maintenance Bump @types/jest from 29.5.1 to 29.5.2 by @dependabot in #17297 Full Changelog: v5.85.0...v5.85.1 5.85.0 New Features Add readonly cache mode by @vankop in #15470 Normalize property accessors for esm namespaces and chained member/call expressions by @bworline in #17203 Support environment in loader context by @alexander-akait in #17281 Introduce a new syntax for addModule() support in worklets - *context.audioWorklet.addModule() by @alexander-akait in #17212 Bug Fixes Fix type regression with unknown module type strings by @alexander-akait in #17266 Developer Experience Use global runtime constants for webpack exports by @burhanuday in #17270 Add strict mode type coverage for WASM and Runtime code by @alexander-akait in #17267 Add strict mode type coverage for runtime modules and runtime plugins by @alexander-akait in #17261 Add types for JSON & Asset Modules including their interfacing plugins by @alexander-akait in #17262 Add type coverage for Module subclasses and plugins by @alexander-akait in #17272 Dependencies & Maintenance Use GitHub Discussions instead of Gitter in issue templates by @snitin315 in #17293 Bump @types/node from 20.2.3 to 20.2.4 by @dependabot in #17269 Bump browserslist from 4.21.5 to 4.21.6 by @dependabot in #17275 Bump @types/node from 20.2.4 to 20.2.5 by @dependabot in #17276 Bump @babel/core from 7.21.8 to 7.22.1 by @dependabot in #17278 Full Changelog: v5.84.1...v5.85.0 5.84.1 Bug Fixes Fix regression in inner graph for reserved identifiers by @alexander-akait in #17265 Dependencies & Maintenance Bump @types/jest from 29.5.0 to 29.5.1 by @dependabot in #17027 Bump simple-git from 3.18.0 to 3.19.0 by @dependabot in #17263 Full Changelog: v5.84.0...v5.84.1 5.84.0 New Features SourceMapDevToolPlugin now supports append option as a function by @snitin315 in #17252 Bugfixes Fix multiple bugs referencing class names when shadowed by import name in properties and methods by @alexander-akait in #17233 Allow DefinePlugin shorthand property by @shamoilarsi in #17231 [CSS] - Fix edge cases in parsing @import by @alexander-akait in #17229 Developer Experience Increase type coverage for serialization classes by @alexander-akait in #17243 Increase type coverage for JavascriptParser and ModuleDependency subclasses by @alexander-akait in #17236 Increase type coverage to strict-mode quality for Configuration/Normalization objects by @alexander-akait in #17247 Refactor duplicate strings by replacing them with constant for webpack_require instead of string literal by @burhanuday in #17228 Add test case for with { type: "json" } by @alexander-akait in #17230 Add test case for destructuring by @alexander-akait in #17248 Dependencies & Maintenance Add GitHub discussions badge in README by @snitin315 in #17251 Bump enhanced-resolve to 5.14.1 by @TheLarkInn in #17257 Bump @types/node from 20.1.7 to 20.2.0 by @dependabot in #17219 Bump @types/node from 20.2.0 to 20.2.1 by @dependabot in #17226 Bump webpack-cli from 5.1.0 to 5.1.1 by @dependabot in #17164 Bump eslint from 8.39.0 to 8.40.0 by @dependabot in #17148 Bump @babel/core from 7.21.4 to 7.21.8 by @dependabot in #17126 Bump @types/node from 20.2.1 to 20.2.3 by @dependabot in #17238 Bump eslint from 8.40.0 to 8.41.0 by @dependabot in #17237 New Contributors @shamoilarsi made their first contribution in #17231 Full Changelog: v5.83.1...v5.84.0 Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by more commits than we can show here. Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase. All Depfu comment commands @depfu rebaseRebases against your default branch and redoes this update @depfu recreateRecreates this PR, overwriting any edits that you've made to it @depfu mergeMerges this PR once your tests are passing and conflicts are resolved @depfu cancel mergeCancels automatic merging of this PR @depfu closeCloses this PR and deletes the branch @depfu reopenRestores the branch and reopens this PR (if it's closed) @depfu pauseIgnores all future updates for this dependency and closes this PR @depfu pause [minor|major]Ignores all future minor/major updates for this dependency and closes this PR @depfu resumeFuture versions of this dependency will create PRs again (leaves this PR as is)
Open Graph Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ webpack (5.83.1 → 5.86.0) · Re...
X Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ webpack (5.83.1 → 5.86.0) · Re...
Opengraph URL: https://github.com/javaistic/javaistic/pull/505
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:0a008c81-71bf-a513-6a8d-6f40a7527492 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9254:C419C:7B578B:A21590:696B4C0A |
| html-safe-nonce | 8aae8405925030009f3f21d019d911f34c943eb61760754c0996812d24be3a7d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MjU0OkM0MTlDOjdCNTc4QjpBMjE1OTA6Njk2QjRDMEEiLCJ2aXNpdG9yX2lkIjoiMjI2MDQ0MzgzMjI3NDA3ODczMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 09e530dd0a080c1c577adddf9286a9a8b4c22af2f96787518e89ec5ab86b5ebb |
| hovercard-subject-tag | pull_request:1384905617 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/javaistic/javaistic/pull/505/files |
| twitter:image | https://avatars.githubusercontent.com/in/715?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/715?s=400&v=4 |
| og:image:alt | Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ webpack (5.83.1 → 5.86.0) · Re... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git |
| octolytics-dimension-user_id | 76972798 |
| octolytics-dimension-user_login | javaistic |
| octolytics-dimension-repository_id | 388602663 |
| octolytics-dimension-repository_nwo | javaistic/javaistic |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 388602663 |
| octolytics-dimension-repository_network_root_nwo | javaistic/javaistic |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width