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) #171

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/postcss (source) ^4.0.17 -> ^4.1.3 age adoption passing confidence
@tanstack/react-router (source) ^1.114.29 -> ^1.115.0 age adoption passing confidence
@tanstack/router-devtools (source) ^1.114.29 -> ^1.115.0 age adoption passing confidence
@tanstack/router-vite-plugin (source) ^1.114.30 -> ^1.115.0 age adoption passing confidence
@types/node (source) ^22.13.14 -> ^22.14.0 age adoption passing confidence
@types/react (source) ^19.0.12 -> ^19.1.0 age adoption passing confidence
@types/react-dom (source) ^19.0.4 -> ^19.1.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.28.0 -> ^8.29.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.28.0 -> ^8.29.0 age adoption passing confidence
eslint (source) ^9.23.0 -> ^9.24.0 age adoption passing confidence
eslint-plugin-prettier ^5.2.5 -> ^5.2.6 age adoption passing confidence
eslint-plugin-react ^7.37.4 -> ^7.37.5 age adoption passing confidence
lucide-react (source) 0.485.0 -> 0.487.0 age adoption passing confidence
tailwind-merge 3.0.2 -> 3.2.0 age adoption passing confidence
tailwindcss (source) ^4.0.17 -> ^4.1.3 age adoption passing confidence
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence
typescript-eslint (source) ^8.28.0 -> ^8.29.0 age adoption passing confidence
vite (source) 6.2.3 -> 6.2.5 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.3

Compare Source

Fixed
  • Show warning when using unsupported bare value data type in --value(…) (#​17464)
  • PostCSS: Ensure changes to the input CSS file don't generate stale output when using Turbopack (#​17554)
  • Ensure classes are detected in Ruby's %w syntax in Slim templates (#​17557)

v4.1.2

Compare Source

Fixed
  • Don't rely on the presence of @layer base to polyfill @property (#​17506)
  • Support setting multiple inset shadows as arbitrary values (#​17523)
  • Fix drop-shadow-* utilities that are defined with multiple shadows (#​17515)
  • PostCSS: Fix race condition when two changes are queued concurrently (#​17514)
  • PostCSS: Ensure files containing @tailwind utilities are processed (#​17514)
  • Ensure the color-mix(…) polyfill creates fallbacks even when using colors that cannot be statically analyzed (#​17513)
  • Fix slow incremental builds with @tailwindcss/vite and @tailwindcss/postscss (especially on Windows) (#​17511)
  • Vite: Fix missing CSS file in Qwik setups (#​17533)

v4.1.1

Compare Source

Fixed
  • Disable padding in @source inline(…) brace expansion (#​17491)
  • Inject polyfills after @import and body-less @layer (#​17493)
  • Ensure @tailwindcss/cli does not contain an import for jiti (#​17502)

v4.1.0

Compare Source

Added
  • Add details-content variant (#​15319)
  • Add inverted-colors variant (#​11693)
  • Add noscript variant (#​11929, #​17431)
  • Add items-baseline-last and self-baseline-last utilities (#​13888, #​17476)
  • Add pointer-none, pointer-coarse, and pointer-fine variants (#​16946)
  • Add any-pointer-none, any-pointer-coarse, and any-pointer-fine variants (#​16941)
  • Add safe alignment utilities (#​14607)
  • Add user-valid and user-invalid variants (#​12370)
  • Add wrap-anywhere, wrap-break-word, and wrap-normal utilities (#​12128)
  • Add @source inline(…) and @source not inline(…) (#​17147)
  • Add @source not "…" (#​17255)
  • Add text-shadow-* utilities (#​17389)
  • Add mask-* utilities (#​17134)
  • Add bg-{position,size}-* utilities for arbitrary values (#​17432)
  • Add shadow-*/<alpha>, inset-shadow-*/<alpha>, drop-shadow-*/<alpha>, and text-shadow-*/<alpha> utilities to control shadow opacity (#​17398, #​17434)
  • Add drop-shadow-<color> utilities (#​17434)
  • Improve compatibility with older versions of Safari and Firefox (#​17435)
Fixed
  • Follow symlinks when resolving @source directives (#​17391)
  • Don't scan ignored files for classes when changing an ignored file triggers a rebuild using @tailwindcss/cli (#​17255)
  • Support negated content rules in legacy JavaScript configuration (#​17255)
  • Interpret syntax like @("@&#8203;")md:… as @md:… in Razor files (#​17427)
  • Disallow top-level braces, top-level semicolons, and unbalanced parentheses and brackets in arbitrary values (#​17361)
  • Ensure the --theme(…) function still resolves to the CSS variables when using legacy JS plugins (#​17458)
  • Detect used theme variables in CSS module files (#​17433, #​17467)
Changed
  • Ignore node_modules by default (can be overridden by @source … rules) (#​17255)
  • @source rules that include file extensions or point inside node_modules/ folders no longer consider your .gitignore rules (#​17255)
  • Deprecate bg-{left,right}-{top,bottom} in favor of bg-{top,bottom}-{left,right} utilities (#​17378)
  • Deprecate object-{left,right}-{top,bottom} in favor of object-{top,bottom}-{left,right} utilities (#​17437)
TanStack/router (@​tanstack/react-router)

v1.115.0

Version 1.115.0 - 4/6/25, 4:50 AM

Changes

Feat
  • RELEASE_ALL (e213f12) by SeanCassiere
Fix
  • router-core: search parsing of + using URLSearchParams (#​3894) (30c49e1) by Marvin ROGER
Chore
  • examples: change types for input arguments for auth examples (#​3946) (ad4ec75) by Sean Cassiere
  • examples: do not use GET to send credentials (#​3945) (a41e7cf) by Ethan Shumate
  • deps: update dependency vite to v6.1.4 [security] (#​3939) (1bb39b9) by renovate[bot]
  • root: switch from fs.rmdir to fs.rm (03ac067) by SeanCassiere
Test
  • router-generator: check filenames starting with a number (#​3935) (bdcf4f7) by Sean Cassiere
Docs
  • router: fix broken link to example in authenticated routes guide (#​3937) (d1e78bb) by Kid
  • Update scroll-restoration.md (#​3934) (37fc7e8) by TN
Other

Packages

v1.114.34

Compare Source

Version 1.114.34 - 4/2/25, 10:52 PM

Changes

Fix
  • react-router: missing Symbol declaration for HMR in root route (#​3923) (084d42f) by Sean Cassiere

Packages

v1.114.33

Compare Source

Version 1.114.33 - 4/2/25, 6:43 PM

Changes

Fix
  • react-router: restore scroll position onResolved (#​3914) (9b95618) by Alex
Docs
  • router: simplify route variable naming in search params guide (#​3890) (dbfea0d) by Ehtisham Sajjad

Packages

v1.114.32

Compare Source

Version 1.114.32 - 4/1/25, 2:24 PM

Changes

Fix
  • router-core: remove React type dependency (#​3902) (fb99d92) by Christopher Horobin
Chore
  • deps: update dependency vite to v6.1.3 [security] (#​3900) (d0bbf66) by renovate[bot]
Docs
  • Fix HeadContent docs (#​3905) (eab355a) by Diego Garcia Brisa
  • router: correct ReturnType of Router.matchRoute to match the runtime output (#​3896) (1bbe4a0) by Redbird10

Packages

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

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

v8.29.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.24.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

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

v7.37.5

Compare Source

Fixed
Changed
lucide-icons/lucide (lucide-react)

v0.487.0: Version 0.487.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.486.0...0.487.0

v0.486.0: Version 0.486.0

Compare Source

What's Changed
New Contributors

Full Changelog: lucide-icons/lucide@0.485.0...0.486.0

dcastil/tailwind-merge (tailwind-merge)

v3.2.0

Compare Source

v3.1.0

Compare Source

New Features
Bug Fixes
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v3.0.2...v3.1.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

microsoft/TypeScript (typescript)

v5.8.3

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.29.0

[Compare Source](https://redirect.github.com/typescript-


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 Apr 7, 2025

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 Apr 7, 2025 0:35am

@renovate renovate bot merged commit f219485 into tanstack-router Apr 7, 2025
4 checks passed
@renovate renovate bot deleted the renovate/tanstack-router-all-minor-patch branch April 7, 2025 04:21
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