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 #52

Merged
merged 1 commit into from
Apr 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@headlessui/react 1.7.13 -> 1.7.14 age adoption passing confidence dependencies patch
@mantine/hooks (source) 6.0.2 -> 6.0.7 age adoption passing confidence dependencies patch
@next/font 13.2.4 -> 13.3.0 age adoption passing confidence dependencies minor
@types/lodash (source) 4.14.191 -> 4.14.194 age adoption passing confidence devDependencies patch
@types/node (source) 18.15.3 -> 18.15.11 age adoption passing confidence devDependencies patch
@types/react (source) 18.0.28 -> 18.0.37 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.55.0 -> 5.59.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.55.0 -> 5.59.0 age adoption passing confidence dependencies minor
daisyui (source) 2.51.4 -> 2.51.5 age adoption passing confidence dependencies patch
eslint (source) 8.36.0 -> 8.38.0 age adoption passing confidence devDependencies minor
eslint-config-next 13.2.4 -> 13.3.0 age adoption passing confidence devDependencies minor
morelinq (source) 3.4.1 -> 3.4.2 age adoption passing confidence nuget patch
next (source) 13.2.4 -> 13.3.0 age adoption passing confidence dependencies minor
postcss (source) 8.4.21 -> 8.4.22 age adoption passing confidence devDependencies patch
prettier (source) 2.8.4 -> 2.8.7 age adoption passing confidence dependencies patch
prettier-plugin-tailwindcss 0.2.5 -> 0.2.7 age adoption passing confidence dependencies patch
react-svg 16.1.6 -> 16.1.8 age adoption passing confidence dependencies patch
tailwindcss (source) 3.2.7 -> 3.3.1 age adoption passing confidence devDependencies minor
turbo (source) 1.8.3 -> 1.9.3 age adoption passing confidence devDependencies minor
undici (source) 5.21.0 -> 5.21.2 age adoption passing confidence dependencies patch

Release Notes

tailwindlabs/headlessui

v1.7.14

Compare Source

Fixed
  • Fix focus styles showing up when using the mouse (#​2347)
  • Fix "Can't perform a React state update on an unmounted component." when using the Transition component (#​2374)
  • Add FocusTrap event listeners once document has loaded (#​2389)
  • Fix className hydration for <Transition appear> (#​2390)
  • Improve Combobox types to improve false positives (#​2411)
  • Merge className correctly when it’s a function (#​2412)
  • Correctly handle IME composition in <Combobox.Input> (#​2426)
Added
  • Add form prop to form-like components such as RadioGroup, Switch, Listbox, and Combobox (#​2356)
mantinedev/mantine

v6.0.7

Compare Source

What's Changed
  • [@mantine/core] Fix portalProps types and override order in all components (#​4009)
  • [@mantine/core] ColorInput: Fix onChange() executed after onBlur() (#​4012)
  • [@mantine/dates] DatePickerInput: fix type field always displaying generic value in autocomplete (#​4017)
  • [@mantine/core] Notification: Add withBorder prop (#​4022)
  • [@mantine/dates] Fix dates range displayed incorrectly when given dates have time that is close to the next day (#​4028)
  • [@mantine/core] ColorInput: Fix onChangeEnd not being called when color is picked with eyedropper (#​4031)
  • [@mantine/core] Slider: Fix incorrect marks click behavior (#​4000)
New Contributors

Full Changelog: mantinedev/mantine@6.0.6...6.0.7

v6.0.6

Compare Source

What's Changed
  • [@mantine/core] MultiSelect: Fix incorrect default value max-width (#​3958)
  • [@mantine/dates] Fix onNextDecade, onPreviousDecade and similar handlers not working on some components (#​3946)
  • [@mantine/core] Modal: Fix incorrect close button position when there is no title (#​3939)
  • [@mantine/core] Image: Fix imageProps overrding component props (#​3985)
  • [@mantine/form] Rollback form.reset type change (#​3956)
  • [@mantine/dates] Fix page scrolling on ArrowUp/ArrowDown keyboard navigation (#​3925)
  • [@mantine/dates] DateInput: Fix defaultDate not working (#​3950)
  • [@mantine/dates] Add missing props from DatePicker (#​3951)
  • [@mantine/dates] Fix weekday labeling when dayjs.locale is used (#​3954)
  • [@mantine/core] MultiSelect: Fix broken styles in Safari (#​3980)
  • [@mantine/core] NumberInput: Fix onChange not being called correctly (#​3984)
  • [@mantine/dates] DatePicker: Fix component throwing error when type changes (#​3989)
  • [@mantine/core] NumberInput: Add thousandsSeparator (#​3990)
  • [@mantine/core] ColorPicker: Fix color picker state not being updated when component is uncontrolled and color swatch is clicked
New Contributors

Full Changelog: mantinedev/mantine@6.0.5...6.0.6

v6.0.5

What's Changed
  • [@mantine/core] Change Modal and Drawer to use native scrollbars by default, remove excessive markup (#​3854)
  • [@mantine/core] Drawer: Fix styles api on MantineProvider not working
  • [@mantine/core] Button: Fix hover styles not overwritten with &:hover selector (#​3920)
  • [@mantine/dates] Change tab order behavior to match native date pickers (#​3876)
  • [@mantine/dates] Fix tab order with hideOutsideDates prop (#​3849)
  • [@mantine/form] Fix incorrect form errors behavior with form.resorderListItem and form.insertListItem handlers (#​3828)
  • [@mantine/core] Popover: Add option to change offset for each axis individually (#​3775)
  • [@mantine/core] MultiSelect: Fix disableSelectedItemFiltering prop not working with searchable option (#​3894)
  • [@mantine/core] Autocomplete: Fix incorrect aria- attributes on input element (#​3900)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect breakpoints used in styles (#​3902)
  • [@mantine/form] Allow to specify values partial in form.resetDirty (#​3906)
  • [@mantine/core] Slider: Fix incorrect behavior when slider is disabled and marks are clicked (#​3856)
New Contributors

Full Changelog: mantinedev/mantine@6.0.3...6.0.5

v6.0.3: 6.0.4

Compare Source

What's Changed
  • [@mantine/dates] Calendar: Improve tab navigation order in decade/year/month views (#​3728)
  • [@mantine/core] Fix NumberInput precision formatting (#​3756)
  • [@mantine/hooks] use-timeout: Memoize clear and start functions (#​3801)
  • [@mantine/core] Modal: Fix unexpected attributes added to root dom node (#​3802)
  • [@mantine/dates] DatePickerInput: Fix unexpected attribute valueFormat being added to root dom node (#​3804)
  • [@mantine/form] Fix some object being incorrectly cloned in form.setFieldValue handler (#​3805)
  • [@mantine/tiptap] Update installation instructions to include tiptap/pm package (#​3806)
  • [@mantine/core] Accordion: Fix parts of lowercase letters being cut off by overflow: hidden (#​3812)
  • [@mantine/styles] Expose theme breakpoints as css variables (#​3824)
  • [@mantine/core] Fix Modal/Drawer content scrolling over header (#​3829)
  • [@mantine/core] Pagination: Fix incorrect chevron icons in RTL (#​3809)
  • [@mantine/core] Select: Fix shadow prop not working (#​3807)
  • [@mantine/core] Pagination: Fix spacing={0} nor working
  • [@mantine/form] Make isEmail validation simpler to allow usage of dots and plus signs
New Contributors

Full Changelog: mantinedev/mantine@6.0.2...6.0.3

vercel/next.js

v13.3.0

Compare Source

Core Changes
  • Add Zod and router state validation: #​46962
  • Support default arrow function export in server boundary #​46977
  • Generate fixed route path for favicon.ico: #​46997
  • update turbopack: #​46994
  • Update next/font/google data: #​46988
  • fix: added jsdom & canvas to the external packages list - fixes #​46893: #​46990
  • Add auto-detection of image/x-icon content type: #​47013
  • fix: exclude 'mdx-bundler' from being bundled in server components: #​46992
  • Add /route subpath to metadata static routes: #​47030
  • Ensure router.refresh() matches revalidatePath('/') behavior: #​46723
  • Reorganize client references manifest: #​46777
  • Opt-in to dynamic rendering when reading searchParams: #​46205
  • Fix CSS not being bundled in app dir: #​45787
  • feat(standalone): allow configuring KEEP_ALIVE_TIMEOUT via env var: #​46052
  • i18n Improvements: #​47174
  • Support manifest.json static and dynamic route: #​47240
  • Ensure config and fetch revalidate are honored: #​47255
  • feat: add fetchPriority to next/image: #​47222
  • chore: add missing ts type in next-edge-app-route-loader: #​47243
  • Split app-render functions into separate files: #​47282
  • fix: typo in output:export error messages: #​47252
  • fix: handle different cases of React fetchPriority: #​47302
  • [edge] limit the api surface of util: #​47292
  • parallel routes: fix duplicate dev warning: #​47317
  • next/font/local prep: compartmentalize next/font/google: #​47213
  • Improve OTEL spans naming: #​47209
  • fix invalid comment in parseParameter function: #​47291
  • Add searchParams to leaf cache key: #​47312
  • Remove duplicated if statement: #​47322
  • Add a .catch to shared router for ssg fetching.: #​47265
  • parallel routes: fix nested routes: #​47323
  • [Nitpick] Remove unnecessary await in base-server: #​47313
  • Warn about default exports with App Routes: #​47263
  • Add better-sqlite3 to server external packages: #​47327
  • Change App Route Route Handler signature: #​47268
  • Calling turbopack from the next build CLI: #​46602
  • Update Turbopack to turbopack-230321.1: #​47342
  • parallel routes: fix HMR refetch issue: #​47343
  • Fix bad route path for custom metadata routes: #​47286
  • Fix POST fetch request cache heuristic in POST route handler: #​47333
  • Fix: only apply metadata dynamic image routes convention for app dir: #​47367
  • Marks app paths in dev as supporting dynamic html: #​46848
  • fix: add pretty error for exportPathMap with app dir: #​47371
  • Skip extra swc builds: #​47378
  • Simplify moduleProxy alias: #​47381
  • Skip warning if there is app directory for no-html-link-for-pages rule: #​42516
  • Catch redirect() in root layout: #​47345
  • Add useParams(): #​47373
  • Refactor ES chunk evaluate logic into a Runtime trait: #​47116
  • Add more spans into OTEL instrumentation to wrap all user defined functions: #​47368
  • Support HOC cases in server entries: #​47379
  • Support dynamic routes for social images and icons: #​47372
  • Fix build spinner in TTY env: #​47383
  • upgrade vendored React to 18.3.0-next-12a1d140e-20230321: #​47405
  • Add default meta tags to error page: #​47404
  • Extend not-found.js to catch all unmatched routes: #​47328
  • Add optional match support of rewrites and redirects in typedRoutes: #​47398
  • Support dynamic routes for social images and icons: #​47425
  • turbopack: Implement streamed middleware: #​47264
  • Fix twitter metadata info merging: #​47433
  • improve source mapping of console output and errors: #​47388
  • Fix closure and rest params handling in SWC transform: #​47401
  • feat: change next build to emit output with output: export: #​47376
  • Error during dev if returning Response in pages API routes in Node.js runtime: #​47442
  • Add content hash for dynamic og image routes: #​47440
  • chore: add telemetry for output: export: #​47464
  • Update fetch cache memory handling: #​47465
  • add useReportWebVitals that makes use of web-vitals package: #​47319
  • Ignore folders prefixed by underscore (_) in App Router: #​47439
  • Finalize HOC support with server entries and add encodeReply & decodeReply: #​47438
  • Locale fixes for App Directory: #​47429
  • Fix useSelectedLayoutSegments including PAGE: #​47492
  • parallel routes: implement default route + fix bugs on navigation: #​47436
  • Add http.route into root otel span: #​47392
  • fix: typo in max cache size error message: #​47505
  • Fix other case for useSelectedLayoutSegments: #​47511
  • fix error handling and hanging problems: #​47457
  • restore dynamic directory embedding: #​47260
  • Remove head.js: #​47507
  • Return null for useParams in pages: #​47490
  • Clean up leftover loaders: #​46801
  • Feat(next-types-plugin): added support for Route Handlers: #​47185
  • Add warning when deopting page into client rendering entirely: #​47531
  • Integrating capsize latest: #​47428
  • Rename app-render/index.tsx to app-render/app-render.tsx: #​47285
  • refactor(relay): Use transform from swc/plugins repository: #​47441
  • remove unused turbo dependencies: #​47557
  • Add initial tree shaking refactorings: #​47559
  • next/font/local support for Turbopack: #​47369
  • Handle unknown platform triples in next-swc: #​47570
  • Fix fetch cache config and fetch revalidates: #​47573
  • Fix instrumentation not being called on edge in some cases: #​47495
  • Implement automatic font fallback support for next/font/local: #​47463
  • Document various structs and methods in next/font: #​47588
  • Fix race condition of invalidation: #​47586
  • add test case for nested imports: #​47580
  • Underscore Handling Fixes: #​47581
  • Move App Route handler logic into bundle: #​47582
  • Revert "Move App Route handler logic into bundle": #​47614
  • Make sure the global not found route doesn't conflict with existing /not-found route: #​47619
  • Fix robots.txt generation: #​47625
  • fix typescript errors in next-core: #​47607
  • Expose metadata types: #​47630
  • show most recent error first in turbopack error overlay: #​47414
  • Move App Route handler logic into bundle: #​47633
  • fix: handle output: export with use client: #​47635
  • provide Buffer polyfill to client and edge: #​47610
  • fix: image loaderFile with edge runtime: #​47659
  • Update vendored react to 18.3.0-next-85de6fde5-20230328: #​47675
  • fix: improve type of ExportPathMap: #​47676
  • Fix(next-types-plugin): remove unused imports: #​47667
  • resolve browser modules for edge api in turbopack: #​47604
  • build(next-swc): introduce turbo-binding: #​47512
  • Revert "Update vendored react to 18.3.0-next-85de6fde5-20230328": #​47687
  • Fix next-types-plugin generated files for Node16/NodeNext: #​47571
  • Revert "Vendor @​vercel/og and expose ImageResponse (#​47657": #​47711
  • fix: handle empty src prop on next/image: #​47695
  • Add not found boundary and move head cache to app router: #​47688
  • Fix turbopack _devPagesManifest.json on next-site: #​47427
  • Update MetadataRoute to namespace: #​47674
  • Provide default metadataBase for local and vercel deployment: #​47568
  • Fix duplicated default metadata tags: #​47690
  • chore(docs): update next export to output: 'export': #​47717
  • Vendor @​vercel/og and expose ImageResponse : #​47715
  • Turbopack: Fix images.remotePatterns port/protocol serialization: #​47721
  • Combine Route Handlers with Route Modules: #​47679
  • feat(next-swc): add compile-time heap profiler flag: #​47729
  • Add NEXT_RUNTIME process env to turbopack: #​47713
  • Small fixes to copy of Turbopack errors: #​47734
  • fix: correctly handle Set-Cookie headers: #​47718
  • Support relative path for metadata alternates urls: #​47743
  • remove next-core package.json dev script: #​47746
  • Restart static paths worker after finishing task: #​47716
  • feat: bump minimum ts version to 4.5.2: #​47712
  • Turobpack: Implement Streaming App/API rendering: #​47476
  • Update app router filter handling: #​47761
  • fix: improve error message pages for output: export: #​47765
  • add consistent import sorting/grouping to rustfmt: #​47745
  • turbopack: ensure ENV values are available in middleware: #​47767
  • Fix skipMiddlewareUrlNormalize with i18n: #​47773
  • Fix typo in error overlay: #​47762
  • provide full polyfill for process: #​47764
  • Turbopack: Use SharedError for body streaming: #​47677
  • fix(export): make static export work with worker_threads: #​47784
  • Skip favicon.js for metadata: #​47790
  • Fix module resolving error in tracer: #​47786
  • Fix fetchCache config and On-Demand Revalidate handling: #​47803
  • Add computeWorkerKey to the static optimization worker: #​47792
  • fix(next-types-plugin): add ParamCheck type only for route.ts files: #​47739
  • fix: added tab and carriage to isWhitespace function to make robust: #​47785
  • Fix prefetch only being applied once: #​47797
  • Fix failing rust-check: #​47811
  • Move modularize imports for next/server to next-swc: #​47788
  • Add initial separated route resolving: #​47208
  • Fix dev ipc request on node v16: #​47825
  • Update render IPC handling: #​47835
  • Fix: fill route params for dynamic route metadata images url: #​47829
  • Enable context caching for middleware/edge functions in dev: #​47840
  • New app routes resolving logic for turbopack: #​47737
  • Polish metadata warnings: #​47853
  • Memory improvements to static workers: #​47823
  • Hide internal fetches OTel traces in dev mode and assert duplicate OTel spans are present only in dev mode: #​47822
  • feat(turbopack): support transform options: #​47365
  • Update dev IPC request: #​47877
  • Fix type plugin for NX workspaces: #​47534
  • Change package path from gitpkg.now.sh to gitpkg.vercel.app: #​47879
  • TS plugin: ensure error and global-error files are client components: #​47882
  • Decrease required open telemetry peer-dependency version: #​47861
  • router: implement route interceptions: #​47565
  • Fix issue where NextServer.prepare wouldn't be called when deployed: #​47899
  • Add missing module.hot.accept call to server CSS modules: #​47913
  • mark resolve issues inside a try block as warnings: #​47763
  • Hide not ENOENT errors for not found in ipc server: #​47854
  • Update react docs link: #​47891
  • turbopack: defer dev code evaluation until after page render IPC connects: #​47888
  • add test case for alias field: #​47856
  • add test case for ignore modules: #​47758
  • Small refactoring to build/index.ts: #​47935
  • Compare modules' layer when tracking server CSS changes: #​47927
  • Extend type for streamEntrypoints: #​47874
  • Add strict next head handling: #​47938
  • ChunkingContext refactor pt. 1: #​47693
  • Add dynamic parameter marker to router cache key: #​47957
  • Vendor react@experimental under an experimentalReact flag: #​47759
  • avoid duplicated error output: #​47954
  • add a warning when using implicit metadata: #​47928
  • Fallback to localhost for metadataBase when it's used and missing: #​47910
  • Fix app metadata in edge runtime: #​47941
  • Auto-restart dev server when next.config.js changes: #​47912
  • Unify Request types: #​47884
  • Update search params/route params handling on deploy: #​47930
  • turbopack: add vary header to app routes: #​47946
  • Check for null before reading value in useParams: #​47875
  • Fix metadata nested twitter props rendering: #​47972
  • Create unique route path for og under group routes: #​47985
  • allow turbopack HMR to recover from react errors without hard refresh: #​47771
  • Implement Route type for router APIs: #​47931
  • If prefetching detected as app route, pass "as" to handleHardNavigation instead of "url": #​47949
  • update turbopack: #​47994
  • Revert "update turbopack": #​48001
  • update turbopack: #​48006
  • Fix css applying for root not found: #​47992
  • fix code generation for loader tree: #​47987
  • interception routes: re-implementation: #​48027
  • parallel routes: return a 404 when a parallel route does not have a default page/do not match: #​47872
  • Update normalize revalidate params for named matches: #​48032
  • fix: handle error case for output: export in next dev: #​47768
  • report error when using "use server" on module level: #​47967
  • Only cache successful fetches: #​48033
  • Revert "Vendor react@experimental under an experimentalReact flag": #​48038
  • Replaced Reflect with ReflectAdapter: #​48000
Documentation Changes
Example Changes
  • fix typo: #​47235
  • chore(examples): fix Mongoose deprecation warning: #​47358
  • chore: fix localhost port: #​47413
  • Update to supertokens example app: #​47435
  • chore(examples): Fix for destroy is not a function error: #​47469
  • Updated the versus short form in ssg-ssr example in docs: #​47397
  • fix-(Examples) Updated link tags in Auth0 example code.: #​47518
  • Remove incorrect entries for pnpm debug log: #​47241
  • Use App Router for static export example.: #​47584
  • Update Convex example to convex@0.12.0: #​47175
  • Updates with-supertokens example app: #​47701
  • Update github link: #​47900
Misc Changes
  • Update next/font/google data: #​46988
  • fix: added jsdom & canvas to the external packages list - fixes #​46893: #​46990
  • Add auto-detectio

Configuration

📅 Schedule: Branch creation - "before 6am on Saturday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 25, 2023
@vercel
Copy link

vercel bot commented Mar 25, 2023

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

Name Status Preview Comments Updated (UTC)
games-ewal-net ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2023 7:54pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5df26a to fb77e51 Compare March 26, 2023 01:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb77e51 to b51c962 Compare March 27, 2023 23:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b51c962 to 58ce5ee Compare March 28, 2023 11:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58ce5ee to 5698cdc Compare March 28, 2023 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5698cdc to 5582a06 Compare March 29, 2023 02:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5582a06 to 09c61bc Compare March 29, 2023 15:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09c61bc to 1cfd9c2 Compare March 29, 2023 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cfd9c2 to 9697d8b Compare March 30, 2023 01:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9697d8b to d29ebc9 Compare March 30, 2023 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d29ebc9 to c0dc6aa Compare April 2, 2023 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c0dc6aa to caeb251 Compare April 4, 2023 03:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from caeb251 to 48cae1b Compare April 4, 2023 07:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48cae1b to fdd678a Compare April 5, 2023 17:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 394dffc to 2474063 Compare April 14, 2023 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2474063 to 1d54ee4 Compare April 14, 2023 08:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d54ee4 to cbab4ab Compare April 16, 2023 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cbab4ab to 0a6599e Compare April 17, 2023 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a6599e to 8f88be7 Compare April 17, 2023 18:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f88be7 to 8243bd2 Compare April 17, 2023 23:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8243bd2 to a6c46e4 Compare April 18, 2023 12:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6c46e4 to 92e703a Compare April 20, 2023 01:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92e703a to e25d817 Compare April 20, 2023 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e25d817 to 5148d46 Compare April 21, 2023 04:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5148d46 to ce9e33c Compare April 22, 2023 02:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce9e33c to d7e9948 Compare April 23, 2023 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7e9948 to 0eb9871 Compare April 23, 2023 19:53
@ervwalter ervwalter merged commit c8688c8 into main Apr 23, 2023
1 check passed
@ervwalter ervwalter deleted the renovate/all-minor-patch branch April 23, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant