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 dependencies #58

Merged
merged 1 commit into from Jan 30, 2023
Merged

fix(deps): update all dependencies #58

merged 1 commit into from Jan 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify/react (source) 4.0.1 -> 4.1.0 age adoption passing confidence
@mantine/core (source) 5.10.0 -> 5.10.2 age adoption passing confidence
@mantine/hooks (source) 5.10.0 -> 5.10.2 age adoption passing confidence
@mantine/next (source) 5.10.0 -> 5.10.2 age adoption passing confidence
@reduxjs/toolkit (source) 1.9.1 -> 1.9.2 age adoption passing confidence
@tanstack/react-query (source) 4.22.0 -> 4.24.3 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.22.0 -> 4.24.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.48.1 -> 5.49.0 age adoption passing confidence
@typescript-eslint/parser 5.48.1 -> 5.49.0 age adoption passing confidence
axios (source) 1.2.2 -> 1.2.6 age adoption passing confidence
eslint (source) 8.31.0 -> 8.33.0 age adoption passing confidence
eslint-config-next 13.1.2 -> 13.1.6 age adoption passing confidence
eslint-plugin-import 2.27.4 -> 2.27.5 age adoption passing confidence
eslint-plugin-react 7.32.0 -> 7.32.2 age adoption passing confidence
next (source) 13.1.2 -> 13.1.6 age adoption passing confidence
next-auth (source) 4.18.8 -> 4.19.0 age adoption passing confidence
prettier (source) 2.8.2 -> 2.8.3 age adoption passing confidence
react-hook-form (source) 7.41.5 -> 7.43.0 age adoption passing confidence
type-fest 3.5.3 -> 3.5.4 age adoption passing confidence

Release Notes

mantinedev/mantine

v5.10.2

Compare Source

What's Changed
New Contributors

Full Changelog: mantinedev/mantine@5.10.1...5.10.2

v5.10.1

Compare Source

What's Changed
  • [@mantine/core] HoverCard: Add missing types for classNames, styles and unstyled props (#​3257)
  • [@mantine/modals] Fix incorrect close modal logic (#​3300)
  • [@mantine/hooks] use-set-state: Make setState fucntion stable across renders (#​3357)
  • [@mantine/tiptap] Fix incorrect styles on placeholder component (#​3382)
  • [@mantine/hooks] use-local-storage: Fix value not updated when local storage value is cleared (#​3298)
  • [@mantine/core] Fix unexpected extra space added at the bottom of Switch, Radio and Checkbox components (#​3303)
  • [@mantine/hooks] use-full-screen: Fix hook not working on iOS (#​3327)
  • [@mantine/core] Stepper: Fix allowStepSelect not working on Stepper.Step component (#​3340)
  • [@mantine/form] Fix useForm initialDirty stops form.isDirty from working as expected (#​3372)
  • [@mantine/core] Stack: Fix incorrect default justify prop (#​3293)
New Contributors

Full Changelog: mantinedev/mantine@5.10.0...5.10.1

reduxjs/redux-toolkit

v1.9.2

Compare Source

This bugfix release fixes a memory leak in createListenerMiddleware, optimizes performance inside serializableMiddleware, adds new options for fetchBaseQuery, adds support for path RegExp exclusions in serializableMiddleware and immutabilityMiddleware, and improves some TS types.

Changelog

Bug Fixes

createListenerMiddleware had a memory leak that turned out to be due to use of Promise.race(). We've restructured the logic to fix that.

fetchBaseQuery now correctly combines global options with endpoint / default options in all cases.

New Options

fetchBaseQuery now supports a jsonReplacer option that will be used when processing JSON.

Both dev check middleware now support regular expressions in the ignoredPaths array in addition to strings. This adds extra flexibility in skipping certain fields.

TS Changes

The CaseReducer type was sometimes incorrectly inferring its return type in rare cases. That's been fixed.

The isAnyOf/isAllOf matcher function TS types have been tweaked to not require an individual first parameter. This allows spreading arrays of matchers as arguments, like const isLoading = isAnyOf(...interestingPendingThunksArray).

Other Changes

The serializableMiddleware now uses a WeakSet if available to cache values it's seen. This should significantly speed up checks against large state values in development builds.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.1...v1.9.2

tanstack/query

v4.24.3

Compare Source

Version 4.24.3 - 1/30/2023, 2:46 PM

Changes

Fix
  • core: make sure pausedMutations always execute in serial (#​4902) (8991d7c) by Dominik Dorfmeister

Packages

v4.24.2

Compare Source

Version 4.24.2 - 1/30/2023, 9:52 AM

Changes
Fix
  • query-persist-client-core: Move query-core to dependencies (#​4899) (64dc3af) by Adrien
  • core: make sure queries that never fetched can be garbage collected (#​4898) (1615509) by Dominik Dorfmeister
Chore
  • only run ci.yml on main branch (7a62494) by Dominik Dorfmeister
  • fix broken package.json (a9ba135) by Dominik Dorfmeister
  • upload code-coverage during build process (d37e64e) by Dominik Dorfmeister
Docs
  • createAsyncStoragePersister: Update documentation to match type (#​4900) (2861488) by Steffen Holanger
Packages

v4.23.0

Compare Source

Version 4.23.0 - 1/24/2023, 10:53 AM

Changes
Feat
  • client components: add use client directive at the top of files having client components (#​4738) (f57c8dc) by Girish Sontakke
Docs
  • add readme.md to react adapter (ea67377) by Dominik Dorfmeister
  • add QueryClient import (#​4856) (69a7d72) by Joël Kuijper
  • useMutation: correct docs for mutate function callbacks (#​4601) (4ac7c1a) by Qz
Packages

v4.22.4

Compare Source

Version 4.22.4 - 1/22/2023, 3:57 PM

Changes
Fix
  • core: do not call mutate callbacks if mutation started after unmount (#​4848) (901e826) by Jan
Packages

v4.22.3

Compare Source

Version 4.22.3 - 1/21/2023, 2:54 PM

Changes
Fix
  • svelte-query: Fix createMutation for functions that take no arguments (#​4847) (4f515de) by Lachlan Collins
Chore
Docs
Test
Packages
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.49.0

Compare Source

Features
  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#​6259) (c8a6d80)

5.48.2 (2023-01-16)

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

5.48.1 (2023-01-09)

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

v5.48.2

Compare Source

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

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

v5.49.0

Compare Source

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

5.48.2 (2023-01-16)

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

5.48.1 (2023-01-09)

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

v5.48.2

Compare Source

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

axios/axios

v1.2.6

Compare Source

Bug Fixes
  • headers: added missed Authorization accessor; (#​5502) (342c0ba)
  • types: fixed CommonRequestHeadersList & CommonResponseHeadersList types to be private in commonJS; (#​5503) (5a3d0a3)
Contributors to this release

v1.2.5

Compare Source

Bug Fixes
  • types: fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (#​5499) (580f1e8)
Contributors to this release

v1.2.4

Compare Source

Bug Fixes
Contributors to this release

v1.2.3

Compare Source

Bug Fixes
  • types: fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (#​5420) (0811963)
Contributors to this release
eslint/eslint

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features
  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)
Bug Fixes
Documentation
  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)
Chores
  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
vercel/next.js

v13.1.6

Compare Source

Core Changes
  • Add debug info to static bailout message: #​45192
  • Fix dynamic no ssr with babel transform: #​45091
  • Fix React.lazy preloading during SSR: #​45160
  • Fix error overlay links in parenthesis: #​45155
  • Add build time error if error.js is missing "use client": #​44961
  • Show component stack in error overlay on hydration error: #​45089
  • Reduce component stack spacing for components without metadata: #​45218
  • Revert "Revert "Revert "Revert "Initial support for metadata (#​44729)"" (#​45113)"": #​45196
  • Update handling of autoscrolling on navigation in app: #​43845
  • perf: avoid sync re-renders when using next/link and next/image: #​45165
  • Support metadata icons field: #​45105
  • Add editor links to RSC build error: #​45179
  • misc: change strategy for link prefetch test: #​45234
  • Add handling for app/pages manifest race condition: #​45244
  • Update transform exports and tests: #​45251
  • Attach exports information in SWC transforms: #​45261
  • Update app cache handling in development: #​45248
  • TS plugin: warn about amp config in app: #​45254
  • Fix typo in TS plugin: #​45279
  • Allow metadata related exports in TS plugin: #​45282
  • build(cargo): update turbopack to turbopack-230125.1: #​45283
  • [edge] improve fetch stack traces in edge runtime: #​44750
  • Move router reducer to separate file: #​45236
  • add next.config.js options currently supported by turbopack: #​45309
  • Update debug logs for app cache: #​45291
  • Improved pnpm clean: #​45312
  • Fix:Manage Firefox and Safari Network error message: #​44929
  • build(cargo): update turbopack to turbopack-230126.1: #​45322
  • add pageExtensions as a supported turbopack option: #​45321
  • Ensure we warn for middleware with next export: #​45288
  • Add unit test for shouldHardNavigate: #​45303
  • Add unit test for redirect.ts: #​45223
  • Add test for fillCacheWithNewSubTreeData: #​45298
  • Add test for isNavigatingToNewRootLayout: #​45305
  • Remove unused optimistic tree parameters: #​45264
  • Ensure invalidateCacheBelowFlightSegmentPath file name is in line with the rest: #​45299
  • Resolve metadata fields: #​45237
  • Add turbopack route resolve handling: #​45314
  • Remove extra .ts from test file: #​45328
  • Add test for createOptimisticTree: #​45330
  • Clean up resolved todos: #​45332
  • add turbopackLoaders to config validation: #​45337
Documentation Changes
  • Update example test file name in cypress example: #​45146
  • chore: fix invalid-new-link error typo: #​45157
  • Update testing.md: #​45216
  • Update no-html-link-for-pages.md: #​45247
  • Update getting-started documentation: #​45284
Example Changes
  • Update README.md for examples/with-mqtt-js: #​45162
  • Pin library version in Convex example: #​45206
  • Updates with-supertokens example app: #​45214
Misc Changes
  • Re-prompt on invalid import alias: #​45194
  • create-next-app: warn if project dir isn't empty before prompts: #​45195
  • Add timeout for actions/cache restoring: #​45198
  • Update testing.md to reflect that we don't use yarn anymore: #​45185
  • fix: add src prefix on index page: #​45150
  • Ensure ctrl + c handling works with CNA prompts correctly: #​45205
  • Fix turbo cache miss due to depending on gitignored files: #​45166
  • Allow unit tests to be written in packages/next/src: #​45222
  • Run dev tests against default CNA templates: #​45211
  • Increase cache timeout for swc built files: #​45243
  • refactor(create-next-app): simplify import alias validation logic: #​45241
  • ci(workflow): notify new releases to vercel/turbo via repo_dispatch: #​45201
  • Revert "Fix new-error command": #​45221
  • Update flakey test cases: #​45290
  • Update flakey polyfills and acceptance tests: #​45313
  • Add docs on how to use MDX with app: #​44923
  • Update flakey fetch stack test: #​45318
  • Enable JS CNA tests for turbopack: #​45323
Credits

Huge thanks to @​MaxLeiter, @​CachorroC, @​ijjk, @​asadnq, @​huozhi, @​JanKaifer, @​ilyasmez, @​juliusmarminge, @​thomasballinger, @​tissawd, @​hanneslund, @​shuding, @​timneutkens, @​feedthejim, @​ClemensPaumgarten, @​kwonoj, @​Angelfire, @​rishabhpoddar, @​HyunseungLee-Travis, @​wbinnssmith, @​Schniz, @​ForsakenHarmony, @​wyattjoh, and @​dtrucs for helping!

v13.1.5

Compare Source

Core Changes
Example Changes
  • update Mux Player to latest, pin to ^1 and pin upchunk to ^3 add Mux …: #​45121
Misc Changes
Credits

Huge thanks to @​shuding, @​dylanjha, @​ijjk, @​Brooooooklyn, @​timneutkens, @​hanneslund, @​feedthejim, and @​JanKaifer for helping!

v13.1.4

[Compare Source](https://togithub.com/vercel/next.js/compare/v


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 31, 2022

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

Name Status Preview Comments Updated
my-nextjs-template ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 30, 2023 at 3:18PM (UTC)

@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Nov 4, 2022
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

1 participant