ember-tooling / ember-language-server

Language Server Protocol implementation for Ember.js projects
MIT License
98 stars 39 forks source link

Bump @glimmer/syntax from 0.39.3 to 0.50.2 #344

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @glimmer/syntax from 0.39.3 to 0.50.2.

Release notes

Sourced from @glimmer/syntax's releases.

Release 0.50.2

:bug: Bug Fix

  • @glimmer/validator
    • #1069 Ensure tracking frames do not get unbalanced (@pzuraq)
  • @glimmer/debug, @glimmer/integration-tests, @glimmer/interfaces, @glimmer/opcode-compiler, @glimmer/runtime, @glimmer/vm
    • #1068 Fix issue when using named blocks with wrapped components (e.g. @ember/component) (@locks)

:house: Internal

  • @glimmer/compiler, @glimmer/opcode-compiler, @glimmer/program
    • #1064 Add dev time addon to enable easier local linking (e.g. to test in Glimmer.js or Ember.js from a local dev server). (@pzuraq)

Committers: 2

Release 0.50.1

:bug: Bug Fix

  • @glimmer/validator
    • #1066 Improve development build performance (remove the Error instances created for autotracking transactions) (@pzuraq)

Committers: 2

v0.48.0

:boom: Breaking Change

  • @glimmer/program, @glimmer/reference
  • @glimmer/debug, @glimmer/integration-tests, @glimmer/opcode-compiler, @glimmer/runtime, @glimmer/util
  • @glimmer/integration-tests, @glimmer/reference, @glimmer/runtime
    • #1028 Simplifies JitRuntime, JitContext, Environment setup (@pzuraq)
  • @glimmer/interfaces, @glimmer/opcode-compiler, @glimmer/runtime
    • #1044 Remove @glimmer/opcode-compiler dependency on @glimmer/runtime (@krisselden)
  • @glimmer/interfaces, @glimmer/runtime

:bug: Bug Fix

  • @glimmer/debug, @glimmer/node, @glimmer/object-reference, @glimmer/program, @glimmer/reference
    • #1049 Enable eslint-plugin-node's no-extraneous-import rule (mostly). (@rwjblue)
  • @glimmer/runtime
    • #1041 runtime: Add missing @glimmer/opcode-compiler dependency (@Turbo87)
  • @glimmer/util
    • #1040 util: Promote @glimmer/interfaces to non-dev dependency (@Turbo87)

:memo: Documentation

:house: Internal

  • @glimmer/integration-tests
... (truncated)
Changelog

Sourced from @glimmer/syntax's changelog.

v0.50.2 (2020-04-13)

:bug: Bug Fix

  • @glimmer/validator
    • #1069 Ensure tracking frames do not get unbalanced (@pzuraq)
  • @glimmer/debug, @glimmer/integration-tests, @glimmer/interfaces, @glimmer/opcode-compiler, @glimmer/runtime, @glimmer/vm
    • #1068 Fix issue when using named blocks with wrapped components (e.g. @ember/component) (@locks)

:house: Internal

  • @glimmer/compiler, @glimmer/opcode-compiler, @glimmer/program
    • #1064 Add dev time addon to enable easier local linking (e.g. to test in Glimmer.js or Ember.js from a local dev server). (@pzuraq)

Committers: 2

v0.50.1 (2020-04-03)

:bug: Bug Fix

  • @glimmer/validator
    • #1066 Improve development build performance (remove the Error instances created for autotracking transactions) (@pzuraq)

Committers: 2

Changelog

v0.50.0 (2020-03-26)

:boom: Breaking Change

  • @glimmer/integration-tests, @glimmer/reference, @glimmer/runtime, @glimmer/validator

Committers: 1

v0.48.0 (2020-03-11)

:boom: Breaking Change

  • @glimmer/program, @glimmer/reference
  • @glimmer/debug, @glimmer/integration-tests, @glimmer/opcode-compiler, @glimmer/runtime, @glimmer/util
  • @glimmer/integration-tests, @glimmer/reference, @glimmer/runtime
    • #1028 Simplifies JitRuntime, JitContext, Environment setup (@pzuraq)
  • @glimmer/interfaces, @glimmer/opcode-compiler, @glimmer/runtime
    • #1044 Remove @glimmer/opcode-compiler dependency on @glimmer/runtime (@krisselden)
... (truncated)
Commits
  • 3fceca0 Release 0.50.2
  • bc5d06f Merge pull request #1069 from glimmerjs/bugfix/fix-untrack-logic
  • 18b3400 Merge pull request #1068 from glimmerjs/named-blocks-curly
  • add42e0 [BUGFIX] Fix untrack logic
  • 4e70d1f Add more tests.
  • aa8faec Fixup linting error.
  • 06f67b6 Cleanup Op.HasBlock to leverage CheckUndefinedReference
  • 234ec45 Avoid string concat in Ops.SetBlocks
  • e56ba60 use checker in HasBlock
  • 88d151e add names property to NamedBlocks interface
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #345.