Skip to content
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

chore(deps): update dependency @next/bundle-analyzer to v13 #695

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer 10.0.9 -> 13.4.19 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v13.4.19

Compare Source

Core Changes
  • fix: invalid module transform for @headlessui/react: #​54206
  • chore: remove unnecessary type cast in dev-build-watcher: #​54221
  • fix process.env not being available in standalone mode: #​54203
  • Fix missing devPageFiles collection: #​54224
  • Add Route and LinkProps stub generics: #​54226
  • Use createClientModuleProxy from Flight Server: #​54232
  • Add default not found to loader tree of group routes root layer: #​54228
  • feat(image): add support for custom loaderFile when loader: default: #​53417
  • Fix renamed export of Server Actions: #​54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #​54243
Misc Changes
  • Update dd-trace used for internal tools: #​54214
  • (Fix)Broken upgrading.mdx link : #​54234
  • chore: skip CI run on forks: #​54219
  • chore(ci): bump cancel-workflow-action@0.11.0: #​54246
Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

v13.4.18

Compare Source

Core Changes
  • refactor: remove edge condition for module proxy path: #​54167
  • Remove unused variables: #​54149
  • chore: improve ts types for position in dev-build-watcher: #​54124
  • Turbopack: Strip relative path prefix when generating PageLoaderAsset: #​54040
  • Add size property to ReadonlySearchParams: #​53144
  • Assign default not-found boundary if custom not-found is not present for root layer only: #​54185
  • Allow range version for eslint config: #​53751
  • Automatically modularizeImports for the popular @​headlessui/react library: #​54188
  • fix bfcache restoration behavior: #​54198
Misc Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​styfle, @​jridgewell, @​bencmbrook, @​cramforce, and @​ztanner for helping!

v13.4.17

Compare Source

Core Changes
  • fix(next/image): empty blur image when animated #​54028
  • Do not output pages 404 in tree view if app not-found is used: #​54051
  • Fix scroll bailout logic when targeting fixed/sticky elements: #​53873
  • Debug tracing: add updated modules and page to HMR span: #​53698
  • fix(next-swc): coerce mdxrs default options: #​54068
  • fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: #​51564
  • fix(47299): allow testing pages with metadata in jsdom test environment: #​53578
  • upgrade edge-runtime dependency: #​54117
  • Fix root not-found page tree loader structure: #​54080
  • chore: remove as any type cast: #​54074
  • chore: refactor to use fs.promises.rm(): #​54076
  • Refactor layout router creation in app-render: #​54126
  • chore(image): remove apple silicon workaround for versions older than node@16.5.0: #​54125
  • fix routing bug when bfcache is hit following an mpa navigation: #​54081
  • Tracing: add opt-in flag to send a subset of development traces to url: #​53880
  • fix(edge): override init when cloning with NextRequest: #​54108
  • OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: #​54083
  • cleanup: remove unnecessary effect dep: #​54134
  • Next build: use exported handle_issues from turbopack: #​52972
  • node-web-streams: remove tee shim, use ReadableStream.tee: #​54079
  • fix: cookies().has() breaks in app-route: #​54112
  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #​54160
Documentation Changes
  • fix missing ' in data-fetching/fetching-caching-and-revalidating: #​54058
Example Changes
  • Update Docker example to remove HOSTNAME: #​54102
Misc Changes
  • chore: hide "same on new version" without link: #​54048
  • chore(ci): small notes for the build steps: #​54073
  • chore: update lock bot wording: #​54099
  • Update swc_core to v0.79.59: #​54082
  • install-native.mjs: include packageManager field: #​54132
Credits

Huge thanks to @​balazsorban44, @​huozhi, @​ztanner, @​williamli, @​wbinnssmith, @​kwonoj, @​stefanprobst, @​feugy, @​timneutkens, @​kdy1, @​Kikobeats, @​styfle, @​dvoytenko, @​MaxLeiter, and @​devjiwonchoi for helping!

v13.4.16

Compare Source

Core Changes
  • Concept: test mode for Playwright and similar integration tools: #​52520
  • Turbopack: fix hiding node_modules warnings in error overlay.: #​54022
  • ci(next-swc): print glibc version when build: #​54026
  • Adjust internal action proxy export: #​54004
Documentation Changes
  • Update 05-client-side-rendering.mdx with latest tanstack query version: #​54009
  • Open Graph Image font declaration moved to correct place: #​53998
  • Update opengraph-image.mdx: Fix typo: #​54020
Misc Changes
  • Remove extra label from runner: #​54002
  • add standalone testcase for ipv6 hostnames: #​53999
  • release: add release log generation script: #​54006
  • test(ci): refine test suite name unique: #​54013
  • Leverage previous swc build images: #​54027
  • chore: mark build folder indexable: #​54029
  • Move turbo outside of build for docker swc builds: #​54035
Credits

Huge thanks to @​ijjk, @​ztanner, @​huozhi, @​lacymorrow, @​dvoytenko, @​kylemcd, @​kwonoj, @​tibi1220, @​wbinnssmith, and @​shuding for helping!

v13.4.15

Compare Source

Core Changes
  • Fix action failures due to state tree encoding: #​53655
  • Initial HMR Nexturbo API implementation: #​52950
  • Turbopack: add edge app routes : #​53387
  • Turbopack: Hide Turbo Engine internals: #​53007
  • add unit test case for next.rs api: #​53679
  • Fix not-found rendering in production with edge: #​53687
  • fix(next/image): don't call ReactDOM.preload if missing, such as jest: #​53443
  • Add docs page for uncaught DynamicServerErrors: #​53402
  • Consolidate Server and Routing process into one process: #​53523
  • fix: Update outdated transform imports lucide-react: #​53697
  • Update font data: #​53759
  • Add warnings for static generation bail outs: #​53761
  • Sort root entries per pageExtensions config for consistency: #​53769
  • improve error message for conflicting parallel segments: #​53803
  • Add changeFrequency and priority attributes to sitemaps: #​48484
  • Ensure we set cache-control: no-cache for actions: #​53824
  • Reuse RenderWorker type: #​53782
  • fix: normalize backslash in getStaticPaths() for windows: #​53876
  • Delete errorneous empty content length header: #​53843
  • Turbopack: more tests and bugfixes for next.rs api: #​53809
  • Add @heroicons/react to modularizeImports: #​53902
  • Turbopack: Fix debugging in napi for next-api: #​53889
  • Fix/match resource: #​53796
  • Use summary_large_image as twitter card if images present by default: #​53919
  • Turbopack: Emit whether server or client assets changed: #​53879
  • Limit sharp's concurrency: #​53385
  • enable @​vercel/og support for turbopack: #​53917
  • feat(image): DataURL placeholder support for : #​53442
  • Recover not found errors from flight data to render with proper boundary: #​53703
  • Update React to 18.3.0-canary-1a001dac6-20230812: #​53881
  • add "expect" to list of forbidden IPC headers: #​53947
  • Update swc runners config: #​53939
  • Better IPv6 support for next-server: #​53131
Documentation Changes
  • Update 11-middleware.mdx: Added Switcher: #​53977
  • Fix doc grammatical errors: #​53672
  • Fix a link in incrementalCacheHandlerPath.mdx: #​53718
  • Fix typo in data fetching documentation: #​53772
  • Docs: Add option for fetching data using route handlers - from the client: #​53793
  • docs: Add more information about Server Actions: #​53805
  • docs: document cache tagging mechanism: #​53806
  • chore(docs): add missing "try it out": #​53815
  • docs: Opting out of scrolling with next/link and useRouter.: #​53804
  • chore(docs): note cache-control header for preview/draft mode: #​53825
  • Include instructions for bun package manager: #​53590
  • Docs: Update confusing wording in intercepting routes: #​53854
  • (docs) Fixes Server Actions example: #​53920
  • fix typo: #​53908
  • Docs: fix pnpm command for saving dev deps (#​53937): #​53938
  • The extra word 'the' has been deleted: #​53951
Example Changes
  • [Examples] Update Example Prepr CMS: #​49224
  • Update to with-supertokens example app: #​53434
  • docs(with-stripe-typescript): Update README demo link: #​53662
  • (example) update github-pages example: #​52168
  • chore: add light/dark mode theme detection to image component example: #​53760
Misc Changes
Credits

Huge thanks to @​iamarpitpatidar, @​pythagoras-yamamoto, @​alexkirsz, @​sokra, @​jsteele-stripe, @​tknickman, @​gaojude, @​styfle, @​janicklas-ralph, @​huozhi, @​ijjk, @​vinaykulk621, @​balazsorban44, @​ztanner, @​timneutkens, @​ericfennis, @​JohnAdib, @​MiLk, @​kwonoj, @​delbaoliveira, @​leerob, @​LuudJanssen, @​lucasconstantino, @​davecarlson, @​colinhacks, @​shuding, @​jridgewell, @​jantimon, @​Banbarashik, @​ForsakenHarmony, @​kdy1, @​dvoytenko, @​arturbien, @​gnoff, @​hsrvms, and @​DuCanhGH, @​tim-hanssen, @​Aryan9592, and @​rishabhpoddar for helping!

v13.4.13

Compare Source

Core Changes
  • Improve internal web stream utils: #​53004
  • fix: Add Next-Url to http vary in consideration of intercept routes.: #​52746
  • update Turbopack: #​53098
  • Add app, error, and document entrypoints: #​53013
  • Turbopack: use edge environment in server-side rendering of client components too: #​53099
  • refactor(codemod): replace chalk with picocolors: #​53115
  • move webpack specific logic into a separate file: #​53114
  • feat(turbopack): emit MODULE_FEATURE telemetry from turbopack: #​52356
  • Fix not found hangs the build with overridden node env: #​53106
  • chore: update warning message from yarn add sharp to npm i sharp: #​53130
  • fix(edge): allow Request cloning via NextRequest: #​53157
  • chore: extract common get-validated-args: #​53165
  • Fix minimal basePath handling: #​53174
  • Updates @​typescript-eslint/parser to 6.1.0: #​52848
  • fix(next/image): washed out blur placeholder: #​52583
  • Handle basePath app-dir minimal case: #​53189
Documentation Changes
  • (Docs) add missing import.: #​52992
  • Fix formData code snippet in route handler docs: #​52532
  • docs: remove unneeded good to know section during installation: #​53078
  • docs: fix typo in 08-parallel-routes.mdx: #​53069
  • chore(docs): Extend the options for custom server init: #​52851
  • (Docs) Add missing import for useRef(): #​53015
  • (Docs) Remove FormData type on formData defined in .js file: #​53014
  • docs: fix codeblock for redirect: #​53120
  • chore(docs): client-side data fetching loading state: #​53164
Example Changes
  • feat: remove unused global variable: #​51767
Misc Changes
  • chore(ci): always run validate-docs-links action: #​53022
  • update install-native postinstall to use pnpm: #​53080
  • chore(ci): make validate-docs-links required: #​53123
  • chore(test): fix flaky tsconfig.json test: #​53132
  • chore(ci): fix validate-docs-links for non-PR: #​53129
  • Temporarily skip flakey action revalidate: #​53134
Credits

Huge thanks to @​vinaykulk621, @​Lantianyou, @​styfle, @​shuding, @​joulev, @​AkifumiSato, @​trigaten, @​HurSungYun, @​DevLab2425, @​sokra, @​alexkirsz, @​ztanner, @​leerob, @​SukkaW, @​kwonoj, @​huozhi, @​ijjk, @​balazsorban44, @​daniel-web-developer, @​ky1ejs, and @​arturbien for helping!

v13.4.12

Compare Source

Core Changes
  • Separate routing code from render servers: #​52492
  • Move Pages API rendering into bundle: #​52149
  • update Turbopack: #​52986
  • Turbopack: Refactoring module references: #​52930
  • Increase timeout for 404 tests: #​52998
  • Reland "Refine the not-found rendering process for app router": #​52985
  • Revert "Separate routing code from render servers (#​52492)": #​53016
Documentation Changes
  • "Clarify the 'Existing Projects' section of the TypeScript docs:: #​52944
  • Update 02-dynamic-routes.mdx: #​52975
  • chore(docs): fix broken link: #​53021
Misc Changes
  • Update to latest version of turborepo: #​52979
  • Update swc_core to v0.79.22: #​52945
  • chore(ci): add pnpm workspace for github actions: #​52976
  • Changed package manager for install-native.mjs to pnpm: #​52971
  • update CODEOWNERS config: #​53017
Credits

Huge thanks to @​ijjk, @​wyattjoh, @​sokra, @​kdy1, @​alexkirsz, @​styfle, @​ShaunFerris, @​syedtaqi95, @​Heidar-An, @​huozhi, and @​ztanner for helping!

v13.4.11

Compare Source

Core Changes
  • fix: add missing <preload> for next/image in App Router: #​52425
  • Support metadata exports for server components not-found: #​52678
  • feat(next-swc): try to fallback native bindings with MODULE_NOT_FOUND: #​52667
  • Turbopack: Vc and Turbo Engine type system improvements : #​51792
  • Fix runtime edge not-found handling: #​52754
  • fix: forward NavigateOptions in adaptForAppRouterInstance: #​52498
  • fix(output): do not slice pathname unless ends with .txt: #​52640
  • Fix tagsManifest initialization check: #​52776
  • Turbopack: Experimental dev app pages support: #​52680
  • Turbopack: move Asset::ident to more specific traits: #​52683
  • Fix tracking of ContextModule: #​52795
  • Set process.title for router and render workers: #​52779
  • fix Remove unnecessary await: #​52800
  • Revert "perf: improve URL validation performance": #​52818
  • Refactor the client entry plugin: #​52798
  • Turbopack: Add manifest generation to pages: #​52793
  • Turbopack: move references() to specific traits: #​52822
  • Update default moduleResolution in tsconfig.json from node to bundler: #​51957
  • Turbopack: Next.rs API improvements: #​52856
  • update turbopack: #​52899
  • Update vendor @​vercel/og: #​52897
  • Fixed:#​52853 Lacking 'color' attribute in IconDescriptor Metadata: #​52902
  • Support basePath with edge runtime for Custom App Routes: #​52910
  • improve error DX on pages with RSC build errors: #​52843
  • fix: allow smooth scrolling if only hash changes (pages & app): #​52915
  • add edge support for next.rs API: #​52885
  • Allow general language codes in the Metadata API: #​52920
  • Fix client reference manifest for interception routes: #​52961
  • Refine the not-found rendering process for app router: #​52790
  • app-router: prefetching tweaks: #​52949
  • Revert "Refine the not-found rendering process for app router": #​52977
Documentation Changes
  • Update mention of route handlers for forms: #​52781
  • (Docs) add missing js version for generateMetadata.: #​52763
  • docs : fix typo in React cache example: #​52787
  • chore(docs): Add mentioning of HOSTNAME env variable for standalone output: #​52804
  • Fix typo in docs: #​52815
  • Update 02-edge-and-nodejs-runtimes.mdx: #​52888
  • chore(docs): add Typescript statically typed links mention in link doc: #​52847
  • chore(docs): fix typo in generate metadata docs: #​52904
  • fix example component in MDX documentation: #​52753
  • wrong content for next.config.mjs for MDX Plugins: #​52738
  • Update 06-lazy-loading.mdx: Incorrect filename in Example on "Importing Named Imports": #​52932
  • Change "publically" to "publicly" in the routing docs: #​52966
Example Changes
  • examples: export force-dynamic from all dynamic routes: #​52916
Misc Changes
  • chore: add "please simplify reproduction" comment: #​52631
  • update job concurrency: #​52788
  • Lock node version to 18.16: #​52894
  • Update runs-on tags
  • chore: add GitHub Action to manage "+1" comments: #​52866
Credits

Huge thanks to @​styfle, @​huozhi, @​balazsorban44, @​kwonoj, @​alexkirsz, @​ijjk, @​Jeffrey-Zutt, @​timneutkens, @​vinaykulk621, @​Ryan-Dia, @​sokra, @​shuding, @​steppefox, @​hiro0218, @​rjsdnql123, @​feedthejim, @​fgiuliani, @​steven-tey, @​AntoineBourin, @​adamrhunter, @​darshanjain-entrepreneur, @​s0h311, @​wyattjoh, @​ztanner, @​djreillo, @​dijonmusters, and @​cassidoo for helping!

v13.4.10

Compare Source

v13.4.9

Compare Source

Core Changes
  • Reland "ReverseTopological -> AdjacencyMap"": #​52142
  • Change the Server Actions feature flag to be validated at compile time: #​52147
  • Fix modularizeImports transform of antd: #​52148
  • fix: next.config.js with unstable_getImgProps(): #​52153
  • update tests list to include all passing tests: #​52026
  • Support scroll: false for Link component for app router: #​51869
  • Memoize useRouter from next/navigation when used in Pages Router: #​52177
  • chore(deps): bump react 18.3.0-canary-1fdacbefd-20230630: #​52005
  • fix: infinite dev reloads when parallel route is treated a page entry: #​52061
  • disable flaky test cases: #​52184
  • Revert "chore(deps): bump react 18.3.0-canary-1fdacbefd-20230630": #​52192
  • update turbopack: #​52186
  • Update CustomModuleType import: #​52133
  • Skip build-time dynamic code checks for specific polyfills in the Edge runtime: #​52009
  • Update Turbopack: #​52198
  • Use base36 for the RSC query: #​52204
  • Fix dynamicParams check in TS plugin: #​52211
  • Fix tree shaking for image generation module: #​51950
  • fix env reloading for turbopack: #​52194
  • Remove zod from require-hook: #​52197
  • Optimize watch ignore: #​52238
  • Remove the outdated error for find page dir: #​52274
  • Disable flakey turbopack env test: #​52295
  • skip hot reload sync event for applying hmr updates: #​52270
  • Handle 409s in fetch cache: #​51652
  • chore: remove experimental appDir: true from tests: #​52291
  • fix: correct modularizeImports for antd & ant-design/icons: #​52169
  • Update checksum algorithm to SHA1: #​52102
  • chore(deps): bump react to 7118f5d: #​52282
  • Update eslint-plugin-react-hooks to 5.0.0-canary-7118f5dd7-20230705: #​52275
  • Named page chunks: #​51921
  • chore: fix next dev turbopack benchmark: #​52328
  • Fix to use keep-alive in standalone mode: #​50221
  • Use 127.0.0.1 as the default host for the standalone server #​52283
Documentation Changes
  • Update generate-image-metadata.mdx: #​52230
  • docs(mdx): Add clearer instructions on the storage location of mdx-components files.: #​52187
  • docs: Improve some of the error messages pages.: #​52271
  • fix wrong Link import: #​52298
  • Document redirect parameters: #​51987
  • Add manual installation instructions for pages: #​51995
  • Update 10-router-handlers.mdx: #​52098
  • Add app router example: #​52066
  • doc: update typo in instrumentation page: #​52311
Example Changes
  • Remove legacy head.js in examples: #​52292
Misc Changes
  • Update test result step: #​52154
  • Update result job condition: #​52155
  • fix workflow needs: #​52180
  • chore: update issue template option to "App Router": #​52287
  • msic: disable otel esm test: #​52325
  • Test Progressive Enhancement of Server Actions: #​52062
  • fix(create-next-app): add missing metadata type: #​52299
Credits

Huge thanks to @​huozhi, @​shuding, @​ijjk, @​styfle, @​sokra, @​timneutkens, @​ztanner, @​alexkirsz, @​simonswiss, @​feikerwu, @​lubakravche, @​leerob, @​masnormen, @​bottxiang, @​acdlite, @​delbaoliveira, @​feedthejim, @​mhmdrioaf, @​tyler-lutz, @​sebmarkbage, @​vincenthongzy, @​yigithanyucedag, and @​doinki for helping!

v13.4.8

Compare Source

For a more detailed summary of recent performance improvements around compilation, please see this comment.


Core Changes
  • Auto fill title/images/description from openGraph for twitter if missing: #​51453
  • Route Module Updates: #​51433
  • fix(typo): rename var name in comment: #​51531
  • feat: support for numeric separators in revalidate config: #​51438
  • Support response aborting: #​51594
  • Next Build Turbo POC (2): #​51546
  • bugfix: route interception with dynamic paths: #​51526
  • add edge rendering for app dir for Turbopack: #​51631
  • Pages Error Route Module Rendering: #​51374
  • Revert "add edge rendering for app dir for Turbopack": #​51659
  • Update cache handling in draft mode: #​51663
  • Add esm entry for next/server and alias @​vercel/og: #​51651
  • Hot reload when conflicted pages detected and when conflicts are resolved: #​51516
  • Fix standalone rendering for unmatched _next routes: #​51611
  • add edge rendering for app dir for Turbopack: #​51666
  • Revert "Update swc_core to v0.78.15": #​51716
  • type check tests (and convert next-test-utils.js to ts) : #​51071
  • Add default modularizeImports that breaks up @​mui/icons-material, @​mui/material, date-fns, lodash, lodash-es, ramda, react-bootstrap: #​50900
  • Move Pages render out of server: #​51678
  • Add url to patched fetch response: #​51665
  • Correct Flight client's condition for SSR and createServerReference: #​51723
  • Update manual basePath with trailingSlash: #​51726
  • feat: add body parser limit for server actions: #​51104
  • fix: handle 404 errors in HotReload client: #​51637
  • Add critical next config value to github info: #​51715
  • Fix not-found handling in turbopack: #​51735
  • Allow matching against user-agent in rewrites that match headers: #​48271
  • revalidate should be more than a boolean: #​51627
  • Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs: #​51755
  • Fix HMR for missing dependencies in next-app-loader: #​51778
  • fix: interception rewrites should support catch-all segments: #​51787
  • Remove execSync: #​51785
  • Remove unncessary source matching from loader: #​51775
  • Fix NODE_OPTIONS='--inspect' not running expected: #​51467
  • Fix tree-shaking for metadata image functions on the Edge runtime: #​51762
  • Add WATCHPACK_WATCHER_LIMIT=20: #​51826
  • Simplify Flight manifest plugin: #​51589
  • performance: don't compile on hover on dev: #​51830
  • Refactor next-font-manifest-plugin: #​51835
  • feat: Introduce eslint rule for async client components: #​51547
  • fix: webpack target should match node engines: #​51852
  • Enable compression for Webpack's cache during dev: #​51851
  • perf: only require nextjs-require-cache-hot-reloader related API in dev mode: #​51834
  • fix: build stats should properly report root page size in appDir: #​51854
  • Optimize client entry creation: #​51849
  • Fix white screen when navigating to pages in certain cases: #​51866
  • Fix missing request body in DELETE and OPTIONS Route Handlers: #​51874
  • make stdout blocking on macos: #​51883
  • Fix windows fill metadata dynamic path: #​51885
  • Support relative url for openGraph.url and itunes.appArgument: #​51877
  • feat(next-dev): add a new experimental flag: #​51895
  • next/node-polyfill-web-streams: fix web stream polyfill for Node v16: #​51901
  • node-polyfill-web-streams: require from stream/web instead of stream: #​51906
  • Add retries and clear message to font fetching: #​51890
  • performance: enable minification for the server bundles: #​51831
  • Simplify module context invalidation: #​51905
  • Reduce the client bundle size of App Router: #​51806
  • fix turbopack mdx import map: #​51881
  • error recovery during turbopack hydration: #​51882
  • Ensure edge runtime Pages API/App Route handlers AbortSignal aborts on client disconnect: #​51727
  • adds payload to server-external-packages.json: #​51933
  • fix(next): improve error for using outside of document: #​45056
  • Support react profiling option for app dir client components: #​51947
  • Add cpu-features to server external packages: #​51946
  • Add unstable_getImgProps export from next/image: #​51205
  • Fix eslint async client component: #​51952
  • fix modularizeImports with @​mui/material: #​51953
  • Fix entrypoints.get and entrypoints.stream from turbopack: #​50733
  • Optimize next-app-loader file resolution: #​51924
  • fix(typedRoutes): added missing anchor props to LinkRestProps: #​51977
  • Update turbopack and swc_core to v0.78.24: #​51943
  • export config into functions config manifest: #​51700
  • Add shared input filesystem: #​51879
  • Make sure DevEx can approve docs PRs / Remove Spaces: #​51996
  • Filter invalid image descriptor from metadata images: #​51992
  • Fix NextRequest constructor parameters: #​52001
  • Update edge-runtime to latest: #​51944
  • Increase time and size windows for cached on-demand entries: #​52019
  • Avoid disposing middleware and instrumentation hook during development: #​52022
  • Update displayed error message for rsc case: #​52004
  • Refactor some loaders to be synchronous: #​51997
  • Optimize inlined Flight data array format: #​52028
  • Revert "Optimize inlined Flight data array format": #​52039
  • Refactor ContentSources to RouteTree: #​51660
  • Fix font missing during server HMR: #​52033
  • Enable Pages Route Module Rendering for Edge: #​51894
  • Ensure non-implicit unstable_cache tags are propagated: #​52058
  • Delegate static analyzation task to the router worker: #​52104
  • Add default modularizeImports for antd / ant-design/icons / ahooks: #​52031
  • Avoid unnecessary resolveExternal calls: #​52053
  • Remove EnvironmentIntention: #​51965
  • fix: env hot reload for RSC pages: #​51930
Documentation Changes

Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 依存関係 依存ライブラリのアップデート label Jun 15, 2021
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 0424463 to e61e839 Compare June 22, 2021 20:04
@renovate renovate bot changed the title Update nextjs monorepo to v11 (major) Update nextjs monorepo (major) Jun 22, 2021
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from e61e839 to 4589e88 Compare June 22, 2021 21:01
@renovate renovate bot changed the title Update nextjs monorepo (major) Update nextjs monorepo to v11 (major) Jun 22, 2021
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 4589e88 to 6b82906 Compare July 9, 2021 13:45
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 6b82906 to 01a28b4 Compare August 11, 2021 16:27
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 01a28b4 to 55ea903 Compare August 30, 2021 19:10
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 55ea903 to f69ce45 Compare August 31, 2021 07:41
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from f69ce45 to 6535852 Compare March 7, 2022 12:46
@renovate renovate bot changed the title Update nextjs monorepo to v11 (major) Update nextjs monorepo to v12 (major) Mar 7, 2022
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 6535852 to db6579e Compare March 26, 2022 14:06
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from db6579e to b50b026 Compare April 23, 2022 14:22
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 09e1ef8 to f5f2f8a Compare April 23, 2022 16:27
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from f5f2f8a to 80397a7 Compare May 2, 2022 22:45
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 80397a7 to dcba671 Compare September 25, 2022 12:55
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from dcba671 to 95131df Compare November 20, 2022 12:30
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 7b16d0c to 5fd92f8 Compare June 15, 2023 22:15
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 5fd92f8 to 6176430 Compare June 21, 2023 23:30
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 6176430 to 1fe1f45 Compare July 3, 2023 20:07
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 1fe1f45 to 5532178 Compare July 6, 2023 22:37
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 5532178 to 7543349 Compare July 14, 2023 10:00
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 7543349 to 04b26d9 Compare July 21, 2023 06:17
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 04b26d9 to a491bea Compare July 21, 2023 22:51
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from a491bea to 845e5a0 Compare August 7, 2023 08:19
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 845e5a0 to bb3c843 Compare August 14, 2023 19:16
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from bb3c843 to ccbea3e Compare August 15, 2023 01:17
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from ccbea3e to 8449195 Compare August 17, 2023 12:04
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 8449195 to 49ef9a9 Compare August 18, 2023 01:18
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 49ef9a9 to f5fe5ab Compare August 19, 2023 00:56
@macrat macrat closed this Aug 19, 2023
@renovate renovate bot changed the title Update dependency @next/bundle-analyzer to v13 chore(deps): update dependency @next/bundle-analyzer to v13 Aug 19, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 19, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 13.x releases. But if you manually upgrade to 13.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
依存関係 依存ライブラリのアップデート
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant