-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency @glimmer/component to v2#607
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @glimmer/component | 1.1.2 - 2.0.0 |
Release Notes
emberjs/ember.js (@ glimmer/component)
v2.0.0
- # 11213 [BREAKING] Remove chaining in Observable.set
- # 12036 Cleanup CP Set and Volatile
- # 11993 [CLEANUP] Remove
Ember.TrackedArrayandEmber.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.orreturn the last falsey value (similar to||). - # 11957 [BUGFIX] Enable
Ember.DefaultResolverto properly normalize hyphens (-). - # 11969 / # 11959 [DEPRECATE] Deprecate usage of
Ember.String.fmt. - # 11990 [PERF]
@eachshould 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
ComponentTemplateDeprecationmixin. - # 12001 [CLEANUP] Remove {{with}} keyword's controller option.
- # 12027 [CLEANUP] Remove deprecated
templateaccess in Ember.Component. - # 12019 [DOC] Add helpful assertion when using @ each as a leaf in DK.
- # 12020 [CLEANUP] Remove specifying
.rendermethod to views and components. - # 12027 [CLEANUP] Remove
positionalParamsspecified toEmber.Componentat extend time. - # 12027 [CLEANUP] Remove support for specifying
templatein a component. - # 12027 [CLEANUP] Remove deprecated
templateaccess in Ember.Component. - # 12028 [CLEANUP] Store actions in
actionsnot_actions. - # 11854 [CLEANUP] Remove
lengthfromOrderedSetandMap. - # 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
viewandviewClasswith{{outlet}}. - # 11771 [CLEANUP] Remove deprecated
Controller#controllerFor. - # 11750 [CLEANUP] Remove
metaPath,getMetaandsetMeta. - # 11854 [CLEANUP] Lots of deprecation removals.
- # 11820 [CLEANUP] Remove sendEvent hook.
- # 11815 [CLEANUP] Remove
{chainWatchers: null}fromMeta.prototype. - # 11819 [CLEANUP] Abstract chainWatchers into an object.
- # 11824 Revert "[CLEANUP] Remove support for reversed args in
Ember.observer. - # 11822 [BUGFIX] Deprecate
currentWhenwith{{link-to}}. - # 11838 [CLEANUP] Only register
Ember.ContainerViewwhen legacy view support enabled. - # 11852 [CLEANUP] Remove
Ember.RenderBuffer. - # 11853 [CLEANUP] Remove deprecated
RegistryandContainerbehavior. - # 11850 [CLEANUP] Remove context switching
{{each}}helper variant. - # 11878 [BUGFIX] Fix issue with QP routes named after
Object.prototypeproperties. - # 11903 [BUGFIX] Upgrade RSVP + Backburner. Fixes a number of scenarios around testing rejected promise scenarios.
- # 11914 [CLEANUP] Remove
Ember.oneWay. - # 11895 [BUGFIX] Properly detect if the environment is Node.
- # 11897 [CLEANUP] Remove globals lookup from templates.
- # 11777 [CLEANUP] Remove context switching form of
{{#each model}}{{/each}}, use{{#each model as |item|}}{{/each}}instead. - # 11484 [CLEANUP] Remove
Ember.ArrayControllersupport, useember-legacy-controllersaddon for support until 2.4. - # 11782 [CLEANUP] Remove support for reversed args in
Ember.observer. - # 11722 [BUGFIX] Provide a better error when
InjectedPropertyis misused. - # 11691 [BUGFIX]
{{get}}helper subscribes to values and can be updated. - # 11792 [CLEANUP] Remove
Application#thensupport. - # 11737 [BUGFIX] Ensure
thiscontext inside former reduced computed macros is correct. - # 11790 [CLEANUP] Remove context switching
{{with foo}}support. - # 11754 [CLEANUP] Remove
emptyView="Global.foo"for Ember.View instances. - # 11746 [CLEANUP] Cleanup
Ember.get:- Remove support for globals:
Ember.get('App.foo')andEmber.get(null, 'App.foo'). - Remove support for
this:Ember.get(object, 'this.foo'). - Enforce strict usage with two arguments:
Ember.get(object, path). - Assert object is a non-null object & path is a string.
- Remove support for globals:
- # 11761 [CLEANUP] Cleanup
Ember.set:- Removes support for set with global paths.
- Removes support for set with 'this' paths.
- Removes support for set with null as first parameter.
- Path must be a string.
- Requires set to be passed in three or four arguments.
- # 11797 [CLEANUP] Move support of
itemController,itemViewClass,itemView, etc intoember-legacy-viewsaddon. - # 11776 [CLEANUP] Remove deprecated support for
{{each foo as bar}}. - # 11770 [CLEANUP] Remove deprecated
Controller#needs, useEmber.inject.controller()instead. - # 11800 [CLEANUP] Move support of
{{view}}helper intoember-legacy-viewsaddon. - # 11804 [CLEANUP] Remove
EmberObject.createWithMixins. - # 11786 [CLEANUP] Remove
{{with foo as bar}}support. - # 11805 [CLEANUP] Remove deprecated
anyBy,everyProperty, andsome. - # 11788 [CLEANUP] Remove slash for a namespace in the
{{render}}helper - # 11791 [CLEANUP] Remove support for actions in
eventskey. - # 11794 [CLEANUP] Move
Ember.ViewandEmber.CoreViewintoember-legacy-viewsaddon. - # 11796 [CLEANUP] Remove
Ember.beforeObserver,Ember.addBeforeObserver,Ember.removeBeforeObserver,Ember.beforeObserversFor,Ember._suspendBeforeObserver,Ember._suspendBeforeObservers, andFunction.prototype.observesBefore. - # 11806 [CLEANUP] Remove deprecated
Controller#transitionToandController#replaceWith. - # 11807 [CLEANUP] Remove deprecated
Ember.Handlebars.get. - # 11808 [CLEANUP] Remove deprecated
Binding#oneWay. - # 11809 [CLEANUP] Remove deprecated
Map#remove. - # 11438 [CLEANUP] Remove CP semantics
- # 11447 [CLEANUP] Remove
Ember.Set(notEmber.set). - # 11443 [CLEANUP] Remove
Ember.LinkView. - # 11439 [CLEANUP] Remove computed macros.
- # 11648 [CLEANUP] Remove
Ember.computed.mapProperty. - # 11460 [CLEANUP] Remove
Object.createpolyfill. - # 11448 [CLEANUP] Remove
Ember.DeferredMixin. - # 11458 [CLEANUP] Remove
Ember.ArrayPolyfils. - # 11449 [CLEANUP] Remove
Ember.RSVP.prototype.fail. - # 11459 [CLEANUP] Remove
Ember.keys. - # 11456 [CLEANUP] Remove
Ember.View.prototype.state &Ember.View.prototype._states`. - # 11455 [CLEANUP] Remove
Ember.EnumerableUtils. - # 11462 [CLEANUP] Remove
Object.definePropertypolyfill. - # 11517 [DEPRECATION] Deprecate
this.resourceinRouter.map. - # 11479 [CLEANUP] Remove
Ember.ObjectController. - # 11513 [BUGFIX] Replace array computed macros with plain array versions.
- # 11513 [CLEANUP] Remove
Ember.arrayComputed,Ember.reduceComputed,Ember.ArrayComputed, andEmber.ReduceComputed. - # 11547 [CLEANUP] Remove work around for Safari's double finally on error bug.
- # 11528 [BUGFIX] Add helpful assertion when using
Ember.computed.mapwithout a function callback. - # 11528 [BUGFIX] Add helpful assertion when using
Ember.computed.mapBywithout a string property name. - # 11587 [CLEANUP] Remove
{{bind-attr}}. - # 11611 [CLEANUP] Remove
Ember.computed.filterProperty. - # 11608 [CLEANUP] Remove
{{linkTo}}helper (not{{link-to}}). - # 11706 [CLEANUP] Remove
Enumerable.rejectProperty. - # 11708 [BUGFIX] Update
fillIntest helper to trigger theinputevent. - # 11710 Add repository field to package.json
- # 11700 [CLEANUP] Removes
Enumerable.findProperty. - # 11707 [CLEANUP] Remove
Enumerable.everyBy. - # 10701 Refactor
lazyGet. - # 11262 Fix basic Fastboot usage.
- # 11375 Transition feature flag infrastructure to modules.
- # 11383 Update {{each-in}} to use ember-metal/should-display.
- # 11396 Make Ember.Checkbox extend from Ember.Component.
Configuration
Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
Automerge: Disabled by config. Please merge this manually once you are satisfied.
Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
4 times, most recently
from
November 4, 2024 04:41
d48d624 to
36c466a
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
November 11, 2024 03:37
36c466a to
f3cd647
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
November 25, 2024 04:16
f3cd647 to
4ae7679
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
December 9, 2024 03:52
4fa54e7 to
93f810d
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
December 19, 2024 01:30
6970928 to
b960955
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
December 23, 2024 03:50
b960955 to
a825456
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
January 13, 2025 04:58
a825456 to
d21cbb1
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
January 27, 2025 05:54
5e14490 to
0e41d5a
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
February 3, 2025 05:04
7b52db1 to
751967c
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
4 times, most recently
from
February 13, 2025 23:52
9901b86 to
88cfdc4
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
February 24, 2025 05:45
3a49f74 to
9b6fca1
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
March 21, 2025 02:05
495da4d to
89a606c
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
March 31, 2025 07:08
c01659e to
08d5955
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
April 25, 2025 17:52
b571116 to
a2cfd0d
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
May 9, 2025 10:32
a5fd7da to
27e86c5
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
May 14, 2025 03:24
5980adc to
294fb7e
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
May 26, 2025 06:52
8855edb to
6c1db12
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
June 2, 2025 19:30
7061d50 to
102ba02
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
July 2, 2025 04:03
fb683f3 to
85bb1a4
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
July 11, 2025 19:38
ae6dc0b to
a0d43b5
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
July 15, 2025 19:36
a0d43b5 to
2b8d6cf
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
July 28, 2025 20:27
2b8d6cf to
1bc8726
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
August 14, 2025 22:32
b538876 to
cf82ec0
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
3 times, most recently
from
August 19, 2025 13:04
5afe26d to
cdf76c4
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
August 27, 2025 21:07
cdf76c4 to
e74ac07
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
2 times, most recently
from
September 14, 2025 00:03
0208c1c to
aba7629
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
September 15, 2025 05:25
aba7629 to
8ceed24
Compare
renovate
bot
force-pushed
the
renovate/major-glimmer
branch
from
September 25, 2025 16:46
8ceed24 to
ff086f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.