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

chore(deps): update all non-major dependencies (tanstack-router) #129

Open
wants to merge 1 commit into
base: tanstack-router
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-router (source) ^1.81.1 -> ^1.82.1 age adoption passing confidence
@tanstack/router-devtools (source) ^1.81.1 -> ^1.82.1 age adoption passing confidence
@tanstack/router-vite-plugin (source) ^1.79.0 -> ^1.81.9 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.13.0 -> ^8.15.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.13.0 -> ^8.15.0 age adoption passing confidence
eslint (source) ^9.14.0 -> ^9.15.0 age adoption passing confidence
husky ^9.1.6 -> ^9.1.7 age adoption passing confidence
lucide-react (source) ^0.456.0 -> ^0.460.0 age adoption passing confidence
postcss (source) ^8.4.48 -> ^8.4.49 age adoption passing confidence
tailwindcss (source) ^3.4.14 -> ^3.4.15 age adoption passing confidence
typescript-eslint (source) ^8.13.0 -> ^8.15.0 age adoption passing confidence
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence

Release Notes

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

v1.82.1

Compare Source

Version 1.82.1 - 11/18/24, 1:20 PM

Changes

Fix
  • allow meta/scripts to be undefined (easier for conditionals) (adb3ab3) by Tanner Linsley
Docs
  • start: update cloudflare-pages deployment instructions (#​2744) (8299698) by Steven Yung
  • start: markdown linking to the middleware guide (#​2791) (3281f52) by Sean Cassiere

Packages

v1.82.0

Compare Source

Version 1.82.0 - 11/17/24, 10:21 PM

Breaking changes for TanStack Start

Changes
Feat
  • start: move scripts,links, and meta to the head (#​2571) (4ae6ca9) by Sean Cassiere
Test
  • start: make it easier to write server function e2e tests (#​2786) (23e1ac1) by Sean Cassiere
Docs
  • add middleware to sidebar (a0847cb) by Tanner Linsley
Packages

v1.81.14

Compare Source

Version 1.81.14 - 11/15/24, 11:17 PM

Changes
Fix
  • use injectScript for match init, only init once (503d21f) by Tanner Linsley
Packages

v1.81.13

Compare Source

Version 1.81.13 - 11/15/24, 10:29 PM

Changes
Fix
  • use router.injectScript to stream promises and streams (e211aaf) by Tanner Linsley
Packages

v1.81.10

Compare Source

Version 1.81.10 - 11/15/24, 3:05 PM

Changes
Fix
  • start: resolve server functions using a POST JSON request (#​2766) (de69637) by Sean Cassiere
  • default from location for links/useNavigate for JS users (bab07dc) by Tanner Linsley
Packages

v1.81.9

Compare Source

Version 1.81.9 - 11/15/24, 5:35 AM

Changes
Fix
  • improve internal middleware validation typings (#​2762) (4d7c669) by Marc MacLeod
  • force release of start RELEASE_ALL (83cb148) by Tanner Linsley
  • exec validators in middleware appropriately (e7e92a6) by Tanner Linsley
Packages

v1.81.7

Compare Source

Version 1.81.7 - 11/14/24, 8:36 PM

Changes
Fix
  • react-router: fix re-rendering when loaderDeps change (#​2752) (ee74d19) by Manuel Schiller
Other
Packages

v1.81.6

Compare Source

Version 1.81.6 - 11/14/24, 4:47 PM

Breaking changes for TanStack Start:

Changes
Fix
  • force release (090a456) by Tanner Linsley
Other
Packages

v1.81.5

Compare Source

Version 1.81.5 - 11/13/24, 6:21 PM

Changes
Fix
  • react-router: populate URL with default search params (#​2747) (418f4ce) by Manuel Schiller
Chore
  • deps: update all non-major dependencies (#​2730) (47cc85f) by renovate[bot]
  • use workspace version in e2e test (0618661) by Manuel Schiller
Docs
Packages

v1.81.4

Compare Source

Version 1.81.4 - 11/11/24, 11:56 PM

Changes
Fix
  • react-router: update standard schema (#​2729) (e13acec) by Christopher Horobin
Packages

v1.81.3

Compare Source

Version 1.81.3 - 11/11/24, 11:13 PM

Changes
Fix
  • history: pass location to subscribe callback (#​2736) (78fc6d8) by Manuel Schiller
Packages

v1.81.2

Compare Source

Version 1.81.2 - 11/11/24, 5:45 PM

Changes
Fix
Packages
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

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

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

eslint/eslint (eslint)

v9.15.0

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

lucide-icons/lucide (lucide-react)

v0.460.0: New icons 0.460.0

Compare Source

New icons 🎨

v0.459.0: New icons 0.459.0

Compare Source

New icons 🎨

v0.458.0: New icons 0.458.0

Compare Source

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: lucide-icons/lucide@0.457.0...0.458.0

v0.457.0: New icons 0.457.0

Compare Source

New icons 🎨

Modified Icons 🔨

postcss/postcss (postcss)

v8.4.49

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.15.0

Compare Source

🚀 Features
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#​10333)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • add missing peer dependencies (#​9744)
❤️ Thank You

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

v8.14.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.


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.

Copy link

vercel bot commented Nov 18, 2024

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

Name Status Preview Comments Updated (UTC)
react-template-vite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 18, 2024 7:46pm

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.

0 participants