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

Merged
merged 2 commits into from
Feb 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/react-query (source) ^5.18.0 -> ^5.20.5 age adoption passing confidence
@types/node (source) ^18.19.11 -> ^18.19.15 age adoption passing confidence
@types/react (source) ^18.2.48 -> ^18.2.55 age adoption passing confidence
@vercel/analytics (source) ^1.1.2 -> ^1.1.3 age adoption passing confidence
husky ^9.0.7 -> ^9.0.11 age adoption passing confidence
lint-staged ^15.2.1 -> ^15.2.2 age adoption passing confidence
postcss (source) ^8.4.33 -> ^8.4.35 age adoption passing confidence
prettier (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence
tsx ^4.7.0 -> ^4.7.1 age adoption passing confidence
webpack ^5.90.0 -> ^5.90.1 age adoption passing confidence

Release Notes

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

v5.20.5

Compare Source

Version 5.20.5 - 2/13/2024, 1:13 PM

Changes

Fix
  • core: do not update mutations if key has changed (#​6889) (7e25569) by Dominik Dorfmeister

Packages

v5.20.4

Compare Source

Version 5.20.4 - 2/13/2024, 12:48 PM

Changes

Fix
  • types: type structural sharing as unknown (#​6888) (aad4078) by Dominik Dorfmeister

Packages

v5.20.2

Compare Source

Version 5.20.2 - 2/12/2024, 4:03 PM

Changes

Refactor
Chore
  • fix multiple-dependency-versions (cac31bc) by Dominik Dorfmeister
  • Update dependencies (#​6871) (7a51c2a) by Lachlan Collins
  • Use plugin:react/jsx-runtime config (#​6868) (9b496bf) by Lachlan Collins
Ci
Docs

Packages

v5.20.1

Compare Source

Version 5.20.1 - 2/10/2024, 8:52 AM

Changes

Refactor
  • eslint-plugin-query: Use ESLintUtils.RuleCreator (#​6867) (7b7cc2f) by Lachlan Collins
Chore
  • Replace @ts-ignore with @ts-expect-error (#​6866) (e105930) by Lachlan Collins
  • Add recommended eslint rules, dedupe parserOptions (#​6865) (8cd6441) by Lachlan Collins

Packages

vercel/analytics (@​vercel/analytics)

v1.1.3

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.1.2...1.1.3

typicode/husky (husky)

v9.0.11

Compare Source

okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
postcss/postcss (postcss)

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
prettier/prettier (prettier)

v3.2.5

Compare Source

diff

Support Angular inline styles as single template literal (#​15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@​Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.5
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `
    h1 {
      color: blue;
    }
  `,
})
export class AppComponent {}
Unexpected embedded formatting for Angular template (#​15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.4
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{ hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.5
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}
Use "json" parser for tsconfig.json by default (#​16012 by @​sosukesuzuki)

In v2.3.0, we introduced "jsonc" parser which adds trialing comma by default.

When adding a new parser we also define how it will be used based on the linguist-languages data.

tsconfig.json is a special file used by TypeScript, it uses .json file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing .json file extension.

We decide to treat it as a JSON file for now to avoid the extra configuration step.

To keep using the "jsonc" parser for your tsconfig.json files, add the following to your .pretterrc file

{
  "overrides": [
    {
      "files": ["tsconfig.json", "jsconfig.json"],
      "options": {
        "parser": "jsonc"
      }
    }
  ]
}
privatenumber/tsx (tsx)

v4.7.1

Compare Source

Bug Fixes

This release is also available on:


Configuration

📅 Schedule: Branch creation - "before 9am on saturday" in timezone Europe/Moscow, 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.

Copy link

vercel bot commented Feb 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ghloc ✅ Ready (Inspect) Visit Preview Feb 17, 2024 11:51am

@pajecawav pajecawav merged commit 9f1c6eb into master Feb 17, 2024
3 checks passed
@pajecawav pajecawav deleted the renovate/all-minor-patch branch February 17, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant