Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.9.1 -> ^1.9.2 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.15.2 -> ^1.16.1 age adoption passing confidence
@mantine/core (source) 7.13.4 -> 7.13.5 age adoption passing confidence
@mantine/hooks (source) 7.13.4 -> 7.13.5 age adoption passing confidence
@remix-run/node (source) ^2.13.1 -> ^2.14.0 age adoption passing confidence
@tanstack/config (source) ^0.13.4 -> ^0.14.0 age adoption passing confidence
@tanstack/react-query (source) ^5.59.19 -> ^5.59.20 age adoption passing confidence
@tanstack/react-router (source) ^1.78.3 -> ^1.81.1 age adoption passing confidence
@tanstack/start (source) ^1.78.3 -> ^1.81.1 age adoption passing confidence
@testing-library/angular ^17.3.1 -> ^17.3.2 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.1.5 age adoption passing confidence
knip (source) ^5.36.2 -> ^5.36.5 age adoption passing confidence
next (source) 15.0.2 -> 15.0.3 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.48 age adoption passing confidence
vite-tsconfig-paths ^5.0.1 -> ^5.1.2 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.9.2

Compare Source

Bug Fixes
Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.16.1

Compare Source

✨ New
🪄 Improvements
mantinedev/mantine (@​mantine/core)

v7.13.5

Compare Source

What's Changed
  • [@mantine/core] Update peer dependencies range for react to allow react and react-dom 19 as dependcy
  • [@mantine/core] Fix error in Next.js with React 19 related to ref prop usage in Tooltip, Popover and Combobox components (#​7028)
  • [@mantine/core] FileButton: Fix resetRef throwing error if the component is contidionally rendered (#​7025)
  • [@mantine/core] Button: Fix incorrect focus styles of Button.Group (#​6992)
  • [@mantine/charts] CompositeCharts: Fix missing key prop error (#​7020)
  • [@mantine/core] NumberInput: Fix min/max value being bypassed if 0 has been entered as the first digit (#​7021)
  • [@mantine/form] Add useCallback wrapper to form.resetDirty (#​7029)
  • [@mantine/core] Combobox: Fix incorrect logic of selected options when the dropdown is closed without selecting value (#​7039)
  • [@mantine/charts] BarChart: Add barLabelColor prop support
  • [@mantine/charts] BarChart: Fix bar label being positioned incorrectly with horizontal orientation (#​7042)
  • [@mantine/charts] RadarChart: Fix incorrect series prop type (#​7046)
  • [@mantine/form] Add additional type exports from the package (#​7062)
  • [@mantine/core] Tabs: Fix tabIndex not being overridden by Tabs.Tab props (#​7081)
  • [@mantine/dates] DatePickerInput: Fix nextLabel and previousLabel props not being handled correctly (#​7082)
  • [@mantine/charts] Update recharts dependency to the latest version to improve Next.js 15 and React 19 support
New Contributors

Full Changelog: mantinedev/mantine@7.13.4...7.13.5

remix-run/remix (@​remix-run/node)

v2.14.0

Compare Source

Patch Changes
TanStack/config (@​tanstack/config)

v0.14.0

Compare Source

Version 0.14.0 - 11/5/24, 10:15 PM

Changes

Feat
  • vite: add option to disable CJS output (#​175) (a1ec1c7) by Lachlan Collins
Chore
  • deps: update all non-major dependencies (#​174) (7c35162) by renovate[bot]
  • deps: lock file maintenance (#​173) (06682a7) by renovate[bot]
  • deps: update all non-major dependencies (#​172) (8cd89bc) by renovate[bot]
  • deps: update all non-major dependencies (#​170) (2992b81) by renovate[bot]
  • deps: update all non-major dependencies (#​169) (ee9a569) by renovate[bot]
  • deps: update all non-major dependencies (#​168) (9035d1d) by renovate[bot]

Packages

TanStack/query (@​tanstack/react-query)

v5.59.20

Compare Source

Version 5.59.20 - 11/6/24, 2:13 PM

Changes

Fix
  • don"t ship test files (848df62) by Dominik Dorfmeister
Test
Docs

Packages

TanStack/router (@​tanstack/react-router)

v1.81.1

Compare Source

Version 1.81.1 - 11/10/24, 9:21 AM

Changes

Fix
  • react-router: Fix hydration SyntaxError in ScriptOnce by changing template literal to string concatenation in console.info (#​2726) (671a637) by @​adrifer

Packages

v1.81.0

Compare Source

Version 1.81.0 - 11/9/24, 9:42 PM

Changes

Feat
  • react-router: add support for structural sharing for finegrained selectors (#​2647) (0873c1f) by Manuel Schiller

Packages

v1.79.0

Compare Source

Version 1.79.0 - 11/5/24, 9:27 AM

Changes

Feat
  • react-router: allow unencoded characters in dynamic path segments (#​2677) (cc05ad8) by alma-lp
Chore
  • deps: update all non-major dependencies (#​2696) (40d194f) by renovate[bot]
Docs
  • revise wording in TanStack Router documentation (#​2697) (d13de07) by Nick Mackenzie

Packages

testing-library/angular-testing-library (@​testing-library/angular)

v17.3.2

Compare Source

Bug Fixes
  • make wrapper component standalone: false explicitly (#​498) (5a0665f)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.5

webpro-nl/knip (knip)

v5.36.5

Compare Source

v5.36.4

Compare Source

v5.36.3

Compare Source

  • Consolidate specifier workspace handling into helper (5c4a9d5)
  • No need to add .json files as entry files (8c0289f)
  • Update comparison-and-migration.md. Fix wrong link of npm-check (#​828) (a4a9882)
  • Only show any config hints in non-production mode (a138388)
vercel/next.js (next)

v15.0.3

Compare Source

postcss/postcss (postcss)

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v5.1.2

Compare Source

  • fix Windows regression introduced in v5.1.1 (#​162)

v5.1.1

Compare Source

  • support ${configDir} syntax in include/exclude (#​156)

v5.1.0

Compare Source

  • Add skip option for adding additional directories to be skipped when searching for tsconfig.json files (#​146)
  • Fix path resolution on Windows when other Vite plugins neglect to normalize the importer path before calling this.resolve in their resolveId hooks (#​157)
  • Allow both tsconfig.json and jsconfig.json in the same directory (4124b09)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@nx-cloud
Copy link

nx-cloud bot commented Nov 11, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 15dcd87. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 11, 2024

Open in Stackblitz

More templates

@tanstack/angular-form

pnpm add https://pkg.pr.new/@tanstack/angular-form@1010

@tanstack/lit-form

pnpm add https://pkg.pr.new/@tanstack/lit-form@1010

@tanstack/form-core

pnpm add https://pkg.pr.new/@tanstack/form-core@1010

@tanstack/react-form

pnpm add https://pkg.pr.new/@tanstack/react-form@1010

@tanstack/valibot-form-adapter

pnpm add https://pkg.pr.new/@tanstack/valibot-form-adapter@1010

@tanstack/vue-form

pnpm add https://pkg.pr.new/@tanstack/vue-form@1010

@tanstack/solid-form

pnpm add https://pkg.pr.new/@tanstack/solid-form@1010

@tanstack/yup-form-adapter

pnpm add https://pkg.pr.new/@tanstack/yup-form-adapter@1010

@tanstack/zod-form-adapter

pnpm add https://pkg.pr.new/@tanstack/zod-form-adapter@1010

commit: 15dcd87

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e20199 to 15dcd87 Compare November 11, 2024 04:08
@renovate renovate bot merged commit aed3c86 into main Nov 11, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch November 11, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant