Skip to content

Commit

Permalink
build(deps): bump chevrotain from 7.0.1 to 11.0.2
Browse files Browse the repository at this point in the history
Bumps [chevrotain](https://github.com/Chevrotain/chevrotain) from 7.0.1 to 11.0.2.
- [Release notes](https://github.com/Chevrotain/chevrotain/releases)
- [Commits](Chevrotain/chevrotain@v7.0.1...v11.0.2)

---
updated-dependencies:
- dependency-name: chevrotain
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2023
1 parent fffeff2 commit 6bb635b
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/binding-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "https://github.com/sap/ui5-language-assistant/",
"license": "Apache-2.0",
"dependencies": {
"chevrotain": "10.4.2",
"chevrotain": "11.0.2",
"vscode-languageserver-types": "3.17.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xml-views-completion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@ui5-language-assistant/semantic-model": "4.0.11",
"@xml-tools/parser": "1.0.7",
"chevrotain": "7.0.1"
"chevrotain": "11.0.2"
},
"scripts": {
"ci": "npm-run-all clean compile lint coverage",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@xml-tools/ast": "5.0.0",
"@xml-tools/parser": "1.0.7",
"chevrotain": "7.0.1",
"chevrotain": "11.0.2",
"fs-extra": "10.1.0",
"lodash": "4.17.21",
"vscode-languageserver-textdocument": "^1.0.7",
Expand Down
82 changes: 46 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,32 +525,37 @@
human-id "^1.0.2"
prettier "^2.7.1"

"@chevrotain/cst-dts-gen@10.4.2":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@chevrotain/cst-dts-gen/-/cst-dts-gen-10.4.2.tgz#a3426dba2c48cf6c90e49a0676aea750e8f43e88"
integrity sha512-0+4bNjlndNWMoVLH/+y4uHnf6GrTipsC+YTppJxelVJo+xeRVQ0s2PpkdDCVTsu7efyj+8r1gFiwVXsp6JZ0iQ==
dependencies:
"@chevrotain/gast" "10.4.2"
"@chevrotain/types" "10.4.2"
lodash "4.17.21"

"@chevrotain/gast@10.4.2":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@chevrotain/gast/-/gast-10.4.2.tgz#236dc48e54cba16260c03bece25d5a3b6e2f5dab"
integrity sha512-4ZAn8/mjkmYonilSJ60gGj1tAF0cVWYUMlIGA0e4ATAc3a648aCnvpBw7zlPHDQjFp50XC13iyWEgWAKiRKTOA==
dependencies:
"@chevrotain/types" "10.4.2"
lodash "4.17.21"

"@chevrotain/types@10.4.2":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@chevrotain/types/-/types-10.4.2.tgz#18be6b7a3226b121fccec08c2ba8433219a6813c"
integrity sha512-QzSCjg6G4MvIoLeIgOiMR0IgzkGEQqrNJJIr3T5ETRa7l4Av4AMIiEctV99mvDr57iXwwk0/kr3RJxiU36Nevw==

"@chevrotain/utils@10.4.2":
version "10.4.2"
resolved "https://registry.yarnpkg.com/@chevrotain/utils/-/utils-10.4.2.tgz#87735732184cc5a2f8aad2f3454082294ef3c924"
integrity sha512-V34dacxWLwKcvcy32dx96ADJVdB7kOJLm7LyBkBQw5u5HC9WdEFw2G17zml+U3ivavGTrGPJHl8o9/UJm0PlUw==
"@chevrotain/cst-dts-gen@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.2.tgz#31f6b7df5f45877ad13e86496028d909970bfbb7"
integrity sha512-thr6e9rb/v+7uzRDezhH2hjzrlZH6B7oauZka5Ks+8i/1uMaDsz4HtC+USO+wevf9L0qo9n1L8yjFEvpRPMcLw==
dependencies:
"@chevrotain/gast" "11.0.2"
"@chevrotain/types" "11.0.2"
lodash-es "4.17.21"

"@chevrotain/gast@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@chevrotain/gast/-/gast-11.0.2.tgz#8a0491ac29149d6af00636b1fede88ad039e1f64"
integrity sha512-TuYPcVX0KLFpLJPUH1zl4I3KNtmulax62R98jLyJbjUFM+0hPQvGqEtbR3Z8J6kODTCRiySSw8mRY67VdbrJ0g==
dependencies:
"@chevrotain/types" "11.0.2"
lodash-es "4.17.21"

"@chevrotain/regexp-to-ast@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.2.tgz#5c53dffeb0e7df0c29430f4ed53f9da447b7060a"
integrity sha512-VHVOLvRTehE1QMVRlRdhZkz8m/mmLOguaulbpDt100PH0/5Igod91wlQ8OljYYBMr/PoUGhW2piJxQv/FCawfA==

"@chevrotain/types@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@chevrotain/types/-/types-11.0.2.tgz#19fef1b08c36db722e3ef70f97d9fc5b1ad0c679"
integrity sha512-b7zJ8avGLtf4abOf1Lb7GwisyElybATnulfOFBk14IDqwz3o9mjVsz8OlmEYBi/NQSHNbYXePPzHU15WWDs3LA==

"@chevrotain/utils@11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@chevrotain/utils/-/utils-11.0.2.tgz#8165985c0bb220e630b24e9db63ffb9b4127709b"
integrity sha512-xrpSVsW8NgJoP02UhumJgvJMc4aKvPZZmEl0DAGEfqawp98LQcwXfk1oCEwm1xIYNlotlTa/BxEBffrcFlgHaA==

"@colors/colors@1.5.0":
version "1.5.0"
Expand Down Expand Up @@ -2978,17 +2983,17 @@ cheerio@^1.0.0-rc.1:
parse5 "^7.0.0"
parse5-htmlparser2-tree-adapter "^7.0.0"

chevrotain@10.4.2:
version "10.4.2"
resolved "https://registry.yarnpkg.com/chevrotain/-/chevrotain-10.4.2.tgz#9abeac6a60134931c0a0788b206400e5f7a3daba"
integrity sha512-gzF5GxE0Ckti5kZVuKEZycLntB5X2aj9RVY0r4/220GwQjdnljU+/t3kP74/FMWC7IzCDDEjQ9wsFUf0WCdSHg==
chevrotain@11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/chevrotain/-/chevrotain-11.0.2.tgz#396ef2c5b894dff11fb00cce4a98aca63132abd3"
integrity sha512-kQAQeRduf3SpiA8hFX5TtJc2fWKzg7R3oy9o03R6xgJRlCCD38y80jujcMVYyr+AzOsejyCdFq83vkZ91Yw4tA==
dependencies:
"@chevrotain/cst-dts-gen" "10.4.2"
"@chevrotain/gast" "10.4.2"
"@chevrotain/types" "10.4.2"
"@chevrotain/utils" "10.4.2"
lodash "4.17.21"
regexp-to-ast "0.5.0"
"@chevrotain/cst-dts-gen" "11.0.2"
"@chevrotain/gast" "11.0.2"
"@chevrotain/regexp-to-ast" "11.0.2"
"@chevrotain/types" "11.0.2"
"@chevrotain/utils" "11.0.2"
lodash-es "4.17.21"

chevrotain@7.0.1:
version "7.0.1"
Expand Down Expand Up @@ -6885,6 +6890,11 @@ locate-path@^6.0.0:
dependencies:
p-locate "^5.0.0"

lodash-es@4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==

lodash.flattendeep@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
Expand Down

0 comments on commit 6bb635b

Please sign in to comment.