Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-prettier to v9 (#306)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier)
| devDependencies | major | [`8.10.0` ->
`9.0.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.10.0/9.0.0)
|

---

### Release Notes

<details>
<summary>prettier/eslint-config-prettier
(eslint-config-prettier)</summary>

###
[`v9.0.0`](https://togithub.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-900-2023-08-05)

[Compare
Source](https://togithub.com/prettier/eslint-config-prettier/compare/v8.10.0...v9.0.0)

- Added: The CLI helper tool now works with eslint.config.js (flat
config). Just like ESLint itself, the CLI tool automatically first tries
eslint.config.js and then eslintrc, and you can force which one to use
by setting the \[ESLINT_USE_FLAT_CONFIG] environment variable. Note that
the *config* of eslint-config-prettier has always been compatible with
eslint.config.js (flat config) – it was just the CLI tool that needed
updating. On top of that, the docs have been updated to mention how to
use both eslint.config.js (flat config) and eslintrc, and the tests now
test both config systems.
- Changed: \[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://togithub.com/nstepien))!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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

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

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Nov 13, 2023
1 parent eb79f01 commit f845a8c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "~8.52.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"husky": "^8.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"esbuild": "^0.19.0",
"eslint": "8.52.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint": "8.52.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@typescript-eslint/parser": "^5.33.1",
"eslint": "8.52.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
Expand Down
36 changes: 18 additions & 18 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 f845a8c

Please sign in to comment.