Skip to content

Commit ec3ed0e

Browse files
dependabot[bot]kevinoid
authored andcommitted
build(deps-dev): Bump eslint-plugin-unicorn from 56.0.1 to 62.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 56.0.1 to 62.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v56.0.1...v62.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn dependency-version: 62.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f93341b commit ec3ed0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common-legacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const {
2828
...unicornConfig
2929
}
3030
}
31-
} = require("eslint-plugin-unicorn");
31+
} = require("eslint-plugin-unicorn").default;
3232

3333
// Vendor airbnb-base to avoid peerDep conflicts with eslint@^9
3434
// https://github.com/airbnb/javascript/issues/2961

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const {
3838
"configs": {
3939
"flat/recommended": unicornConfig
4040
}
41-
} = require("eslint-plugin-unicorn");
41+
} = require("eslint-plugin-unicorn").default;
4242

4343
// Vendor airbnb-base to avoid peerDep conflicts with eslint@^9
4444
// https://github.com/airbnb/javascript/issues/2961

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-no-unsanitized": "^4.0.0",
7070
"eslint-plugin-promise": "^7.0.0",
7171
"eslint-plugin-regexp": "^2.0.0",
72-
"eslint-plugin-unicorn": "^56.0.0",
72+
"eslint-plugin-unicorn": "^62.0.0",
7373
"globals": "^16.2.0",
7474
"semver": "^7.7.3"
7575
},

0 commit comments

Comments
 (0)