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 code style deps #45

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 9.9.0 -> 9.19.0 age adoption passing confidence
lint-staged 15.2.9 -> 15.4.3 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

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

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

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

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

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

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.

v15.2.10

Compare Source

Patch Changes
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


Configuration

📅 Schedule: Branch creation - "before 6am on Thursday,before 10am on Sunday" in timezone Europe/Kiev, 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.

@renovate renovate bot requested a review from a team as a code owner May 9, 2023 01:31
@renovate
Copy link
Contributor Author

renovate bot commented May 9, 2023

Branch automerge failure

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

@renovate renovate bot force-pushed the renovate/code-style-deps branch from f67d93e to f7d732a Compare May 22, 2023 23:34
@renovate renovate bot force-pushed the renovate/code-style-deps branch from f7d732a to 5aaf604 Compare June 5, 2023 23:08
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 5aaf604 to ed02620 Compare June 19, 2023 21:03
@renovate renovate bot force-pushed the renovate/code-style-deps branch 2 times, most recently from 25a2ff4 to 0841627 Compare July 3, 2023 22:23
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 0841627 to d45b7fc Compare July 17, 2023 21:51
@renovate renovate bot force-pushed the renovate/code-style-deps branch from d45b7fc to 9e6bbaf Compare July 31, 2023 21:18
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 9e6bbaf to 85a1443 Compare August 14, 2023 21:51
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 85a1443 to 006a993 Compare August 28, 2023 22:15
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 006a993 to 2487f6b Compare September 11, 2023 22:01
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 2487f6b to 9b8a997 Compare September 27, 2023 22:09
@renovate renovate bot force-pushed the renovate/code-style-deps branch 2 times, most recently from 1405658 to 5fb26d0 Compare October 25, 2023 22:01
@renovate renovate bot force-pushed the renovate/code-style-deps branch 2 times, most recently from 400fe2c to 8f57973 Compare November 16, 2023 01:23
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 8f57973 to bcb2ae6 Compare November 23, 2023 00:04
@renovate renovate bot force-pushed the renovate/code-style-deps branch from bcb2ae6 to 6a9029c Compare December 6, 2023 22:22
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 6a9029c to cc25bea Compare December 21, 2023 01:36
@renovate renovate bot force-pushed the renovate/code-style-deps branch from cc25bea to 1ce747e Compare February 29, 2024 02:03
@renovate renovate bot enabled auto-merge March 21, 2024 00:35
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 1ce747e to d06d0ec Compare June 19, 2024 21:43
@renovate renovate bot changed the title chore(deps): update code style deps chore(deps): update dependency eslint to v8.57.0 Jun 19, 2024
Copy link

gitstream-cm bot commented Jun 19, 2024

This PR is missing a Jira ticket reference in the title or description.
Please add a Jira ticket reference to the title or description of this PR.

@renovate renovate bot force-pushed the renovate/code-style-deps branch from d06d0ec to 9a3c1bf Compare July 13, 2024 23:14
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.57.0 chore(deps): update code style deps Jul 13, 2024
@renovate renovate bot changed the title chore(deps): update code style deps chore(deps): update code style deps - autoclosed Aug 23, 2024
@renovate renovate bot closed this Aug 23, 2024
auto-merge was automatically disabled August 23, 2024 13:22

Pull request was closed

@renovate renovate bot deleted the renovate/code-style-deps branch August 23, 2024 13:22
@renovate renovate bot changed the title chore(deps): update code style deps - autoclosed chore(deps): update code style deps Aug 23, 2024
@renovate renovate bot reopened this Aug 23, 2024
@renovate renovate bot restored the renovate/code-style-deps branch August 23, 2024 21:01
@renovate renovate bot enabled auto-merge August 24, 2024 22:00
@renovate renovate bot force-pushed the renovate/code-style-deps branch from cc30ec5 to 075e7b3 Compare August 24, 2024 22:00
@renovate renovate bot changed the title chore(deps): update code style deps chore(deps): update dependency eslint to v9.9.1 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 075e7b3 to 98ad705 Compare September 4, 2024 21:02
@renovate renovate bot changed the title chore(deps): update dependency eslint to v9.9.1 chore(deps): update code style deps Sep 4, 2024
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 98ad705 to f79bb75 Compare September 7, 2024 21:32
@renovate renovate bot force-pushed the renovate/code-style-deps branch 2 times, most recently from 6800b7a to cd6629c Compare September 25, 2024 21:32
@renovate renovate bot force-pushed the renovate/code-style-deps branch from cd6629c to a157873 Compare October 5, 2024 22:55
@renovate renovate bot force-pushed the renovate/code-style-deps branch from a157873 to 27d8987 Compare October 19, 2024 21:29
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 27d8987 to 1531a2f Compare November 3, 2024 01:59
@renovate renovate bot force-pushed the renovate/code-style-deps branch from 1531a2f to 03eee83 Compare November 17, 2024 00:16
@renovate renovate bot force-pushed the renovate/code-style-deps branch 3 times, most recently from 7779c36 to 451164a Compare December 4, 2024 23:09
@renovate renovate bot force-pushed the renovate/code-style-deps branch 2 times, most recently from 5cc481f to eff174b Compare December 15, 2024 00:39
@renovate renovate bot force-pushed the renovate/code-style-deps branch from eff174b to 7d2d66f Compare December 29, 2024 00:59
@renovate renovate bot force-pushed the renovate/code-style-deps branch 2 times, most recently from 1739820 to d65f6f0 Compare January 19, 2025 03:23
@renovate renovate bot force-pushed the renovate/code-style-deps branch from d65f6f0 to f11149b Compare January 25, 2025 22:40
@renovate renovate bot force-pushed the renovate/code-style-deps branch from f11149b to 70c43ca Compare January 30, 2025 00:22
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