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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@analogjs/vite-plugin-angular ^1.6.1 -> ^1.6.4 age adoption passing confidence
@angular/animations (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/common (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/compiler (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/compiler-cli (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/core (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/forms (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/platform-browser (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@angular/router (source) ^17.3.11 -> ^17.3.12 age adoption passing confidence
@emotion/react (source) 11.11.4 -> 11.13.0 age adoption passing confidence
@emotion/styled (source) 11.11.5 -> 11.13.0 age adoption passing confidence
@eslint-react/eslint-plugin (source) ^1.5.26 -> ^1.6.0 age adoption passing confidence
@mui/material (source) 5.16.1 -> 5.16.5 age adoption passing confidence
@remix-run/node (source) ^2.10.2 -> ^2.10.3 age adoption passing confidence
@solidjs/testing-library ^0.8.8 -> ^0.8.9 age adoption passing confidence
@tanstack/react-query (source) ^5.51.1 -> ^5.51.15 age adoption passing confidence
@tanstack/react-router (source) ^1.45.0 -> ^1.45.11 age adoption passing confidence
@tanstack/start (source) ^1.45.0 -> ^1.45.11 age adoption passing confidence
@testing-library/angular ^17.0.0 -> ^17.1.0 age adoption passing confidence
@testing-library/jest-dom ^6.4.6 -> ^6.4.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.16.0 -> ^7.17.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.16.0 -> ^7.17.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.1 age adoption passing confidence
eslint-plugin-react-refresh ^0.4.8 -> ^0.4.9 age adoption passing confidence
jsdom ^24.1.0 -> ^24.1.1 age adoption passing confidence
knip (source) ^5.26.0 -> ^5.27.0 age adoption passing confidence
nx (source) ^19.4.3 -> ^19.5.3 age adoption passing confidence
pnpm (source) 9.5.0 -> 9.6.0 age adoption passing confidence
postcss (source) 8.4.39 -> 8.4.40 age adoption passing confidence
postcss-preset-mantine 1.15.0 -> 1.17.0 age adoption passing confidence
publint (source) ^0.2.8 -> ^0.2.9 age adoption passing confidence
solid-js (source) ^1.8.18 -> ^1.8.19 age adoption passing confidence
vinxi ^0.3.14 -> ^0.4.1 age adoption passing confidence
vite (source) ^5.3.3 -> ^5.3.5 age adoption passing confidence
zone.js (source, changelog) ^0.14.7 -> ^0.14.8 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.6.4

Compare Source

Bug Fixes
  • astro-angular: add better support for Astro environment detection (#​1229) (01d59dc)

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • content: export prism highlighter for custom client rendering (#​1209) (768ac1a)
  • create-analog: update templates to use Vite 5.x (#​1215) (5069e34)
  • router: skip default export warning for redirect page routes (#​1210) (a4aa195)
  • vite-plugin-angular: use Vite preprocessCSS function for component decorator styles (#​1214) (76d024b)
angular/angular (@​angular/animations)

v17.3.12

Compare Source

compiler
Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)
angular/angular (@​angular/common)

v17.3.12

Compare Source

17.3.12 (2024-07-17)
compiler
Commit Description
fix - 327bae473b JIT mode incorrectly interpreting host directive configuration in partial compilation (#​57002) (#​57003)
emotion-js/emotion (@​emotion/react)

v11.13.0

Compare Source

v11.12.0

Compare Source

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v1.6.0

Compare Source

✨ New
  • Add controlled setting to settings["react-x"].additionalComponents' attributes object to set whether it is controlled or not.
  • Add glob support to settings["react-x"].additionalComponents' name setting.
  • Add default settings for react-x settings to presets.
  • Undeprecate rule no-implicit-key and improve its usefulness.
  • Undeprecate rule no-complicated-conditional-rendering and rename it to no-complex-conditional-rendering (the previous rule will still be available until the next major update to avoid breaking changes).
🐞 Fixes
  • no-direct-set-state-in-use-(layout?)-effect should warn only for the set function.
🪄 Improvements
  • Remove no-direct-set-state-in-use-(layout?)-effect from recommended presets.

v1.5.30

Compare Source

🐞 Fixes
  • Revert change @typescript-eslint's packages in dependencies to "^7.16.1 || ^rc-v8" as this format is not supported by all package managers.

v1.5.29

Compare Source

✨ New
  • Add rule no-prop-types.
  • Add rule no-default-props.
  • Add experimental settings["react-x"].additionalComponents settings (currently only the no-unsafe-target-blank rule uses it, but more rules will use it in the future).
🪄 Improvements
  • Add rule no-prop-types to recommended presets.
  • Add rule no-default-props to recommended presets.
  • Remove rule no-useless-fragment from recommended presets.
  • Optimize performance of rule no-create-ref.
  • Change @typescript-eslint' packages in dependencies to "^7.16.1 || ^rc-v8".

v1.5.28

Compare Source

🐞 Fixes
  • Fix false positives and negatives in rule hooks-extra/no-direct-set-state-in-use-effect.
  • Fix false positives and negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect.
  • Fix rule prefer-read-only-props reports only the first component in a file.
🪄 Improvements
  • Improve website and documentation.

v1.5.27

Compare Source

🐞 Fixes
  • Fix rule prefer-read-only-props that was accidentally added to the recommended type-checked presets.
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-effect when call set function inside a non-function scope.
  • Fix false negatives in rule hooks-extra/no-direct-set-state-in-use-layout-effect when call set function inside a non-function scope.
🪄 Improvements
  • Rule no-leaked-conditional-rendering now supports BigInt literals on the left side of the logical expression
  • Rule no-leaked-conditional-rendering now allows a truthy number literal to be used on the left side of the logical expression.
  • Optimize bundle size.
mui/material-ui (@​mui/material)

v5.16.5

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/utils@5.16.5
Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

Full Changelog: mui/material-ui@v5.16.4...v5.16.5

v5.16.4

Compare Source

Jul 16, 2024

A big thanks to the one contributor who made this release possible.

@mui/material@5.16.4

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Compare Source

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/material@5.16.3
Docs

All contributors of this release in alphabetical order: @​HoFa1997, @​mnajdova, @​oliviertassinari

v5.16.2

Compare Source

Jul 16, 2024

A big thanks to the 2 contributors who made this release possible.

@mui/material@5.16.2
Core

All contributors of this release in alphabetical order: @​mnajdova, @​oliviertassinari

remix-run/remix (@​remix-run/node)

v2.10.3

Compare Source

Patch Changes
  • Updated dependencies:
    • @remix-run/server-runtime@2.10.3
solidjs/solid-testing-library (@​solidjs/testing-library)

v0.8.9

Compare Source

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

v5.51.15

Compare Source

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes
Other
Packages

v5.51.14

Compare Source

v5.51.11

Compare Source

Version 5.51.11 - 7/20/24, 10:47 AM

Changes

Fix
  • svelte-query: Correct data type when initialData is set (#​7769) (b764009) by Lachlan Collins
Ci
  • Enable autofix on push to release branch (b189e31) by Lachlan Collins
Docs

Packages

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes

Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller

Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes
Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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

nx-cloud bot commented Jul 29, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 192d99b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

pkg-pr-new bot commented Jul 29, 2024

commit: 192d99b

pnpm add https://pkg.pr.new/@tanstack/angular-form@880
pnpm add https://pkg.pr.new/@tanstack/form-core@880
pnpm add https://pkg.pr.new/@tanstack/lit-form@880
pnpm add https://pkg.pr.new/@tanstack/react-form@880
pnpm add https://pkg.pr.new/@tanstack/solid-form@880
pnpm add https://pkg.pr.new/@tanstack/valibot-form-adapter@880
pnpm add https://pkg.pr.new/@tanstack/vue-form@880
pnpm add https://pkg.pr.new/@tanstack/yup-form-adapter@880
pnpm add https://pkg.pr.new/@tanstack/zod-form-adapter@880

Open in Stackblitz

More templates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant