Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 14, 2023
1 parent 279c60a commit f72e252
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/eslint-parser": "7.22.7",
"@babel/eslint-plugin": "7.22.5",
"@babel/plugin-proposal-decorators": "7.22.7",
"eslint": "8.42.0",
"eslint": "8.44.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-filenames": "latest",
"eslint-plugin-react": "latest",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-rewrite-img-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@babel/preset-env": "7.22.7",
"babel-jest": "29.5.0",
"eslint": "8.42.0",
"eslint": "8.44.0",
"hast-util-to-html": "2.1.0",
"jest": "29.5.0",
"rehype": "11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-rehype-wrap-tables-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@babel/preset-env": "7.22.7",
"babel-jest": "29.5.0",
"eslint": "8.42.0",
"eslint": "8.44.0",
"hast-util-to-html": "2.1.0",
"jest": "29.5.0",
"rehype": "11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/gatsby-source-jenkinsplugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@babel/preset-env": "7.22.7",
"babel-jest": "29.5.0",
"eslint": "8.42.0",
"eslint": "8.44.0",
"jest": "29.5.0",
"nock": "13.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"babel-jest": "29.5.0",
"babel-preset-gatsby": "3.10.0",
"dotenv": "16.3.1",
"eslint": "8.42.0",
"eslint": "8.44.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^2.0.3":
"@eslint/eslintrc@npm:^2.1.0":
version: 2.1.0
resolution: "@eslint/eslintrc@npm:2.1.0"
dependencies:
Expand All @@ -2427,10 +2427,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:8.42.0":
version: 8.42.0
resolution: "@eslint/js@npm:8.42.0"
checksum: 750558843ac458f7da666122083ee05306fc087ecc1e5b21e7e14e23885775af6c55bcc92283dff1862b7b0d8863ec676c0f18c7faf1219c722fe91a8ece56b6
"@eslint/js@npm:8.44.0":
version: 8.44.0
resolution: "@eslint/js@npm:8.44.0"
checksum: fc539583226a28f5677356e9f00d2789c34253f076643d2e32888250e509a4e13aafe0880cb2425139051de0f3a48d25bfc5afa96b7304f203b706c17340e3cf
languageName: node
linkType: hard

Expand Down Expand Up @@ -2887,7 +2887,7 @@ __metadata:
dependencies:
"@babel/preset-env": 7.22.7
babel-jest: 29.5.0
eslint: 8.42.0
eslint: 8.44.0
hast-util-to-html: 2.1.0
jest: 29.5.0
rehype: 11.0.0
Expand All @@ -2901,7 +2901,7 @@ __metadata:
dependencies:
"@babel/preset-env": 7.22.7
babel-jest: 29.5.0
eslint: 8.42.0
eslint: 8.44.0
hast-util-to-html: 2.1.0
jest: 29.5.0
rehype: 11.0.0
Expand All @@ -2919,7 +2919,7 @@ __metadata:
babel-jest: 29.5.0
cheerio: ^1.0.0-rc.10
date-fns: ^2.27.0
eslint: 8.42.0
eslint: 8.44.0
find-package-json: ^1.2.0
gatsby-source-filesystem: 5.10.0
jest: 29.5.0
Expand Down Expand Up @@ -2965,7 +2965,7 @@ __metadata:
classnames: 2.3.2
copy-to-clipboard: 3.3.3
dotenv: 16.3.1
eslint: 8.42.0
eslint: 8.44.0
eslint-config-standard: 17.1.0
eslint-plugin-import: 2.27.5
eslint-plugin-jest: 27.2.2
Expand Down Expand Up @@ -9215,14 +9215,14 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.42.0":
version: 8.42.0
resolution: "eslint@npm:8.42.0"
"eslint@npm:8.44.0":
version: 8.44.0
resolution: "eslint@npm:8.44.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.4.0
"@eslint/eslintrc": ^2.0.3
"@eslint/js": 8.42.0
"@eslint/eslintrc": ^2.1.0
"@eslint/js": 8.44.0
"@humanwhocodes/config-array": ^0.11.10
"@humanwhocodes/module-importer": ^1.0.1
"@nodelib/fs.walk": ^1.2.8
Expand All @@ -9234,7 +9234,7 @@ __metadata:
escape-string-regexp: ^4.0.0
eslint-scope: ^7.2.0
eslint-visitor-keys: ^3.4.1
espree: ^9.5.2
espree: ^9.6.0
esquery: ^1.4.2
esutils: ^2.0.2
fast-deep-equal: ^3.1.3
Expand All @@ -9254,13 +9254,13 @@ __metadata:
lodash.merge: ^4.6.2
minimatch: ^3.1.2
natural-compare: ^1.4.0
optionator: ^0.9.1
optionator: ^0.9.3
strip-ansi: ^6.0.1
strip-json-comments: ^3.1.0
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: 07105397b5f2ff4064b983b8971e8c379ec04b1dfcc9d918976b3e00377189000161dac991d82ba14f8759e466091b8c71146f602930ca810c290ee3fcb3faf0
checksum: d06309ce4aafb9d27d558c8e5e5aa5cba3bbec3ce8ceccbc7d4b7a35f2b67fd40189159155553270e2e6febeb69bd8a3b60d6241c8f5ddc2ef1702ccbd328501
languageName: node
linkType: hard

Expand Down Expand Up @@ -9325,7 +9325,7 @@ __metadata:
languageName: node
linkType: hard

"espree@npm:^9.5.2, espree@npm:^9.6.0":
"espree@npm:^9.6.0":
version: 9.6.0
resolution: "espree@npm:9.6.0"
dependencies:
Expand Down Expand Up @@ -15738,7 +15738,7 @@ __metadata:
languageName: node
linkType: hard

"optionator@npm:^0.9.1":
"optionator@npm:^0.9.1, optionator@npm:^0.9.3":
version: 0.9.3
resolution: "optionator@npm:0.9.3"
dependencies:
Expand Down Expand Up @@ -18398,7 +18398,7 @@ __metadata:
"@babel/eslint-parser": 7.22.7
"@babel/eslint-plugin": 7.22.5
"@babel/plugin-proposal-decorators": 7.22.7
eslint: 8.42.0
eslint: 8.44.0
eslint-config-google: 0.14.0
eslint-plugin-filenames: latest
eslint-plugin-react: latest
Expand Down

0 comments on commit f72e252

Please sign in to comment.