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 #1996

Merged
merged 3 commits into from
Apr 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.21.0 -> 9.23.0 age adoption passing confidence
@oclif/core 4.2.8 -> 4.2.10 age adoption passing confidence
@oclif/plugin-autocomplete 3.2.24 -> 3.2.27 age adoption passing confidence
@oclif/plugin-not-found 3.2.44 -> 3.2.48 age adoption passing confidence
@oclif/plugin-warn-if-update-available 3.1.35 -> 3.1.38 age adoption passing confidence
@tailwindcss/postcss (source) 4.0.9 -> 4.1.2 age adoption passing confidence
@tanstack/react-query (source) 5.66.11 -> 5.71.5 age adoption passing confidence
@tanstack/react-router (source) 1.112.0 -> 1.114.34 age adoption passing confidence
@tanstack/router-cli (source) 1.112.3 -> 1.114.34 age adoption passing confidence
@tanstack/router-vite-plugin (source) 1.112.3 -> 1.114.34 age adoption passing confidence
@types/node (source) 22.13.8 -> 22.14.0 age adoption passing confidence
@types/react (source) 19.0.10 -> 19.1.0 age adoption passing confidence
@types/react-dom (source) 19.0.4 -> 19.1.1 age adoption passing confidence
@types/semver (source) 7.5.8 -> 7.7.0 age adoption passing confidence
base-x 5.0.0 -> 5.0.1 age adoption passing confidence
connectkit (source) 1.8.2 -> 1.9.0 age adoption passing confidence
docker-compose (source) 1.1.1 -> 1.2.0 age adoption passing confidence
eslint (source) 9.21.0 -> 9.23.0 age adoption passing confidence
file-type 20.4.0 -> 20.4.1 age adoption passing confidence
immutable (source) 5.0.3 -> 5.1.1 age adoption passing confidence
react (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-dom (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-hook-form (source) 7.54.2 -> 7.55.0 age adoption passing confidence
tailwind-merge 3.0.2 -> 3.1.0 age adoption passing confidence
tailwindcss (source) 4.0.9 -> 4.1.2 age adoption passing confidence
undici (source) 7.4.0 -> 7.7.0 age adoption passing confidence
viem (source) 2.23.5 -> 2.25.0 age adoption passing confidence
vitest (source) 3.0.7 -> 3.1.1 age adoption passing confidence
wagmi (source) 2.14.12 -> 2.14.16 age adoption passing confidence
yaml (source) 2.7.0 -> 2.7.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.23.0

Compare Source

v9.22.0

Compare Source

oclif/core (@​oclif/core)

v4.2.10

Compare Source

Bug Fixes

v4.2.9

Compare Source

Bug Fixes
  • deps: bump ansis from 3.16.0 to 3.17.0 (83b4db2)
oclif/plugin-autocomplete (@​oclif/plugin-autocomplete)

v3.2.27

Compare Source

Bug Fixes

v3.2.26

Compare Source

Bug Fixes

v3.2.25

Compare Source

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

v3.2.48

Compare Source

Bug Fixes

v3.2.47

Compare Source

Bug Fixes

v3.2.46

Compare Source

Bug Fixes

v3.2.45

Compare Source

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

v3.1.38

Compare Source

Bug Fixes

v3.1.37

Compare Source

Bug Fixes

v3.1.36

Compare Source

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

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)

v4.0.17

Compare Source

Fixed
  • Fix an issue causing the CLI to hang when processing Ruby files (#​17383)

v4.0.16

Compare Source

Added
  • Add support for literal values in --value('…') and --modifier('…') (#​17304)
Fixed
  • Fix class extraction followed by ( in Pug (#​17320)
  • Ensure @keyframes for theme animations are emitted if they are referenced following a comma (#​17352)
  • Vite: Ensure that updates to an imported CSS file are properly propagated after updating source files (#​17347)
  • Pre process Slim templates embedded in Ruby files (#​17336)
  • Error when input and output files resolve to the same file when using the CLI (#​17311)
  • Add missing suggestions when --spacing(--value(integer, number)) is used (#​17308)
  • Add ::-webkit-details-marker pseudo to marker variant (#​17362)

v4.0.15

Compare Source

v4.0.14

Compare Source

Fixed
  • Do not extract candidates with JS string interpolation ${ (#​17142)
  • Fix extraction of variants containing . character (#​17153)
  • Fix extracting candidates in Clojure/ClojureScript (#​17087)

v4.0.13

Compare Source

Fixed
  • Fix Haml pre-processing (#​17051)
  • Ensure .node and .wasm files are not scanned for utilities (#​17123)
  • Improve performance when scanning JSON files (#​17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#​17094, #​17085, #​17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#​17129)

v4.0.12

Compare Source

Fixed
  • Vite: Fix url(…) rebasing in transitively imported CSS files (#​16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#​16965)
  • Ensure utilities are sorted based on their actual property order (#​16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#​17000)
  • Ensure classes between } and { are properly extracted (#​17001)
  • Fix razor/cshtml pre-processing (#​17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#​17031)

v4.0.11

Compare Source

Fixed
  • Ensure classes containing -- are extracted correctly (#​16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#​16980)
  • Ensure arbitrary container queries are extracted correctly (#​16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#​16985)
  • Ensure arbitrary variables with data types are extracted correctly (#​16986)

v4.0.10

Compare Source

Added
  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#​15183)
Fixed
  • Ensure not-* does not remove :is(…) from variants (#​16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#​16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#​16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#​16943)
  • Allow !important on CSS variables again (#​16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#​16957)
  • Ensure utilities are properly detected within square brackets (#​16306)
  • Ensure utilities are properly detected using Angular's conditional class binding syntax (#​16306)
  • Ensure utilities starting with numbers are properly extracted from Slim templates (#​16306)
  • Discard arbitrary property candidates that have guaranteed-invalid property names (#​16306)
Changed
  • Removed max-w-auto and max-h-auto utilities as they generate invalid CSS (#​16917)
  • Replaced the existing candidate extractor with a brand new extractor to improve maintainability, correctness, and performance (#​16306)
TanStack/query (@​tanstack/react-query)

v5.71.5

Compare Source

Version 5.71.5 - 4/2/25, 6:39 PM

Changes

Fix
  • solid-query: add useQuery, useInfiniteQuery, useQueries, useMutation as alternative syntax to align with react and ease maintenance (#​8938) (1202ba0) by Birk Skyum
Chore
  • deps: replace dependency npm-run-all with npm-run-all2 ^5.0.0 (#​8602) (8b1eff1) by renovate[bot]

Packages

v5.71.3

Compare Source

Version 5.71.3 - 4/2/25, 9:47 AM

Changes

Fix
  • query-core: Rename defaultshouldRedactErrors to defaultShouldRedactErrors (#​8933) (e73d5b4) by MINSEONG KIM
Chore
  • allow Preview Bundle Size to fail (24dd7c7) by TkDodo
Test
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8900) (67ab070) by MINSEONG KIM
  • query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for createPersister.test.tsx (#​8915) (12762a3) by MINSEONG KIM
  • query-persist-client-core: resolve ESLint typescript-eslint/require-await warnings for persist.test.tsx (#​8914) (15ebad8) by MINSEONG KIM
  • react-query-devtools: resolve ESLint typescript-eslint/require-await warnings (#​8912) (b1a2fef) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8908) (4be5740) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8907) (78c8a0c) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8905) (815ff24) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8904) (4117d68) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8903) (3799d87) by MINSEONG KIM
  • react-query: resolve ESLint typescript-eslint/require-await warnings (#​8902) (4779747) by MINSEONG KIM
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8901) (f4aa6e3) by MINSEONG KIM
  • query-core: resolve ESLint typescript-eslint/require-await warnings (#​8899) (a8beb4a) by MINSEONG KIM
Docs
Other

Packages

[v5.71.1](https://redirect.github.com/TanStack/query/releases/tag/v5.71.


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 Apr 3, 2025
@renovate renovate bot requested review from 0237h and YaroShkvorets April 3, 2025 17:42
Copy link

changeset-bot bot commented Apr 3, 2025

🦋 Changeset detected

Latest commit: 84dfdb4

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 Apr 3, 2025

Deploying graph-tooling with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3dd9194
Status: ✅  Deploy successful!
Preview URL: https://46226190.graph-tooling.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.graph-tooling.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e07728d to e23bf65 Compare April 3, 2025 17:45
Copy link
Contributor

github-actions bot commented Apr 3, 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.97.1-alpha-20250404164913-3dd9194edeb6285e039faca5569978916ea95cf2 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86dc53f to 88c7bd7 Compare April 3, 2025 19:28
@YaroShkvorets
Copy link
Collaborator

immutable (source) | 5.0.3 -> 5.1.1 | immutable (source) [5.0.3 -> 5.1.1]

Breaks immutable.Map::updateIn():

Index can not be undefined in updateIn(). This should not happen

Copy link
Contributor Author

renovate bot commented Apr 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@YaroShkvorets YaroShkvorets merged commit 91291f1 into main Apr 4, 2025
9 checks passed
@YaroShkvorets YaroShkvorets deleted the renovate/all-minor-patch branch April 4, 2025 17:08
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