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

Update all non-major dependencies #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@oclif/core 4.0.32 -> 4.1.1 age adoption passing confidence dependencies minor
@swc/cli 0.5.0 -> 0.5.2 age adoption passing confidence devDependencies patch
@swc/core (source) 1.9.2 -> 1.10.1 age adoption passing confidence devDependencies minor
@types/node (source) 20.17.6 -> 20.17.10 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) 2.1.5 -> 2.1.8 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.6.3 -> 3.7.0 age adoption passing confidence devDependencies minor
node (source) 22.11.0 -> 22.12.0 age adoption passing confidence volta minor
npm (source) 10.9.0 -> 10.9.2 age adoption passing confidence packageManager patch
npm (source) 10.9.0 -> 10.9.2 age adoption passing confidence volta patch
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence devDependencies minor
vitest (source) 2.1.5 -> 2.1.8 age adoption passing confidence devDependencies patch
zod (source) 3.23.8 -> 3.24.1 age adoption passing confidence dependencies minor

Release Notes

oclif/core (@​oclif/core)

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Features
  • add atLeastOne flag property (d4746f3)

4.0.37 (2024-12-13)

Bug Fixes
  • deps: bump nanoid from 3.3.6 to 3.3.8 (e9cbfdb)

4.0.36 (2024-12-08)

Bug Fixes
  • deps: bump lilconfig from 3.1.2 to 3.1.3 (7bdf5f3)

4.0.35 (2024-12-08)

Bug Fixes
  • deps: bump debug from 4.3.7 to 4.4.0 (e8aaaea)

4.0.34 (2024-12-02)

Bug Fixes

4.0.33 (2024-11-19)

Bug Fixes
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 (dfd138e)

4.0.32 (2024-11-12)

Bug Fixes
  • add env var to disable link warning (df48c93)

4.0.31 (2024-10-28)

Reverts

4.0.30 (2024-10-22)

Bug Fixes

4.0.29 (2024-10-15)

Bug Fixes

4.0.28 (2024-10-11)

Bug Fixes
  • remove circular references when colorizing json (de9ed4e)

4.0.27 (2024-10-03)

Bug Fixes
  • add respectNoCacheDefault to help options (7320fff)

4.0.26 (2024-10-02)

Bug Fixes

4.0.25 (2024-10-01)

Bug Fixes

4.0.24 (2024-10-01)

Bug Fixes
  • use topic separator for deprecated alias warnings in help (#​1209) (fb6ace2)

4.0.23 (2024-09-23)

Bug Fixes

4.0.22 (2024-09-13)

Bug Fixes
  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (d051b64)

4.0.21 (2024-09-07)

Bug Fixes
  • deps: bump debug from 4.3.6 to 4.3.7 (839ab85)

4.0.20 (2024-09-04)

Bug Fixes
  • handle large throughput writes (5e336ce)

4.0.19 (2024-08-24)

Bug Fixes
  • deps: bump micromatch from 4.0.7 to 4.0.8 (eb2aa14)

4.0.18 (2024-08-21)

Bug Fixes

4.0.17 (2024-07-28)

Bug Fixes
  • deps: bump ansis from 3.3.1 to 3.3.2 (081e8bc)

4.0.16 (2024-07-27)

Bug Fixes
  • deps: bump requirejs from 2.3.6 to 2.3.7 (216d8e7)

4.0.15 (2024-07-26)

Bug Fixes

4.0.14 (2024-07-23)

Bug Fixes

4.0.13 (2024-07-21)

Bug Fixes
  • deps: bump ansis from 3.2.1 to 3.3.1 (a0eba0a)

4.0.12 (2024-07-13)

Bug Fixes
  • deps: bump ansis from 3.2.0 to 3.2.1 (0d84684)

4.0.11 (2024-07-10)

Bug Fixes

4.0.10 (2024-07-10)

Bug Fixes
  • use colorize to ensure proper TTY detection (8a5d71f)

4.0.9 (2024-07-09)

Bug Fixes

4.0.8 (2024-07-01)

Bug Fixes

4.0.7 (2024-06-25)

Bug Fixes

4.0.6 (2024-06-12)

Bug Fixes

4.0.5 (2024-06-12)

Bug Fixes
  • deps: bump braces from 3.0.2 to 3.0.3 (d20f082)

4.0.4 (2024-06-11)

Bug Fixes

4.0.3 (2024-06-06)

Bug Fixes

4.0.2 (2024-06-05)

Bug Fixes

4.0.1 (2024-06-04)

Bug Fixes

v4.0.37

Compare Source

Bug Fixes
  • deps: bump nanoid from 3.3.6 to 3.3.8 (e9cbfdb)

v4.0.36

Compare Source

Bug Fixes
  • deps: bump lilconfig from 3.1.2 to 3.1.3 (7bdf5f3)

v4.0.35

Compare Source

Bug Fixes
  • deps: bump debug from 4.3.7 to 4.4.0 (e8aaaea)

v4.0.34

Compare Source

Bug Fixes

v4.0.33

Compare Source

Bug Fixes
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 (dfd138e)
swc-project/swc (@​swc/core)

v1.10.1

Compare Source

Bug Fixes
  • (es/resolver) Fix wrong syntax context of vars with the same names as catch params (#​9786) (5a44c6b)
Features

v1.10.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.9.3

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.7.0

Compare Source

Minor Changes
  • #​326 93ea130 Thanks @​SukkaW! - This version has implemented the eslint-plugin-import-x's v3 resolver interface. This allows you to use import/require to reference eslint-import-resolver-typescript directly in your ESLint flat config:

    Previously

    // eslint.config.js
    module.exports = {
      settings: {
        'import-x/resolver': {
          typescript: {
            alwaysTryTypes: true,
          },
          // or
          require.resolve('eslint-import-resolver-typescript'):
            alwaysTryTypes: true,
          }
        }
      }
    }

    Now

    // eslint.config.js
    const {
      createTypeScriptImportResolver,
    } = require('eslint-import-resolver-typescript')
    
    module.exports = {
      settings: {
        'import-x/resolver-next': [
          createTypeScriptImportResolver({
            alwaysTryTypes: true,
          }),
        ],
      },
    }

    Note that this only works with eslint-plugin-import-x@>=4.5.0. You can't use createTypeScriptImportResolver with the older versions of eslint-plugin-import-x or any existing versions of eslint-plugin-import.

nodejs/node (node)

v22.12.0

Compare Source

npm/cli (npm)

v10.9.2

Compare Source

Dependencies

v10.9.1

Compare Source

Bug Fixes
Dependencies
Chores
prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

microsoft/TypeScript (typescript)

v5.7.2

Compare Source

colinhacks/zod (zod)

v3.24.1

Compare Source

Commits:

v3.24.0

Compare Source

Implement @standard-schema/spec

This is the first version of Zod to implement the Standard Schema spec. This is a new community effort among several validation library authors to implement a common interface, with the goal of simplifying the process of integrating schema validators with the rest of the ecosystem. Read more about the project and goals here.

z.string().jwt()

Thanks to @​Mokshit06 and @​Cognition-Labs for this contribution!

To verify that a string is a valid 3-part JWT.

z.string().jwt();

⚠️ This does not verify your JWT cryptographically! It merely ensures its in the proper format. Use a library like jsonwebtoken to verify the JWT signature, parse the token, and read the claims.

To constrain the JWT to a specific algorithm:

z.string().jwt({ alg: "RS256" });

z.string().base64url()

Thank you to @​marvinruder!

To complement the JWT validation, Zod 3.24 implements a standalone .base64url() string validation API. (The three elements of JWTs are base64url-encoded JSON strings.)

z.string().base64url()

This functionality is available along the standard z.string().base64() validator added in Zod 3.23.

z.string().cidr()

Thanks to @​wataryooou for their work on this!

A validator for CIDR notation for specifying IP address ranges, e.g. 192.24.12.0/22.

z.string().cidr()

To specify an IP version:

z.string().cidr({ version: "v4" })
z.string().cidr({ version: "v6" })

View the full diff from 3.23.8: colinhacks/zod@v3.23.8...v3.24.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Contributor Author

renovate bot commented Nov 25, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot enabled auto-merge (rebase) November 25, 2024 04:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e343806 to 75859bd Compare November 25, 2024 21:44
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.48%. Comparing base (2b5599e) to head (137d820).

❗ There is a different number of reports uploaded between BASE (2b5599e) and HEAD (137d820). Click for more details.

HEAD has 34 uploads less than BASE
Flag BASE (2b5599e) HEAD (137d820)
unit 30 1
integration 5 0
Additional details and impacted files
@@             Coverage Diff              @@
##            master      #77       +/-   ##
============================================
- Coverage   100.00%   34.48%   -65.52%     
============================================
  Files           28       28               
  Lines          464      464               
  Branches        72       37       -35     
============================================
- Hits           464      160      -304     
- Misses           0      285      +285     
- Partials         0       19       +19     
Flag Coverage Δ
integration ?
unit 34.48% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ece0e93 to a939494 Compare December 2, 2024 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4ec9184 to e358120 Compare December 8, 2024 09:20
@renovate renovate bot changed the title Update all non-major dependencies Update Node.js to v22.12.0 Dec 8, 2024
@renovate renovate bot changed the title Update Node.js to v22.12.0 Update all non-major dependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 75ba3b3 to 922bdfe Compare December 13, 2024 04:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 922bdfe to 374564b Compare December 17, 2024 18:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 374564b to 137d820 Compare December 19, 2024 17:54
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.

0 participants