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

build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 #514

Merged
merged 1 commit into from Mar 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps eslint-plugin-prettier from 5.0.0 to 5.1.3.

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.1.3

Patch Changes

Full Changelog: prettier/eslint-plugin-prettier@v5.1.2...v5.1.3

v5.1.2

5.1.2

Patch Changes

  • #623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

    What means the following is unnecessary anymore when using with eslint-mdx/eslint-plugin-mdx!

    [
      {
        files: ["**/*.md"],
        rules: { "prettier/prettier": ["error", { parser: "markdown" }] },
      },
      {
        files: ["**/*.mdx"],
        rules: { "prettier/prettier": ["error", { parser: "mdx" }] },
      },
    ]

Full Changelog: prettier/eslint-plugin-prettier@v5.1.1...v5.1.2

v5.1.1

5.1.1

Patch Changes

v.5.1.0

Minor Changes

  • #616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

... (truncated)

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.1.3

Patch Changes

5.1.2

Patch Changes

  • #623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

    What means the following is unnecessary anymore when using with eslint-mdx/eslint-plugin-mdx!

    [
      {
        files: ['**/*.md'],
        rules: { 'prettier/prettier': ['error', { parser: 'markdown' }] },
      },
      {
        files: ['**/*.mdx'],
        rules: { 'prettier/prettier': ['error', { parser: 'mdx' }] },
      },
    ]

5.1.1

Patch Changes

5.1.0

Minor Changes

  • #616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

    // eslint.config.js
    const eslintPluginPrettierRecommended = require('eslint-plugin-prettier/recommended');
    module.exports = [

... (truncated)

Commits
  • 248cd17 chore: release eslint-plugin-prettier (#636)
  • 985b33c chore: add package.json into exports map (#629)
  • f985718 ci: enable NPM_TOKEN for releasing automatically (#631)
  • fa1e1e5 chore: add more ignoring file patterns on formatting (#627)
  • 0ea812c test: enable testing on .svelte files (#628)
  • 188487b chore: add more related funding links
  • d102278 chore: release eslint-plugin-prettier (#624)
  • b02fe90 chore: bump all upgradable (dev)Dependencies (#625)
  • 2b09e7f feat: support parsing markdown via eslint-mdx natively (#621)
  • 5f762df docs: change open collective funding info (#626)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.0 to 5.1.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 10, 2024 14:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 10, 2024
@talune talune added this pull request to the merge queue Mar 18, 2024
Merged via the queue into main with commit e589e53 Mar 18, 2024
5 checks passed
@talune talune deleted the dependabot/npm_and_yarn/eslint-plugin-prettier-5.1.3 branch March 18, 2024 18:46
bloopy-boi bot added a commit to h3mmy/bloopyboi that referenced this pull request Mar 19, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/add-to-project](https://togithub.com/actions/add-to-project)
| action | patch | `v0.6.0` -> `v0.6.1` |

---

### Release Notes

<details>
<summary>actions/add-to-project (actions/add-to-project)</summary>

###
[`v0.6.1`](https://togithub.com/actions/add-to-project/releases/tag/v0.6.1)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.6.0...v0.6.1)

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#514
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#498
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#520
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#507
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#508
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[actions/add-to-project#521
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#470
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#500
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#493
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[actions/add-to-project#523
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#527
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#525
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#524
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#526

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[actions/add-to-project#521
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[actions/add-to-project#523

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1OC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
kfcampbell pushed a commit to octokit/rest.js that referenced this pull request Mar 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/add-to-project](https://togithub.com/actions/add-to-project)
| action | patch | `v0.6.0` -> `v0.6.1` |

---

### Release Notes

<details>
<summary>actions/add-to-project (actions/add-to-project)</summary>

###
[`v0.6.1`](https://togithub.com/actions/add-to-project/releases/tag/v0.6.1)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.6.0...v0.6.1)

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#514
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#498
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#520
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#507
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#508
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[actions/add-to-project#521
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#470
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#500
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#493
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[actions/add-to-project#523
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#527
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#525
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#524
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#526

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[actions/add-to-project#521
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[actions/add-to-project#523

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/octokit/rest.js).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to camunda/zeebe that referenced this pull request Mar 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/add-to-project](https://togithub.com/actions/add-to-project)
| action | patch | `v0.6.0` -> `v0.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/add-to-project (actions/add-to-project)</summary>

###
[`v0.6.1`](https://togithub.com/actions/add-to-project/releases/tag/v0.6.1)

[Compare
Source](https://togithub.com/actions/add-to-project/compare/v0.6.0...v0.6.1)

#### What's Changed

- build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#514
- build(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#498
- build(deps-dev): bump eslint from 8.49.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#520
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#507
- build(deps): bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#508
- Improve output of `check-dist` workflow by
[@&#8203;camchenry](https://togithub.com/camchenry) in
[actions/add-to-project#521
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#470
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#500
- build(deps): bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#493
- Update readme and prepare release by
[@&#8203;talune](https://togithub.com/talune) in
[actions/add-to-project#523
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 16.18.60 to
16.18.91 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#527
- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#525
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#524
- build(deps-dev): bump typescript from 5.2.2 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/add-to-project#526

#### New Contributors

- [@&#8203;camchenry](https://togithub.com/camchenry) made their first
contribution in
[actions/add-to-project#521
- [@&#8203;talune](https://togithub.com/talune) made their first
contribution in
[actions/add-to-project#523

**Full Changelog**:
actions/add-to-project@v0.6.0...v0.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/zeebe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant