Skip to content

Commit

Permalink
Update dependency @vue/eslint-config-prettier to v9 (#226)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@vue/eslint-config-prettier](https://github.com/vuejs/eslint-config-prettier) | devDependencies | major | [`^7.1.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@vue%2feslint-config-prettier/7.1.0/9.0.0) |

---

### Release Notes

<details>
<summary>vuejs/eslint-config-prettier (@&#8203;vue/eslint-config-prettier)</summary>

### [`v9.0.0`](https://github.com/vuejs/eslint-config-prettier/releases/tag/v9.0.0)

[Compare Source](vuejs/eslint-config-prettier@v8.0.0...v9.0.0)

#### Breaking Changes

-   Update eslint-config-prettier to v9 by [@&#8203;WikiRik](https://github.com/WikiRik) in vuejs/eslint-config-prettier#18, which contains the following potential breaking change:
    > Changed: [unicode-bom](https://eslint.org/docs/rules/unicode-bom) is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add "unicode-bom": "off" to your config to disable it again, or run ESLint with --fix to fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien ([@&#8203;nstepien](https://github.com/nstepien))!

### [`v8.0.0`](https://github.com/vuejs/eslint-config-prettier/blob/HEAD/CHANGELOG.md#800-2023-07-20)

[Compare Source](vuejs/eslint-config-prettier@v7.1.0...v8.0.0)

##### Breaking Changes

-   Upgraded to Prettier v3; please check out the [Prettier release blog](https://prettier.io/blog/2023/07/05/3.0.0.html) for more details
-   Requires Node.js >= v14
-   Requires ESLint >= v8

</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->

Reviewed-on: https://git.zzdats.lv/lx/demo/pulls/226
Reviewed-by: Niklāvs Mežeckis <niklavs.mezeckis@zzdats.lv>
Reviewed-by: Daniils Seliverstovs <daniils.seliverstovs@zzdats.lv>
Co-authored-by: Renovate Bot <renovate@zzdats.lv>
Co-committed-by: Renovate Bot <renovate@zzdats.lv>
  • Loading branch information
Renovate Bot authored and expeon committed Mar 20, 2024
1 parent 48f9c77 commit ec2452d
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
65 changes: 57 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec2452d

Please sign in to comment.