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.1 #341

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.1.

Release notes

Sourced from @glimmer/syntax's releases.

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
  • @glimmer/compiler, @glimmer/debug, @glimmer/dom-change-list, @glimmer/integration-tests, @glimmer/node, @glimmer/object, @glimmer/opcode-compiler, @glimmer/reference, @glimmer/runtime, @glimmer/syntax, @glimmer/util, @glimmer/validator
  • Other
  • @glimmer/interfaces, @glimmer/opcode-compiler
  • @glimmer/bundle-compiler, @glimmer/compiler, @glimmer/debug, @glimmer/dom-change-list, @glimmer/low-level, @glimmer/object-reference, @glimmer/object, @glimmer/opcode-compiler, @glimmer/program, @glimmer/reference, @glimmer/runtime, @glimmer/syntax, @glimmer/util, @glimmer/validator
    • #1039 Add .npmignore files to each public package with a test folder (@Turbo87)
  • @glimmer/runtime, @glimmer/syntax
    • #1038 Replace imports from own package with relative imports (@Turbo87)
  • @glimmer/interfaces
... (truncated)
Changelog

Sourced from @glimmer/syntax's changelog.

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)
  • @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

... (truncated)
Commits
  • 1831af2 Release 0.50.1
  • fd26062 Merge pull request #1067 from rwjblue/release-automation
  • 9fbff13 Add automated release setup.
  • d16f573 Merge pull request #1066 from glimmerjs/perf/remove-error-from-autotracking-t...
  • da47af0 Release v0.50.0
  • 3934eb4 Add v0.50.0 to CHANGELOG.md.
  • de124df Merge pull request #1060 from glimmerjs/feat/tracked-memoize
  • 8a15ba3 [PERF] Removes the Errors created for autotracking transactions
  • eef6033 Release v0.49.0
  • 73e2320 Merge pull request #1065 from glimmerjs/bugfix/fix-will-destroy-in-each
  • 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 #344.