Skip to content

Commit

Permalink
chore(deps): update dependency espree to v9.6.0 (#15000)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fisker <lionkay@gmail.com>
  • Loading branch information
renovate[bot] and fisker committed Jul 3, 2023
1 parent 07024f6 commit 61804e2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"editorconfig-to-prettier": "1.0.0",
"emoji-regex": "10.2.1",
"escape-string-regexp": "5.0.0",
"espree": "9.5.2",
"espree": "9.6.0",
"fast-glob": "3.2.12",
"fast-json-stable-stringify": "2.1.0",
"file-entry-cache": "6.0.1",
Expand Down
Expand Up @@ -2405,13 +2405,6 @@ const tuple1 = #[1, 2, 3];
================================================================================
`;
exports[`regex-v-flag.js [espree] format 1`] = `
"Invalid regular expression flag (1:2)
> 1 | /a/v;
| ^
2 |"
`;
exports[`regex-v-flag.js [meriyah] format 1`] = `
"Unexpected regular expression flag (1:3)
> 1 | /a/v;
Expand Down
1 change: 0 additions & 1 deletion tests/format/js/babel-plugins/jsfmt.spec.js
Expand Up @@ -56,7 +56,6 @@ run_spec(import.meta, ["babel", "babel-ts", "babel-flow"], {
"v8intrinsic.js",
"module-blocks.js",
"async-do-expressions.js",
"regex-v-flag.js",
"decorator-auto-accessors.js",
"import-reflection.js",
"explicit-resource-management.js",
Expand Down
7 changes: 0 additions & 7 deletions tests/format/js/regex/__snapshots__/jsfmt.spec.js.snap
Expand Up @@ -89,13 +89,6 @@ printWidth: 80
================================================================================
`;

exports[`v-flag.js [espree] format 1`] = `
"Invalid regular expression flag (1:2)
> 1 | /a/v;
| ^
2 |"
`;

exports[`v-flag.js [flow] format 1`] = `
"Invalid flags supplied to RegExp constructor 'v' (1:5)
> 1 | /a/v;
Expand Down
2 changes: 1 addition & 1 deletion tests/format/js/regex/jsfmt.spec.js
Expand Up @@ -2,7 +2,7 @@ run_spec(import.meta, ["babel", "flow", "typescript"], {
errors: {
flow: ["v-flag.js"],
acorn: ["regexp-modifiers.js"],
espree: ["v-flag.js", "regexp-modifiers.js"],
espree: ["regexp-modifiers.js"],
meriyah: ["v-flag.js", "regexp-modifiers.js"],
},
});
17 changes: 3 additions & 14 deletions yarn.lock
Expand Up @@ -1898,7 +1898,7 @@ __metadata:
languageName: node
linkType: hard

"acorn@npm:8.9.0, acorn@npm:^8.8.0, acorn@npm:^8.9.0":
"acorn@npm:8.9.0, acorn@npm:^8.9.0":
version: 8.9.0
resolution: "acorn@npm:8.9.0"
bin:
Expand Down Expand Up @@ -3720,18 +3720,7 @@ __metadata:
languageName: node
linkType: hard

"espree@npm:9.5.2":
version: 9.5.2
resolution: "espree@npm:9.5.2"
dependencies:
acorn: ^8.8.0
acorn-jsx: ^5.3.2
eslint-visitor-keys: ^3.4.1
checksum: 6506289d6eb26471c0b383ee24fee5c8ae9d61ad540be956b3127be5ce3bf687d2ba6538ee5a86769812c7c552a9d8239e8c4d150f9ea056c6d5cbe8399c03c1
languageName: node
linkType: hard

"espree@npm:^9.6.0":
"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 @@ -6857,7 +6846,7 @@ __metadata:
eslint-plugin-regexp: 1.15.0
eslint-plugin-unicorn: 47.0.0
esm-utils: 4.1.2
espree: 9.5.2
espree: 9.6.0
execa: 7.1.1
fast-glob: 3.2.12
fast-json-stable-stringify: 2.1.0
Expand Down

0 comments on commit 61804e2

Please sign in to comment.