ember-try
ember-try copied to clipboard
Bump webpack from 5.75.0 to 5.99.5 in /smoke-test-app
Bumps webpack from 5.75.0 to 5.99.5.
Release notes
Sourced from webpack's releases.
v5.99.5
Fixes
- Control dead flow for labeled and blockless statements
v5.99.4
Fixes
- Fixed terminated state for
if/elsev5.99.3
Fixes
- Fixed dead control flow with deep nested
if/elsev5.99.2
Fixes
- Dead control flow for exotic cases
v5.99.1
Fixes
- Dead control flow for many cases
v5.99.0
Fixes
- Fixed a lot of types
- Fixed runtime error when using asset module as entrypoint and runtimeChunk
- JSON generator now preserves
__proto__property- Fixed when entry module isn't executed when targeting webworker with a runtime chunk
- Do not duplicate modules with import attributes and reexport
- The
moduleandmoduleESM libraries have been union and code generation has been improved- Use a valid output path for errored asset modules
- Remove BOM from JavaScript and CSS files when loader was not used
- Create export for externals for module/modern-module library
- Export unprovided variables for
commonjs-staticlibrary- Forward semicolons from
meta.webpackAST- Use
xxhash64forcache.hashAlgorithmwhenexperiments.futureDefaultsenabled- [CSS] Fixed profiling plugin for CSS
- [CSS] Avoid extra module.export output for CSS module
Features
- Add dead control flow check
- Handle
new Worker(import.meta.url)andnew Worker(new URL(import.meta.url))syntax- Added ability to generate custom error content for generators
Performance Improvements
... (truncated)
Commits
70e3d9dchore(release): 5.99.56a853effix: control dead flow for labeled and blockless statements04e0073chore(release): 5.99.4b92cb0cfix: terminated state forif/else(#19404)2470d8echore(release): 5.99.3278fcb6fix: dead control flow with deep nested if (#19403)44da94fchore(release): 5.99.2de8a04ffix: dead control flow more cases (#19402)2b2b705chore(release): 5.99.16545dd4fix: dead control flow- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)