Skip to content

Commit

Permalink
Build(deps): Bump @glimmer/syntax from 0.58.0 to 0.59.0 (#9033)
Browse files Browse the repository at this point in the history
Bumps [@glimmer/syntax](https://github.com/glimmerjs/glimmer-vm) from 0.58.0 to 0.59.0.
- [Release notes](https://github.com/glimmerjs/glimmer-vm/releases)
- [Changelog](https://github.com/glimmerjs/glimmer-vm/blob/master/CHANGELOG.md)
- [Commits](glimmerjs/glimmer-vm@v0.58.0...v0.59.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2020
1 parent c4e9dd9 commit d693a44
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/compiler": "10.0.11",
"@babel/code-frame": "7.10.4",
"@babel/parser": "7.11.2",
"@glimmer/syntax": "0.58.0",
"@glimmer/syntax": "0.59.0",
"@iarna/toml": "2.2.5",
"@typescript-eslint/typescript-estree": "3.9.1",
"angular-estree-parser": "2.2.0",
Expand Down
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,13 @@
dependencies:
"@simple-dom/interface" "^1.4.0"

"@glimmer/interfaces@^0.59.0":
version "0.59.0"
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.59.0.tgz#b94e099609ed83bad686bf4759b373caa1c19210"
integrity sha512-k1ax7bbIdbwpS77d1G0y+y2C6pL+u6l/AXYvJip+yHRe163c5os8jbE9pSzzmOsdpqeJoQe0XYodLpyBMJebog==
dependencies:
"@simple-dom/interface" "^1.4.0"

"@glimmer/reference@0.58.0":
version "0.58.0"
resolved "https://registry.yarnpkg.com/@glimmer/reference/-/reference-0.58.0.tgz#8d2fb4a53cf3bac299961236c1774641bb103c53"
Expand All @@ -906,13 +913,13 @@
"@glimmer/util" "^0.58.0"
"@glimmer/validator" "^0.58.0"

"@glimmer/syntax@0.58.0":
version "0.58.0"
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.58.0.tgz#4141a607694f1f7afdedbc904968bd697bb7f629"
integrity sha512-KYa4Knlkhg7d0u7hCTQxMjkpvGVPFsjoyorIWeSm1E6GKKKi7b+uY2zmOmkSdU5592X93J5npgp2eABqJUQFcQ==
"@glimmer/syntax@0.59.0":
version "0.59.0"
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.59.0.tgz#5ba14edd7c3d793d9f881ec59fc78991fb3c3f9f"
integrity sha512-cvd9//tWKO5Cb1o0c778cR1O75m3/idnoQv6hJK9jV60KAsKIuZL9gtG0eWOepiLnZYg0oXeLXvzBd3LcedSIg==
dependencies:
"@glimmer/interfaces" "^0.58.0"
"@glimmer/util" "^0.58.0"
"@glimmer/interfaces" "^0.59.0"
"@glimmer/util" "^0.59.0"
handlebars "^4.7.4"
simple-html-tokenizer "^0.5.9"

Expand All @@ -925,6 +932,15 @@
"@glimmer/interfaces" "^0.58.0"
"@simple-dom/interface" "^1.4.0"

"@glimmer/util@^0.59.0":
version "0.59.0"
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.59.0.tgz#625a2a4481c9ff3a74edb18f841b6d89459327dd"
integrity sha512-93mlGdNTywN/F58KRWLWc3WKl0kzaiy6dLF7GpHmaPG4lsAAoZ0O0Vbz0nPIe4Qr/IVgDvm5CSa4govwHYjJvg==
dependencies:
"@glimmer/env" "0.1.7"
"@glimmer/interfaces" "^0.59.0"
"@simple-dom/interface" "^1.4.0"

"@glimmer/validator@^0.58.0":
version "0.58.0"
resolved "https://registry.yarnpkg.com/@glimmer/validator/-/validator-0.58.0.tgz#ada0b09840d8ff2de7827f0132d51a25dbfe8baf"
Expand Down

0 comments on commit d693a44

Please sign in to comment.