Skip to content

Commit dd30bb2

Browse files
SamChou19815meta-codesync[bot]
authored andcommitted
v0.318.0
Reviewed By: panagosg7, gkz Differential Revision: D108100634 fbshipit-source-id: d551421c138a3aac1dac429f764c92a93cf1388c
1 parent 283e5cb commit dd30bb2

13 files changed

Lines changed: 18 additions & 13 deletions

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.318.0
2+
3+
Likely to cause new Flow errors:
4+
* Flow will now error on all deprecated utility types. See [Modernizing legacy syntax](https://flow.org/en/docs/modernizing-legacy-syntax/) for migration guidance.
5+
16
### 0.317.0
27

38
New Features:

flow_parser.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "flow_parser"
3-
version: "0.317.0"
3+
version: "0.318.0"
44
maintainer: "flow@fb.com"
55
authors: ["Flow Team <flow@fb.com>"]
66
homepage: "https://github.com/facebook/flow/tree/master/src/parser"

flowtype.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "flowtype"
3-
version: "0.317.0"
3+
version: "0.318.0"
44
maintainer: "flow@fb.com"
55
authors: "Flow Team <flow@fb.com>"
66
license: "MIT"
@@ -15,7 +15,7 @@ depends: [
1515
"camlp-streams" {>= "5.0.1"}
1616
"dtoa" {>= "0.3.2"}
1717
"fileutils" {>= "0.6.4"}
18-
"flow_parser" {= "0.317.0"}
18+
"flow_parser" {= "0.318.0"}
1919
"inotify" {os = "linux" & >= "2.4.1"}
2020
"ounit2" {with-test}
2121
"lwt" {>= "5.7.0"}

packages/babel-plugin-syntax-flow-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/facebook/flow.git"
1111
},
1212
"dependencies": {
13-
"flow-parser": "0.317.0"
13+
"flow-parser": "0.318.0"
1414
},
1515
"files": [
1616
"dist",

packages/flow-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"dependencies": {
2626
"esrecurse": "^4.3.0",
2727
"flow-estree": "0.0.1",
28-
"flow-parser": "0.317.0"
28+
"flow-parser": "0.318.0"
2929
}
3030
}

packages/flow-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-parser",
3-
"version": "0.317.0",
3+
"version": "0.318.0",
44
"description": "JavaScript parser written in OCaml. Produces ESTree AST",
55
"homepage": "https://flow.org",
66
"license": "MIT",

packages/flow-remove-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-remove-types",
3-
"version": "2.317.0",
3+
"version": "2.318.0",
44
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
55
"author": {
66
"name": "Flow Team",

packages/flow-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"flow-enums-runtime": "^0.0.6",
1616
"flow-eslint": "0.0.1",
1717
"flow-estree": "0.0.1",
18-
"flow-parser": "0.317.0",
18+
"flow-parser": "0.318.0",
1919
"string-width": "4.2.3"
2020
},
2121
"peerDependencies": {

packages/flow-upgrade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-upgrade",
3-
"version": "2.28.0",
3+
"version": "2.29.0",
44
"description": "A utility for upgrading your codebase to the latest version of Flow.",
55
"engines": {
66
"node": ">=14"

packages/try-flow-website-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "try-flow-website-js",
3-
"version": "0.317.0",
3+
"version": "0.318.0",
44
"description": "An NPM package to hold compiled `flow.js` and libdefs for every Flow version.",
55
"license": "MIT",
66
"repository": "facebook/flow",

0 commit comments

Comments
 (0)