Skip to content

Commit

Permalink
feat(eslint)!: bump eslint-plugin-unicorn to v47 (#124)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all` in recommended config (see sindresorhus/eslint-plugin-unicorn#2073)

Also update some dependencies of monorepo root
  • Loading branch information
mheob committed May 28, 2023
1 parent 33dba39 commit bea4024
Show file tree
Hide file tree
Showing 4 changed files with 997 additions and 926 deletions.
7 changes: 7 additions & 0 deletions .changeset/cold-beers-train.md
@@ -0,0 +1,7 @@
---
'@mheob/eslint-config': major
---

Bump `eslint-plugin-unicorn` to v47.
BREAKING CHANGE: Enable `prefer-at`, `prefer-event-target`, and `prefer-string-replace-all`
in recommended config (see [#2073](https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2073))
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@mheob/changeset-changelog": "^2.0.1",
"@mheob/changeset-changelog": "^3.0.0",
"@mheob/commitlint-config": "workspace:*",
"@mheob/eslint-config": "workspace:*",
"@mheob/prettier-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -51,14 +51,14 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint-config-next": "^13.4.3",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^46.0.1",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit bea4024

Please sign in to comment.