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 nextjs monorepo (patch) #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

plural-renovate[bot]
Copy link
Contributor

@plural-renovate plural-renovate bot commented Jul 7, 2023

This PR contains the following updates:

Package Type Update Change
@next/bundle-analyzer devDependencies patch 13.4.12 -> 13.4.19
eslint-config-next (source) devDependencies patch 14.1.0 -> 14.1.4

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!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@netlify
Copy link

netlify bot commented Jul 7, 2023

Deploy Preview for plural-marketing failed.

Name Link
🔨 Latest commit d9998f3
🔍 Latest deploy log https://app.netlify.com/sites/plural-marketing/deploys/65fa8cdc4ecd8c00081a40ca

@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 929fa2b to 87a57d4 Compare July 14, 2023 10:13
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.9 (patch) chore(deps): update nextjs monorepo to v13.4.10 (patch) Jul 14, 2023
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.10 (patch) chore(deps): update nextjs monorepo to v13.4.10 (patch) - autoclosed Jul 17, 2023
@plural-renovate plural-renovate bot closed this Jul 17, 2023
@plural-renovate plural-renovate bot deleted the renovate/patch-nextjs-monorepo branch July 17, 2023 15:53
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.10 (patch) - autoclosed chore(deps): update nextjs monorepo to v13.4.10 (patch) Jul 21, 2023
@plural-renovate plural-renovate bot reopened this Jul 21, 2023
@plural-renovate plural-renovate bot restored the renovate/patch-nextjs-monorepo branch July 21, 2023 07:08
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 87a57d4 to 5e4494e Compare July 21, 2023 10:25
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.10 (patch) chore(deps): update nextjs monorepo to v13.4.11 (patch) Jul 21, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 5e4494e to 8074534 Compare July 21, 2023 23:32
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.11 (patch) chore(deps): update nextjs monorepo to v13.4.12 (patch) Jul 21, 2023
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.12 (patch) chore(deps): update dependency eslint-config-next to v13.4.12 Jul 28, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 8074534 to b59b1ed Compare August 4, 2023 15:26
@plural-renovate plural-renovate bot requested a review from a team as a code owner August 4, 2023 15:26
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from b59b1ed to f08234d Compare August 7, 2023 08:59
@plural-renovate plural-renovate bot changed the title chore(deps): update dependency eslint-config-next to v13.4.12 chore(deps): update nextjs monorepo to v13.4.13 (patch) Aug 7, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 2 times, most recently from 4ec8220 to d412e2b Compare August 14, 2023 21:45
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.13 (patch) chore(deps): update nextjs monorepo to v13.4.15 (patch) Aug 14, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from d412e2b to 7e6dd44 Compare August 15, 2023 00:32
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.15 (patch) chore(deps): update nextjs monorepo (patch) Aug 15, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 7e6dd44 to 98fbe0c Compare August 15, 2023 03:22
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo (patch) chore(deps): update nextjs monorepo to v13.4.16 (patch) Aug 15, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 98fbe0c to c17700a Compare August 17, 2023 11:22
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.16 (patch) chore(deps): update nextjs monorepo to v13.4.17 (patch) Aug 17, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from c17700a to 0d6d20c Compare August 18, 2023 03:06
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.17 (patch) chore(deps): update nextjs monorepo to v13.4.18 (patch) Aug 18, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 0d6d20c to 0e55f71 Compare August 19, 2023 03:08
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.18 (patch) chore(deps): update nextjs monorepo to v13.4.19 (patch) Aug 19, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 0e55f71 to 285af34 Compare November 13, 2023 21:27
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo to v13.4.19 (patch) chore(deps): update dependency @next/bundle-analyzer to v13.4.19 Nov 13, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 285af34 to e9e2000 Compare November 16, 2023 20:31
@plural-renovate plural-renovate bot changed the title chore(deps): update dependency @next/bundle-analyzer to v13.4.19 chore(deps): update nextjs monorepo (patch) Nov 16, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from e9e2000 to 7422ded Compare December 7, 2023 22:35
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 7422ded to 7bb1c91 Compare February 14, 2024 18:41
@plural-renovate plural-renovate bot changed the title chore(deps): update nextjs monorepo (patch) chore(deps): update dependency @next/bundle-analyzer to v13.4.19 Feb 14, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 7bb1c91 to 30d5217 Compare March 1, 2024 19:51
@plural-renovate plural-renovate bot changed the title chore(deps): update dependency @next/bundle-analyzer to v13.4.19 chore(deps): update nextjs monorepo (patch) Mar 1, 2024
@plural-renovate
Copy link
Contributor Author

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/usr/local/bin/yarn: line 4: .: filename argument required
.: usage: . filename [arguments]

@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 2 times, most recently from cd179a7 to ad54898 Compare March 6, 2024 20:58
@plural-renovate plural-renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from ad54898 to d9998f3 Compare March 20, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants