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

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/query-core (source) ^5.50.1 -> ^5.51.1 age adoption passing confidence
nx (source) ^19.4.2 -> ^19.4.3 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence

Release Notes

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

v5.51.1

Compare Source

Version 5.51.1 - 7/11/24, 4:56 AM (Manual Release)

Changes

Ci
Docs
  • examples: Modernise Next.js examples (#​7706) (b58da75) by Lachlan Collins
  • eslint-plugin-query: Fix rules links (#​7705) (8d0ba7e) by twiddler
  • examples: Modernise React examples (#​7704) (7fc9472) by Lachlan Collins
  • add Query Rewind to vue community projects (#​7688) (14d9c49) by John Dunn

Packages

nrwl/nx (nx)

v19.4.3

Compare Source

19.4.3 (2024-07-12)

🚀 Features
  • core: avoid forking process for nx:noop (#​26869)
  • js: add createNodesV2 for typescript plugin (#​26788)
  • nx-dev: add customers & company pages (#​26813)
  • nx-dev: Add more OSS logos (#​26922)
🩹 Fixes
  • core: load isolated plugins in parallel (#​26874)
  • core: report should work if project graph errors (#​26858)
  • misc: properly set the value of the bitbucket option for ci work… (#​26890)
  • misc: add more ab testing for setting up ci and nx cloud (#​26907)
  • vite: Only attempt to amend test object if one exists (#​26822)
  • vue: bump vue-tsc version to 2.x.x (#​26867)
❤️ Thank You
prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
Copy link

pkg-pr-new bot commented Jul 15, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

commit: 962e667

@tanstack/config

npm i https://pkg.pr.new/@tanstack/config@124

Copy link

nx-cloud bot commented Jul 15, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 962e667. 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 1 target

Sent with 💌 from NxCloud.

@lachlancollins lachlancollins merged commit 0fb6c74 into main Jul 15, 2024
4 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch July 15, 2024 03:52
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.

None yet

1 participant