Skip to content

Commit 3083b74

Browse files
committed
Merge remote-tracking branch 'upstream' into renovate/typescript-6.x
2 parents 406e3a3 + e6be1db commit 3083b74

5 files changed

Lines changed: 905 additions & 918 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,24 @@
6767
"@semantic-release/github": "12.0.6",
6868
"@semantic-release/npm": "13.1.5",
6969
"@semantic-release/release-notes-generator": "14.1.0",
70-
"@storybook/react-vite": "^10.2.17",
70+
"@storybook/react-vite": "^10.3.3",
7171
"@types/jest": "29.5.14",
7272
"@types/react": "^19.2.14",
73-
"eslint": "10.0.3",
73+
"eslint": "10.1.0",
7474
"eslint-config-prettier": "10.1.8",
75-
"eslint-plugin-storybook": "^10.2.17",
75+
"eslint-plugin-storybook": "^10.3.3",
7676
"husky": "9.1.7",
7777
"jest": "29.7.0",
7878
"lint-staged": "16.4.0",
7979
"prettier": "3.8.1",
8080
"react": "^19.2.4",
8181
"react-dom": "^19.2.4",
8282
"semantic-release": "25.0.3",
83-
"storybook": "^10.2.17",
83+
"storybook": "^10.3.3",
8484
"ts-jest": "29.4.6",
8585
"tsup": "8.5.1",
8686
"typescript": "6.0.2",
87-
"typescript-eslint": "8.57.1",
87+
"typescript-eslint": "8.57.2",
8888
"vite": "^8.0.0"
8989
},
9090
"dependencies": {

src/parser/antlr/esql_parser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ limitCommand
228228
;
229229

230230
limitByGroupKey:
231-
{this.isDevVersion()}? BY booleanExpression (COMMA booleanExpression)*
231+
BY booleanExpression (COMMA booleanExpression)*
232232
;
233233

234234
sortCommand

src/parser/antlr/esql_parser.interp

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)