Skip to content

chore(deps): update all non-major dependencies - autoclosed#4

Closed
renovate[bot] wants to merge 1 commit intotrunkfrom
renovate/all-minor-patch
Closed

chore(deps): update all non-major dependencies - autoclosed#4
renovate[bot] wants to merge 1 commit intotrunkfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.6.0 -> 19.7.1 age adoption passing confidence
@commitlint/config-conventional (source) 19.6.0 -> 19.7.1 age adoption passing confidence
@vitest/coverage-v8 (source) 3.0.4 -> 3.0.5 age adoption passing confidence
eslint (source) 9.15.0 -> 9.20.1 age adoption passing confidence
knip (source) 5.38.2 -> 5.44.1 age adoption passing confidence
lefthook 1.8.4 -> 1.10.10 age adoption passing confidence
prettier (source) 3.4.1 -> 3.5.0 age adoption passing confidence
syncpack 13.0.0 -> 13.0.2 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
vitest (source) 3.0.4 -> 3.0.5 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.5

Compare Source

This release includes security patches for:

🚀 Features
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)

v9.20.1

Compare Source

v9.20.0

Compare Source

v9.19.0

Compare Source

v9.18.0

Compare Source

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

webpro-nl/knip (knip)

v5.44.1

Compare Source

v5.44.0

Compare Source

  • Add fixture w/ compilers/workaround for tailwind v4 (3cf1d05)
  • fix: ensure augmentWorkspace honors tsConfig rootDir (#​933) (2afffe0) - thanks @​rmunch!
  • feat: Add plugin for React router 7 framework mode (#​931) (012fd5b) - thanks @​lasseklovstad!
  • Refactor some bits to add manifestStr (9ce5766)
  • Use manifestStr and introduce PackageJsonPeeker (f2efd22)
  • Add pos to more issue types in json reporter (resolves #​930) (72cbcfa)
  • Merge node and node-test-runner plugins (1019b99)
  • Ignore built-in test reporters (resolve #​935) (090e76b)
  • Housekeep react-router plugin (dd0f682)
  • Bright & dimmed issue type header colors in symbol reporter (close #​934) (dcf5df3)
  • Update dependencies (9050695)

v5.43.6

Compare Source

  • Update docs for writing a plugin (f3669e2)
  • Remove unused property (18612d2)
  • Merge glob patterns (3815fae)
  • Update docs for writing a plugin (c1de2ba)
  • Invoke expo config function with context obj (resolves #​919) (2d0876b)
  • Add empty plugins: [] to dummy expo obj to cause less issues (15b8aac)

v5.43.5

Compare Source

  • Allow nsTypes to always consider all enums (the actual fix for #​927) (881de38)

v5.43.4

Compare Source

  • Add missing test & widen scope for implicit enumerations (resolves #​927) (d02db68)

v5.43.3

Compare Source

v5.43.2

Compare Source

  • Add a bit of error handling for failed contributors fetch (b70958a)
  • Always use production entries by default in expo plugin (resolves #​918) (9b8cb69)
  • knipignore → lintignore (47460d2)
  • Fix scoping of namespace import refs (c8ce64d)
  • Bun started exposing serialize and deserialize directly from node:v8 (cbfc56e)
  • Update docs (b7b6273)
  • Update dependencies (9b4f695)

v5.43.1

Compare Source

v5.43.0

Compare Source

v5.42.3

Compare Source

v5.42.2

Compare Source

v5.42.1

Compare Source

  • Exclude semantic-release packages (resolves #​899) (a28cc02)* Edit docs + gen (d850cbe)
  • Improve reported line sorting (7ff0b70)
  • Rename tests touching fs for easier exclusion (be5ba91)
  • Add test:watch script to watch only failing test (86b2123)
  • Add default formatter for jsx (4a212ad)
  • Avoid overwrites in issue collector storage key (0530465)
  • Rename file to match test/fixture consistency (959b64c)
  • Fix case of node ../../node_modules/.bin/executable (resolves #​908) (5a77dcc)
  • Log debug session from launcher (be1f9d4)
  • Introduce optional dependencies & improve pm cli arg handling (1731ee5)
  • Support more execa methods in visitor (5f2cf34)
  • Minor refactor (052375f)
  • Fix non-internal isDependency case (e908cfe)
  • Format on save (0f67016)
  • Fix case of $/execa script like yarn lint:spellcheck (03abffd)
  • Reduce noise (5a3177f)
  • feat: add dependency-cruiser plugin (#​911) (8d206a0) - thanks @​filipw01!
  • Update dependencies (b9aff83)
  • Update docs re. 1731ee5 (938496c)

v5.42.0

Compare Source

v5.41.1

Compare Source

v5.41.0

Compare Source

v5.40.0

Compare Source

v5.39.4

Compare Source

  • Ignore ignore patterns in vite test.include patterns (df390a0)
  • Stop using package.json as fallback containingFilePath (de6682b)

v5.39.3

Compare Source

  • Doc edits (0f640e1)
  • feat: update mdx detection dependency list and update custom compiler… (#​875) (055a2e3)
  • Add new content configuration entry for Astro (#​872) (c80ac0e)

v5.39.2

Compare Source

v5.39.1

Compare Source

  • Fix case sensitivity in package name check (resolves #​869) (d6dab3d)

v5.39.0

Compare Source

v5.38.4

Compare Source

v5.38.3

Compare Source

evilmartians/lefthook (lefthook)

v1.10.10

Compare Source

v1.10.9

Compare Source

  • fix: make uninstall --remove-configs description more accurate (#​934) by @​scop

v1.10.8

Compare Source

v1.10.7

Compare Source

v1.10.6

Compare Source

Changelog

v1.10.5

Compare Source

  • feat: add lefthook option for custom path or command (#​927) by @​mrexox
  • chore: update config template with new jobs by @​mrexox

v1.10.4

Compare Source

v1.10.3

Compare Source

v1.10.2

Compare Source

v1.10.1

Compare Source

v1.10.0

Compare Source

v1.9.3

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.5

Compare Source

prettier/prettier (prettier)

v3.5.0

Compare Source

diff

🔗 Release Notes

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>;
JamieMason/syncpack (syncpack)

v13.0.2

Compare Source

  • fix(core): do not remove empty objects #223
  • fix(types): allow additional customTypes properties #255
  • fix(npm): update dependencies fee1f06
  • chore(zed): update biome settings 7a9cb38
  • chore(release): 13.0.1 6803d14

v13.0.1

Compare Source

2 February 2025

  • fix(types): allow additional customTypes properties #255
  • chore(site): update dependencies 32847a2
  • fix(npm): update dependencies fee1f06
  • chore(github): add issue form templates 35dea02
microsoft/TypeScript (typescript)

Configuration

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

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

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

@renovate renovate bot added the dependencies label Dec 9, 2024
@socket-security
Copy link

socket-security bot commented Dec 9, 2024

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 9291f27 to f464628 Compare December 16, 2024 03:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 283b8d9 to 2bc7b76 Compare December 23, 2024 03:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3b4ebd1 to 79076a3 Compare December 30, 2024 05:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c8e894b to c480515 Compare January 6, 2025 06:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c480515 to c63dd70 Compare January 13, 2025 05:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from bf35832 to 341c992 Compare January 28, 2025 09:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a80f3e2 to a7010e4 Compare February 4, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f99fa73 to 4c50b18 Compare February 12, 2025 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f7136d0 to a31dc63 Compare February 18, 2025 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a31dc63 to 137a888 Compare February 19, 2025 19:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Feb 20, 2025
@renovate renovate bot closed this Feb 20, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch February 20, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants