Fortify
Fortify copied to clipboard
Bump next from 11.0.1 to 11.1.1 in /services/frontend
Bumps next from 11.0.1 to 11.1.1.
Release notes
Sourced from next's releases.
v11.1.1
Core Changes
- Next.js swc publish flow: #27984
- Ensure config file message is only shown once: #28017
- Add missing fields to
NextConfigtype: #27974- use a shared worker pool for collecting page data and static page generation: #27924
- Use
@nextscope for native packages: #28046- Fix
generateBuildIdtype that can be async function: #28040- Fix image optimization encoding url: #28045
- Clean up
Documentin preparation for streaming: #28032- Render as a concatenation of streams: #28082
- Add support for dynamic HTML: #28085
- Support suspense in next dynamic: #27611
- Handle blob urls in image component: #27975
- Bypass webpack compilation for precompiled
@next/polyfills-nomodule: #27596- Update
utilto 0.12.4: #27939- Remove duplicate doctypes: #28089
- Fix revalidate for initial notFound: true paths: #28097
- Add proper error when failing to load next.config.js: #28099
- Fix: wrong link error message: #28127
- Add support for Jaeger trace target: #28129
- Enable pure client suspense in blocking rendering: #28165
- Add entrypoint tracing: #25538
- Add module type to build-module trace: #28128
- Update to latest babel versions: #28174
- Improve jaeger traces: #28168
- fix development mode bug with pages with "+" and other special characters: #28122
- let loaders automatically infer source map setting: #28204
- Avoid fs write
next-env.d.tson read-only filesystems: #28206- Document usage of suspense option of next/dynamic: #28210
- Add warning when parent styles break
next/image: #28221- Use
zen-observablelibrary: #28214- Fix HMR when custom _app or _document is removed: #28227
- Add relationship between issuer and module to traces: #28192
- Update generating next-server dependencies: #28223
- Fix
next/imageblur placeholder when JS is disabled: #28269- Ensure adding _app/_document HMRs correctly: #28279
- upgrade webpack to 5.51.1: #28291
- [ESLint] Adds
process.exittonext lintsuccess output: #28299- Fix next env vars injection in dynamic: #28309
- Add layout to data-nimg attribute: #28312
- Add data attribute to script component: #28310
- Ensure
@babel/coreis de-duped when nccing: #28384- Fix forked NODE_OPTIONS except for inspect: #28420
- [ESLint] Enable caching by default: #28349
- Update test config to leverage swc: #28400
- Add missing
typescriptproperty toNextConfig: #28459- next/script fix duplicate scripts : #28428
- Ensure error is shown correctly for empty headers field: #28430
... (truncated)
Commits
804971fv11.1.1194d70fv11.1.1-canary.1936d922fAdd apiVersion to config (#28610)a60690fv11.1.1-canary.187afc97cAdd CSP to Image Optimization API (#28620)8711c5cTests: Remove unnecessary await (#28594)d209435Small grammar fixes (#28590)04cc37fAdd docs for using pageExtensions to colocate other files with page component...f1dbc92Ensure dev server side errors are correct (#28520)27c2937Update with-jest packages and docs (#28209)- 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 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.