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 tooling dependencies #214

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 19.5.0 -> 19.6.1 age adoption passing confidence
@commitlint/config-conventional (source) 19.5.0 -> 19.6.0 age adoption passing confidence
@types/bun (source) 1.1.10 -> 1.1.14 age adoption passing confidence
cspell (source) 8.14.4 -> 8.17.1 age adoption passing confidence
eslint (source) 9.11.1 -> 9.17.0 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence
markdownlint 0.35.0 -> 0.37.2 age adoption passing confidence
markdownlint-cli2 0.14.0 -> 0.16.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.8 -> 0.6.9 age adoption passing confidence
typescript (source) 5.6.2 -> 5.7.2 age adoption passing confidence
vue-tsc (source) 2.1.6 -> 2.2.0 age adoption passing confidence

Release Notes

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

v19.6.1

Compare Source

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

v19.6.0

Compare Source

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

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

v19.6.0

Compare Source

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

streetsidesoftware/cspell (cspell)

v8.17.1

Compare Source

v8.17.0

Compare Source

v8.16.1

Compare Source

v8.16.0

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

v8.15.5

Compare Source

v8.15.4

Compare Source

v8.15.3

Compare Source

v8.15.2

Compare Source

v8.15.1

Compare Source

v8.15.0

Compare Source

eslint/eslint (eslint)

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

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

typicode/husky (husky)

v9.1.7

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

DavidAnson/markdownlint (markdownlint)

v0.37.2

Compare Source

  • Add subpath imports for overriding default bundler behavior
  • Improve MD032

v0.37.1

Compare Source

  • Add support for "browser" condition (as used by webpack)

v0.37.0

Compare Source

v0.36.1

Compare Source

  • Fix behavior of MD054

v0.36.0

Compare Source

  • Improve MD051
  • Move applyFix and applyFixes from helpers to core
  • Make micromark parser available to custom rules
  • Introduce ./micromark helpers exports
  • Update custom/rule documentation
  • Improve performance
  • Update dependencies
DavidAnson/markdownlint-cli2 (markdownlint-cli2)

v0.16.0

Compare Source

  • Try not to use require for modules (due to Node 22.12)
  • Update dependencies (EXcluding markdownlint)

v0.15.0

Compare Source

  • Add support for stdin input via - glob
  • Add output formatter based on string templates
  • Update dependencies (including markdownlint)
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

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.9

Compare Source

  • Introduce tailwindStylesheet option to replace tailwindEntryPoint (#​330)
microsoft/TypeScript (typescript)

v5.7.2

Compare Source

v5.6.3

Compare Source

vuejs/language-tools (vue-tsc)

v2.2.0

Compare Source

v2.1.10

Compare Source

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes

Configuration

📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/London, 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 7, 2024 05:51
Copy link

github-actions bot commented Sep 7, 2024

Visit the preview URL for this PR (updated for commit 7a9d074):

https://zksync-docs-staging-5eb09--pr214-renovate-tooling-dep-n3h9hfb4.web.app

(expires Tue, 31 Dec 2024 11:52:41 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: bfaafba5fa82d4f63473aaa76a21fabf1fbb3a11

@renovate renovate bot force-pushed the renovate/tooling-deps branch 5 times, most recently from 88f31a9 to 2bbf5cf Compare September 12, 2024 16:23
@renovate renovate bot force-pushed the renovate/tooling-deps branch 8 times, most recently from 3953347 to 8ce24c7 Compare September 19, 2024 13:49
@renovate renovate bot force-pushed the renovate/tooling-deps branch 4 times, most recently from 5732b9d to d4686b5 Compare September 27, 2024 15:24
@renovate renovate bot force-pushed the renovate/tooling-deps branch from d4686b5 to 7726358 Compare October 2, 2024 10:11
@renovate renovate bot changed the title chore(deps): update tooling dependencies chore(deps): update dependency eslint to v9.12.0 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/tooling-deps branch 2 times, most recently from 5535f66 to 8185335 Compare October 7, 2024 17:18
@renovate renovate bot changed the title chore(deps): update dependency eslint to v9.12.0 chore(deps): update tooling dependencies Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tooling-deps branch 6 times, most recently from bfb12d3 to 710a097 Compare October 11, 2024 21:00
@renovate renovate bot force-pushed the renovate/tooling-deps branch 6 times, most recently from 996dfd5 to 74705b6 Compare December 2, 2024 18:23
@renovate renovate bot force-pushed the renovate/tooling-deps branch 11 times, most recently from 186af44 to 3cf3419 Compare December 11, 2024 17:35
@renovate renovate bot force-pushed the renovate/tooling-deps branch 8 times, most recently from a3d2d86 to 9477c90 Compare December 17, 2024 10:00
@renovate renovate bot force-pushed the renovate/tooling-deps branch 3 times, most recently from 98d7670 to 78d5e7f Compare December 20, 2024 07:29
@renovate renovate bot force-pushed the renovate/tooling-deps branch from 78d5e7f to 7a9d074 Compare December 24, 2024 11:46
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