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 linters #742

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

chore(deps): update linters #742

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-simple-import-sort 12.0.0 -> 12.1.0 age adoption passing confidence
eslint-plugin-vitest 0.4.1 -> 0.5.4 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence

Release Notes

lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)

v12.1.0

Compare Source

This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install @types/eslint yourself. Thanks to @​Logicer16!

veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

Full Changelog: veritem/eslint-plugin-vitest@v0.5.0...v0.5.0

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@renovate renovate bot enabled auto-merge (squash) April 15, 2024 06:55
Copy link

netlify bot commented Apr 15, 2024

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit 49ac476
🔍 Latest deploy log https://app.netlify.com/sites/doist-typist/deploys/667b3a23a886b10008f0cd3a
😎 Deploy Preview https://deploy-preview-742--doist-typist.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/linters branch 13 times, most recently from 21cf3c9 to 15f7140 Compare April 18, 2024 11:21
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-vitest to v0.5.1 chore(deps): update linters Apr 18, 2024
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 149afa5 to 8252435 Compare April 22, 2024 04:04
@renovate renovate bot force-pushed the renovate/linters branch 9 times, most recently from 02dc8f7 to 080d7a9 Compare May 1, 2024 21:14
@renovate renovate bot force-pushed the renovate/linters branch 4 times, most recently from 9700732 to d517410 Compare May 22, 2024 14:15
@renovate renovate bot force-pushed the renovate/linters branch 6 times, most recently from f54b9ed to 662f52e Compare May 31, 2024 16:54
@renovate renovate bot force-pushed the renovate/linters branch 5 times, most recently from 5a3709c to 9c35b70 Compare June 10, 2024 03:05
@renovate renovate bot force-pushed the renovate/linters branch 7 times, most recently from 4e0f571 to d175d3c Compare June 17, 2024 12:36
@renovate renovate bot force-pushed the renovate/linters branch 6 times, most recently from 957fc9f to 7063e12 Compare June 24, 2024 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants