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 non-major dependencies #1834

Merged
merged 2 commits into from
Jan 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.10 -> 2.27.12 age adoption passing confidence
@eslint/js (source) 9.16.0 -> 9.19.0 age adoption passing confidence
@hookform/resolvers (source) 3.9.1 -> 3.10.0 age adoption passing confidence
@oclif/core 4.0.34 -> 4.2.4 age adoption passing confidence
@oclif/plugin-autocomplete 3.2.13 -> 3.2.18 age adoption passing confidence
@oclif/plugin-not-found 3.2.30 -> 3.2.38 age adoption passing confidence
@oclif/plugin-warn-if-update-available 3.1.26 -> 3.1.31 age adoption passing confidence
@radix-ui/react-select (source) 2.1.3 -> 2.1.5 age adoption passing confidence
@radix-ui/react-toast (source) 1.2.3 -> 1.2.5 age adoption passing confidence
@tanstack/react-query (source) 5.62.3 -> 5.65.0 age adoption passing confidence
@tanstack/react-router (source) 1.87.12 -> 1.97.24 age adoption passing confidence
@tanstack/router-cli (source) 1.87.7 -> 1.97.24 age adoption passing confidence
@tanstack/router-vite-plugin (source) 1.87.13 -> 1.97.24 age adoption passing confidence
@types/node (source) 22.10.1 -> 22.10.10 age adoption passing confidence
@types/react (source) 19.0.1 -> 19.0.8 age adoption passing confidence
@types/react-dom (source) 19.0.2 -> 19.0.3 age adoption passing confidence
@whatwg-node/fetch (source) 0.10.1 -> 0.10.3 age adoption passing confidence
chokidar 4.0.1 -> 4.0.3 age adoption passing confidence
debug 4.3.7 -> 4.4.0 age adoption passing confidence
eslint (source) 9.16.0 -> 9.19.0 age adoption passing confidence
fs-extra 11.2.0 -> 11.3.0 age adoption passing confidence
glob 11.0.0 -> 11.0.1 age adoption passing confidence
graphql 16.9.0 -> 16.10.0 age adoption passing confidence
postcss (source) 8.4.49 -> 8.5.1 age adoption passing confidence
react-hook-form (source) 7.54.0 -> 7.54.2 age adoption passing confidence
tailwind-merge 2.5.5 -> 2.6.0 age adoption passing confidence
tailwindcss (source) 3.4.16 -> 3.4.17 age adoption passing confidence
undici (source) 7.2.3 -> 7.3.0 age adoption passing confidence
viem (source) 2.21.55 -> 2.22.15 age adoption passing confidence
vite (source) 6.0.9 -> 6.0.11 age adoption passing confidence
vite-plugin-node-polyfills ^0.22.0 -> ^0.23.0 age adoption passing confidence
wagmi (source) 2.13.5 -> 2.14.9 age adoption passing confidence
yaml (source) 2.6.1 -> 2.7.0 age adoption passing confidence
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

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

v9.19.0

Compare Source

v9.18.0

Compare Source

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

react-hook-form/resolvers (@​hookform/resolvers)

v3.10.0

Compare Source

Features
oclif/core (@​oclif/core)

v4.2.4

Compare Source

Bug Fixes

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes
  • deps: bump ansis from 3.5.2 to 3.6.0 (15feb6e)

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

Features

4.1.1 (2024-12-19)

Bug Fixes

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Features
  • add atLeastOne flag property (d4746f3)

4.0.37 (2024-12-13)

Bug Fixes
  • deps: bump nanoid from 3.3.6 to 3.3.8 (e9cbfdb)

4.0.36 (2024-12-08)

Bug Fixes
  • deps: bump lilconfig from 3.1.2 to 3.1.3 (7bdf5f3)

4.0.35 (2024-12-08)

Bug Fixes
  • deps: bump debug from 4.3.7 to 4.4.0 (e8aaaea)

4.0.34 (2024-12-02)

Bug Fixes

4.0.33 (2024-11-19)

Bug Fixes
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 (dfd138e)

4.0.32 (2024-11-12)

Bug Fixes
  • add env var to disable link warning (df48c93)

4.0.31 (2024-10-28)

Reverts

4.0.30 (2024-10-22)

Bug Fixes

4.0.29 (2024-10-15)

Bug Fixes

4.0.28 (2024-10-11)

Bug Fixes
  • remove circular references when colorizing json (de9ed4e)

4.0.27 (2024-10-03)

Bug Fixes
  • add respectNoCacheDefault to help options (7320fff)

4.0.26 (2024-10-02)

Bug Fixes

4.0.25 (2024-10-01)

Bug Fixes

4.0.24 (2024-10-01)

Bug Fixes
  • use topic separator for deprecated alias warnings in help (#​1209) (fb6ace2)

4.0.23 (2024-09-23)

Bug Fixes

4.0.22 (2024-09-13)

Bug Fixes
  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (d051b64)

4.0.21 (2024-09-07)

Bug Fixes
  • deps: bump debug from 4.3.6 to 4.3.7 (839ab85)

4.0.20 (2024-09-04)

Bug Fixes
  • handle large throughput writes (5e336ce)

4.0.19 (2024-08-24)

Bug Fixes
  • deps: bump micromatch from 4.0.7 to 4.0.8 (eb2aa14)

4.0.18 (2024-08-21)

Bug Fixes

4.0.17 (2024-07-28)

Bug Fixes
  • deps: bump ansis from 3.3.1 to 3.3.2 (081e8bc)

4.0.16 (2024-07-27)

Bug Fixes
  • deps: bump requirejs from 2.3.6 to 2.3.7 (216d8e7)

4.0.15 (2024-07-26)

Bug Fixes

4.0.14 (2024-07-23)

Bug Fixes

4.0.13 (2024-07-21)

Bug Fixes
  • deps: bump ansis from 3.2.1 to 3.3.1 (a0eba0a)

4.0.12 (2024-07-13)

Bug Fixes
  • deps: bump ansis from 3.2.0 to 3.2.1 (0d84684)

4.0.11 (2024-07-10)

Bug Fixes

4.0.10 (2024-07-10)

Bug Fixes
  • use colorize to ensure proper TTY detection (8a5d71f)

4.0.9 (2024-07-09)

Bug Fixes

4.0.8 (2024-07-01)

Bug Fixes

4.0.7 (2024-06-25)

Bug Fixes

4.0.6 (2024-06-12)

Bug Fixes

4.0.5 (2024-06-12)

Bug Fixes
  • deps: bump braces from 3.0.2 to 3.0.3 (d20f082)

4.0.4 (2024-06-11)

Bug Fixes

4.0.3 (2024-06-06)

Bug Fixes

4.0.2 (2024-06-05)

Bug Fixes

4.0.1 (2024-06-04)

Bug Fixes

v4.0.37

Compare Source

Bug Fixes
  • deps: bump nanoid from 3.3.6 to 3.3.8 (e9cbfdb)

v4.0.36

Compare Source

Bug Fixes
  • deps: bump lilconfig from 3.1.2 to 3.1.3 (7bdf5f3)

v4.0.35

Compare Source

Bug Fixes
  • deps: bump debug from 4.3.7 to 4.4.0 (e8aaaea)
oclif/plugin-autocomplete (@​oclif/plugin-autocomplete)

v3.2.18

Compare Source

Bug Fixes

v3.2.17

Compare Source

Bug Fixes

v3.2.16

Compare Source

Bug Fixes

v3.2.15

Compare Source

Bug Fixes

v3.2.14

Compare Source

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

v3.2.38

Compare Source

Bug Fixes

v3.2.37

Compare Source

Bug Fixes

v3.2.36

Compare Source

Bug Fixes

v3.2.35

Compare Source

Bug Fixes

v3.2.34

Compare Source

Bug Fixes

[v3.2.33](https://redir


Configuration

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

🚦 Automerge: Enabled.

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 Dec 13, 2024
@renovate renovate bot enabled auto-merge (squash) December 13, 2024 17:25
Copy link

changeset-bot bot commented Dec 13, 2024

🦋 Changeset detected

Latest commit: 63ca9df

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

cloudflare-workers-and-pages bot commented Dec 13, 2024

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

Latest commit: 63ca9df
Status: ✅  Deploy successful!
Preview URL: https://35071cf5.graph-tooling.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.graph-tooling.pages.dev

View logs

Copy link
Contributor

github-actions bot commented Dec 13, 2024

🚀 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.92.0-alpha-20241215184907-84e5702e82b6db966ab3d32f81cb41dd635c675b npm ↗︎ unpkg ↗︎
@graphprotocol/graph-ts 0.37.0-alpha-20241215184907-84e5702e82b6db966ab3d32f81cb41dd635c675b npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 55d70a2 to 84e5702 Compare December 15, 2024 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fdfced to 7401acf Compare December 28, 2024 00:42
@renovate renovate bot requested review from 0237h and YaroShkvorets December 28, 2024 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4dbb229 to e062007 Compare January 22, 2025 03:19
@graphprotocol graphprotocol deleted a comment from renovate bot Jan 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3972235 to bcd1bf1 Compare January 27, 2025 23:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5645a1c to 8b8168d Compare January 28, 2025 00:34
@YaroShkvorets
Copy link
Collaborator

@renovate recreate

@YaroShkvorets YaroShkvorets merged commit 0058157 into main Jan 28, 2025
1 check passed
@YaroShkvorets YaroShkvorets deleted the renovate/all-minor-patch branch January 28, 2025 00:40
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