Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps @glimmer/component from 1.1.2 to 2.0.0.

Changelog

Sourced from @​glimmer/component's changelog.

2.0.0 (August 13, 2015)

  • #11213 [BREAKING] Remove chaining in Observable.set
  • #12036 Cleanup CP Set and Volatile
  • #11993 [CLEANUP] Remove Ember.TrackedArray and Ember.SubArray.
  • #11550 [BUGFIX] Ensure that specifying an observer in a child class only observes changes to the childs dependent keys.
  • #10259 [BUGFIX] Make Ember.computed.or return the last falsey value (similar to ||).
  • #11957 [BUGFIX] Enable Ember.DefaultResolver to properly normalize hyphens (-).
  • #11969 / #11959 [DEPRECATE] Deprecate usage of Ember.String.fmt.
  • #11990 [PERF] @each should remain a stable node for chains.
  • #11964 [BUGFIX] Update htmlbars to v0.14.2.
  • #11965 [CLEANUP] Remove Ember.HTMLBars.makeViewHelper.
  • #11965 [CLEANUP] Remove Ember.HTMLBars._registerHelper.
  • #11965 [CLEANUP] Remove Ember.Handlebars.registerHelper.
  • #11965 [CLEANUP] Remove Ember.Handlebars.makeBoundHelper.
  • #11965 [CLEANUP] Remove Ember.Handlebars.makeViewHelper.
  • #11965 [CLEANUP] Remove Ember.Handlebars.helper.
  • #11965 [CLEANUP] Remove Ember.Handlebars.registerBoundHelper.
  • #12024 [CLEANUP] Remove ComponentTemplateDeprecation mixin.
  • #12001 [CLEANUP] Remove {{with}} keyword's controller option.
  • #12027 [CLEANUP] Remove deprecated template access in Ember.Component.
  • #12019 [DOC] Add helpful assertion when using @​each as a leaf in DK.
  • #12020 [CLEANUP] Remove specifying .render method to views and components.
  • #12027 [CLEANUP] Remove positionalParams specified to Ember.Component at extend time.
  • #12027 [CLEANUP] Remove support for specifying template in a component.
  • #12027 [CLEANUP] Remove deprecated template access in Ember.Component.
  • #12028 [CLEANUP] Store actions in actions not _actions.
  • #11854 [CLEANUP] Remove length from OrderedSet and Map.
  • #11854 [CLEANUP] Remove OrderedSet.prototype.length.
  • #11854 [CLEANUP] Remove Ember.libraries.each.
  • #11854 [CLEANUP] Remove deprecated special {{each}} keys.
  • #11854 [CLEANUP] Remove Ember.Location.registerImplementation.
  • #11854 [CLEANUP] Remove {{template}} support.
  • #11854 [CLEANUP] Remove Ember.Route#setupControllers deprecation.
  • #11854 [CLEANUP] Remove Ember.Route#renderTemplates deprecation.
  • #11845 [CLEANUP] Remove Ember.Application#initialize.
  • #11845 [CLEANUP] Remove support for Ember.Application.resolver.
  • #11845 [CLEANUP] Remove support for resolver without normalize.
  • #11845 [CLEANUP] Remove IE6 & IE7 deprecation.
  • #11845 [CLEANUP] Remove returning string of attrs from helper support.
  • #11845 [CLEANUP] Remove support for returning string of attrs from helper.
  • #11845 [CLEANUP] Remove support for view and viewClass with {{outlet}}.
  • #11771 [CLEANUP] Remove deprecated Controller#controllerFor.
  • #11750 [CLEANUP] Remove metaPath, getMeta and setMeta.
  • #11854 [CLEANUP] Lots of deprecation removals.
  • #11820 [CLEANUP] Remove sendEvent hook.
  • #11815 [CLEANUP] Remove {chainWatchers: null} from Meta.prototype.
  • #11819 [CLEANUP] Abstract chainWatchers into an object.
  • #11824 Revert "[CLEANUP] Remove support for reversed args in Ember.observer.
  • #11822 [BUGFIX] Deprecate currentWhen with {{link-to}}.

... (truncated)

Commits
  • e9be841 Release v2.0.0.
  • de88d12 Add 1.13.x to beta changelog.
  • a43a962 Add 2.0.0 to CHANGELOG.
  • c1caa90 [CLEANUP beta] Remove collection helper without flag
  • abdc442 [CLEANUP beta] Assert on view and controller keywords
  • 75b2a74 Ensure ApplicationInstance receives the application instance.
  • f71eecb Fix issue with bad cherry-pick.
  • e86da10 [BUGFIX release] Fix classNames clobbering issue with AttrProxy.
  • 966d944 [BUGFIX release] use bracket notation to access unknown attr #12035
  • c4c5be1 [BUGFIX release] improve performance of guidFor when reading an existing guid
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ef4, a new releaser for @​glimmer/component since your current version.


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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@glimmer/component](https://github.com/emberjs/ember.js) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/emberjs/ember.js/releases)
- [Changelog](https://github.com/emberjs/ember.js/blob/main/CHANGELOG.md)
- [Commits](emberjs/ember.js@v1.1.2...v2.0.0)

---
updated-dependencies:
- dependency-name: "@glimmer/component"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
@patricklx patricklx merged commit 76ea6d1 into main Dec 2, 2024
4 checks passed
@patricklx patricklx deleted the dependabot/npm_and_yarn/glimmer/component-2.0.0 branch December 2, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants