Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v13.4.8 (#2694)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@next/bundle-analyzer](https://togithub.com/vercel/next.js) | [`13.4.7` -> `13.4.8`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/13.4.7/13.4.8) | [![age](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.8/compatibility-slim/13.4.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.8/confidence-slim/13.4.7)](https://docs.renovatebot.com/merge-confidence/) |
| [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://togithub.com/vercel/next.js)) | [`13.4.7` -> `13.4.8`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.7/13.4.8) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.8/compatibility-slim/13.4.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.8/confidence-slim/13.4.7)](https://docs.renovatebot.com/merge-confidence/) |
| [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`13.4.7` -> `13.4.8`](https://renovatebot.com/diffs/npm/next/13.4.7/13.4.8) | [![age](https://badges.renovateapi.com/packages/npm/next/13.4.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next/13.4.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next/13.4.8/compatibility-slim/13.4.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next/13.4.8/confidence-slim/13.4.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/next.js (@&#8203;next/bundle-analyzer)</summary>

### [`v13.4.8`](https://togithub.com/vercel/next.js/releases/tag/v13.4.8)

[Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.7...v13.4.8)

For a more detailed summary of recent performance improvements around compilation, please [see this comment](https://togithub.com/vercel/next.js/issues/48748#issuecomment-1614456247).

***

##### Core Changes

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

##### Documentation Changes

-   added good to know in `/app` based pages and layout in nested layouts: [#&#8203;51558](https://togithub.com/vercel/next.js/issues/51558)
-   docs: Add Panda CSS to CSS-in-JS docs.: [#&#8203;51484](https://togithub.com/vercel/next.js/issues/51484)
-   Add docs for src directory to include tailwindcss: [#&#8203;51619](https://togithub.com/vercel/next.js/issues/51619)
-   Add page router documentation: [#&#8203;51626](https://togithub.com/vercel/next.js/issues/51626)
-   docs: Add 'DO NOT EDIT' comment: [#&#8203;51600](https://togithub.com/vercel/next.js/issues/51600)
-   Fix validator action breaking when PRs originate from forks: [#&#8203;51668](https://togithub.com/vercel/next.js/issues/51668)
-   `docs`: fix generated app icons file extensions: [#&#8203;51562](https://togithub.com/vercel/next.js/issues/51562)
-   Fix typo in 01-typescript.mdx: [#&#8203;51669](https://togithub.com/vercel/next.js/issues/51669)
-   fix(docs): added missing dot: [#&#8203;51718](https://togithub.com/vercel/next.js/issues/51718)
-   Update 01-images.mdx: [#&#8203;51532](https://togithub.com/vercel/next.js/issues/51532)
-   Add app to tailwind.config.js in fonts documentation.: [#&#8203;51671](https://togithub.com/vercel/next.js/issues/51671)
-   Update docs for Google Analytics 4: [#&#8203;51405](https://togithub.com/vercel/next.js/issues/51405)
-   Fix Typo in Optimizing - Open Telemetry docs: [#&#8203;51729](https://togithub.com/vercel/next.js/issues/51729)
-   docs: improve minor grammar mistake: [#&#8203;51758](https://togithub.com/vercel/next.js/issues/51758)
-   fix: typo into 03-css-in-js.mdx page: [#&#8203;51761](https://togithub.com/vercel/next.js/issues/51761)
-   docs: Add updated `next/image` video.: [#&#8203;51790](https://togithub.com/vercel/next.js/issues/51790)
-   docs(deploy): fix GitHub Actions cache key: [#&#8203;51789](https://togithub.com/vercel/next.js/issues/51789)
-   Fix usage of article "an" before a consonant sound: [#&#8203;51803](https://togithub.com/vercel/next.js/issues/51803)
-   Update 10-router-handlers.mdx: [#&#8203;51850](https://togithub.com/vercel/next.js/issues/51850)
-   \[docs] fix angle bracket in mdx: [#&#8203;51920](https://togithub.com/vercel/next.js/issues/51920)
-   \[docs] Replace the term "hole" with "slot": [#&#8203;51919](https://togithub.com/vercel/next.js/issues/51919)
-   \[docs] fix curly brackets in mdx: [#&#8203;51916](https://togithub.com/vercel/next.js/issues/51916)
-   Add separate links in shared documentation: [#&#8203;51733](https://togithub.com/vercel/next.js/issues/51733)
-   Fix run-on sentence: [#&#8203;51956](https://togithub.com/vercel/next.js/issues/51956)
-   docs: make custom image loader a client component.: [#&#8203;51858](https://togithub.com/vercel/next.js/issues/51858)
-   docs: clarify `reactStrictMode: true` by default: [#&#8203;51931](https://togithub.com/vercel/next.js/issues/51931)
-   Remove unnecessary mention of scroll false: [#&#8203;51964](https://togithub.com/vercel/next.js/issues/51964)
-   Update next lint section: [#&#8203;51898](https://togithub.com/vercel/next.js/issues/51898)
-   Docs: Fix broken link: [#&#8203;51991](https://togithub.com/vercel/next.js/issues/51991)
-   chore(docs): explain `NODE_ENV` environment variable: [#&#8203;52003](https://togithub.com/vercel/next.js/issues/52003)
-   fix(create-next-app): consolidate messages to "Would you like to use": [#&#8203;52011](https://togithub.com/vercel/next.js/issues/52011)
-   Docs: Fix missing typings for typescript example: [#&#8203;52076](https://togithub.com/vercel/next.js/issues/52076)
-   docs: Fix broken link: [#&#8203;52092](https://togithub.com/vercel/next.js/issues/52092)

##### Example Changes

-   examples: improve `with-supabase` example: [#&#8203;51442](https://togithub.com/vercel/next.js/issues/51442)
-   examples: add missing `supabase-js` dependency for `with-supabase` example: [#&#8203;51703](https://togithub.com/vercel/next.js/issues/51703)
-   docs: update with-next-translate example using appdir: [#&#8203;51720](https://togithub.com/vercel/next.js/issues/51720)
-   fix some issues on examples/app-dir-i18n-routing: [#&#8203;51576](https://togithub.com/vercel/next.js/issues/51576)
-   chore(examples): relax pinned versions to fix npm install fail due to peer deps issue: [#&#8203;51636](https://togithub.com/vercel/next.js/issues/51636)
-   Avoiding try-catch block on examples/app-dir-i18n-routing: [#&#8203;51786](https://togithub.com/vercel/next.js/issues/51786)
-   \[examples] Update styling for with-supabase example: [#&#8203;51751](https://togithub.com/vercel/next.js/issues/51751)

##### Misc Changes

-   chore: make next/src/build files indexable on github: [#&#8203;51647](https://togithub.com/vercel/next.js/issues/51647)
-   fix lockfile: [#&#8203;51650](https://togithub.com/vercel/next.js/issues/51650)
-   Remove the 'notify' modifier on .vercel.approvers: [#&#8203;51655](https://togithub.com/vercel/next.js/issues/51655)
-   Move the Next.js team back to github codeowners: [#&#8203;51657](https://togithub.com/vercel/next.js/issues/51657)
-   Revert "\[Docs] Fix validator action breaking when PRs originate from …: [#&#8203;51674](https://togithub.com/vercel/next.js/issues/51674)
-   Update `swc_core` to `v0.78.15`: [#&#8203;51269](https://togithub.com/vercel/next.js/issues/51269)
-   Update link validator: use checks, fail on PR from forked repo: [#&#8203;51706](https://togithub.com/vercel/next.js/issues/51706)
-   Update page.tsx tw className: [#&#8203;49040](https://togithub.com/vercel/next.js/issues/49040)
-   Update needs for build and deploy: [#&#8203;51731](https://togithub.com/vercel/next.js/issues/51731)
-   Ensure we run cargo-integration on next change: [#&#8203;51736](https://togithub.com/vercel/next.js/issues/51736)
-   Update `swc_core` to `v0.78.24`: [#&#8203;51857](https://togithub.com/vercel/next.js/issues/51857)
-   Revert "Update `swc_core` to `v0.78.24`": [#&#8203;51940](https://togithub.com/vercel/next.js/issues/51940)
-   Update codeowners: [#&#8203;51935](https://togithub.com/vercel/next.js/issues/51935)
-   lint fix
-   Ensure metadata test is not affected by other tests: [#&#8203;51973](https://togithub.com/vercel/next.js/issues/51973)
-   Remove test skip: [#&#8203;51988](https://togithub.com/vercel/next.js/issues/51988)
-   Loosen metatdata test matcher: [#&#8203;52007](https://togithub.com/vercel/next.js/issues/52007)
-   chore(script): improve markdown changelog output in sync-react.js: [#&#8203;52052](https://togithub.com/vercel/next.js/issues/52052)
-   chore(script): fix typo in sync-react.js pull request url: [#&#8203;52057](https://togithub.com/vercel/next.js/issues/52057)
-   fix app-hmr-changes.test.ts by updating next-tweet: [#&#8203;52046](https://togithub.com/vercel/next.js/issues/52046)
-   link validator: log broken links for PRs from forks: [#&#8203;51963](https://togithub.com/vercel/next.js/issues/51963)
-   Renable flaky tests disabled before: [#&#8203;51680](https://togithub.com/vercel/next.js/issues/51680)

##### Credits

Huge thanks to [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;wyattjoh](https://togithub.com/wyattjoh), [@&#8203;dijonmusters](https://togithub.com/dijonmusters), [@&#8203;danger-ahead](https://togithub.com/danger-ahead), [@&#8203;bre30kra69cs](https://togithub.com/bre30kra69cs), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;Yash-Singh1](https://togithub.com/Yash-Singh1), [@&#8203;jridgewell](https://togithub.com/jridgewell), [@&#8203;alexkirsz](https://togithub.com/alexkirsz), [@&#8203;ztanner](https://togithub.com/ztanner), [@&#8203;sokra](https://togithub.com/sokra), [@&#8203;krmeda](https://togithub.com/krmeda), [@&#8203;tyler-lutz](https://togithub.com/tyler-lutz), [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;delbaoliveira](https://togithub.com/delbaoliveira), [@&#8203;bigyanse](https://togithub.com/bigyanse), [@&#8203;kdy1](https://togithub.com/kdy1), [@&#8203;2-NOW](https://togithub.com/2-NOW), [@&#8203;ForsakenHarmony](https://togithub.com/ForsakenHarmony), [@&#8203;Mingyu-Song](https://togithub.com/Mingyu-Song), [@&#8203;morganfeeney](https://togithub.com/morganfeeney), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;aralroca](https://togithub.com/aralroca), [@&#8203;nickmccurdy](https://togithub.com/nickmccurdy), [@&#8203;adamjmcgrath](https://togithub.com/adamjmcgrath), [@&#8203;shuding](https://togithub.com/shuding), [@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi), [@&#8203;angel1254mc](https://togithub.com/angel1254mc), [@&#8203;cxa](https://togithub.com/cxa), [@&#8203;ibash](https://togithub.com/ibash), [@&#8203;mohanraj-r](https://togithub.com/mohanraj-r), [@&#8203;kevinmitch14](https://togithub.com/kevinmitch14), [@&#8203;iaurg](https://togithub.com/iaurg), [@&#8203;steebchen](https://togithub.com/steebchen), [@&#8203;Cow258](https://togithub.com/Cow258), [@&#8203;charlesbdudley](https://togithub.com/charlesbdudley), [@&#8203;feedthejim](https://togithub.com/feedthejim), [@&#8203;tyhopp](https://togithub.com/tyhopp), [@&#8203;Drblessing](https://togithub.com/Drblessing), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;kwonoj](https://togithub.com/kwonoj), [@&#8203;MaxLeiter](https://togithub.com/MaxLeiter), [@&#8203;milovangudelj](https://togithub.com/milovangudelj), [@&#8203;SukkaW](https://togithub.com/SukkaW), [@&#8203;jacobsfletch](https://togithub.com/jacobsfletch), [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg), [@&#8203;zignis](https://togithub.com/zignis), [@&#8203;ChristianIvicevic](https://togithub.com/ChristianIvicevic), [@&#8203;mrxbox98](https://togithub.com/mrxbox98), [@&#8203;oliviertassinari](https://togithub.com/oliviertassinari), [@&#8203;balazsorban44](https://togithub.com/balazsorban44), [@&#8203;fsansalvadore](https://togithub.com/fsansalvadore), [@&#8203;DuCanhGH](https://togithub.com/DuCanhGH), [@&#8203;tvthatsme](https://togithub.com/tvthatsme), [@&#8203;gnoff](https://togithub.com/gnoff), and [@&#8203;SonMooSans](https://togithub.com/SonMooSans) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/HedvigInsurance/racoon).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent 2358846 commit 085419f
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 483 deletions.
2 changes: 1 addition & 1 deletion apps/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jsdom": "22.1.0",
"lodash-es": "4.17.21",
"marked": "5.1.0",
"next": "13.4.7",
"next": "13.4.8",
"next-i18next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
16 changes: 8 additions & 8 deletions apps/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jotai": "2.2.1",
"jwt-decode": "3.1.2",
"md5": "2.3.0",
"next": "13.4.7",
"next": "13.4.8",
"next-i18next": "14.0.0",
"nprogress": "0.2.0",
"personnummer": "3.2.1",
Expand All @@ -72,12 +72,12 @@
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@next/bundle-analyzer": "13.4.7",
"@storybook/addon-actions": "7.0.25",
"@storybook/addon-essentials": "7.0.25",
"@storybook/addon-links": "7.0.25",
"@storybook/nextjs": "7.0.25",
"@storybook/react": "7.0.25",
"@next/bundle-analyzer": "13.4.8",
"@storybook/addon-actions": "7.0.26",
"@storybook/addon-essentials": "7.0.26",
"@storybook/addon-links": "7.0.26",
"@storybook/nextjs": "7.0.26",
"@storybook/react": "7.0.26",
"@swc-jotai/react-refresh": "0.0.8",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
Expand All @@ -98,7 +98,7 @@
"msw": "1.2.2",
"next-router-mock": "0.9.7",
"prettier": "2.8.8",
"storybook": "7.0.25",
"storybook": "7.0.26",
"storybook-addon-apollo-client": "5.0.0",
"subscriptions-transport-ws": "0.11.0",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.60.1",
"eslint-config-next": "13.4.7",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-testing-library": "5.11.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@babel/preset-typescript": "7.22.5",
"@emotion/babel-plugin": "11.11.0",
"@emotion/jest": "11.11.0",
"@storybook/addon-actions": "7.0.25",
"@storybook/addon-essentials": "7.0.25",
"@storybook/addon-links": "7.0.25",
"@storybook/react": "7.0.25",
"@storybook/react-webpack5": "7.0.25",
"@storybook/addon-actions": "7.0.26",
"@storybook/addon-essentials": "7.0.26",
"@storybook/addon-links": "7.0.26",
"@storybook/react": "7.0.26",
"@storybook/react-webpack5": "7.0.26",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
Expand All @@ -41,7 +41,7 @@
"eslint": "8.44.0",
"eslint-config-custom": "workspace:",
"jest": "29.5.0",
"storybook": "7.0.25",
"storybook": "7.0.26",
"ts-jest": "29.1.1",
"tsconfig": "workspace:",
"tsconfig-paths-webpack-plugin": "4.0.1",
Expand Down
Loading

2 comments on commit 085419f

@vercel
Copy link

@vercel vercel bot commented on 085419f Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

onboarding – ./apps/onboarding

onboarding-hedvig.vercel.app
onboarding-git-main-hedvig.vercel.app
racoon-onboarding.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 085419f Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.