graphql-fastify-server
graphql-fastify-server copied to clipboard
chore(deps): update dependency webpack to v5.99.9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| webpack | 5.94.0 -> 5.99.9 |
Release Notes
webpack/webpack (webpack)
v5.99.9
v5.99.8
Fixes
- Fixed type error with latest
@types/node - Fixed typescript types
v5.99.7
v5.99.6
v5.99.5
Fixes
- Control dead flow for labeled and blockless statements
v5.99.4
Fixes
- Fixed terminated state for
if/else
v5.99.3
v5.99.2
v5.99.1
Fixes
- Dead control flow for many cases
v5.99.0
v5.98.0
Fixes
- Avoid the deprecation message #19062 by @alexander-akait
- Should not escape CSS local ident in JS #19060 by @JSerFeng
- MF parse range not compatible with Safari #19083 by @alexander-akait
- Preserve
filenameTemplatein new split chunk #19104 by @henryqdineen - Use module IDs for final render order #19184 by @dmichon-msft
- Strip
blob:protocol when public path isauto#19199 by @alexander-akait - Respect
output.charseteverywhere #19202 by @alexander-akait - Node async WASM loader generation #19210 by @ashi009
- Correct
BuildInfoandBuildMetatype definitions #19200 by @inottn
Performance Improvements
- Improve
FlagDependencyExportsPluginfor large JSON by depth #19058 by @hai-x - Optimize assign-depths #19193 by @dmichon-msft
- Use
startsWithfor matching instead of converting the string to a regex #19207 by @inottn
Chores
- Bump
nanoidfrom 3.3.7 to 3.3.8 #19063 by @dependabot - Fixed incorrect typecast in
DefaultStatsFactoryPlugin#19156 by @Andarist - Improved
readme.mdby adding video links for understanding webpack #19101 by @Vansh5632 - Typo fix #19205 by @hai-x
- Adopt the new webpack governance model #18804 by @ovflowd
Features
- Implement
/* webpackIgnore: true */forrequire.resolve#19201 by @alexander-akait
Continuous Integration
- CI fix #19196 by @alexander-akait
New Contributors
- @Andarist made their first contribution in https://github.com/webpack/webpack/pull/19156
- @Vansh5632 made their first contribution in https://github.com/webpack/webpack/pull/19101
- @ashi009 made their first contribution in https://github.com/webpack/webpack/pull/19210
- @ovflowd made their first contribution in https://github.com/webpack/webpack/pull/18804
Full Changelog: https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0
v5.97.1
Bug Fixes
- Performance regression
- Sub define key should't be renamed when it's a defined variable
v5.97.0
Bug Fixes
- Don't crash with filesystem cache and unknown scheme
- Generate a valid code when
output.iifeistrueand output.library.type isumd - Fixed conflict variable name with concatenate modules and runtime code
- Merge duplicate chunks before
- Collisions in ESM library
- Use recursive search for versions of shared dependencies
- [WASM] Don't crash WebAssembly with Reference Types (sync and async)
- [WASM] Fixed wasm loading for sync and async webassembly
- [CSS] Don't add
[uniqueName]tolocalIdentNamewhen it is empty - [CSS] Parsing strings on Windows
- [CSS] Fixed CSS local escaping
New Features
- Added support for injecting debug IDs
- Export the
MergeDuplicateChunksplugin - Added universal loading for JS chunks and JS worker chunks (only ES modules)
- [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
- [CSS] Allow initial CSS chunks to be placed anywhere - the
output.cssHeadDataCompressionoption was deleted - [CSS] Added universal loading for CSS chunks
- [CSS] Parse ICSS
@valueat-rules in CSS modules - [CSS] Parse ICSS
:importrules in CSS modules - [CSS] Added the
urlandimportoptions for CSS - [CSS] Allow to import custom properties in CSS modules
Performance
- Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal
v5.96.1
Bug Fixes
- [Types] Add
@types/eslint-scopeto dependencieS - [Types] Fixed regression in
validate
v5.96.0
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.dynamicImportto 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
importModuleon the execution stage - Correctly parsing string in
exportandimport - Typescript types
- [CSS]
css/autoconsiders a module depending on its filename ascss(pure CSS) orcss/local, before it wascss/globalandcss/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
nodetarget - [CSS] Fixed
url()s and@importparsing - [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
Bug Fixes
- Fixed hanging when attempting to read a symlink-like file that it can't read
- Handle
defaultfor 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
moduleandimportinmodule-importfor externalsimport's - [Types] Make
EnvironmentPlugindefault values types less strict - [Types] Typescript 5.6 compatibility
New Features
- Add new
optimization.avoidEntryIifeoption (trueby default for theproductionmode) - Pass output.hash* options to loader context
Performance
- Avoid unneeded re-visit in build chunk graph
Configuration
📅 Schedule: Branch creation - "after 10pm,before 1am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.