Skip to content

fix(deps): update all non-major dependencies #1956

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

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/changelog-github (source) 0.5.0 -> 0.5.1 age adoption passing confidence
@changesets/cli (source) 2.27.12 -> 2.28.1 age adoption passing confidence
@eslint/js (source) 9.20.0 -> 9.21.0 age adoption passing confidence
@oclif/core 4.2.6 -> 4.2.8 age adoption passing confidence
@oclif/plugin-autocomplete 3.2.22 -> 3.2.24 age adoption passing confidence
@oclif/plugin-not-found 3.2.42 -> 3.2.44 age adoption passing confidence
@oclif/plugin-warn-if-update-available 3.1.33 -> 3.1.35 age adoption passing confidence
@tailwindcss/postcss (source) 4.0.6 -> 4.0.9 age adoption passing confidence
@tanstack/react-query (source) 5.66.3 -> 5.66.9 age adoption passing confidence
@tanstack/react-router (source) 1.105.0 -> 1.111.11 age adoption passing confidence
@tanstack/router-cli (source) 1.99.9 -> 1.111.12 age adoption passing confidence
@tanstack/router-vite-plugin (source) 1.99.9 -> 1.111.12 age adoption passing confidence
@types/node (source) 22.13.4 -> 22.13.5 age adoption passing confidence
@types/react (source) 19.0.9 -> 19.0.10 age adoption passing confidence
@types/react-dom (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@whatwg-node/fetch (source) 0.10.3 -> 0.10.5 age adoption passing confidence
docker-compose (source) 1.1.0 -> 1.1.1 age adoption passing confidence
eslint (source) 9.19.0 -> 9.21.0 age adoption passing confidence
file-type 20.1.0 -> 20.4.0 age adoption passing confidence
postcss (source) 8.5.2 -> 8.5.3 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.2 age adoption passing confidence
react-dropzone 14.3.5 -> 14.3.8 age adoption passing confidence
tailwind-merge 3.0.1 -> 3.0.2 age adoption passing confidence
tailwindcss (source) 4.0.6 -> 4.0.9 age adoption passing confidence
viem (source) 2.23.2 -> 2.23.5 age adoption passing confidence
vite (source) 6.1.0 -> 6.2.0 age adoption passing confidence
vitest (source) 3.0.5 -> 3.0.7 age adoption passing confidence
wagmi (source) 2.14.11 -> 2.14.12 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.5.1

Compare Source

Patch Changes
eslint/eslint (@​eslint/js)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
oclif/core (@​oclif/core)

v4.2.8

Compare Source

Bug Fixes
  • deps: bump ansis from 3.14.0 to 3.16.0 (beabb00)

v4.2.7

Compare Source

Bug Fixes
oclif/plugin-autocomplete (@​oclif/plugin-autocomplete)

v3.2.24

Compare Source

Bug Fixes

v3.2.23

Compare Source

Bug Fixes
oclif/plugin-not-found (@​oclif/plugin-not-found)

v3.2.44

Compare Source

Bug Fixes

v3.2.43

Compare Source

Bug Fixes
oclif/plugin-warn-if-update-available (@​oclif/plugin-warn-if-update-available)

v3.1.35

Compare Source

Bug Fixes
  • deps: bump registry-auth-token from 5.0.3 to 5.1.0 (#​809) (11fe194)

v3.1.34

Compare Source

Bug Fixes
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.0.9

Compare Source

Fixed
  • Make JS APIs available to plugins and configs in the Standalone CLI (#​15934)
  • Vite: Don't crash when importing a virtual module from JavaScript that ends in .css (#​16780)
  • Fix an issue where @reference "…" would sometimes omit keyframe animations (#​16774)
  • Ensure z-*! utilities are properly marked as !important (#​16795)
  • Read UTF-8 CSS files that start with a byte-order mark (BOM) (#​16796)
  • Ensure nested functions in selectors used with JavaScript plugins are not truncated (#​16802)
Changed
  • Emit variable fallbacks when using @reference "…" instead of duplicate CSS variable declarations (#​16774)

v4.0.8

Compare Source

Added
  • Allow @import with theme(…) options for stylesheets that contain more than just @theme rules (#​16514)
Fixed
  • Don't add !important to CSS variable declarations when using the important modifier (#​16668)
  • Vite: Ignore files and directories specified in your .gitignore file when using automatic source detection(#​16631)
  • Vite: Don't rely on the module graph for detecting candidates to ensure setups with multiple Vite builds work as expected (#​16631)
  • Vite: Ensure Astro production builds always contain classes used in client-only components (#​16631)
  • Vite: Always scan raw file contents for utility classes before any other transforms have been applied to ensure utility classes are scanned without any additional escaping (#​16631)
  • Ensure utilities with more declarations are always sorted before utilities with fewer declarations when utilities only define CSS variables (#​16715)
  • Only include translate-z-px utilities once in compiled CSS (#​16718)
Changed

v4.0.7

Compare Source

Fixed
  • Export tailwindcss/lib/util/flattenColorPalette.js for backward compatibility (#​16411)
  • Fix sorting of numeric utility suggestions when they have different magnitudes (#​16414)
  • Show suggestions for fractions in IntelliSense (#​16353)
  • Don’t replace _ in suggested theme keys (#​16433)
  • Ensure --default-outline-width can be used to change the outline-width value of the outline utility (#​16469)
  • Ensure drop shadow utilities don't inherit unexpectedly (#​16471)
  • Export config and plugin types from tailwindcss/plugin for backward compatibility (#​16505)
  • Ensure JavaScript plugins that emit nested rules referencing the utility name work as expected (#​16539)
  • Statically link Visual Studio redistributables in @tailwindcss/oxide Windows builds (#​16602)
  • Ensure that Next.js splat routes are scanned for classes (#​16457)
  • Pin exact version of tailwindcss in @tailwindcss/* packages (#​16623)
  • Upgrade: Report errors when updating dependencies (#​16504)
  • Upgrade: Ensure a darkMode JS config setting with block syntax converts to use @slot (#​16507)
  • Upgrade: Ensure the latest version of tailwindcss and @tailwindcss/postcss are installed when upgrading (#​16620)
TanStack/query (@​tanstack/react-query)

v5.66.9

Compare Source

Version 5.66.9 - 2/21/25, 1:19 PM

Changes

Fix
  • types: prevent type errors and improve inference for dynamic queries on useQueries and useSuspenseQueries (#​8624) (f63ba16) by Yoomin Kang

Packages

v5.66.8

Compare Source

Version 5.66.8 - 2/20/25, 1:11 PM

Changes

Fix
  • react-query: fix inferring data as | undefined when using initialData without queryFn (#​8674) (9ac54b1) by Yoomin Kang
Docs

Packages

v5.66.7

Compare Source

Version 5.66.7 - 2/18/25, 2:00 PM

Changes

Refactor

Packages

v5.66.6

Compare Source

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix
  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#​8665) (56183f0) by Yoomin Kang

Packages

v5.66.5

Compare Source

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix
  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#​8658) (9a7bfd9) by Yoomin Kang

Packages

v5.66.4

Compare Source

Version 5.66.4 - 2/17/25, 1:15 PM

Changes

Fix
  • devtools: force LTR direction for DevTools panel (#​8656) (56c24f9) by Mohammad Amin Lotfi
  • no hydration when new promise comes in (#​8383) (6ca0eb7) by Julius Marminge
Docs
  • better document throwOnError"s default (#​8581) (bb25d06) by Alex Errant

Packages

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

v1.111.11

Compare Source

Version 1.111.11 - 2/25/25, 11:35 PM

Changes
Refactor
  • move routing documentation into its own section (#​3567) (74a3a06) by Sean Cassiere
  • react-start: rename e2e/start to e2e/react-start (#​3565) (6279354) by Birk Skyum
Docs
Packages

v1.111.7

Compare Source

Version 1.111.7 - 2/24/25, 10:25 PM

Changes
Fix
Refactor
  • router-core: migrate matches and route options to core (#​3552) (844b66c) by Christopher Horobin
Chore
  • react examples: Add start-bare, and fix code-splitting in start-basic (#​3548) (ed26995) by Birk Skyum
Other
Packages

v1.111.6

Compare Source

Version 1.111.6 - 2/24/25, 6:37 PM

Changes
Refactor

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
Copy link

cloudflare-workers-and-pages bot commented Feb 7, 2025

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

Latest commit: 305f0b6
Status: ✅  Deploy successful!
Preview URL: https://d28be8fd.graph-tooling.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.graph-tooling.pages.dev

View logs

@renovate renovate bot enabled auto-merge (squash) February 7, 2025 04:57
Copy link

changeset-bot bot commented Feb 7, 2025

🦋 Changeset detected

Latest commit: 305f0b6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphprotocol/graph-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Feb 7, 2025

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/graph-cli 0.96.1-alpha-20250227201537-7fda6f366205e455e0af20f7f8499fc4f6938f96 npm ↗︎ unpkg ↗︎

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.99.10 fix(deps): update all non-major dependencies Feb 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1ac139e to bc65df0 Compare February 9, 2025 05:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6b4972c to ab2f9b0 Compare February 11, 2025 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6db34a6 to 2668872 Compare February 17, 2025 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b3a02e1 to 7fda6f3 Compare February 27, 2025 20:15
@YaroShkvorets YaroShkvorets merged commit 59ad5f0 into main Feb 27, 2025
1 check passed
@YaroShkvorets YaroShkvorets deleted the renovate/all-minor-patch branch February 27, 2025 20:42
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.

1 participant