Skip to content

chore(deps-dev): bump @glimmer/component from 1.1.2 to 2.1.1#3041

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/glimmer/component-2.1.1
Open

chore(deps-dev): bump @glimmer/component from 1.1.2 to 2.1.1#3041
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/glimmer/component-2.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps @glimmer/component from 1.1.2 to 2.1.1.

Changelog

Sourced from @​glimmer/component's changelog.

v2.1.1 (November 16, 2015)

  • #12445 [BUGFIX] Ensure rest arg style positionalParams can be omitted.
  • #12456 [BUGFIX]Allow usage of bound properties in {{link-to}} for bubbles, preventDefault, target, replace, and disabledWhen.
  • #12463 [BUGFIX] Fix uglification introduced bug with super wrapping.
  • #12464 [BUGFIX] Ember.String.htmlSafe() should return a instance of SafeString for null / undefined.

v2.1.0 (October 5, 2015)

  • #12396 [BUGFIX] Ensure that this._super is called when extending from Ember.Component.
  • #12383 [BUGFIX] Fix Ember.String.classify to underscore items with a leading dash/underscore.
  • #12350 [BUGFIX] Provide a helpful assertion when using positional parameters with a param of the same name.
  • #12345 [BUGFIX] Ensure {{link-to}} properly handles bound values for activeClass, disabledClass, and loadingClass.
  • #12359 [BUGFIX] Ensure that functions are properly super wrapped if they include .call or .apply (this is in addition to ._super).
  • #12075 [PERF] Avoid creating a run-loop for events that are unhandled.
  • #12260 [BUGFIX] Ensure init is completed before didReceiveAttrs is fired.
  • #12323 [BUGFIX beta] Make {{get something 'path.goes.here'}} work.
  • #12331 [BUGFIX beta] Update backburner.js to prevent issues when interleaving run.later and run.next.
  • #12157 [DEPRECATION] Allow deprecated access to registry from Application (argument to initializers) and ApplicationInstance (argument to instance initializers) instances.
  • #12156 [BUGFIX] Add helpful error message when providing incorrect arguments to Ember.computed.
  • #12253 [BUGFIX] Remove initializer causing errors during App.reset.
  • #12272 [BUGFIX] Update HTMLBars to fix memory leak when an {{each}} is inside an {{if}}.
  • #12184 [BUGFIX] Prevent classNames from being duplicated.
  • #12198 [BUGFIX] Further cleanup of the link-to component, allow for extending {{link-to}} via Ember.LinkComponent.extend.
  • #12208 [BUGFIX] Ember.computed.sort was crashing when it hit a null value. Fixes #12207.
  • #12188 [BUGFIX] Ensure _actions specified to extend works.
  • #12241 [BUGFIX] Provide a helpful error for undefined closure actions.
  • #12256 [BUGFIX] Ensure concat streams unsubscribe properly.
  • #12262 [BUGFIX] Breaks circular references in rejected jqXhr promises
  • #12297 / #12299 [BUGFIX] Remove extra work per component on initial render.
  • #12163 [BUGFIX] Move View#currentState to View#_currentState.
  • #12163 [DEPRECATION] Deprecate using the private currentState property on views/components.
  • #12132 [BUGFIX] Fix stack overflow issue in _super wrapper updates.
  • #12138 [BUGFIX] Do not require this._super(...arguments) when components implement didReceiveAttrs.
  • #12170 [BUGFIX release] Ensure Ember.computed.sum returns 0 if the array to be operated on is null or undefined.
  • #12176 [BUGFIX] Enable extending Ember.LinkComponent for customizations.
  • #10173 [BUGFIX] Ensure non-singleton injections are not cached incorrectly.
  • #11966 [PERF] Refactor Meta.
  • #12057 Allow instanceInitializers to set customEvents.
  • #12059 [BUGFIX] Allow setting an entry in Application#customEvents to null to opt out of event listeners.
  • #12034 [BUGFIX] Ensure currentRouteName and currentPath are set properly for loading and error routes.
  • #12062 Remove the need for this.__nextSuper, and make debugging methods with this._super calls much easier.
  • #12116 [FEATURE ember-debug-handlers] Enable by default.
  • #12117 [FEATURE ember-registry-container-reform] Enable by default.
  • #11440 [DEPRECATION] Deprecate using instance.container.lookup on first argument to instanceInitializers. Use instance.lookup instead.
  • #11440 [DEPRECATION] Deprecate passing two arguments to an initializers initialize function.

2.0.0 (August 13, 2015)

  • #11213 [BREAKING] Remove chaining in Observable.set

... (truncated)

Commits
  • 72fb8a8 Release v2.1.1.
  • 327527b Update CHANGELOG.
  • 45f524a [BUGFIX release] Ember.String.htmlSafe() should return a instance of SafeSt...
  • 16baf22 [BUGFIX release] Fix uglification introduced bug with super wrapping.
  • 2be95fa Add missing imports.
  • 280421d [BUGFIX release] Avoid this.attrs.params in LinkComponent.
  • 0c2ac49 [BUGFIX Beta] Move warn api doc to a place where it gets picked up by the build
  • 3cf832f Merge pull request #12452 from Batterii/fix-node-tests-release
  • b6aeff5 Cherry-picked @​rwjblue's commit to fix the node tests.
  • 0c5e13e [BUGFIX release] Ensure rest arg positionalParams can be omitted.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nullvoxpopuli, 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 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.1.1.
- [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.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 24, 2026
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.

0 participants