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

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
eclipse-temurin final patch 21.0.1_12-jdk-alpine -> 21.0.2_13-jdk-alpine age adoption passing confidence
lint-staged devDependencies patch 15.2.0 -> 15.2.2 age adoption passing confidence
prettier (source) devDependencies patch 3.2.4 -> 3.2.5 age adoption passing confidence
prettier-plugin-java (source) devDependencies minor 2.5.0 -> 2.6.0 age adoption passing confidence
io.quarkus:quarkus-bom import minor 3.7.4 -> 3.8.1 age adoption passing confidence
io.quarkus:quarkus-maven-plugin build minor 3.7.4 -> 3.8.1 age adoption passing confidence

Release Notes

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.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
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"
      }
    }
  ]
}
jhipster/prettier-java (prettier-plugin-java)

v2.6.0

Compare Source

Enhancements

Fixes

Misc

quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.8.1

Compare Source

v3.8.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 changed the title fix(deps): update all non-major dependencies to v3.6.7 fix(deps): update all non-major dependencies to v3.7.0 Jan 24, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v3.7.0 chore(deps): update all non-major dependencies Jan 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 08867f4 to 501461e Compare February 5, 2024 16:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6b7f772 to 1b2380d Compare February 14, 2024 12:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6161e9c to 3f8598f Compare February 25, 2024 09:09
@derkoe derkoe merged commit 992f288 into main Feb 29, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 29, 2024 07:59
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