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

fix(deps): update all non-major dependencies #455

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/multipart 7.7.0 -> 7.7.3 age adoption passing confidence
@fastify/swagger 8.7.0 -> 8.8.0 age adoption passing confidence
@sinclair/typebox 0.29.4 -> 0.29.6 age adoption passing confidence
@types/node (source) 20.4.0 -> 20.4.4 age adoption passing confidence
@types/react (source) 18.2.14 -> 18.2.15 age adoption passing confidence
@types/react-dom (source) 18.2.6 -> 18.2.7 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.61.0 -> 5.62.0 age adoption passing confidence
@typescript-eslint/parser 5.61.0 -> 5.62.0 age adoption passing confidence
eslint (source) 8.44.0 -> 8.45.0 age adoption passing confidence
eslint-config-next (source) 13.4.8 -> 13.4.12 age adoption passing confidence
eslint-plugin-react 7.32.2 -> 7.33.0 age adoption passing confidence
fastify (source) 4.19.2 -> 4.20.0 age adoption passing confidence
fastify-plugin 4.5.0 -> 4.5.1 age adoption passing confidence
mercurius (source) 13.0.0 -> 13.1.0 age adoption passing confidence
next (source) 13.4.8 -> 13.4.12 age adoption passing confidence
next-transpile-modules 10.0.0 -> 10.0.1 age adoption passing confidence
vite (source) 4.3.9 -> 4.4.6 age adoption passing confidence

Release Notes

fastify/fastify-multipart (@​fastify/multipart)

v7.7.3

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v7.7.2...v7.7.3

v7.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v7.7.1...v7.7.2

v7.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-multipart@v7.7.0...v7.7.1

fastify/fastify-swagger (@​fastify/swagger)

v8.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger@v8.7.0...v8.8.0

sinclairzx81/typebox (@​sinclair/typebox)

v0.29.6

Compare Source

v0.29.5

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v8.45.0

Compare Source

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)

Chores

vercel/next.js (eslint-config-next)

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

Core Changes
  • Fix trailing slash with locale domain: #​52343
  • perf: use fs.readdirSync with withFileTypes: #​52340
  • Make get_client_chunking_context independent of context: #​51928
  • perf: use fs.opendir for better resource usage: #​52341
  • fix: metadatabase warning message: #​52363
  • perf: simplify getShortDynamicParamType on app-render: #​52355
  • fix: prevent infinite dev refresh on nested parallel routes: #​52362
  • turbopack: add incremental cache for node.js app rendering: #​52172
  • Refactor metadata og and twitter title to be always presented: #​52320
  • perf: reduce system calls on eslint plugin: #​52359
  • Turbopack: Use a different chunking context for web entry: #​52404
  • Temporarily revert change to pages render: #​52407
  • Remove integration tests now in vercel/turbo: #​52413
  • Update Rust nightly toolchain: #​51757
  • Cache concurrent ensurePage requests for the same page: #​52360
  • [turbopack]: Remove skipped integration tests: #​52421
  • Fix metadata layer webpack rule for server-only: #​52403
  • Override file based images with social images property: #​52416
  • Split the client reference manifest file to be generated per-entry: #​52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #​51993
  • fix: add aws packages to default serverComponentsExternalPackages: #​52388
  • refactor: avoid unnecessary async scopes in eslint: #​52418
  • Ensure useParams return array for catch-all routes: #​52494
  • turbopack: Module Trait: #​52401
  • Fix tracking of client reference manifest: #​52505
  • perf: create an experimental bundled version of the next server: #​52206
  • Chore: Remove redundant intersection type: #​52453
  • perf: Refactor recursiveReadDirSync: #​52517
  • add version to function config manifest: #​52507
  • Turbopack: Source trait: #​52511
  • Update id handling for fonts: #​52559
  • feat(turbopack): support swc transform plugins : #​50401
  • feat(babel-loader): provide migration help message for babel config: #​52565
  • Support global-error for ssr fallback: #​52573
  • Fix ISR case with bot requests: #​52581
  • fix(next/jest): jest can not load server-only code: #​52393
  • Turbopack: App Router build POC: #​52036
  • Avoid loading Next.js config again in render workers: #​52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #​52562
  • feat(next-swc): report native bindings load err code: #​52570
  • Move App Pages rendering into bundle: #​52290
  • feat(turbopack): support native webp: #​52285
  • Set sizes prop to any for svg icons: #​52609
  • Turbopack: OutputAsset trait: #​52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #​52649
  • Ensure root layout only render once per request: #​52589
  • Fix bundle path normalization for /index routes: #​52650
  • Turobpack: Next.rs API (part 1): #​52259
  • Clean up promises after resolving: #​52656
  • Catch layout error in global-error: #​52654
  • Fix per-entry client reference manifest for grouped and named segments: #​52664
Documentation Changes
  • chore(docs): fix link to useSearchParams: #​52348
  • docs: Clarify create-next-app requires public GitHub URLs.: #​52367
  • remove unnecessary dot.: #​52387
  • fix metadata-related typo in MDX documentation: #​52446
  • docs: Simplify message in React essentials section.: #​52469
  • docs: Improve error handling docs for server-side errors.: #​52302
  • docs: Add Playwright/Cypress Discord links: #​52084
  • docs: Add Kuma to CSS-in-JS supported list.: #​52438
  • docs: clarify fetch request de-duplication: #​52100
  • docs: Update TypeScript plugin section for VS Code prompt: #​52111
  • docs: Improve hydration mismatch error guide.: #​52481
  • docs: add Supabase loader for next/image: #​52480
  • docs: fix the incrementalCacheHandlerPath: #​52124
  • fixed error #​52486 fetchUsers to fetchUser: #​52487
  • Update 08-parallel-routes.mdx: #​52419
  • docs: Add formData example for Route Handlers: #​52358
  • chore(docs): Typesafe metadata object: #​52252
  • docs: Update _app and _document: #​52479
  • docs: add CDN optimization as possible hydration error cause: #​52489
  • docs: correct TypeScript spelling on the home page: #​52500
  • chore(docs): fix a few typos in image loader docs: #​52508
  • docs: fix grammar on Server Actions: #​52556
  • Fixed grammar in 03-react-essentials.mdx: #​52597
  • docs: fix typo in CSS Modules Description: #​52599
  • docs: Fix typo in generate-static-params.mdx: #​52595
  • docs: move MUI to supported list: #​52584
  • docs: Add missing closing tag for react hydration error message.: #​52607
Example Changes
  • examples: Update Convex to latest version (0.19): #​52473
  • Update examples: counter.tsx - Don't need empty space: #​52576
Misc Changes
  • Update swc_core to v0.79.13: #​52371
  • chore(ci): fix turbo input path globs: #​52414
  • fix(create-next-app): click event blockage under 1024px by adjusting z-index: #​52074
  • chore: add label to locked threads: #​52497
  • fix: not-found.tsx with output: export: #​52526
  • use npm pack instead of yarn pack: #​52563
  • ci: skip build-native for docs only change: #​52571
  • Remove unnecessary body-parser: #​52580
Credits

Huge thanks to @​ijjk, @​anonrig, @​alexkirsz, @​gfgabrielfranca, @​styfle, @​ztanner, @​leerob, @​sokra, @​huozhi, @​Bitbbot, @​wyattjoh, @​kdy1, @​wbinnssmith, @​shuding, @​jridgewell, @​BrennanColberg, @​Nick-Mazuk, @​delbaoliveira, @​thomasballinger, @​lucgagan, @​nroland013, @​SonMooSans, @​jenewland1999, @​thorwebdev, @​jyunhanlin, @​darshanjain-entrepreneur, @​DuCanhGH, @​Gnadhi, @​yagogmaisp, @​carlos-menezes, @​balazsorban44, @​ryo-manba, @​timneutkens, @​feedthejim, @​vamcs, @​matepapp, @​SleeplessOne1917, @​ecklf, @​djreillo, @​kwonoj, @​gnoff, @​feugy, @​karlhorky, @​starunaway, @​FernandVEYRIER, @​Ryan-Dia, @​Terro216, @​anthonyshew, and @​suhaotian for helping!

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!

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.33.0

Compare Source

Added
  • [display-name]: add checkContextObjects option ([#​3529][] @​JulesBlm)
  • [jsx-first-prop-new-line]: add multiprop option ([#​3533][] @​haydncomley)
  • [no-deprecated]: add React 18 deprecations ([#​3548][] @​sergei-startsev)
  • [forbid-component-props]: add disallowedFor option ([#​3417][] @​jacketwpbb)
Fixed
  • [no-array-index-key]: consider flatMap ([#​3530][] @​k-yle)
  • [jsx-curly-brace-presence]: handle single and only expression template literals ([#​3538][] @​taozhou-glean)
  • [no-unknown-property]: allow onLoad on source (@​ljharb)
  • [jsx-first-prop-new-line]: ensure autofix preserves generics in component name ([#​3546][] @​ljharb)
  • [no-unknown-property]: allow fill prop on <symbol> ([#​3555][] @​stefanprobst)
  • [display-name], [prop-types]: when checking for a capitalized name, ignore underscores entirely ([#​3560][] @​ljharb)
  • [no-unused-state]: avoid crashing on a class field function with destructured state ([#​3568][] @​ljharb)
  • [no-unused-prop-types]: allow using spread with object expression in jsx ([#​3570][] @​akulsr0)
  • Revert "[destructuring-assignment]: Handle destructuring of useContext in SFC" (#​3583 [#​2797][] @​102)
  • [prefer-read-only-props]: add TS support (#​3593 @​HenryBrown0)
Changed
  • [Docs] [jsx-newline], [no-unsafe], [static-property-placement]: Fix code syntax highlighting ([#​3563][] @​nbsp1221)
  • [readme] resore configuration URL ([#​3582][] @​gokaygurcan)
  • [Docs] [jsx-no-bind]: reword performance rationale ([#​3581][] @​gpoole)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Jul 6, 2023

Deployment failed with the following error:

Resource is limited - try again in 24 minutes (more than 100, code: "api-deployments-free-per-day").

@changeset-bot
Copy link

changeset-bot bot commented Jul 6, 2023

⚠️ No Changeset found

Latest commit: 4ebc8b8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security
Copy link

socket-security bot commented Jul 6, 2023

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@fastify/multipart 7.7.0...7.7.3 None +0/-2 188 kB matteo.collina
eslint 8.44.0...8.45.0 None +0/-0 2.89 MB eslintbot
mercurius 13.0.0...13.1.0 None +0/-1 597 kB matteo.collina

🚮 Removed packages: @fastify/swagger@8.7.0, @sinclair/typebox@0.29.4, eslint-config-next@13.4.8, eslint-plugin-react@7.32.2, fastify@4.19.2, fastify-plugin@4.5.0, next@13.4.8, next-transpile-modules@10.0.0, vite@4.3.9

@vercel
Copy link

vercel bot commented Jul 6, 2023

Deployment failed with the following error:

Resource is limited - try again in 1 hour (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2eeb18b to 08dcef3 Compare July 6, 2023 20:37
@vercel
Copy link

vercel bot commented Jul 6, 2023

Deployment failed with the following error:

Resource is limited - try again in 58 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bac9964 to b976076 Compare July 7, 2023 11:44
@vercel
Copy link

vercel bot commented Jul 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
trpc-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2023 2:34pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b976076 to 69d6d52 Compare July 7, 2023 23:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 69d6d52 to 6b48e7d Compare July 10, 2023 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b48e7d to c8daadb Compare July 10, 2023 18:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8daadb to e729f84 Compare July 11, 2023 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e729f84 to b0e07e7 Compare July 12, 2023 09:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0e07e7 to afc6eee Compare July 12, 2023 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afc6eee to 6df3531 Compare July 13, 2023 00:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6df3531 to 3b63234 Compare July 13, 2023 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b63234 to 457c15c Compare July 14, 2023 09:34
@vercel
Copy link

vercel bot commented Jul 14, 2023

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

vercel bot commented Jul 21, 2023

Deployment failed with the following error:

Resource is limited - try again in 16 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c9654fd to 7e0db27 Compare July 21, 2023 12:01
@vercel
Copy link

vercel bot commented Jul 21, 2023

Deployment failed with the following error:

Resource is limited - try again in 38 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 757cd07 to 4ebc8b8 Compare July 24, 2023 14:32
@renovate renovate bot merged commit cc8cab4 into main Jul 24, 2023
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 24, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants