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

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^1.9.2 -> ^1.9.3 age adoption passing confidence
@types/bun (source) ^1.1.10 -> ^1.1.11 age adoption passing confidence
bumpp ^9.5.2 -> ^9.7.1 age adoption passing confidence
bun-plugin-dts-auto ^0.15.0 -> ^0.20.6 age adoption passing confidence
commitizen ^4.3.0 -> ^4.3.1 age adoption passing confidence
cz-git (source) ^1.9.4 -> ^1.10.1 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.6.3 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.3

Compare Source

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce
antfu/bumpp (bumpp)

v9.7.1

Compare Source

v9.7.0

Compare Source

v9.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes
Zhengqbbb/cz-git (cz-git)

v1.10.1

Compare Source

Bug Fixes
  • cz-git: rollback max_token to avoid AI message sliced (ea9dc0c), closes #​189

v1.10.0

Compare Source

Bug Fixes
Features
  • cz-git,cli: add aiModel option to support multiple OpenAI models (#​185) (241577b), closes #​180
  • cz-git: add env CZ_EDITOR to change editor during confirm (#​174) (0fad291)
Performance Improvements
  • cli: remove fs-extra. bundle size -100KB (79a7833)

1.9.4 (2024-07-19)

Bug Fixes

1.9.3 (2024-06-11)

Bug Fixes

1.9.2 (2024-05-26)

Bug Fixes
  • cz-git: incorrect maxSubjectLength on custom scope (#​173) (baa58ae)

1.9.1 (2024-03-30)

Bug Fixes
microsoft/TypeScript (typescript)

v5.6.3

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6ff065 to 1eeaaa1 Compare September 27, 2024 06:22
@renovate renovate bot changed the title chore(deps): update dependency bun-plugin-dts-auto to ^0.15.4 chore(deps): update all non-major dependencies Sep 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from caae75d to 3028376 Compare October 1, 2024 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 337c088 to dea16fc Compare October 9, 2024 00:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dea16fc to 0a4ef2a Compare October 9, 2024 07:52
@chrisbbreuer chrisbbreuer merged commit 8c6a1a1 into main Oct 9, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 9, 2024 09:48
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