Skip to content

Commit 7bcb381

Browse files
Bump eslint-config-airbnb from 18.2.1 to 19.0.0
Bumps [eslint-config-airbnb](https://github.com/airbnb/javascript) from 18.2.1 to 19.0.0. - [Release notes](https://github.com/airbnb/javascript/releases) - [Commits](airbnb/javascript@eslint-config-airbnb-v18.2.1...eslint-config-airbnb-v19.0.0) --- updated-dependencies: - dependency-name: eslint-config-airbnb dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f05ff2 commit 7bcb381

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"babel-jest": "^27.3.1",
3636
"cypress": "^9.0.0",
3737
"eslint": "^8.2.0",
38-
"eslint-config-airbnb": "^18.2.1",
38+
"eslint-config-airbnb": "^19.0.0",
3939
"eslint-config-prettier": "^8.3.0",
4040
"eslint-import-resolver-typescript": "^2.5.0",
4141
"eslint-plugin-cypress": "^2.12.1",

yarn.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,23 +2522,24 @@ escodegen@^2.0.0:
25222522
optionalDependencies:
25232523
source-map "~0.6.1"
25242524

2525-
eslint-config-airbnb-base@^14.2.1:
2526-
version "14.2.1"
2527-
resolved "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.1.tgz"
2528-
integrity sha512-GOrQyDtVEc1Xy20U7vsB2yAoB4nBlfH5HZJeatRXHleO+OS5Ot+MWij4Dpltw4/DyIkqUfqz1epfhVR5XWWQPA==
2525+
eslint-config-airbnb-base@^15.0.0:
2526+
version "15.0.0"
2527+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
2528+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
25292529
dependencies:
25302530
confusing-browser-globals "^1.0.10"
25312531
object.assign "^4.1.2"
2532-
object.entries "^1.1.2"
2532+
object.entries "^1.1.5"
2533+
semver "^6.3.0"
25332534

2534-
eslint-config-airbnb@^18.2.1:
2535-
version "18.2.1"
2536-
resolved "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-18.2.1.tgz"
2537-
integrity sha512-glZNDEZ36VdlZWoxn/bUR1r/sdFKPd1mHPbqUtkctgNG4yT2DLLtJ3D+yCV+jzZCc2V1nBVkmdknOJBZ5Hc0fg==
2535+
eslint-config-airbnb@^19.0.0:
2536+
version "19.0.0"
2537+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-19.0.0.tgz#c518503e2dc7c04d91a3e8ff54dcdbd30729829c"
2538+
integrity sha512-f5FzCDw8osQJtifOGazdBtYuDOH38FVQSOwHvSU0iFjAmkdl4zQ1jG+YV6sVNt4gqVubqJwn98zZQzDoaCwDyw==
25382539
dependencies:
2539-
eslint-config-airbnb-base "^14.2.1"
2540+
eslint-config-airbnb-base "^15.0.0"
25402541
object.assign "^4.1.2"
2541-
object.entries "^1.1.2"
2542+
object.entries "^1.1.5"
25422543

25432544
eslint-config-prettier@^8.3.0:
25442545
version "8.3.0"
@@ -4832,7 +4833,7 @@ object.assign@^4.1.2:
48324833
has-symbols "^1.0.1"
48334834
object-keys "^1.1.1"
48344835

4835-
object.entries@^1.1.2, object.entries@^1.1.5:
4836+
object.entries@^1.1.5:
48364837
version "1.1.5"
48374838
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
48384839
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==

0 commit comments

Comments
 (0)