Skip to content

Commit

Permalink
Build(deps): Bump @babel/parser from 7.14.0 to 7.14.1 (#10819)
Browse files Browse the repository at this point in the history
* Build(deps): Bump @babel/parser from 7.14.0 to 7.14.1

Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.14.0 to 7.14.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.1/packages/babel-parser)

Signed-off-by: dependabot[bot] <support@github.com>

* Update tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sosukesuzuki <aosukeke@gmail.com>
  • Loading branch information
dependabot[bot] and sosukesuzuki committed May 5, 2021
1 parent faa2412 commit e29457c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@angular/compiler": "11.2.12",
"@babel/code-frame": "7.12.13",
"@babel/parser": "7.14.0",
"@babel/parser": "7.14.1",
"@glimmer/syntax": "0.79.0",
"@iarna/toml": "2.2.5",
"@typescript-eslint/typescript-estree": "4.22.0",
Expand Down
11 changes: 0 additions & 11 deletions tests/format/js/babel-plugins/__snapshots__/jsfmt.spec.js.snap
Expand Up @@ -367,17 +367,6 @@ console.log(Bork.staticFunction()); // > "babelIsCool"
================================================================================
`;
exports[`class-static-block.js [babel-ts] format 1`] = `
"Unexpected token (4:10)
2 | static #x = 42;
3 | static y;
> 4 | static {
| ^
5 | try {
6 | this.y = doSomethingWith(this.#x);
7 | } catch {"
`;
exports[`class-static-block.js [espree] format 1`] = `
"Unexpected character '#' (2:10)
1 | class C {
Expand Down
1 change: 0 additions & 1 deletion tests/format/js/babel-plugins/jsfmt.spec.js
Expand Up @@ -3,7 +3,6 @@

run_spec(__dirname, ["babel", "babel-ts", "babel-flow"], {
errors: {
"babel-ts": ["class-static-block.js"],
espree: [
"class-properties.js",
"decimal.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -293,10 +293,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@babel/parser@7.14.0", "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
version "7.14.0"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
"@babel/parser@7.14.1", "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
version "7.14.1"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47"
integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==

"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
version "7.13.12"
Expand Down

0 comments on commit e29457c

Please sign in to comment.