Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: parsing object inside object #42

Merged
merged 2 commits into from
Jan 18, 2023
Merged

Bugfix: parsing object inside object #42

merged 2 commits into from
Jan 18, 2023

Conversation

Zorin95670
Copy link
Member

Resolved #41

@Zorin95670 Zorin95670 self-assigned this Jan 18, 2023
@Zorin95670 Zorin95670 added the Bug Something isn't working label Jan 18, 2023
@github-actions
Copy link

Checking /home/runner/work/terrator-plugin/terrator-plugin/package.json

 @babel/core             ^7.18.9  →  ^7.20.12
 @babel/preset-env       ^7.18.9  →   ^7.20.2
 antlr4                  ^4.10.1  →   ^4.11.0
 babel-jest              ^28.1.3  →   ^29.3.1
 babel-loader             ^8.2.5  →    ^9.1.2
 eslint                  ^8.20.0  →   ^8.32.0
 eslint-plugin-import    ^2.20.1  →   ^2.27.5
 eslint-plugin-jest      ^25.2.2  →   ^27.2.1
 eslint-webpack-plugin    ^3.1.1  →    ^3.2.0
 jest                    ^28.1.2  →   ^29.3.1
 jest-environment-jsdom  ^28.1.3  →   ^29.3.1
 webpack                 ^5.72.0  →   ^5.75.0
 webpack-cli              ^4.9.2  →    ^5.0.1

Run npx npm-check-updates -x leto-modelizer* -u to upgrade package.json

@github-actions
Copy link

Checking /home/runner/work/terrator-plugin/terrator-plugin/package.json

 @babel/core             ^7.18.9  →  ^7.20.12
 @babel/preset-env       ^7.18.9  →   ^7.20.2
 antlr4                  ^4.10.1  →   ^4.11.0
 babel-jest              ^28.1.3  →   ^29.3.1
 babel-loader             ^8.2.5  →    ^9.1.2
 eslint                  ^8.20.0  →   ^8.32.0
 eslint-plugin-import    ^2.20.1  →   ^2.27.5
 eslint-plugin-jest      ^25.2.2  →   ^27.2.1
 eslint-webpack-plugin    ^3.1.1  →    ^3.2.0
 jest                    ^28.1.2  →   ^29.3.1
 jest-environment-jsdom  ^28.1.3  →   ^29.3.1
 webpack                 ^5.72.0  →   ^5.75.0
 webpack-cli              ^4.9.2  →    ^5.0.1

Run npx npm-check-updates -x leto-modelizer* -u to upgrade package.json

src/parser/TerraformListener.js Show resolved Hide resolved
src/parser/TerraformListener.js Outdated Show resolved Hide resolved
tests/unit/parser/TerraformParser.spec.js Outdated Show resolved Hide resolved
changelog.md Outdated Show resolved Hide resolved
@github-actions
Copy link

Checking /home/runner/work/terrator-plugin/terrator-plugin/package.json

 @babel/core             ^7.18.9  →  ^7.20.12
 @babel/preset-env       ^7.18.9  →   ^7.20.2
 antlr4                  ^4.10.1  →   ^4.11.0
 babel-jest              ^28.1.3  →   ^29.3.1
 babel-loader             ^8.2.5  →    ^9.1.2
 eslint                  ^8.20.0  →   ^8.32.0
 eslint-plugin-import    ^2.20.1  →   ^2.27.5
 eslint-plugin-jest      ^25.2.2  →   ^27.2.1
 eslint-webpack-plugin    ^3.1.1  →    ^3.2.0
 jest                    ^28.1.2  →   ^29.3.1
 jest-environment-jsdom  ^28.1.3  →   ^29.3.1
 webpack                 ^5.72.0  →   ^5.75.0
 webpack-cli              ^4.9.2  →    ^5.0.1

Run npx npm-check-updates -x leto-modelizer* -u to upgrade package.json

@github-actions
Copy link

Checking /home/runner/work/terrator-plugin/terrator-plugin/package.json

 @babel/core             ^7.18.9  →  ^7.20.12
 @babel/preset-env       ^7.18.9  →   ^7.20.2
 antlr4                  ^4.10.1  →   ^4.11.0
 babel-jest              ^28.1.3  →   ^29.3.1
 babel-loader             ^8.2.5  →    ^9.1.2
 eslint                  ^8.20.0  →   ^8.32.0
 eslint-plugin-import    ^2.20.1  →   ^2.27.5
 eslint-plugin-jest      ^25.2.2  →   ^27.2.1
 eslint-webpack-plugin    ^3.1.1  →    ^3.2.0
 jest                    ^28.1.2  →   ^29.3.1
 jest-environment-jsdom  ^28.1.3  →   ^29.3.1
 webpack                 ^5.72.0  →   ^5.75.0
 webpack-cli              ^4.9.2  →    ^5.0.1

Run npx npm-check-updates -x leto-modelizer* -u to upgrade package.json

justinehell
justinehell previously approved these changes Jan 18, 2023
@github-actions
Copy link

Checking /home/runner/work/terrator-plugin/terrator-plugin/package.json

 @babel/core             ^7.18.9  →  ^7.20.12
 @babel/preset-env       ^7.18.9  →   ^7.20.2
 antlr4                  ^4.10.1  →   ^4.11.0
 babel-jest              ^28.1.3  →   ^29.3.1
 babel-loader             ^8.2.5  →    ^9.1.2
 eslint                  ^8.20.0  →   ^8.32.0
 eslint-plugin-import    ^2.20.1  →   ^2.27.5
 eslint-plugin-jest      ^25.2.2  →   ^27.2.1
 eslint-webpack-plugin    ^3.1.1  →    ^3.2.0
 jest                    ^28.1.2  →   ^29.3.1
 jest-environment-jsdom  ^28.1.3  →   ^29.3.1
 webpack                 ^5.72.0  →   ^5.75.0
 webpack-cli              ^4.9.2  →    ^5.0.1

Run npx npm-check-updates -x leto-modelizer* -u to upgrade package.json

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@Zorin95670 Zorin95670 merged commit 6377fa5 into main Jan 18, 2023
@Zorin95670 Zorin95670 deleted the bugfix/sub_object branch January 18, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing error when we have object inside object
3 participants